Skip to content

📦 Release @webref/[email protected] #1514

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
Apr 10, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 3, 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 a206f69.

🧐 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.6. Merging this pull request will release v6.20.7. 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-multicol.json packages/css/css-multicol.json
--- webref/node_modules/@webref/css/css-multicol.json
+++ packages/css/css-multicol.json
@@ -103,8 +103,8 @@
     {
       "name": "column-wrap",
       "href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-wrap",
-      "value": "nowrap | wrap",
-      "initial": "nowrap",
+      "value": "auto | nowrap | wrap",
+      "initial": "auto",
       "appliesTo": "multicol containers",
       "inherited": "no",
       "percentages": "n/a",
@@ -113,6 +113,13 @@
       "animationType": "discrete",
       "values": [
         {
+          "name": "auto",
+          "prose": "If column-height is not auto behaves as the value wrap otherwise acts as nowrap.",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-wrap-auto",
+          "type": "value",
+          "value": "auto"
+        },
+        {
           "name": "nowrap",
           "prose": "Overflow columns are created in the inline direction.",
           "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-wrap-nowrap",
@@ -135,7 +142,7 @@
     {
       "name": "columns",
       "href": "https://drafts.csswg.org/css-multicol-2/#propdef-columns",
-      "value": "<'column-width'> || <'column-count'> || <'column-height'> || <'column-wrap'>",
+      "value": "<'column-width'> || <'column-count'> [ / <'column-height'> ]?",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",

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
@@ -593,7 +593,7 @@
       "name": "<random-value-sharing>",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-random-value-sharing",
       "type": "type",
-      "value": "[ [ auto | <dashed-ident> ] || match-element ] | fixed <number [0,1]>",
+      "value": "[ [ auto | <dashed-ident> ] || element-shared ] | fixed <number [0,1]>",
       "values": [
         {
           "name": "auto",
@@ -610,11 +610,11 @@
           "value": "<dashed-ident>"
         },
         {
-          "name": "match-element",
-          "prose": "If match-element is omitted, random functions on different elements will use distinct random base values. If specified, random functions on different elements will share the same random base value if they have the same <dashed-ident> (if specified) or if they’re used in the same style in the same way (if not). (Again, see the note below for a small wrinkle about this.)",
-          "href": "https://drafts.csswg.org/css-values-5/#valdef-random-match-element",
+          "name": "element-shared",
+          "prose": "If element-shared is omitted, random functions on different elements will use distinct random base values. If specified, random functions on different elements will share the same random base value if they have the same <dashed-ident> (if specified) or if they’re used in the same style in the same way (if not). (Again, see the note below for a small wrinkle about this.)",
+          "href": "https://drafts.csswg.org/css-values-5/#valdef-random-element-shared",
           "type": "value",
-          "value": "match-element"
+          "value": "element-shared"
         },
         {
           "name": "<number>",

@github-actions github-actions bot force-pushed the release-css-20250403185117075 branch 27 times, most recently from 81d2331 to 97ff440 Compare April 10, 2025 01:06
@github-actions github-actions bot force-pushed the release-css-20250403185117075 branch from 97ff440 to d643ed4 Compare April 10, 2025 06:57
@tidoust tidoust merged commit 2a91edc into main Apr 10, 2025
@tidoust tidoust deleted the release-css-20250403185117075 branch April 10, 2025 12:06
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