Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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/css6 changes triggered by curated data at a1d817c.

🧐 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/css6 package was v6.23.3. Merging this pull request will release v6.23.4. 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/css6/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-color-5.json packages/css6/css-color-5.json
--- webref/node_modules/@webref/css/css-color-5.json
+++ packages/css6/css-color-5.json
@@ -369,13 +369,7 @@
       "name": "<xyz-params>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-xyz-params",
       "type": "type",
-      "value": "<xyz> [ <number> | <percentage> | none ]{3}"
-    },
-    {
-      "name": "<xyz>",
-      "href": "https://drafts.csswg.org/css-color-5/#typedef-xyz",
-      "type": "type",
-      "value": "xyz | xyz-d50 | xyz-d65"
+      "value": "<xyz-space> [ <number> | <percentage> | none ]{3}"
     },
     {
       "name": "device-cmyk()",
@@ -423,7 +417,7 @@
       "name": "<rectangular-color-space>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space",
       "type": "type",
-      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
+      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>"
     },
     {
       "name": "<polar-color-space>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color.json packages/css6/css-color.json
--- webref/node_modules/@webref/css/css-color.json
+++ packages/css6/css-color.json
@@ -1560,7 +1560,7 @@
       "name": "<rectangular-color-space>",
       "href": "https://drafts.csswg.org/css-color-4/#typedef-rectangular-color-space",
       "type": "type",
-      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
+      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>"
     },
     {
       "name": "<polar-color-space>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-regions.json packages/css6/css-regions.json
--- webref/node_modules/@webref/css/css-regions.json
+++ packages/css6/css-regions.json
@@ -7,7 +7,7 @@
     {
       "name": "flow-into",
       "href": "https://drafts.csswg.org/css-regions-1/#propdef-flow-into",
-      "value": "none | <ident> [element | content]?",
+      "value": "none | <custom-ident> [element | content]?",
       "initial": "none",
       "appliesTo": "All elements, but not pseudo-elements such as ::first-line, ::first-letter, ::before or ::after.",
       "inherited": "no",
@@ -15,6 +15,33 @@
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
+      "values": [
+        {
+          "name": "none",
+          "prose": "The element is not moved to a named flow and normal CSS processing takes place.",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-into-none",
+          "type": "value",
+          "value": "none"
+        },
+        {
+          "name": "element",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-into-element",
+          "type": "value",
+          "value": "element"
+        },
+        {
+          "name": "content",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-into-content",
+          "type": "value",
+          "value": "content"
+        },
+        {
+          "name": "specified flow",
+          "href": "https://drafts.csswg.org/css-regions-1/#specified-flow",
+          "type": "value",
+          "value": "specified flow"
+        }
+      ],
       "styleDeclaration": [
         "flow-into",
         "flowInto"
@@ -23,7 +50,7 @@
     {
       "name": "flow-from",
       "href": "https://drafts.csswg.org/css-regions-1/#propdef-flow-from",
-      "value": "<ident> | none",
+      "value": "<custom-ident> | none",
       "initial": "none",
       "appliesTo": "Non-replaced block containers. This might be expanded in future versions of the specification to allow other types of containers to receive flow content.",
       "inherited": "no",
@@ -31,6 +58,15 @@
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
+      "values": [
+        {
+          "name": "none",
+          "prose": "The block container is not a CSS Region.",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-from-none",
+          "type": "value",
+          "value": "none"
+        }
+      ],
       "styleDeclaration": [
         "flow-from",
         "flowFrom"

@github-actions github-actions bot force-pushed the release-css6-20250704005929480 branch 10 times, most recently from e4d6095 to bf14d76 Compare July 6, 2025 12:52
@github-actions github-actions bot force-pushed the release-css6-20250704005929480 branch from bf14d76 to 0602a9d Compare July 6, 2025 18:51
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.

0 participants