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/css@6.8.3 #1060

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 13, 2023

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

🧐 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.8.2. Merging this pull request will release v6.8.3. 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-backgrounds.json packages/css/css-backgrounds.json
--- webref/node_modules/@webref/css/css-backgrounds.json
+++ packages/css/css-backgrounds.json
@@ -191,7 +191,7 @@
     },
     {
       "name": "background-clip",
-      "value": "<box>#",
+      "value": "<visual-box>#",
       "initial": "border-box",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -226,7 +226,7 @@
     },
     {
       "name": "background-origin",
-      "value": "<box>#",
+      "value": "<visual-box>#",
       "initial": "padding-box",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -791,11 +791,6 @@
       "value": "[ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ]"
     },
     {
-      "name": "<box>",
-      "type": "type",
-      "value": "border-box | padding-box | content-box"
-    },
-    {
       "name": "<bg-size>",
       "type": "type",
       "value": "[ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain"
@@ -803,12 +798,12 @@
     {
       "name": "<bg-layer>",
       "type": "type",
-      "value": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
+      "value": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual-box> || <visual-box>"
     },
     {
       "name": "<final-bg-layer>",
       "type": "type",
-      "value": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box> || <'background-color'>"
+      "value": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual-box> || <visual-box> || <'background-color'>"
     },
     {
       "name": "<line-style>",

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
@@ -164,7 +164,7 @@
     },
     {
       "name": "mask-clip",
-      "value": "[ <geometry-box> | no-clip ]#",
+      "value": "[ <coord-box> | no-clip ]#",
       "initial": "border-box",
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
@@ -224,7 +224,7 @@
     },
     {
       "name": "mask-origin",
-      "value": "<geometry-box>#",
+      "value": "<coord-box>#",
       "initial": "border-box",
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",

@github-actions github-actions bot force-pushed the release-css-20231013124412114 branch 20 times, most recently from a4db2db to a17ca22 Compare October 18, 2023 12:44
@github-actions github-actions bot force-pushed the release-css-20231013124412114 branch from a17ca22 to 2ad8626 Compare October 18, 2023 18:38
@tidoust tidoust merged commit b00fcac into main Oct 19, 2023
@tidoust tidoust deleted the release-css-20231013124412114 branch October 19, 2023 07:26
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