Skip to content

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

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
Jul 10, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 4, 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 53234d3.

🧐 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 v7.0.4-alpha. Merging this pull request will release v7.0.5-alpha. 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.json packages/css/css.json
--- webref/node_modules/@webref/css/css.json
+++ packages/css/css.json
@@ -245,7 +245,7 @@
     },
     {
       "name": "@else",
-      "prose": "The @else rule is a conditional group rule used to form conditional rule chains, which associate multiple conditional rules and guarantee that only the first one that matches will evaluate its condition as true. It is defined as:",
+      "prose": "The @else rule is a conditional group rule used to form conditional rule chains, which associate multiple conditional group rules and guarantee that only the first one that matches will evaluate its condition as true. It is defined as:",
       "href": "https://drafts.csswg.org/css-conditional-5/#at-ruledef-else",
       "descriptors": [],
       "syntax": "@else <boolean-condition>? { <rule-list> }"
@@ -6577,7 +6577,7 @@
       "styleDeclaration": [
         "cursor"
       ],
-      "syntax": "[ [ <url> | <url-set> ] [<x> <y>]? ]#? [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | grab | grabbing | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out ]"
+      "syntax": "<cursor-image>#? <cursor-predefined>"
     },
     {
       "name": "cx",
@@ -7124,7 +7124,7 @@
         "flow-from",
         "flowFrom"
       ],
-      "syntax": "<ident> | none"
+      "syntax": "<custom-ident> | none"
     },
     {
       "name": "flow-into",
@@ -7140,7 +7140,7 @@
         "flow-into",
         "flowInto"
       ],
-      "syntax": "none | <ident> [element | content]?"
+      "syntax": "none | <custom-ident> [element | content]?"
     },
     {
       "name": "font",
@@ -7535,7 +7535,7 @@
         "font-variation-settings",
         "fontVariationSettings"
       ],
-      "syntax": "normal | [ <opentype-tag> <number>]#"
+      "syntax": "normal | [ <opentype-tag> <number> ]#"
     },
     {
       "name": "font-weight",
@@ -8320,6 +8320,54 @@
       "syntax": "auto | inert"
     },
     {
+      "name": "interest-delay",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef-interest-delay",
+      "initial": "see individual properties",
+      "appliesTo": "see individual properties",
+      "inherited": "see individual properties",
+      "percentages": "see individual properties",
+      "computedValue": "see individual properties",
+      "animationType": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "styleDeclaration": [
+        "interest-delay",
+        "interestDelay"
+      ],
+      "syntax": "<'interest-delay-start'>"
+    },
+    {
+      "name": "interest-delay-end",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef-interest-delay-end",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "yes",
+      "percentages": "n/a",
+      "computedValue": "the keyword normal or a computed time",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value type",
+      "styleDeclaration": [
+        "interest-delay-end",
+        "interestDelayEnd"
+      ],
+      "syntax": "normal | <time>"
+    },
+    {
+      "name": "interest-delay-start",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef-interest-delay-start",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "yes",
+      "percentages": "n/a",
+      "computedValue": "the keyword normal or a computed time",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value type",
+      "styleDeclaration": [
+        "interest-delay-start",
+        "interestDelayStart"
+      ],
+      "syntax": "normal | <time>"
+    },
+    {
       "name": "interpolate-size",
       "href": "https://drafts.csswg.org/css-values-5/#propdef-interpolate-size",
       "initial": "numeric-only",
@@ -14102,7 +14150,7 @@
       "styleDeclaration": [
         "zoom"
       ],
-      "syntax": "<number [0,∞]> || <percentage [0,∞]>"
+      "syntax": "<number [0,∞]> | <percentage [0,∞]>"
     }
   ],
   "selectors": [
@@ -15693,6 +15741,21 @@
       "syntax": "ease | ease-in | ease-out | ease-in-out | <cubic-bezier()>"
     },
     {
+      "for": [
+        "cursor"
+      ],
+      "name": "cursor-image",
+      "href": "https://drafts.csswg.org/css-ui-4/#typedef-cursor-cursor-image",
+      "type": "type",
+      "syntax": "[ <url> | <url-set> ] [<number>{2}]?"
+    },
+    {
+      "name": "cursor-predefined",
+      "href": "https://drafts.csswg.org/css-ui-4/#typedef-cursor-predefined",
+      "type": "type",
+      "syntax": "auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | grab | grabbing | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out"
+    },
+    {
       "name": "custom-arg",
       "href": "https://drafts.csswg.org/css-extensions-1/#typedef-custom-arg",
       "type": "type",
@@ -17055,7 +17118,7 @@
       "name": "rectangular-color-space",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space",
       "type": "type",
-      "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
+      "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>"
     },
     {
       "for": [
@@ -17798,16 +17861,10 @@
       "syntax": "<ns-prefix>? <ident-token>"
     },
     {
-      "name": "xyz",
-      "href": "https://drafts.csswg.org/css-color-5/#typedef-xyz",
-      "type": "type",
-      "syntax": "xyz | xyz-d50 | xyz-d65"
-    },
-    {
       "name": "xyz-params",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-xyz-params",
       "type": "type",
-      "syntax": "<xyz> [ <number> | <percentage> | none ]{3}"
+      "syntax": "<xyz-space> [ <number> | <percentage> | none ]{3}"
     },
     {
       "name": "xyz-space",

@github-actions github-actions bot force-pushed the release-css-20250704005924993 branch 19 times, most recently from a3ed361 to ceeae70 Compare July 8, 2025 18:50
@github-actions github-actions bot force-pushed the release-css-20250704005924993 branch from ceeae70 to 0f1cbb2 Compare July 10, 2025 14:18
@tidoust tidoust merged commit 6a08481 into main Jul 10, 2025
@tidoust tidoust deleted the release-css-20250704005924993 branch July 10, 2025 14:41
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