Skip to content
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

📦 Release @webref/[email protected] #1253

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 10, 2024

⚠ 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 a84db45.

🧐 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.12.13. Merging this pull request will release v6.12.14. 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-box.json packages/css/css-box.json
--- webref/node_modules/@webref/css/css-box.json
+++ packages/css/css-box.json
@@ -90,7 +90,7 @@
     {
       "name": "margin-trim",
       "href": "https://drafts.csswg.org/css-box-4/#propdef-margin-trim",
-      "value": "none | block | inline | [ block-start || inline-start || block-end || inline-end ]",
+      "value": "none | [ block || inline ] | [ block-start || inline-start || block-end || inline-end ]",
       "initial": "none",
       "appliesTo": "block containers, multi-column containers, flex containers, grid containers",
       "inherited": "no",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-overflow-4.json packages/css/css-overflow-4.json
--- webref/node_modules/@webref/css/css-overflow-4.json
+++ packages/css/css-overflow-4.json
@@ -346,7 +346,7 @@
     {
       "name": "continue",
       "href": "https://drafts.csswg.org/css-overflow-4/#propdef-continue",
-      "value": "auto | discard | -webkit-discard | overflow | paginate | fragments",
+      "value": "auto | discard | -webkit-discard",
       "initial": "auto",
       "appliesTo": "block containers and multicol containers",
       "inherited": "no",
@@ -375,27 +375,6 @@
           "href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue-discard",
           "type": "value",
           "value": "discard"
-        },
-        {
-          "name": "overflow",
-          "prose": "Content that doesn’t fit overflows, according to the overflow property",
-          "href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue-overflow",
-          "type": "value",
-          "value": "overflow"
-        },
-        {
-          "name": "paginate",
-          "prose": "Content that doesn’t fit paginates. This creates a paginated view inside the element similar to the way that 'overflow: scroll' creates a scrollable view. See paginated overflow",
-          "href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue-paginate",
-          "type": "value",
-          "value": "paginate"
-        },
-        {
-          "name": "fragments",
-          "prose": "content that doesn’t fit causes the element to copy itself and continue laying out. See fragment overflow.",
-          "href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue-fragments",
-          "type": "value",
-          "value": "fragments"
         }
       ],
       "styleDeclaration": [
@@ -429,12 +408,6 @@
     }
   ],
   "atrules": [],
-  "selectors": [
-    {
-      "name": "::nth-fragment()",
-      "prose": "The ::nth-fragment() pseudo-element is a pseudo-element that describes some of the fragment boxes generated by an element. The argument to the pseudo-element takes the same syntax as the argument to the :nth-child() pseudo-class defined in [SELECT], and has the same meaning except that the number is relative to fragment boxes generated by the element instead of siblings of the element.",
-      "href": "https://drafts.csswg.org/css-overflow-4/#selectordef-nth-fragment"
-    }
-  ],
+  "selectors": [],
   "values": []
 }

@github-actions github-actions bot force-pushed the release-css-20240610185452953 branch 10 times, most recently from eca741b to 6cba6bd Compare June 13, 2024 01:02
@github-actions github-actions bot force-pushed the release-css-20240610185452953 branch from 6cba6bd to dd0b5c3 Compare June 13, 2024 06:55
@dontcallmedom dontcallmedom merged commit fd7821a into main Jun 13, 2024
@dontcallmedom dontcallmedom deleted the release-css-20240610185452953 branch June 13, 2024 07:04
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