Skip to content

πŸ“¦ Release @webref/[email protected] #1534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 29, 2025

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/css changes triggered by curated data at 3cbec28.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/css package was v6.20.9. Merging this pull request will release v6.20.10. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/css/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-borders.json packages/css/css-borders.json
--- webref/node_modules/@webref/css/css-borders.json
+++ packages/css/css-borders.json
@@ -1574,46 +1574,46 @@
       "name": "<corner-shape-value>",
       "href": "https://drafts.csswg.org/css-borders-4/#typedef-corner-shape-value",
       "type": "type",
-      "value": "round | scoop | bevel | notch | straight | squircle | superellipse(<number [0,∞]> | infinity)",
+      "value": "round | scoop | bevel | notch | square | squircle | superellipse(<number [-∞,∞]> | infinity | -infinity)",
       "values": [
         {
           "name": "round",
-          "prose": "Border radii define a convex elliptical curve at the corner. Equivalent to superellipse(2).",
+          "prose": "Border radii define a convex elliptical curve at the corner. Equivalent to superellipse(1).",
           "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-round",
           "type": "value",
           "value": "round"
         },
         {
           "name": "scoop",
-          "prose": "Border radii define a concave elliptical curve at the corner. Equivalent to superellipse(0.5).",
+          "prose": "Border radii define a concave elliptical curve at the corner. Equivalent to superellipse(-1).",
           "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-scoop",
           "type": "value",
           "value": "scoop"
         },
         {
           "name": "bevel",
-          "prose": "Border radii define a diagonal slice at the corner. Equivalent to superellipse(1).",
+          "prose": "Border radii define a diagonal slice at the corner. Equivalent to superellipse(0).",
           "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-bevel",
           "type": "value",
           "value": "bevel"
         },
         {
           "name": "notch",
-          "prose": "Border radii define a concave 90deg angle at the corner. Equivalent to superellipse(0).",
+          "prose": "Border radii define a concave 90deg angle at the corner. Equivalent to superellipse(-infinity).",
           "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-notch",
           "type": "value",
           "value": "notch"
         },
         {
-          "name": "straight",
+          "name": "square",
           "prose": "Border radii define a convex 90deg angle at the corner. This would have the same visual effect as a border-radius of 0. This is different from having a border-radius of 0 when animating. Equivalent to superellipse(infinity).",
-          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-straight",
+          "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-square",
           "type": "value",
-          "value": "straight"
+          "value": "square"
         },
         {
           "name": "squircle",
-          "prose": "Border radii define a convex curve between an ellipse and an convex angle, equivalent to superellipse(4).",
+          "prose": "Border radii define a convex curve between an ellipse and an convex angle, equivalent to superellipse(2).",
           "href": "https://drafts.csswg.org/css-borders-4/#valdef-corner-shape-value-squircle",
           "type": "value",
           "value": "squircle"
@@ -1622,7 +1622,7 @@
     },
     {
       "name": "superellipse()",
-      "value": "superellipse( <number> | infinity )",
+      "value": "superellipse( <number> | infinity | -infinity )",
       "href": "https://drafts.csswg.org/css-borders-4/#funcdef-superellipse",
       "type": "function"
     },

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color-hdr.json packages/css/css-color-hdr.json
--- webref/node_modules/@webref/css/css-color-hdr.json
+++ packages/css/css-color-hdr.json
@@ -7,7 +7,7 @@
     {
       "name": "dynamic-range-limit",
       "href": "https://drafts.csswg.org/css-color-hdr-1/#propdef-dynamic-range-limit",
-      "value": "standard | no-limit | constrained-high | <dynamic-range-limit-mix()>",
+      "value": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
       "initial": "no-limit",
       "appliesTo": "all elements",
       "inherited": "yes",
@@ -31,11 +31,11 @@
           "value": "no-limit"
         },
         {
-          "name": "constrained-high",
+          "name": "constrained",
           "prose": "The highest peak luminance that is displayed is somewhat greater than HDR reference white, i.e. the CSS color white, such that a mix of SDR and HDR content can be comfortably viewed together.",
-          "href": "https://drafts.csswg.org/css-color-hdr-1/#valdef-dynamic-range-limit-constrained-high",
+          "href": "https://drafts.csswg.org/css-color-hdr-1/#valdef-dynamic-range-limit-constrained",
           "type": "value",
-          "value": "constrained-high"
+          "value": "constrained"
         }
       ],
       "styleDeclaration": [

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-env.json packages/css/css-env.json
--- webref/node_modules/@webref/css/css-env.json
+++ packages/css/css-env.json
@@ -96,6 +96,12 @@
           "href": "https://drafts.csswg.org/css-env-1/#valdef-env-viewport-segment-right",
           "type": "value",
           "value": "viewport-segment-right"
+        },
+        {
+          "name": "preferred-text-scale",
+          "href": "https://drafts.csswg.org/css-env-1/#valdef-env-preferred-text-scale",
+          "type": "value",
+          "value": "preferred-text-scale"
         }
       ]
     }

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-masking.json packages/css/css-masking.json
--- webref/node_modules/@webref/css/css-masking.json
+++ packages/css/css-masking.json
@@ -446,7 +446,7 @@
       "percentages": "refer to size of the mask border image",
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
-      "animationType": "discrete",
+      "animationType": "by computed value",
       "media": "visual",
       "values": [
         {
@@ -472,7 +472,7 @@
       "percentages": "relative to width/height of the mask border image area",
       "computedValue": "all <length>s made absolute, otherwise as specified",
       "canonicalOrder": "per grammar",
-      "animationType": "discrete",
+      "animationType": "by computed value",
       "media": "visual",
       "styleDeclaration": [
         "mask-border-width",
@@ -489,7 +489,7 @@
       "percentages": "n/a",
       "computedValue": "all <length>s made absolute, otherwise as specified",
       "canonicalOrder": "per grammar",
-      "animationType": "discrete",
+      "animationType": "by computed value",
       "media": "visual",
       "styleDeclaration": [
         "mask-border-outset",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-mixins.json packages/css/css-mixins.json
--- webref/node_modules/@webref/css/css-mixins.json
+++ packages/css/css-mixins.json
@@ -44,7 +44,7 @@
     },
     {
       "name": "<dashed-function>",
-      "prose": "A <dashed-function> is a functional notation whose function name starts with two dashes (U+002D HYPHEN-MINUS). Its syntax is:",
+      "prose": "A <dashed-function> is a functional notation whose function name starts with two dashes (U+002D HYPHEN-MINUS). Its argument grammar is:",
       "href": "https://drafts.csswg.org/css-mixins-1/#typedef-dashed-function",
       "type": "type"
     }

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-values-5.json packages/css/css-values-5.json
--- webref/node_modules/@webref/css/css-values-5.json
+++ packages/css/css-values-5.json
@@ -646,7 +646,7 @@
     },
     {
       "name": "sibling-index()",
-      "prose": "The sibling-index() functional notation represents, as an <integer>, the index of the element on which the notation is used among the children of its parent. Like :nth-child(), sibling-index() is 1-indexed.",
+      "prose": "The sibling-index() functional notation represents, as an <integer>, the index of the element on which the notation is used among its inclusive siblings. Like :nth-child(), sibling-index() is 1-indexed.",
       "href": "https://drafts.csswg.org/css-values-5/#funcdef-sibling-index",
       "type": "function"
     },

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-variables.json packages/css/css-variables.json
--- webref/node_modules/@webref/css/css-variables.json
+++ packages/css/css-variables.json
@@ -18,6 +18,12 @@
       "href": "https://drafts.csswg.org/css-variables-2/#funcdef-var",
       "type": "function",
       "value": "var( <custom-property-name> , <declaration-value>? )"
+    },
+    {
+      "name": "<var-args>",
+      "href": "https://drafts.csswg.org/css-variables-2/#typedef-var-args",
+      "type": "type",
+      "value": "var( <declaration-value> , <declaration-value>? )"
     }
   ]
 }

@github-actions github-actions bot force-pushed the release-css-20250429185251158 branch 6 times, most recently from 48639d1 to cc62f0f Compare May 1, 2025 00:55
@github-actions github-actions bot force-pushed the release-css-20250429185251158 branch 21 times, most recently from 48c037e to 40a2981 Compare May 6, 2025 06:47
@github-actions github-actions bot force-pushed the release-css-20250429185251158 branch 7 times, most recently from ee8b6c3 to 6c9853d Compare May 8, 2025 00:55
@github-actions github-actions bot force-pushed the release-css-20250429185251158 branch from 6c9853d to dae8791 Compare May 8, 2025 06:48
@tidoust tidoust merged commit 6f9170d into main May 8, 2025
@tidoust tidoust deleted the release-css-20250429185251158 branch May 8, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant