diff --git a/.gitattributes b/.gitattributes index c930578636..8b569f7d93 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +* text=auto eol=lf README.md merge=ours # Treat yarn assets as binaries for diffing diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fccd0c38f..e266870fd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,10 +150,9 @@ jobs: echo "Changes detected" git status git add . - git diff > changes.diff + git diff --staged > changes.diff exit 1 fi - - name: Upload changes if: ${{ failure() }} uses: actions/upload-artifact@v4 diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index c6fd882422..dd9d25d8eb 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -42,6 +42,7 @@ jobs: # ------------------------------------------------------------- # Validate build for various environments # ------------------------------------------------------------- + # todo: should we limit this to run before merging? verify_builds: name: Verify # Check that the PR is not in draft mode (or if it is, that it has the run_ci label to force a build) @@ -52,9 +53,13 @@ jobs: system: - macos-latest - ubuntu-latest - # - windows-latest # todo: debug token style-dictionary failures on windows node-version: - 20 + experimental: + - false + include: + - system: windows-latest + experimental: true uses: ./.github/workflows/build.yml with: system: ${{ matrix.system }} @@ -177,7 +182,7 @@ jobs: # ------------------------------------------------------------- vrt: name: Testing - if: contains(github.event.pull_request.labels.*.name, 'run_vrt') || ((github.event.pull_request.draft != true || contains(github.event.pull_request.labels.*.name, 'run_ci')) && github.event.pull_request.mergeable == true) + if: ${{ contains(github.event.pull_request.labels.*.name, 'run_vrt') || ((github.event.pull_request.draft != true || contains(github.event.pull_request.labels.*.name, 'run_ci')) && github.event.pull_request.mergeable == true) }} uses: ./.github/workflows/vrt.yml with: skip: ${{ github.base_ref == 'spectrum-two' || contains(github.event.pull_request.labels.*.name, 'skip_vrt') }} diff --git a/.storybook/package.json b/.storybook/package.json index 9f51fc91d3..13a0940600 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -70,7 +70,7 @@ "lit": "^3.2.1", "lodash-es": "^4.17.21", "npm-registry-fetch": "^18.0.2", - "postcss": "^8.5.0", + "postcss": "^8.5.1", "prettier": "^3.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/components/accordion/package.json b/components/accordion/package.json index 9c8e45976f..7e847c7e4b 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/actionbar/package.json b/components/actionbar/package.json index ec86a259e1..1c522972f9 100644 --- a/components/actionbar/package.json +++ b/components/actionbar/package.json @@ -25,22 +25,35 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actiongroup": ">=5", - "@spectrum-css/closebutton": ">=5", - "@spectrum-css/fieldlabel": ">=8", - "@spectrum-css/popover": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actiongroup": ">=6", + "@spectrum-css/closebutton": ">=6", + "@spectrum-css/fieldlabel": ">=10", + "@spectrum-css/popover": ">=8", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/actiongroup": { + "optional": true + }, + "@spectrum-css/closebutton": { + "optional": true + }, + "@spectrum-css/fieldlabel": { + "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/actiongroup": "6.0.1", "@spectrum-css/closebutton": "6.0.1", "@spectrum-css/fieldlabel": "10.0.1", "@spectrum-css/popover": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json index 33335bf6b0..b08b5259b8 100644 --- a/components/actionbutton/package.json +++ b/components/actionbutton/package.json @@ -25,22 +25,21 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/commons": "workspace:^", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/actiongroup/package.json b/components/actiongroup/package.json index f8c79c3b19..820a72eaa2 100644 --- a/components/actiongroup/package.json +++ b/components/actiongroup/package.json @@ -25,21 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/actionbutton": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/actionbutton": "7.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/actionmenu/package.json b/components/actionmenu/package.json index a7acdf59a6..73eb61af0a 100644 --- a/components/actionmenu/package.json +++ b/components/actionmenu/package.json @@ -25,22 +25,35 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/icon": ">=7", - "@spectrum-css/menu": ">=7", - "@spectrum-css/popover": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/icon": ">=9", + "@spectrum-css/menu": ">=9", + "@spectrum-css/popover": ">=8", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/actionbutton": { + "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/menu": { + "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/actionbutton": "7.0.1", "@spectrum-css/icon": "9.0.1", "@spectrum-css/menu": "9.0.1", "@spectrum-css/popover": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index 7eea042ec5..dcc6696c6e 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -25,15 +25,27 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/button": ">=13", - "@spectrum-css/closebutton": ">=5", - "@spectrum-css/divider": ">=3", - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14", + "@spectrum-css/closebutton": ">=6", + "@spectrum-css/divider": ">=5", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/button": { + "optional": true + }, + "@spectrum-css/closebutton": { + "optional": true + }, + "@spectrum-css/divider": { + "optional": true + }, "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -41,11 +53,7 @@ "@spectrum-css/closebutton": "6.0.1", "@spectrum-css/divider": "5.0.1", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index 37cd803e64..3e94afdf97 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -25,19 +25,31 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/buttongroup": ">=7", - "@spectrum-css/divider": ">=3", - "@spectrum-css/icon": ">=7", - "@spectrum-css/modal": ">=5", - "@spectrum-css/tokens": ">=14 || >=15", - "@spectrum-css/underlay": ">=4" + "@spectrum-css/buttongroup": ">=9", + "@spectrum-css/divider": ">=5", + "@spectrum-css/icon": ">=9", + "@spectrum-css/modal": ">=7", + "@spectrum-css/tokens": ">=16", + "@spectrum-css/underlay": ">=6" }, "peerDependenciesMeta": { "@spectrum-css/buttongroup": { "optional": true }, + "@spectrum-css/divider": { + "optional": true + }, "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/modal": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + }, + "@spectrum-css/underlay": { + "optional": true } }, "devDependencies": { @@ -46,11 +58,7 @@ "@spectrum-css/icon": "9.0.1", "@spectrum-css/modal": "7.0.1", "@spectrum-css/tokens": "16.0.0", - "@spectrum-css/underlay": "6.0.1", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/underlay": "6.0.1" }, "keywords": [ "design-system", diff --git a/components/asset/package.json b/components/asset/package.json index a6201a33a6..e173d615a9 100644 --- a/components/asset/package.json +++ b/components/asset/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/assetcard/package.json b/components/assetcard/package.json index c549034f0f..8a62f94ed0 100644 --- a/components/assetcard/package.json +++ b/components/assetcard/package.json @@ -25,21 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/checkbox": ">=9", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/checkbox": ">=10", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/checkbox": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/checkbox": "10.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/assetlist/package.json b/components/assetlist/package.json index 1ae2b237fe..c284ae7b04 100644 --- a/components/assetlist/package.json +++ b/components/assetlist/package.json @@ -25,9 +25,9 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/checkbox": ">=9", - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/checkbox": ">=10", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/checkbox": { @@ -35,16 +35,15 @@ }, "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/checkbox": "10.0.1", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/avatar/package.json b/components/avatar/package.json index 1f4cae10aa..ab13e7dbbd 100644 --- a/components/avatar/package.json +++ b/components/avatar/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/badge/package.json b/components/badge/package.json index 014ac1f74e..946edafa21 100644 --- a/components/badge/package.json +++ b/components/badge/package.json @@ -25,21 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index 2172a78571..50859356eb 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -25,9 +25,9 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/actionbutton": { @@ -35,16 +35,15 @@ }, "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/actionbutton": "7.0.1", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/button/package.json b/components/button/package.json index d9f2ca4187..1e5c403bd2 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -25,9 +25,9 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/progresscircle": ">=3", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/progresscircle": ">=5", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/icon": { @@ -35,17 +35,16 @@ }, "@spectrum-css/progresscircle": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/commons": "workspace:^", "@spectrum-css/icon": "9.0.1", "@spectrum-css/progresscircle": "5.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json index f9971c0861..aa0d1aa8b9 100644 --- a/components/buttongroup/package.json +++ b/components/buttongroup/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/button": ">=13", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/button": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/button": "14.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/calendar/package.json b/components/calendar/package.json index 786a44b061..ca29ce7c4c 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/actionbutton": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/actionbutton": "7.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/card/package.json b/components/card/package.json index 27c5e007e7..393b110462 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -25,13 +25,12 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/asset": ">=5", - "@spectrum-css/checkbox": ">=9", - "@spectrum-css/icon": ">=7", - "@spectrum-css/quickaction": ">=3", - "@spectrum-css/tokens": ">=14.5.0 || >=15", - "@spectrum-css/typography": ">=6" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/asset": ">=7", + "@spectrum-css/checkbox": ">=10", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16", + "@spectrum-css/typography": ">=8" }, "peerDependenciesMeta": { "@spectrum-css/actionbutton": { @@ -46,6 +45,9 @@ "@spectrum-css/icon": { "optional": true }, + "@spectrum-css/tokens": { + "optional": true + }, "@spectrum-css/typography": { "optional": true } @@ -56,11 +58,7 @@ "@spectrum-css/checkbox": "10.0.1", "@spectrum-css/icon": "9.0.1", "@spectrum-css/tokens": "16.0.0", - "@spectrum-css/typography": "8.0.1", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/typography": "8.0.1" }, "keywords": [ "design-system", diff --git a/components/checkbox/package.json b/components/checkbox/package.json index d42f4a72c4..90162c346d 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json index 618cab5b35..56c1d94cb8 100644 --- a/components/clearbutton/package.json +++ b/components/clearbutton/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/closebutton/package.json b/components/closebutton/package.json index 39dba44b65..82b986f70d 100644 --- a/components/closebutton/package.json +++ b/components/closebutton/package.json @@ -25,17 +25,21 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/commons": "workspace:^", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json index c1f614d2ac..56518c6386 100644 --- a/components/coachindicator/package.json +++ b/components/coachindicator/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14.6.0 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/coachmark/package.json b/components/coachmark/package.json index 9e61eb9132..1f52055569 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -25,17 +25,35 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/actionmenu": ">=6", - "@spectrum-css/button": ">=13", - "@spectrum-css/buttongroup": ">=7", - "@spectrum-css/menu": ">=7", - "@spectrum-css/popover": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/actionmenu": ">=7", + "@spectrum-css/button": ">=14", + "@spectrum-css/buttongroup": ">=9", + "@spectrum-css/menu": ">=9", + "@spectrum-css/popover": ">=8", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/actionbutton": { + "optional": true + }, + "@spectrum-css/actionmenu": { + "optional": true + }, "@spectrum-css/button": { "optional": true + }, + "@spectrum-css/buttongroup": { + "optional": true + }, + "@spectrum-css/menu": { + "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -45,11 +63,7 @@ "@spectrum-css/buttongroup": "9.0.1", "@spectrum-css/menu": "9.0.1", "@spectrum-css/popover": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/colorarea/package.json b/components/colorarea/package.json index a8637772ee..c071b0560c 100644 --- a/components/colorarea/package.json +++ b/components/colorarea/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/colorhandle": ">=8", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorhandle": ">=10", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/colorhandle": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/colorhandle": "10.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json index d0a9c8c977..10d4ee593e 100644 --- a/components/colorhandle/package.json +++ b/components/colorhandle/package.json @@ -25,23 +25,25 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/colorloupe": ">=5", - "@spectrum-css/opacitycheckerboard": ">=2", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorloupe": ">=7", + "@spectrum-css/opacitycheckerboard": ">=4", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/colorloupe": { "optional": true + }, + "@spectrum-css/opacitycheckerboard": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/colorloupe": "7.0.1", "@spectrum-css/opacitycheckerboard": "4.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/colorloupe/package.json b/components/colorloupe/package.json index 00a1a5e373..5b80904377 100644 --- a/components/colorloupe/package.json +++ b/components/colorloupe/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/colorslider/package.json b/components/colorslider/package.json index 95c3f3bb92..27debcf082 100644 --- a/components/colorslider/package.json +++ b/components/colorslider/package.json @@ -25,18 +25,25 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/colorhandle": ">=8", - "@spectrum-css/opacitycheckerboard": ">=2", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorhandle": ">=10", + "@spectrum-css/opacitycheckerboard": ">=4", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/colorhandle": { + "optional": true + }, + "@spectrum-css/opacitycheckerboard": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/colorhandle": "10.0.1", "@spectrum-css/opacitycheckerboard": "4.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json index 61b068edc5..48c9e002f7 100644 --- a/components/colorwheel/package.json +++ b/components/colorwheel/package.json @@ -25,28 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/colorarea": ">=5", - "@spectrum-css/colorhandle": ">=8", - "@spectrum-css/colorloupe": ">=5", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorarea": ">=7", + "@spectrum-css/colorhandle": ">=10", + "@spectrum-css/colorloupe": ">=7", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/colorarea": { "optional": true }, + "@spectrum-css/colorhandle": { + "optional": true + }, "@spectrum-css/colorloupe": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/colorarea": "7.0.1", "@spectrum-css/colorhandle": "10.0.1", "@spectrum-css/colorloupe": "7.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/combobox/package.json b/components/combobox/package.json index 1f6d29bb08..0c5fa5b90e 100644 --- a/components/combobox/package.json +++ b/components/combobox/package.json @@ -25,16 +25,31 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/menu": ">=7", - "@spectrum-css/pickerbutton": ">=5", - "@spectrum-css/popover": ">=7", - "@spectrum-css/progresscircle": ">=3", - "@spectrum-css/textfield": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/menu": ">=9", + "@spectrum-css/pickerbutton": ">=6", + "@spectrum-css/popover": ">=8", + "@spectrum-css/progresscircle": ">=5", + "@spectrum-css/textfield": ">=8", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/menu": { + "optional": true + }, + "@spectrum-css/pickerbutton": { + "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, "@spectrum-css/progresscircle": { "optional": true + }, + "@spectrum-css/textfield": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -43,11 +58,7 @@ "@spectrum-css/popover": "8.0.1", "@spectrum-css/progresscircle": "5.0.1", "@spectrum-css/textfield": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/commons/package.json b/components/commons/package.json index 90e475587c..84f5b34d12 100644 --- a/components/commons/package.json +++ b/components/commons/package.json @@ -27,10 +27,15 @@ "package.json" ], "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "workspace:^" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json index 5d7207386f..33e3d59185 100644 --- a/components/contextualhelp/package.json +++ b/components/contextualhelp/package.json @@ -25,25 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/link": ">=5", - "@spectrum-css/popover": ">=7", - "@spectrum-css/tokens": ">=14.5.0 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/link": ">=7", + "@spectrum-css/popover": ">=8", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/actionbutton": { + "optional": true + }, "@spectrum-css/link": { "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/actionbutton": "7.0.1", "@spectrum-css/link": "7.0.1", "@spectrum-css/popover": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/datepicker/package.json b/components/datepicker/package.json index 015f3462eb..76d87e62c4 100644 --- a/components/datepicker/package.json +++ b/components/datepicker/package.json @@ -25,22 +25,35 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/calendar": ">=5", - "@spectrum-css/pickerbutton": ">=5", - "@spectrum-css/popover": ">=7", - "@spectrum-css/textfield": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/calendar": ">=7", + "@spectrum-css/pickerbutton": ">=6", + "@spectrum-css/popover": ">=8", + "@spectrum-css/textfield": ">=8", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/calendar": { + "optional": true + }, + "@spectrum-css/pickerbutton": { + "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, + "@spectrum-css/textfield": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/calendar": "7.0.1", "@spectrum-css/pickerbutton": "6.0.1", "@spectrum-css/popover": "8.0.1", "@spectrum-css/textfield": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/dial/package.json b/components/dial/package.json index 1514b356ca..65bd045699 100644 --- a/components/dial/package.json +++ b/components/dial/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/dialog/package.json b/components/dialog/package.json index 7a79268578..c1ac1e3e46 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -25,34 +25,40 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/closebutton": ">=5", - "@spectrum-css/divider": ">=3", - "@spectrum-css/modal": ">=5", - "@spectrum-css/tokens": ">=14 || >=15", - "@spectrum-css/underlay": ">=4" + "@spectrum-css/buttongroup": ">=9", + "@spectrum-css/closebutton": ">=6", + "@spectrum-css/divider": ">=5", + "@spectrum-css/modal": ">=7", + "@spectrum-css/tokens": ">=16", + "@spectrum-css/underlay": ">=6" }, "peerDependenciesMeta": { + "@spectrum-css/buttongroup": { + "optional": true + }, + "@spectrum-css/closebutton": { + "optional": true + }, "@spectrum-css/divider": { "optional": true }, "@spectrum-css/modal": { "optional": true }, + "@spectrum-css/tokens": { + "optional": true + }, "@spectrum-css/underlay": { "optional": true } }, "devDependencies": { - "@spectrum-css/buttongroup": "workspace:^", + "@spectrum-css/buttongroup": "9.0.1", "@spectrum-css/closebutton": "6.0.1", "@spectrum-css/divider": "5.0.1", "@spectrum-css/modal": "7.0.1", "@spectrum-css/tokens": "16.0.0", - "@spectrum-css/underlay": "6.0.1", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/underlay": "6.0.1" }, "keywords": [ "design-system", diff --git a/components/divider/package.json b/components/divider/package.json index 7508cbc28c..4a3dbd3a14 100644 --- a/components/divider/package.json +++ b/components/divider/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/dropindicator/package.json b/components/dropindicator/package.json index 5a598a6854..c46fe6f8bb 100644 --- a/components/dropindicator/package.json +++ b/components/dropindicator/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/dropzone/package.json b/components/dropzone/package.json index 8883f207a5..9a2ac04cef 100644 --- a/components/dropzone/package.json +++ b/components/dropzone/package.json @@ -25,28 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/illustratedmessage": ">=7", - "@spectrum-css/link": ">=5", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/illustratedmessage": ">=9", + "@spectrum-css/link": ">=7", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/actionbutton": { "optional": true }, + "@spectrum-css/illustratedmessage": { + "optional": true + }, "@spectrum-css/link": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/actionbutton": "7.0.1", "@spectrum-css/illustratedmessage": "9.0.1", "@spectrum-css/link": "7.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json index 7167117832..5f46acf72a 100644 --- a/components/fieldgroup/package.json +++ b/components/fieldgroup/package.json @@ -25,10 +25,10 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/checkbox": ">=9", - "@spectrum-css/helptext": ">=5", - "@spectrum-css/radio": ">=9", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/checkbox": ">=10", + "@spectrum-css/helptext": ">=7", + "@spectrum-css/radio": ">=10", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/checkbox": { @@ -39,17 +39,16 @@ }, "@spectrum-css/radio": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/checkbox": "10.0.1", "@spectrum-css/helptext": "7.0.1", "@spectrum-css/radio": "10.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json index 354e08147f..ae3f8e6a0e 100644 --- a/components/fieldlabel/package.json +++ b/components/fieldlabel/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/floatingactionbutton/package.json b/components/floatingactionbutton/package.json index 27f469958b..69a57d0eaf 100644 --- a/components/floatingactionbutton/package.json +++ b/components/floatingactionbutton/package.json @@ -26,14 +26,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/form/package.json b/components/form/package.json index 2a642e22a2..a78b54e3dd 100644 --- a/components/form/package.json +++ b/components/form/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "*", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/helptext/package.json b/components/helptext/package.json index cf41d7c3f2..e07c5ed77d 100644 --- a/components/helptext/package.json +++ b/components/helptext/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/icon/package.json b/components/icon/package.json index ebdcfa98e7..e0617edf96 100644 --- a/components/icon/package.json +++ b/components/icon/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json index c7af282654..9e1dc61c75 100644 --- a/components/illustratedmessage/package.json +++ b/components/illustratedmessage/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15", - "@spectrum-css/typography": ">=6" + "@spectrum-css/tokens": ">=16", + "@spectrum-css/typography": ">=8" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + }, + "@spectrum-css/typography": { + "optional": true + } }, "devDependencies": { "@spectrum-css/tokens": "16.0.0", - "@spectrum-css/typography": "8.0.1", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/typography": "8.0.1" }, "keywords": [ "design-system", diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json index 061df14873..a872c4d69d 100644 --- a/components/infieldbutton/package.json +++ b/components/infieldbutton/package.json @@ -25,21 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index 10124eb4df..6b0a801a46 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -25,23 +25,25 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/button": ">=13", - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/button": { "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/button": "14.0.1", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/link/package.json b/components/link/package.json index 405ead4365..ec5fe91ebd 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/logicbutton/package.json b/components/logicbutton/package.json index eb48d4cce9..a1825b2c38 100644 --- a/components/logicbutton/package.json +++ b/components/logicbutton/package.json @@ -25,15 +25,16 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/commons": "workspace:^", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/menu/package.json b/components/menu/package.json index 61fbe59840..d2c4b5a708 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -25,12 +25,12 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/checkbox": ">=9", - "@spectrum-css/divider": ">=3", - "@spectrum-css/icon": ">=7", - "@spectrum-css/switch": ">=5", - "@spectrum-css/tokens": ">=14 || >=15", - "@spectrum-css/tray": ">=3" + "@spectrum-css/checkbox": ">=10", + "@spectrum-css/divider": ">=5", + "@spectrum-css/icon": ">=9", + "@spectrum-css/switch": ">=6", + "@spectrum-css/tokens": ">=16", + "@spectrum-css/tray": ">=5" }, "peerDependenciesMeta": { "@spectrum-css/checkbox": { @@ -39,9 +39,15 @@ "@spectrum-css/divider": { "optional": true }, + "@spectrum-css/icon": { + "optional": true + }, "@spectrum-css/switch": { "optional": true }, + "@spectrum-css/tokens": { + "optional": true + }, "@spectrum-css/tray": { "optional": true } @@ -52,11 +58,7 @@ "@spectrum-css/icon": "9.0.1", "@spectrum-css/switch": "6.0.1", "@spectrum-css/tokens": "16.0.0", - "@spectrum-css/tray": "5.0.1", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tray": "5.0.1" }, "keywords": [ "design-system", diff --git a/components/meter/package.json b/components/meter/package.json index d9b7ced929..ba17505fe6 100644 --- a/components/meter/package.json +++ b/components/meter/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/progressbar": ">=4", - "@spectrum-css/tokens": ">=15" + "@spectrum-css/progressbar": ">=6", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/progressbar": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/progressbar": "6.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "*", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/miller/package.json b/components/miller/package.json index 18de9d83e0..7fe6ff3e79 100644 --- a/components/miller/package.json +++ b/components/miller/package.json @@ -25,20 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/assetlist": ">=6", - "@spectrum-css/checkbox": ">=9", - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/assetlist": ">=8", + "@spectrum-css/checkbox": ">=10", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/assetlist": { + "optional": true + }, + "@spectrum-css/checkbox": { + "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/assetlist": "8.0.1", "@spectrum-css/checkbox": "10.0.1", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/modal/package.json b/components/modal/package.json index 13527aa11e..720748ac64 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -25,15 +25,16 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/commons": "workspace:^", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/opacitycheckerboard/package.json b/components/opacitycheckerboard/package.json index 4196f73927..5a76dec6c5 100644 --- a/components/opacitycheckerboard/package.json +++ b/components/opacitycheckerboard/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/page/package.json b/components/page/package.json index 168387b60b..2152e9d319 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/pagination/package.json b/components/pagination/package.json index e30cfda69c..e335e0fa01 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -25,22 +25,35 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/button": ">=13", - "@spectrum-css/icon": ">=7", - "@spectrum-css/textfield": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/button": ">=14", + "@spectrum-css/icon": ">=9", + "@spectrum-css/textfield": ">=8", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/actionbutton": { + "optional": true + }, + "@spectrum-css/button": { + "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/textfield": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/actionbutton": "7.0.1", "@spectrum-css/button": "14.0.1", "@spectrum-css/icon": "9.0.1", "@spectrum-css/textfield": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/picker/package.json b/components/picker/package.json index 193570e4e1..8a0ba54624 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -25,19 +25,31 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/helptext": ">=5", - "@spectrum-css/icon": ">=7", - "@spectrum-css/menu": ">=7", - "@spectrum-css/popover": ">=7", - "@spectrum-css/progresscircle": ">=3", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/helptext": ">=7", + "@spectrum-css/icon": ">=9", + "@spectrum-css/menu": ">=9", + "@spectrum-css/popover": ">=8", + "@spectrum-css/progresscircle": ">=5", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/helptext": { "optional": true }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/menu": { + "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, "@spectrum-css/progresscircle": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -47,11 +59,7 @@ "@spectrum-css/menu": "9.0.1", "@spectrum-css/popover": "8.0.1", "@spectrum-css/progresscircle": "5.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/pickerbutton/package.json b/components/pickerbutton/package.json index 08c3b20dad..61bb10970b 100644 --- a/components/pickerbutton/package.json +++ b/components/pickerbutton/package.json @@ -25,20 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/menu": ">=7", - "@spectrum-css/popover": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/menu": ">=9", + "@spectrum-css/popover": ">=8", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/menu": { + "optional": true + }, + "@spectrum-css/popover": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", "@spectrum-css/menu": "9.0.1", "@spectrum-css/popover": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/popover/package.json b/components/popover/package.json index 6b049a612e..4515d767a5 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -25,18 +25,27 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/alertdialog": ">=2", - "@spectrum-css/dialog": ">=10", - "@spectrum-css/divider": ">=3", - "@spectrum-css/menu": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/alertdialog": ">=4", + "@spectrum-css/dialog": ">=12", + "@spectrum-css/divider": ">=5", + "@spectrum-css/menu": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/alertdialog": { + "optional": true + }, + "@spectrum-css/dialog": { + "optional": true + }, "@spectrum-css/divider": { "optional": true }, "@spectrum-css/menu": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -45,11 +54,7 @@ "@spectrum-css/dialog": "12.0.1", "@spectrum-css/divider": "5.0.1", "@spectrum-css/menu": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/progressbar/package.json b/components/progressbar/package.json index 3b66efd230..0ff88375c0 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -25,21 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/fieldlabel": ">=8", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/fieldlabel": ">=10", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/fieldlabel": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/fieldlabel": "10.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/progresscircle/package.json b/components/progresscircle/package.json index 6fd1b1052f..7ebde6d175 100644 --- a/components/progresscircle/package.json +++ b/components/progresscircle/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/radio/package.json b/components/radio/package.json index 5b0e2c07f7..072744af18 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/rating/package.json b/components/rating/package.json index a2a5937f85..0babedcfb5 100644 --- a/components/rating/package.json +++ b/components/rating/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/search/package.json b/components/search/package.json index 5c52076f0c..63041a885e 100644 --- a/components/search/package.json +++ b/components/search/package.json @@ -25,20 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/clearbutton": ">=6", - "@spectrum-css/icon": ">=7", - "@spectrum-css/textfield": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/clearbutton": ">=7", + "@spectrum-css/icon": ">=9", + "@spectrum-css/textfield": ">=8", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/clearbutton": { + "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/textfield": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/clearbutton": "7.0.1", "@spectrum-css/icon": "9.0.1", "@spectrum-css/textfield": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/sidenav/package.json b/components/sidenav/package.json index 70658f8547..e8d4fc94f2 100644 --- a/components/sidenav/package.json +++ b/components/sidenav/package.json @@ -25,21 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/slider/package.json b/components/slider/package.json index 315ef6fb44..10c4cbcbe8 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/stepper": ">=6", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/stepper": ">=7", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/stepper": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/stepper": "7.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/splitview/package.json b/components/splitview/package.json index 144485f619..fec02c4369 100644 --- a/components/splitview/package.json +++ b/components/splitview/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/statuslight/package.json b/components/statuslight/package.json index 96ca0b18b4..cbf31dc3eb 100644 --- a/components/statuslight/package.json +++ b/components/statuslight/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/steplist/package.json b/components/steplist/package.json index 983ed51260..f0d2c63549 100644 --- a/components/steplist/package.json +++ b/components/steplist/package.json @@ -25,11 +25,17 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15", - "@spectrum-css/tooltip": ">=6" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16", + "@spectrum-css/tooltip": ">=7" }, "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + }, "@spectrum-css/tooltip": { "optional": true } @@ -37,11 +43,7 @@ "devDependencies": { "@spectrum-css/icon": "9.0.1", "@spectrum-css/tokens": "16.0.0", - "@spectrum-css/tooltip": "7.0.1", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tooltip": "7.0.1" }, "keywords": [ "design-system", diff --git a/components/stepper/package.json b/components/stepper/package.json index 95a4455b95..37d988f26e 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -25,15 +25,27 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/actionbutton": ">=6", - "@spectrum-css/icon": ">=7", - "@spectrum-css/infieldbutton": ">=5", - "@spectrum-css/textfield": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7", + "@spectrum-css/icon": ">=9", + "@spectrum-css/infieldbutton": ">=6", + "@spectrum-css/textfield": ">=8", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/actionbutton": { + "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, "@spectrum-css/infieldbutton": { "optional": true + }, + "@spectrum-css/textfield": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -41,11 +53,7 @@ "@spectrum-css/icon": "9.0.1", "@spectrum-css/infieldbutton": "6.0.1", "@spectrum-css/textfield": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/swatch/package.json b/components/swatch/package.json index 7f6e76bf97..cc8e404aa1 100644 --- a/components/swatch/package.json +++ b/components/swatch/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/opacitycheckerboard": ">=2", - "@spectrum-css/tokens": ">=14.5.0 || >=15" + "@spectrum-css/opacitycheckerboard": ">=4", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/opacitycheckerboard": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/opacitycheckerboard": "4.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/swatchgroup/package.json b/components/swatchgroup/package.json index 17f4b212bc..64723dd238 100644 --- a/components/swatchgroup/package.json +++ b/components/swatchgroup/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/swatch": ">=6", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/swatch": ">=8", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/swatch": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/swatch": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/switch/package.json b/components/switch/package.json index 04fa4bb51c..68fce26997 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/table/package.json b/components/table/package.json index 12f8705cc9..0a29bd8a10 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -25,11 +25,11 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/button": ">=13", - "@spectrum-css/checkbox": ">=9", - "@spectrum-css/icon": ">=7", - "@spectrum-css/thumbnail": ">=6", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14", + "@spectrum-css/checkbox": ">=10", + "@spectrum-css/icon": ">=9", + "@spectrum-css/thumbnail": ">=8", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/button": { @@ -38,8 +38,14 @@ "@spectrum-css/checkbox": { "optional": true }, + "@spectrum-css/icon": { + "optional": true + }, "@spectrum-css/thumbnail": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -47,11 +53,7 @@ "@spectrum-css/checkbox": "10.0.1", "@spectrum-css/icon": "9.0.1", "@spectrum-css/thumbnail": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/tabs/package.json b/components/tabs/package.json index 4e0dbedaed..9d93ab544c 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -25,25 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/menu": ">=7", - "@spectrum-css/picker": ">=8", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/menu": ">=9", + "@spectrum-css/picker": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/menu": { + "optional": true + }, + "@spectrum-css/picker": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", "@spectrum-css/menu": "9.0.1", "@spectrum-css/picker": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/tag/package.json b/components/tag/package.json index 987d52cf1b..7a997fefdf 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -25,28 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/avatar": ">=7", - "@spectrum-css/clearbutton": ">=6", - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/avatar": ">=9", + "@spectrum-css/clearbutton": ">=7", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/avatar": { "optional": true }, + "@spectrum-css/clearbutton": { + "optional": true + }, "@spectrum-css/icon": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/avatar": "9.0.1", "@spectrum-css/clearbutton": "7.0.1", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/taggroup/package.json b/components/taggroup/package.json index 68b3513bfb..f7b62df5d8 100644 --- a/components/taggroup/package.json +++ b/components/taggroup/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tag": ">=9", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tag": ">=10", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tag": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/tag": "10.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/textfield/package.json b/components/textfield/package.json index 6d32d58266..4f0a0ef6ec 100644 --- a/components/textfield/package.json +++ b/components/textfield/package.json @@ -25,21 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/helptext": ">=5", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/helptext": ">=7", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { "@spectrum-css/helptext": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/helptext": "7.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json index 9045bda034..db4f51644e 100644 --- a/components/thumbnail/package.json +++ b/components/thumbnail/package.json @@ -25,16 +25,20 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/opacitycheckerboard": ">=2", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/opacitycheckerboard": ">=4", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/opacitycheckerboard": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/opacitycheckerboard": "4.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/toast/package.json b/components/toast/package.json index de0ea50911..d0b73d85aa 100644 --- a/components/toast/package.json +++ b/components/toast/package.json @@ -25,20 +25,30 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/button": ">=13", - "@spectrum-css/closebutton": ">=5", - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14", + "@spectrum-css/closebutton": ">=6", + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/button": { + "optional": true + }, + "@spectrum-css/closebutton": { + "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/button": "14.0.1", "@spectrum-css/closebutton": "6.0.1", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/tooltip/package.json b/components/tooltip/package.json index d0c012a2f4..8e3537070f 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -25,17 +25,21 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/commons": "workspace:^", "@spectrum-css/icon": "9.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/tray/package.json b/components/tray/package.json index c06ac5667f..fc88802877 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -25,19 +25,31 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/button": ">=13", - "@spectrum-css/dialog": ">=10", - "@spectrum-css/divider": ">=3", - "@spectrum-css/icon": ">=7", - "@spectrum-css/modal": ">=5", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14", + "@spectrum-css/dialog": ">=12", + "@spectrum-css/divider": ">=5", + "@spectrum-css/icon": ">=9", + "@spectrum-css/modal": ">=7", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/button": { + "optional": true + }, "@spectrum-css/dialog": { "optional": true }, "@spectrum-css/divider": { "optional": true + }, + "@spectrum-css/icon": { + "optional": true + }, + "@spectrum-css/modal": { + "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { @@ -46,11 +58,7 @@ "@spectrum-css/divider": "5.0.1", "@spectrum-css/icon": "9.0.1", "@spectrum-css/modal": "7.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/treeview/package.json b/components/treeview/package.json index 329ff55917..0e4bf2ae4a 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -25,23 +25,25 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/icon": ">=7", - "@spectrum-css/thumbnail": ">=6", - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9", + "@spectrum-css/thumbnail": ">=8", + "@spectrum-css/tokens": ">=16" }, "peerDependenciesMeta": { + "@spectrum-css/icon": { + "optional": true + }, "@spectrum-css/thumbnail": { "optional": true + }, + "@spectrum-css/tokens": { + "optional": true } }, "devDependencies": { "@spectrum-css/icon": "9.0.1", "@spectrum-css/thumbnail": "8.0.1", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/typography/package.json b/components/typography/package.json index 511bd8631b..7e84d672e3 100644 --- a/components/typography/package.json +++ b/components/typography/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14.5.0 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/underlay/package.json b/components/underlay/package.json index 9ba89f956e..9675004c32 100644 --- a/components/underlay/package.json +++ b/components/underlay/package.json @@ -25,15 +25,16 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { "@spectrum-css/commons": "workspace:^", - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/components/well/package.json b/components/well/package.json index d35c35723b..96e77f1778 100644 --- a/components/well/package.json +++ b/components/well/package.json @@ -25,14 +25,15 @@ }, "main": "dist/index.css", "peerDependencies": { - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + }, + "peerDependenciesMeta": { + "@spectrum-css/tokens": { + "optional": true + } }, "devDependencies": { - "@spectrum-css/tokens": "16.0.0", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "stylelint": "^16.9.0" + "@spectrum-css/tokens": "16.0.0" }, "keywords": [ "design-system", diff --git a/nx.json b/nx.json index 3b56761c59..6e9ce2b1ff 100644 --- a/nx.json +++ b/nx.json @@ -49,7 +49,7 @@ ], "options": { "commands": [ - "cross-env NODE_OPTIONS=\"--no-warnings\" node -e 'require(\"./tasks/component-builder.js\").default()'" + "node --no-warnings ./tasks/component-builder.js {projectName}" ] }, "outputs": [ @@ -71,7 +71,7 @@ ], "options": { "commands": [ - "rimraf {projectRoot}/dist/*.css* {projectRoot}/dist/themes/*.css*" + "rimraf -g {projectRoot}/dist/*.css* {projectRoot}/dist/themes/*.css*" ], "parallel": false }, @@ -102,7 +102,7 @@ ], "options": { "commands": [ - "node --no-warnings ./tasks/compare-compiled-output.js $NX_TASK_TARGET_PROJECT" + "node --no-warnings ./tasks/compare-compiled-output.js {projectName}" ] }, "outputs": ["{workspaceRoot}/.diff-output"] @@ -155,7 +155,7 @@ ], "options": { "commands": [ - "cross-env NODE_OPTIONS=\"--no-warnings\" node -e 'require(\"./tasks/component-reporter.js\").default()'" + "node --no-warnings ./tasks/component-reporter.js {projectName}" ] }, "outputs": [ diff --git a/package.json b/package.json index b93e562e3f..95e9240afa 100644 --- a/package.json +++ b/package.json @@ -77,10 +77,10 @@ "@spectrum-tools/postcss-rgb-mapping": "workspace:^", "@yarnpkg/types": "^4.0.0", "at-rule-packer": "^0.4.2", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.20", "colors": "^1.4.0", "cross-env": "^7.0.3", - "cssnano": "^7.0.3", + "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", "diff": "^7.0.0", "diff2html": "^3.4.51", @@ -99,13 +99,13 @@ "nx": "^19.8.2", "open": "^10.1.0", "pajv": "^1.2.0", - "postcss": "^8.5.0", + "postcss": "^8.5.1", "postcss-extend": "^1.0.5", "postcss-hover-media-feature": "^1.0.2", "postcss-import": "^16.1.0", "postcss-licensing": "^2.0.0", "postcss-load-config": "^5.1.0", - "postcss-preset-env": "^9.5.13", + "postcss-preset-env": "^9.6.0", "postcss-pseudo-classes": "^0.4.0", "postcss-reporter": "^7.1.0", "postcss-selector-replace": "^1.0.2", @@ -113,9 +113,9 @@ "postcss-values-parser": "^6.0.2", "prettier": "^3.4.2", "rimraf": "^6.0.1", - "stylelint": "^16.9.0", + "stylelint": "^16.14.1", "stylelint-config-standard": "^36.0.1", - "stylelint-header": "^2.0.1", + "stylelint-header": "^2.1.0", "stylelint-high-performance-animation": "^1.10.0", "stylelint-order": "^6.0.4", "stylelint-selector-bem-pattern": "^4.0.1", diff --git a/plugins/postcss-add-theming-layer/package.json b/plugins/postcss-add-theming-layer/package.json index 038b4965dd..ededb67d79 100644 --- a/plugins/postcss-add-theming-layer/package.json +++ b/plugins/postcss-add-theming-layer/package.json @@ -14,7 +14,7 @@ "*.md" ], "dependencies": { - "postcss-selector-parser": "^6.1.1", + "postcss-selector-parser": "^6.1.2", "postcss-values-parser": "^6.0.2" }, "peerDependencies": { @@ -23,7 +23,7 @@ "devDependencies": { "ava": "^6.2.0", "c8": "^10.1.2", - "postcss": "^8.4.49" + "postcss": "^8.5.1" }, "keywords": [ "css", diff --git a/plugins/postcss-property-rollup/package.json b/plugins/postcss-property-rollup/package.json index db9704faea..0b9fd472ca 100644 --- a/plugins/postcss-property-rollup/package.json +++ b/plugins/postcss-property-rollup/package.json @@ -19,7 +19,7 @@ "devDependencies": { "ava": "^6.2.0", "c8": "^10.1.2", - "postcss": "^8.4.49" + "postcss": "^8.5.1" }, "keywords": [ "css", diff --git a/plugins/postcss-rgb-mapping/package.json b/plugins/postcss-rgb-mapping/package.json index 0228e69faa..795b878303 100644 --- a/plugins/postcss-rgb-mapping/package.json +++ b/plugins/postcss-rgb-mapping/package.json @@ -31,7 +31,7 @@ "devDependencies": { "ava": "^6.2.0", "c8": "^10.1.3", - "postcss": "^8.5.0" + "postcss": "^8.5.1" }, "keywords": [ "css", diff --git a/plugins/stylelint-no-missing-var/package.json b/plugins/stylelint-no-missing-var/package.json index abc0ff8b4d..5b6e48f51c 100644 --- a/plugins/stylelint-no-missing-var/package.json +++ b/plugins/stylelint-no-missing-var/package.json @@ -35,7 +35,7 @@ "devDependencies": { "ava": "^6.2.0", "c8": "^10.1.3", - "stylelint": "^16.9.0" + "stylelint": "^16.14.1" }, "keywords": [ "css", diff --git a/plugins/stylelint-no-unknown-custom-properties/package.json b/plugins/stylelint-no-unknown-custom-properties/package.json index bbc6f7b8a0..9f58ad5fab 100644 --- a/plugins/stylelint-no-unknown-custom-properties/package.json +++ b/plugins/stylelint-no-unknown-custom-properties/package.json @@ -29,7 +29,7 @@ "dependencies": { "colors": "^1.4.0", "fast-glob": "^3.3.3", - "postcss": "^8.5.0", + "postcss": "^8.5.1", "postcss-values-parser": "^6.0.2" }, "peerDependencies": { @@ -38,7 +38,7 @@ "devDependencies": { "ava": "^6.2.0", "c8": "^10.1.3", - "stylelint": "^16.9.0" + "stylelint": "^16.14.1" }, "keywords": [ "css", diff --git a/plugins/stylelint-no-unused-custom-properties/package.json b/plugins/stylelint-no-unused-custom-properties/package.json index 599d4355ae..daa6bbee2a 100644 --- a/plugins/stylelint-no-unused-custom-properties/package.json +++ b/plugins/stylelint-no-unused-custom-properties/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "colors": "^1.4.0", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-values-parser": "^6.0.2" }, "peerDependencies": { @@ -37,7 +37,7 @@ "devDependencies": { "ava": "^6.2.0", "c8": "^10.1.3", - "stylelint": "^16.9.0" + "stylelint": "^16.14.1" }, "keywords": [ "css", diff --git a/plugins/stylelint-theme-alignment/package.json b/plugins/stylelint-theme-alignment/package.json index da25b3d4dd..691b642f42 100644 --- a/plugins/stylelint-theme-alignment/package.json +++ b/plugins/stylelint-theme-alignment/package.json @@ -25,14 +25,14 @@ ], "dependencies": { "colors": "^1.4.0", - "postcss": "^8.5.0", + "postcss": "^8.5.1", "postcss-values-parser": "^6.0.2" }, "peerDependencies": { "stylelint": ">=16" }, "devDependencies": { - "stylelint": "^16.9.0" + "stylelint": "^16.14.1" }, "keywords": [ "css", diff --git a/postcss.config.js b/postcss.config.js index ed6b8344fa..697f0bc18e 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -48,7 +48,7 @@ module.exports = ({ const filePath = packageParts.length > 2 ? packageParts.slice(2).join("/") : "index.css"; if (packageParts[1] === "tokens") { - return join(__dirname, packageParts[1], "dist", "css", filePath); + return join(__dirname, packageParts[1], filePath); } return join(__dirname, "components", packageParts[1], filePath); diff --git a/tasks/component-builder.js b/tasks/component-builder.js index a0be568185..516f68768f 100644 --- a/tasks/component-builder.js +++ b/tasks/component-builder.js @@ -17,6 +17,9 @@ const fs = require("fs"); const fsp = fs.promises; const path = require("path"); +const { hideBin } = require("yargs/helpers"); +const yargs = require("yargs"); + const postcss = require("postcss"); const postcssrc = require("postcss-load-config"); const prettier = require("prettier"); @@ -318,3 +321,9 @@ async function main({ exports.processCSS = processCSS; exports.fetchContent = fetchContent; exports.default = main; + +let { + _: components, +} = yargs(hideBin(process.argv)).argv; + +Promise.all(components.map((componentName) => main({ componentName }))); diff --git a/tasks/component-reporter.js b/tasks/component-reporter.js index 444449c833..90a2da7d1c 100644 --- a/tasks/component-reporter.js +++ b/tasks/component-reporter.js @@ -15,6 +15,9 @@ const fs = require("fs"); const path = require("path"); +const { hideBin } = require("yargs/helpers"); +const yargs = require("yargs"); + const postcss = require("postcss"); const prettier = require("prettier"); @@ -244,3 +247,9 @@ async function main({ exports.extractModifiers = extractModifiers; exports.default = main; + +let { + _: components, +} = yargs(hideBin(process.argv)).argv; + +Promise.all(components.map((componentName) => main({ componentName }))); diff --git a/tokens/dist/json/tokens.json b/tokens/dist/json/tokens.json index 2be36fb580..6fc3658f09 100644 --- a/tokens/dist/json/tokens.json +++ b/tokens/dist/json/tokens.json @@ -272,329 +272,403 @@ "accordion-bottom-to-text-compact-extra-large": { "prop": "--spectrum-accordion-bottom-to-text-compact-extra-large", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "accordion-bottom-to-text-compact-large": { "prop": "--spectrum-accordion-bottom-to-text-compact-large", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "accordion-bottom-to-text-compact-medium": { "prop": "--spectrum-accordion-bottom-to-text-compact-medium", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "accordion-bottom-to-text-compact-small": { "prop": "--spectrum-accordion-bottom-to-text-compact-small", "desktop": { + "ref": "2px", "value": "2px" }, "mobile": { + "ref": "4px", "value": "4px" } }, "accordion-bottom-to-text-regular-extra-large": { "prop": "--spectrum-accordion-bottom-to-text-regular-extra-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "accordion-bottom-to-text-regular-large": { "prop": "--spectrum-accordion-bottom-to-text-regular-large", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "accordion-bottom-to-text-regular-medium": { "prop": "--spectrum-accordion-bottom-to-text-regular-medium", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "accordion-bottom-to-text-regular-small": { "prop": "--spectrum-accordion-bottom-to-text-regular-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "accordion-bottom-to-text-spacious-extra-large": { "prop": "--spectrum-accordion-bottom-to-text-spacious-extra-large", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "21px", "value": "21px" } }, "accordion-bottom-to-text-spacious-large": { "prop": "--spectrum-accordion-bottom-to-text-spacious-large", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "accordion-bottom-to-text-spacious-medium": { "prop": "--spectrum-accordion-bottom-to-text-spacious-medium", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "accordion-bottom-to-text-spacious-small": { "prop": "--spectrum-accordion-bottom-to-text-spacious-small", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "accordion-content-area-bottom-to-content": { "prop": "--spectrum-accordion-content-area-bottom-to-content", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "accordion-content-area-top-to-content": { "prop": "--spectrum-accordion-content-area-top-to-content", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "accordion-disclosure-indicator-to-text": { "prop": "--spectrum-accordion-disclosure-indicator-to-text", + "ref": "0px", "value": "0px" }, "accordion-edge-to-disclosure-indicator": { "prop": "--spectrum-accordion-edge-to-disclosure-indicator", + "ref": "0px", "value": "0px" }, "accordion-edge-to-text": { "prop": "--spectrum-accordion-edge-to-text", + "ref": "0px", "value": "0px" }, "accordion-focus-indicator-gap": { "prop": "--spectrum-accordion-focus-indicator-gap", + "ref": "0px", "value": "0px" }, "accordion-minimum-width": { "prop": "--spectrum-accordion-minimum-width", "desktop": { + "ref": "200px", "value": "200px" }, "mobile": { + "ref": "250px", "value": "250px" } }, "accordion-small-top-to-text-spacious": { "prop": "--spectrum-accordion-small-top-to-text-spacious", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "accordion-top-to-text-compact-extra-large": { "prop": "--spectrum-accordion-top-to-text-compact-extra-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "accordion-top-to-text-compact-large": { "prop": "--spectrum-accordion-top-to-text-compact-large", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "accordion-top-to-text-compact-medium": { "prop": "--spectrum-accordion-top-to-text-compact-medium", + "ref": "4px", "value": "4px" }, "accordion-top-to-text-compact-small": { "prop": "--spectrum-accordion-top-to-text-compact-small", + "ref": "2px", "value": "2px" }, "accordion-top-to-text-regular-extra-large": { "prop": "--spectrum-accordion-top-to-text-regular-extra-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "accordion-top-to-text-regular-large": { "prop": "--spectrum-accordion-top-to-text-regular-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "accordion-top-to-text-regular-medium": { "prop": "--spectrum-accordion-top-to-text-regular-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "accordion-top-to-text-regular-small": { "prop": "--spectrum-accordion-top-to-text-regular-small", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "accordion-top-to-text-spacious-extra-large": { "prop": "--spectrum-accordion-top-to-text-spacious-extra-large", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "accordion-top-to-text-spacious-large": { "prop": "--spectrum-accordion-top-to-text-spacious-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "accordion-top-to-text-spacious-medium": { "prop": "--spectrum-accordion-top-to-text-spacious-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "accordion-top-to-text-spacious-small": { "prop": "--spectrum-accordion-top-to-text-spacious-small", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "action-bar-height": { "prop": "--spectrum-action-bar-height", "desktop": { + "ref": "48px", "value": "48px" }, "mobile": { + "ref": "56px", "value": "56px" } }, "action-bar-top-to-item-counter": { "prop": "--spectrum-action-bar-top-to-item-counter", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "action-button-edge-to-hold-icon-extra-large": { "prop": "--spectrum-action-button-edge-to-hold-icon-extra-large", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "action-button-edge-to-hold-icon-extra-small": { "prop": "--spectrum-action-button-edge-to-hold-icon-extra-small", + "ref": "3px", "value": "3px" }, "action-button-edge-to-hold-icon-large": { "prop": "--spectrum-action-button-edge-to-hold-icon-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "action-button-edge-to-hold-icon-medium": { "prop": "--spectrum-action-button-edge-to-hold-icon-medium", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "action-button-edge-to-hold-icon-small": { "prop": "--spectrum-action-button-edge-to-hold-icon-small", + "ref": "3px", "value": "3px" }, "alert-banner-bottom-to-text": { "prop": "--spectrum-alert-banner-bottom-to-text", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "alert-banner-minimum-height": { "prop": "--spectrum-alert-banner-minimum-height", "desktop": { + "ref": "48px", "value": "48px" }, "mobile": { + "ref": "64px", "value": "64px" } }, @@ -631,27 +705,33 @@ "alert-banner-top-to-text": { "prop": "--spectrum-alert-banner-top-to-text", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "21px", "value": "21px" } }, "alert-banner-top-to-workflow-icon": { "prop": "--spectrum-alert-banner-top-to-workflow-icon", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "21px", "value": "21px" } }, "alert-banner-width": { "prop": "--spectrum-alert-banner-width", "desktop": { + "ref": "832px", "value": "832px" }, "mobile": { + "ref": "680px", "value": "680px" } }, @@ -667,10 +747,12 @@ }, "alert-dialog-maximum-width": { "prop": "--spectrum-alert-dialog-maximum-width", + "ref": "480px", "value": "480px" }, "alert-dialog-minimum-width": { "prop": "--spectrum-alert-dialog-minimum-width", + "ref": "288px", "value": "288px" }, "alert-dialog-title-size": { @@ -685,100 +767,122 @@ }, "android-elevation": { "prop": "--spectrum-android-elevation", + "ref": "2dp", "value": "2dp" }, "arrow-icon-size-100": { "prop": "--spectrum-arrow-icon-size-100", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "arrow-icon-size-200": { "prop": "--spectrum-arrow-icon-size-200", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "arrow-icon-size-300": { "prop": "--spectrum-arrow-icon-size-300", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "arrow-icon-size-400": { "prop": "--spectrum-arrow-icon-size-400", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "arrow-icon-size-500": { "prop": "--spectrum-arrow-icon-size-500", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "arrow-icon-size-600": { "prop": "--spectrum-arrow-icon-size-600", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "arrow-icon-size-75": { "prop": "--spectrum-arrow-icon-size-75", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "asterisk-icon-size-100": { "prop": "--spectrum-asterisk-icon-size-100", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "asterisk-icon-size-200": { "prop": "--spectrum-asterisk-icon-size-200", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "asterisk-icon-size-300": { "prop": "--spectrum-asterisk-icon-size-300", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "asterisk-icon-size-75": { "prop": "--spectrum-asterisk-icon-size-75", + "ref": "8px", "value": "8px" }, "avatar-opacity-disabled": { @@ -789,81 +893,99 @@ "avatar-size-100": { "prop": "--spectrum-avatar-size-100", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "26px", "value": "26px" } }, "avatar-size-200": { "prop": "--spectrum-avatar-size-200", "desktop": { + "ref": "22px", "value": "22px" }, "mobile": { + "ref": "28px", "value": "28px" } }, "avatar-size-300": { "prop": "--spectrum-avatar-size-300", "desktop": { + "ref": "26px", "value": "26px" }, "mobile": { + "ref": "32px", "value": "32px" } }, "avatar-size-400": { "prop": "--spectrum-avatar-size-400", "desktop": { + "ref": "28px", "value": "28px" }, "mobile": { + "ref": "36px", "value": "36px" } }, "avatar-size-50": { "prop": "--spectrum-avatar-size-50", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "avatar-size-500": { "prop": "--spectrum-avatar-size-500", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "avatar-size-600": { "prop": "--spectrum-avatar-size-600", "desktop": { + "ref": "36px", "value": "36px" }, "mobile": { + "ref": "46px", "value": "46px" } }, "avatar-size-700": { "prop": "--spectrum-avatar-size-700", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "50px", "value": "50px" } }, "avatar-size-75": { "prop": "--spectrum-avatar-size-75", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, @@ -909,18 +1031,22 @@ }, "background-opacity-default": { "prop": "--spectrum-background-opacity-default", + "ref": "0", "value": "0" }, "background-opacity-down": { "prop": "--spectrum-background-opacity-down", + "ref": "0.1", "value": "0.1" }, "background-opacity-hover": { "prop": "--spectrum-background-opacity-hover", + "ref": "0.1", "value": "0.1" }, "background-opacity-key-focus": { "prop": "--spectrum-background-opacity-key-focus", + "ref": "0.1", "value": "0.1" }, "background-pasteboard-color": { @@ -935,153 +1061,187 @@ }, "black": { "prop": "--spectrum-black", + "ref": "rgb(0, 0, 0)", "value": "rgb(0, 0, 0)" }, "black-font-weight": { "prop": "--spectrum-black-font-weight", + "ref": "black", "value": "900" }, "blue-100": { "prop": "--spectrum-blue-100", "light": { + "ref": "rgb(245, 249, 255)", "value": "rgb(245, 249, 255)" }, "dark": { + "ref": "rgb(14, 23, 63)", "value": "rgb(14, 23, 63)" } }, "blue-1000": { "prop": "--spectrum-blue-1000", "light": { + "ref": "rgb(39, 77, 234)", "value": "rgb(39, 77, 234)" }, "dark": { + "ref": "rgb(105, 149, 254)", "value": "rgb(105, 149, 254)" } }, "blue-1100": { "prop": "--spectrum-blue-1100", "light": { + "ref": "rgb(29, 62, 207)", "value": "rgb(29, 62, 207)" }, "dark": { + "ref": "rgb(124, 169, 252)", "value": "rgb(124, 169, 252)" } }, "blue-1200": { "prop": "--spectrum-blue-1200", "light": { + "ref": "rgb(21, 50, 173)", "value": "rgb(21, 50, 173)" }, "dark": { + "ref": "rgb(152, 192, 252)", "value": "rgb(152, 192, 252)" } }, "blue-1300": { "prop": "--spectrum-blue-1300", "light": { + "ref": "rgb(16, 40, 140)", "value": "rgb(16, 40, 140)" }, "dark": { + "ref": "rgb(181, 213, 253)", "value": "rgb(181, 213, 253)" } }, "blue-1400": { "prop": "--spectrum-blue-1400", "light": { + "ref": "rgb(12, 31, 105)", "value": "rgb(12, 31, 105)" }, "dark": { + "ref": "rgb(213, 231, 254)", "value": "rgb(213, 231, 254)" } }, "blue-1500": { "prop": "--spectrum-blue-1500", "dark": { + "ref": "rgb(238, 245, 255)", "value": "rgb(238, 245, 255)" }, "light": { + "ref": "rgb(14, 24, 67)", "value": "rgb(14, 24, 67)" } }, "blue-1600": { "prop": "--spectrum-blue-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(7, 11, 30)", "value": "rgb(7, 11, 30)" } }, "blue-200": { "prop": "--spectrum-blue-200", "light": { + "ref": "rgb(229, 240, 254)", "value": "rgb(229, 240, 254)" }, "dark": { + "ref": "rgb(15, 28, 82)", "value": "rgb(15, 28, 82)" } }, "blue-300": { "prop": "--spectrum-blue-300", "light": { + "ref": "rgb(203, 226, 254)", "value": "rgb(203, 226, 254)" }, "dark": { + "ref": "rgb(12, 33, 117)", "value": "rgb(12, 33, 117)" } }, "blue-400": { "prop": "--spectrum-blue-400", "light": { + "ref": "rgb(172, 207, 253)", "value": "rgb(172, 207, 253)" }, "dark": { + "ref": "rgb(18, 45, 154)", "value": "rgb(18, 45, 154)" } }, "blue-500": { "prop": "--spectrum-blue-500", "light": { + "ref": "rgb(142, 185, 252)", "value": "rgb(142, 185, 252)" }, "dark": { + "ref": "rgb(26, 58, 195)", "value": "rgb(26, 58, 195)" } }, "blue-600": { "prop": "--spectrum-blue-600", "light": { + "ref": "rgb(114, 158, 253)", "value": "rgb(114, 158, 253)" }, "dark": { + "ref": "rgb(37, 73, 229)", "value": "rgb(37, 73, 229)" } }, "blue-700": { "prop": "--spectrum-blue-700", "light": { + "ref": "rgb(93, 137, 255)", "value": "rgb(93, 137, 255)" }, "dark": { + "ref": "rgb(52, 91, 248)", "value": "rgb(52, 91, 248)" } }, "blue-800": { "prop": "--spectrum-blue-800", "light": { + "ref": "rgb(75, 117, 255)", "value": "rgb(75, 117, 255)" }, "dark": { + "ref": "rgb(64, 105, 253)", "value": "rgb(64, 105, 253)" } }, "blue-900": { "prop": "--spectrum-blue-900", "light": { + "ref": "rgb(59, 99, 251)", "value": "rgb(59, 99, 251)" }, "dark": { + "ref": "rgb(86, 129, 255)", "value": "rgb(86, 129, 255)" } }, @@ -1118,7 +1278,7 @@ "body-cjk-emphasized-font-style": { "prop": "--spectrum-body-cjk-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-cjk-emphasized-font-weight": { "prop": "--spectrum-body-cjk-emphasized-font-weight", @@ -1133,7 +1293,7 @@ "body-cjk-font-style": { "prop": "--spectrum-body-cjk-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-cjk-font-weight": { "prop": "--spectrum-body-cjk-font-weight", @@ -1148,7 +1308,7 @@ "body-cjk-strong-emphasized-font-style": { "prop": "--spectrum-body-cjk-strong-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-cjk-strong-emphasized-font-weight": { "prop": "--spectrum-body-cjk-strong-emphasized-font-weight", @@ -1158,7 +1318,7 @@ "body-cjk-strong-font-style": { "prop": "--spectrum-body-cjk-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-cjk-strong-font-weight": { "prop": "--spectrum-body-cjk-strong-font-weight", @@ -1182,6 +1342,7 @@ }, "body-margin-multiplier": { "prop": "--spectrum-body-margin-multiplier", + "ref": "0.75", "value": "0.75" }, "body-sans-serif-emphasized-font-style": { @@ -1202,7 +1363,7 @@ "body-sans-serif-font-style": { "prop": "--spectrum-body-sans-serif-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-sans-serif-font-weight": { "prop": "--spectrum-body-sans-serif-font-weight", @@ -1222,7 +1383,7 @@ "body-sans-serif-strong-font-style": { "prop": "--spectrum-body-sans-serif-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-sans-serif-strong-font-weight": { "prop": "--spectrum-body-sans-serif-strong-font-weight", @@ -1247,7 +1408,7 @@ "body-serif-font-style": { "prop": "--spectrum-body-serif-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-serif-font-weight": { "prop": "--spectrum-body-serif-font-weight", @@ -1267,7 +1428,7 @@ "body-serif-strong-font-style": { "prop": "--spectrum-body-serif-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "body-serif-strong-font-weight": { "prop": "--spectrum-body-serif-strong-font-weight", @@ -1346,49 +1507,60 @@ }, "bold-font-weight": { "prop": "--spectrum-bold-font-weight", + "ref": "bold", "value": "700" }, "border-width-100": { "prop": "--spectrum-border-width-100", + "ref": "1px", "value": "1px" }, "border-width-200": { "prop": "--spectrum-border-width-200", + "ref": "2px", "value": "2px" }, "border-width-400": { "prop": "--spectrum-border-width-400", + "ref": "4px", "value": "4px" }, "breadcrumbs-bottom-to-text": { "prop": "--spectrum-breadcrumbs-bottom-to-text", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "breadcrumbs-bottom-to-text-compact": { "prop": "--spectrum-breadcrumbs-bottom-to-text-compact", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "breadcrumbs-bottom-to-text-multiline": { "prop": "--spectrum-breadcrumbs-bottom-to-text-multiline", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "breadcrumbs-end-edge-to-text": { "prop": "--spectrum-breadcrumbs-end-edge-to-text", + "ref": "0px", "value": "0px" }, "breadcrumbs-height": { @@ -1414,264 +1586,323 @@ "breadcrumbs-height-multiline": { "prop": "--spectrum-breadcrumbs-height-multiline", "desktop": { + "ref": "72px", "value": "72px" }, "mobile": { + "ref": "84px", "value": "84px" } }, "breadcrumbs-separator-icon-to-bottom-text-multiline": { "prop": "--spectrum-breadcrumbs-separator-icon-to-bottom-text-multiline", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "breadcrumbs-start-edge-to-text": { "prop": "--spectrum-breadcrumbs-start-edge-to-text", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "breadcrumbs-start-edge-to-truncated-menu": { "prop": "--spectrum-breadcrumbs-start-edge-to-truncated-menu", + "ref": "0px", "value": "0px" }, "breadcrumbs-top-text-to-bottom-text": { "prop": "--spectrum-breadcrumbs-top-text-to-bottom-text", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "breadcrumbs-top-to-separator-icon": { "prop": "--spectrum-breadcrumbs-top-to-separator-icon", "desktop": { + "ref": "19px", "value": "19px" }, "mobile": { + "ref": "25px", "value": "25px" } }, "breadcrumbs-top-to-separator-icon-compact": { "prop": "--spectrum-breadcrumbs-top-to-separator-icon-compact", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "23px", "value": "23px" } }, "breadcrumbs-top-to-separator-icon-multiline": { "prop": "--spectrum-breadcrumbs-top-to-separator-icon-multiline", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "breadcrumbs-top-to-text": { "prop": "--spectrum-breadcrumbs-top-to-text", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "breadcrumbs-top-to-text-compact": { "prop": "--spectrum-breadcrumbs-top-to-text-compact", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "breadcrumbs-top-to-text-multiline": { "prop": "--spectrum-breadcrumbs-top-to-text-multiline", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "breadcrumbs-top-to-truncated-menu": { "prop": "--spectrum-breadcrumbs-top-to-truncated-menu", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "breadcrumbs-top-to-truncated-menu-compact": { "prop": "--spectrum-breadcrumbs-top-to-truncated-menu-compact", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "breadcrumbs-truncated-menu-to-bottom-text": { "prop": "--spectrum-breadcrumbs-truncated-menu-to-bottom-text", + "ref": "0px", "value": "0px" }, "breadcrumbs-truncated-menu-to-separator-icon": { "prop": "--spectrum-breadcrumbs-truncated-menu-to-separator-icon", + "ref": "0px", "value": "0px" }, "brown-100": { "prop": "--spectrum-brown-100", "dark": { + "ref": "rgb(35, 24, 8)", "value": "rgb(35, 24, 8)" }, "light": { + "ref": "rgb(252, 247, 242)", "value": "rgb(252, 247, 242)" } }, "brown-1000": { "prop": "--spectrum-brown-1000", "dark": { + "ref": "rgb(181, 147, 98)", "value": "rgb(181, 147, 98)" }, "light": { + "ref": "rgb(119, 91, 50)", "value": "rgb(119, 91, 50)" } }, "brown-1100": { "prop": "--spectrum-brown-1100", "dark": { + "ref": "rgb(199, 163, 112)", "value": "rgb(199, 163, 112)" }, "light": { + "ref": "rgb(103, 76, 35)", "value": "rgb(103, 76, 35)" } }, "brown-1200": { "prop": "--spectrum-brown-1200", "dark": { + "ref": "rgb(222, 185, 130)", "value": "rgb(222, 185, 130)" }, "light": { + "ref": "rgb(88, 61, 21)", "value": "rgb(88, 61, 21)" } }, "brown-1300": { "prop": "--spectrum-brown-1300", "dark": { + "ref": "rgb(232, 207, 169)", "value": "rgb(232, 207, 169)" }, "light": { + "ref": "rgb(70, 49, 17)", "value": "rgb(70, 49, 17)" } }, "brown-1400": { "prop": "--spectrum-brown-1400", "dark": { + "ref": "rgb(242, 227, 206)", "value": "rgb(242, 227, 206)" }, "light": { + "ref": "rgb(52, 37, 13)", "value": "rgb(52, 37, 13)" } }, "brown-1500": { "prop": "--spectrum-brown-1500", "dark": { + "ref": "rgb(250, 244, 236)", "value": "rgb(250, 244, 236)" }, "light": { + "ref": "rgb(38, 26, 9)", "value": "rgb(38, 26, 9)" } }, "brown-1600": { "prop": "--spectrum-brown-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(16, 12, 4)", "value": "rgb(16, 12, 4)" } }, "brown-200": { "prop": "--spectrum-brown-200", "dark": { + "ref": "rgb(44, 31, 11)", "value": "rgb(44, 31, 11)" }, "light": { + "ref": "rgb(247, 238, 225)", "value": "rgb(247, 238, 225)" } }, "brown-300": { "prop": "--spectrum-brown-300", "dark": { + "ref": "rgb(58, 40, 14)", "value": "rgb(58, 40, 14)" }, "light": { + "ref": "rgb(239, 221, 195)", "value": "rgb(239, 221, 195)" } }, "brown-400": { "prop": "--spectrum-brown-400", "dark": { + "ref": "rgb(78, 55, 19)", "value": "rgb(78, 55, 19)" }, "light": { + "ref": "rgb(229, 200, 157)", "value": "rgb(229, 200, 157)" } }, "brown-500": { "prop": "--spectrum-brown-500", "dark": { + "ref": "rgb(98, 71, 30)", "value": "rgb(98, 71, 30)" }, "light": { + "ref": "rgb(214, 177, 123)", "value": "rgb(214, 177, 123)" } }, "brown-600": { "prop": "--spectrum-brown-600", "dark": { + "ref": "rgb(115, 88, 47)", "value": "rgb(115, 88, 47)" }, "light": { + "ref": "rgb(190, 155, 104)", "value": "rgb(190, 155, 104)" } }, "brown-700": { "prop": "--spectrum-brown-700", "dark": { + "ref": "rgb(132, 104, 61)", "value": "rgb(132, 104, 61)" }, "light": { + "ref": "rgb(171, 138, 90)", "value": "rgb(171, 138, 90)" } }, "brown-800": { "prop": "--spectrum-brown-800", "dark": { + "ref": "rgb(143, 114, 69)", "value": "rgb(143, 114, 69)" }, "light": { + "ref": "rgb(154, 123, 77)", "value": "rgb(154, 123, 77)" } }, "brown-900": { "prop": "--spectrum-brown-900", "dark": { + "ref": "rgb(163, 132, 84)", "value": "rgb(163, 132, 84)" }, "light": { + "ref": "rgb(139, 109, 66)", "value": "rgb(139, 109, 66)" } }, @@ -1707,14 +1938,17 @@ }, "button-minimum-width-multiplier": { "prop": "--spectrum-button-minimum-width-multiplier", + "ref": "2.25", "value": "2.25" }, "card-minimum-width": { "prop": "--spectrum-card-minimum-width", + "ref": "100px", "value": "100px" }, "card-preview-minimum-height": { "prop": "--spectrum-card-preview-minimum-height", + "ref": "130px", "value": "130px" }, "card-selection-background-color": { @@ -1729,153 +1963,187 @@ }, "card-selection-background-color-opacity": { "prop": "--spectrum-card-selection-background-color-opacity", + "ref": "0.95", "value": "0.95" }, "card-selection-background-size": { "prop": "--spectrum-card-selection-background-size", + "ref": "40px", "value": "40px" }, "celery-100": { "prop": "--spectrum-celery-100", "light": { + "ref": "rgb(235, 255, 220)", "value": "rgb(235, 255, 220)" }, "dark": { + "ref": "rgb(11, 31, 0)", "value": "rgb(11, 31, 0)" } }, "celery-1000": { "prop": "--spectrum-celery-1000", "light": { + "ref": "rgb(52, 109, 12)", "value": "rgb(52, 109, 12)" }, "dark": { + "ref": "rgb(88, 172, 28)", "value": "rgb(88, 172, 28)" } }, "celery-1100": { "prop": "--spectrum-celery-1100", "light": { + "ref": "rgb(44, 92, 9)", "value": "rgb(44, 92, 9)" }, "dark": { + "ref": "rgb(100, 190, 35)", "value": "rgb(100, 190, 35)" } }, "celery-1200": { "prop": "--spectrum-celery-1200", "light": { + "ref": "rgb(35, 75, 6)", "value": "rgb(35, 75, 6)" }, "dark": { + "ref": "rgb(116, 213, 46)", "value": "rgb(116, 213, 46)" } }, "celery-1300": { "prop": "--spectrum-celery-1300", "light": { + "ref": "rgb(27, 60, 3)", "value": "rgb(27, 60, 3)" }, "dark": { + "ref": "rgb(136, 234, 65)", "value": "rgb(136, 234, 65)" } }, "celery-1400": { "prop": "--spectrum-celery-1400", "light": { + "ref": "rgb(19, 46, 0)", "value": "rgb(19, 46, 0)" }, "dark": { + "ref": "rgb(170, 251, 112)", "value": "rgb(170, 251, 112)" } }, "celery-1500": { "prop": "--spectrum-celery-1500", "dark": { + "ref": "rgb(222, 255, 198)", "value": "rgb(222, 255, 198)" }, "light": { + "ref": "rgb(12, 33, 0)", "value": "rgb(12, 33, 0)" } }, "celery-1600": { "prop": "--spectrum-celery-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(4, 15, 0)", "value": "rgb(4, 15, 0)" } }, "celery-200": { "prop": "--spectrum-celery-200", "light": { + "ref": "rgb(197, 255, 156)", "value": "rgb(197, 255, 156)" }, "dark": { + "ref": "rgb(15, 38, 0)", "value": "rgb(15, 38, 0)" } }, "celery-300": { "prop": "--spectrum-celery-300", "light": { + "ref": "rgb(157, 247, 92)", "value": "rgb(157, 247, 92)" }, "dark": { + "ref": "rgb(21, 51, 1)", "value": "rgb(21, 51, 1)" } }, "celery-400": { "prop": "--spectrum-celery-400", "light": { + "ref": "rgb(129, 228, 58)", "value": "rgb(129, 228, 58)" }, "dark": { + "ref": "rgb(31, 67, 4)", "value": "rgb(31, 67, 4)" } }, "celery-500": { "prop": "--spectrum-celery-500", "light": { + "ref": "rgb(110, 206, 42)", "value": "rgb(110, 206, 42)" }, "dark": { + "ref": "rgb(41, 86, 8)", "value": "rgb(41, 86, 8)" } }, "celery-600": { "prop": "--spectrum-celery-600", "light": { + "ref": "rgb(93, 180, 31)", "value": "rgb(93, 180, 31)" }, "dark": { + "ref": "rgb(50, 105, 11)", "value": "rgb(50, 105, 11)" } }, "celery-700": { "prop": "--spectrum-celery-700", "light": { + "ref": "rgb(82, 161, 25)", "value": "rgb(82, 161, 25)" }, "dark": { + "ref": "rgb(60, 122, 15)", "value": "rgb(60, 122, 15)" } }, "celery-800": { "prop": "--spectrum-celery-800", "light": { + "ref": "rgb(72, 144, 20)", "value": "rgb(72, 144, 20)" }, "dark": { + "ref": "rgb(66, 134, 18)", "value": "rgb(66, 134, 18)" } }, "celery-900": { "prop": "--spectrum-celery-900", "light": { + "ref": "rgb(64, 129, 17)", "value": "rgb(64, 129, 17)" }, "dark": { + "ref": "rgb(78, 154, 23)", "value": "rgb(78, 154, 23)" } }, @@ -1912,180 +2180,220 @@ "character-count-to-field-quiet-extra-large": { "prop": "--spectrum-character-count-to-field-quiet-extra-large", "desktop": { + "ref": "-4px", "value": "-4px" }, "mobile": { + "ref": "-5px", "value": "-5px" } }, "character-count-to-field-quiet-large": { "prop": "--spectrum-character-count-to-field-quiet-large", "desktop": { + "ref": "-3px", "value": "-3px" }, "mobile": { + "ref": "-4px", "value": "-4px" } }, "character-count-to-field-quiet-medium": { "prop": "--spectrum-character-count-to-field-quiet-medium", "desktop": { + "ref": "-3px", "value": "-3px" }, "mobile": { + "ref": "-4px", "value": "-4px" } }, "character-count-to-field-quiet-small": { "prop": "--spectrum-character-count-to-field-quiet-small", "desktop": { + "ref": "-3px", "value": "-3px" }, "mobile": { + "ref": "-4px", "value": "-4px" } }, "chartreuse-100": { "prop": "--spectrum-chartreuse-100", "light": { + "ref": "rgb(246, 251, 222)", "value": "rgb(246, 251, 222)" }, "dark": { + "ref": "rgb(23, 28, 0)", "value": "rgb(23, 28, 0)" } }, "chartreuse-1000": { "prop": "--spectrum-chartreuse-1000", "light": { + "ref": "rgb(86, 103, 0)", "value": "rgb(86, 103, 0)" }, "dark": { + "ref": "rgb(136, 164, 0)", "value": "rgb(136, 164, 0)" } }, "chartreuse-1100": { "prop": "--spectrum-chartreuse-1100", "light": { + "ref": "rgb(73, 87, 0)", "value": "rgb(73, 87, 0)" }, "dark": { + "ref": "rgb(151, 181, 0)", "value": "rgb(151, 181, 0)" } }, "chartreuse-1200": { "prop": "--spectrum-chartreuse-1200", "light": { + "ref": "rgb(60, 71, 0)", "value": "rgb(60, 71, 0)" }, "dark": { + "ref": "rgb(169, 203, 0)", "value": "rgb(169, 203, 0)" } }, "chartreuse-1300": { "prop": "--spectrum-chartreuse-1300", "light": { + "ref": "rgb(47, 57, 0)", "value": "rgb(47, 57, 0)" }, "dark": { + "ref": "rgb(187, 225, 0)", "value": "rgb(187, 225, 0)" } }, "chartreuse-1400": { "prop": "--spectrum-chartreuse-1400", "light": { + "ref": "rgb(35, 43, 0)", "value": "rgb(35, 43, 0)" }, "dark": { + "ref": "rgb(219, 240, 117)", "value": "rgb(219, 240, 117)" } }, "chartreuse-1500": { "prop": "--spectrum-chartreuse-1500", "dark": { + "ref": "rgb(242, 249, 206)", "value": "rgb(242, 249, 206)" }, "light": { + "ref": "rgb(25, 30, 0)", "value": "rgb(25, 30, 0)" } }, "chartreuse-1600": { "prop": "--spectrum-chartreuse-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(11, 14, 0)", "value": "rgb(11, 14, 0)" } }, "chartreuse-200": { "prop": "--spectrum-chartreuse-200", "light": { + "ref": "rgb(234, 246, 173)", "value": "rgb(234, 246, 173)" }, "dark": { + "ref": "rgb(30, 36, 0)", "value": "rgb(30, 36, 0)" } }, "chartreuse-300": { "prop": "--spectrum-chartreuse-300", "light": { + "ref": "rgb(208, 236, 70)", "value": "rgb(208, 236, 70)" }, "dark": { + "ref": "rgb(39, 47, 0)", "value": "rgb(39, 47, 0)" } }, "chartreuse-400": { "prop": "--spectrum-chartreuse-400", "light": { + "ref": "rgb(182, 219, 0)", "value": "rgb(182, 219, 0)" }, "dark": { + "ref": "rgb(53, 63, 0)", "value": "rgb(53, 63, 0)" } }, "chartreuse-500": { "prop": "--spectrum-chartreuse-500", "light": { + "ref": "rgb(163, 196, 0)", "value": "rgb(163, 196, 0)" }, "dark": { + "ref": "rgb(68, 82, 0)", "value": "rgb(68, 82, 0)" } }, "chartreuse-600": { "prop": "--spectrum-chartreuse-600", "light": { + "ref": "rgb(143, 172, 0)", "value": "rgb(143, 172, 0)" }, "dark": { + "ref": "rgb(83, 100, 0)", "value": "rgb(83, 100, 0)" } }, "chartreuse-700": { "prop": "--spectrum-chartreuse-700", "light": { + "ref": "rgb(128, 153, 0)", "value": "rgb(128, 153, 0)" }, "dark": { + "ref": "rgb(97, 116, 0)", "value": "rgb(97, 116, 0)" } }, "chartreuse-800": { "prop": "--spectrum-chartreuse-800", "light": { + "ref": "rgb(114, 137, 0)", "value": "rgb(114, 137, 0)" }, "dark": { + "ref": "rgb(106, 127, 0)", "value": "rgb(106, 127, 0)" } }, "chartreuse-900": { "prop": "--spectrum-chartreuse-900", "light": { + "ref": "rgb(102, 122, 0)", "value": "rgb(102, 122, 0)" }, "dark": { + "ref": "rgb(122, 147, 0)", "value": "rgb(122, 147, 0)" } }, @@ -2122,360 +2430,440 @@ "checkbox-control-size-extra-large": { "prop": "--spectrum-checkbox-control-size-extra-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "checkbox-control-size-large": { "prop": "--spectrum-checkbox-control-size-large", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "checkbox-control-size-medium": { "prop": "--spectrum-checkbox-control-size-medium", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "checkbox-control-size-small": { "prop": "--spectrum-checkbox-control-size-small", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "checkbox-top-to-control-extra-large": { "prop": "--spectrum-checkbox-top-to-control-extra-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "checkbox-top-to-control-large": { "prop": "--spectrum-checkbox-top-to-control-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "checkbox-top-to-control-medium": { "prop": "--spectrum-checkbox-top-to-control-medium", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "checkbox-top-to-control-small": { "prop": "--spectrum-checkbox-top-to-control-small", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "checkmark-icon-size-100": { "prop": "--spectrum-checkmark-icon-size-100", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "checkmark-icon-size-200": { "prop": "--spectrum-checkmark-icon-size-200", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "checkmark-icon-size-300": { "prop": "--spectrum-checkmark-icon-size-300", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "checkmark-icon-size-400": { "prop": "--spectrum-checkmark-icon-size-400", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "checkmark-icon-size-50": { "prop": "--spectrum-checkmark-icon-size-50", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "checkmark-icon-size-500": { "prop": "--spectrum-checkmark-icon-size-500", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "checkmark-icon-size-600": { "prop": "--spectrum-checkmark-icon-size-600", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "checkmark-icon-size-75": { "prop": "--spectrum-checkmark-icon-size-75", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "chevron-icon-size-100": { "prop": "--spectrum-chevron-icon-size-100", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "chevron-icon-size-200": { "prop": "--spectrum-chevron-icon-size-200", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "chevron-icon-size-300": { "prop": "--spectrum-chevron-icon-size-300", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "chevron-icon-size-400": { "prop": "--spectrum-chevron-icon-size-400", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "chevron-icon-size-50": { "prop": "--spectrum-chevron-icon-size-50", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "chevron-icon-size-500": { "prop": "--spectrum-chevron-icon-size-500", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "chevron-icon-size-600": { "prop": "--spectrum-chevron-icon-size-600", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "chevron-icon-size-75": { "prop": "--spectrum-chevron-icon-size-75", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "cinnamon-100": { "prop": "--spectrum-cinnamon-100", "dark": { + "ref": "rgb(48, 17, 4)", "value": "rgb(48, 17, 4)" }, "light": { + "ref": "rgb(253, 247, 243)", "value": "rgb(253, 247, 243)" } }, "cinnamon-1000": { "prop": "--spectrum-cinnamon-1000", "dark": { + "ref": "rgb(206, 136, 99)", "value": "rgb(206, 136, 99)" }, "light": { + "ref": "rgb(147, 77, 43)", "value": "rgb(147, 77, 43)" } }, "cinnamon-1100": { "prop": "--spectrum-cinnamon-1100", "dark": { + "ref": "rgb(220, 154, 118)", "value": "rgb(220, 154, 118)" }, "light": { + "ref": "rgb(128, 62, 32)", "value": "rgb(128, 62, 32)" } }, "cinnamon-1200": { "prop": "--spectrum-cinnamon-1200", "dark": { + "ref": "rgb(232, 179, 149)", "value": "rgb(232, 179, 149)" }, "light": { + "ref": "rgb(110, 48, 21)", "value": "rgb(110, 48, 21)" } }, "cinnamon-1300": { "prop": "--spectrum-cinnamon-1300", "dark": { + "ref": "rgb(239, 203, 183)", "value": "rgb(239, 203, 183)" }, "light": { + "ref": "rgb(92, 35, 11)", "value": "rgb(92, 35, 11)" } }, "cinnamon-1400": { "prop": "--spectrum-cinnamon-1400", "dark": { + "ref": "rgb(246, 225, 214)", "value": "rgb(246, 225, 214)" }, "light": { + "ref": "rgb(72, 25, 6)", "value": "rgb(72, 25, 6)" } }, "cinnamon-1500": { "prop": "--spectrum-cinnamon-1500", "dark": { + "ref": "rgb(252, 244, 239)", "value": "rgb(252, 244, 239)" }, "light": { + "ref": "rgb(52, 18, 4)", "value": "rgb(52, 18, 4)" } }, "cinnamon-1600": { "prop": "--spectrum-cinnamon-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(24, 8, 2)", "value": "rgb(24, 8, 2)" } }, "cinnamon-200": { "prop": "--spectrum-cinnamon-200", "dark": { + "ref": "rgb(59, 21, 5)", "value": "rgb(59, 21, 5)" }, "light": { + "ref": "rgb(249, 236, 229)", "value": "rgb(249, 236, 229)" } }, "cinnamon-300": { "prop": "--spectrum-cinnamon-300", "dark": { + "ref": "rgb(79, 28, 7)", "value": "rgb(79, 28, 7)" }, "light": { + "ref": "rgb(244, 218, 203)", "value": "rgb(244, 218, 203)" } }, "cinnamon-400": { "prop": "--spectrum-cinnamon-400", "dark": { + "ref": "rgb(100, 41, 15)", "value": "rgb(100, 41, 15)" }, "light": { + "ref": "rgb(237, 196, 172)", "value": "rgb(237, 196, 172)" } }, "cinnamon-500": { "prop": "--spectrum-cinnamon-500", "dark": { + "ref": "rgb(122, 57, 28)", "value": "rgb(122, 57, 28)" }, "light": { + "ref": "rgb(229, 170, 136)", "value": "rgb(229, 170, 136)" } }, "cinnamon-600": { "prop": "--spectrum-cinnamon-600", "dark": { + "ref": "rgb(143, 74, 40)", "value": "rgb(143, 74, 40)" }, "light": { + "ref": "rgb(212, 145, 108)", "value": "rgb(212, 145, 108)" } }, "cinnamon-700": { "prop": "--spectrum-cinnamon-700", "dark": { + "ref": "rgb(163, 88, 52)", "value": "rgb(163, 88, 52)" }, "light": { + "ref": "rgb(198, 126, 88)", "value": "rgb(198, 126, 88)" } }, "cinnamon-800": { "prop": "--spectrum-cinnamon-800", "dark": { + "ref": "rgb(176, 98, 59)", "value": "rgb(176, 98, 59)" }, "light": { + "ref": "rgb(184, 109, 70)", "value": "rgb(184, 109, 70)" } }, "cinnamon-900": { "prop": "--spectrum-cinnamon-900", "dark": { + "ref": "rgb(192, 119, 80)", "value": "rgb(192, 119, 80)" }, "light": { + "ref": "rgb(170, 94, 56)", "value": "rgb(170, 94, 56)" } }, @@ -2511,18 +2899,22 @@ }, "cjk-font-family": { "prop": "--spectrum-cjk-font-family", + "ref": "Adobe Clean Han", "value": "Adobe Clean Han" }, "cjk-letter-spacing": { "prop": "--spectrum-cjk-letter-spacing", + "ref": "0.05em", "value": "0.05em" }, "cjk-line-height-100": { "prop": "--spectrum-cjk-line-height-100", + "ref": "1.5", "value": "1.5" }, "cjk-line-height-200": { "prop": "--spectrum-cjk-line-height-200", + "ref": "1.7", "value": "1.7" }, "coach-mark-body-size": { @@ -2549,36 +2941,44 @@ "coach-mark-maximum-width": { "prop": "--spectrum-coach-mark-maximum-width", "desktop": { + "ref": "380px", "value": "380px" }, "mobile": { + "ref": "248px", "value": "248px" } }, "coach-mark-media-height": { "prop": "--spectrum-coach-mark-media-height", "desktop": { + "ref": "222px", "value": "222px" }, "mobile": { + "ref": "162px", "value": "162px" } }, "coach-mark-media-minimum-height": { "prop": "--spectrum-coach-mark-media-minimum-height", "desktop": { + "ref": "166px", "value": "166px" }, "mobile": { + "ref": "121px", "value": "121px" } }, "coach-mark-minimum-width": { "prop": "--spectrum-coach-mark-minimum-width", "desktop": { + "ref": "296px", "value": "296px" }, "mobile": { + "ref": "216px", "value": "216px" } }, @@ -2605,9 +3005,11 @@ "coach-mark-pagination-text-to-bottom-edge": { "prop": "--spectrum-coach-mark-pagination-text-to-bottom-edge", "desktop": { + "ref": "33px", "value": "33px" }, "mobile": { + "ref": "22px", "value": "22px" } }, @@ -2624,16 +3026,18 @@ "coach-mark-width": { "prop": "--spectrum-coach-mark-width", "desktop": { + "ref": "296px", "value": "296px" }, "mobile": { + "ref": "216px", "value": "216px" } }, "code-cjk-emphasized-font-style": { "prop": "--spectrum-code-cjk-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "code-cjk-emphasized-font-weight": { "prop": "--spectrum-code-cjk-emphasized-font-weight", @@ -2648,7 +3052,7 @@ "code-cjk-font-style": { "prop": "--spectrum-code-cjk-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "code-cjk-font-weight": { "prop": "--spectrum-code-cjk-font-weight", @@ -2663,7 +3067,7 @@ "code-cjk-strong-emphasized-font-style": { "prop": "--spectrum-code-cjk-strong-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "code-cjk-strong-emphasized-font-weight": { "prop": "--spectrum-code-cjk-strong-emphasized-font-weight", @@ -2673,7 +3077,7 @@ "code-cjk-strong-font-style": { "prop": "--spectrum-code-cjk-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "code-cjk-strong-font-weight": { "prop": "--spectrum-code-cjk-strong-font-weight", @@ -2702,12 +3106,13 @@ }, "code-font-family": { "prop": "--spectrum-code-font-family", + "ref": "Source Code Pro", "value": "Source Code Pro" }, "code-font-style": { "prop": "--spectrum-code-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "code-font-weight": { "prop": "--spectrum-code-font-weight", @@ -2782,7 +3187,7 @@ "code-strong-font-style": { "prop": "--spectrum-code-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "code-strong-font-weight": { "prop": "--spectrum-code-strong-font-weight", @@ -2801,6 +3206,7 @@ }, "color-area-border-opacity": { "prop": "--spectrum-color-area-border-opacity", + "ref": "0.1", "value": "0.1" }, "color-area-border-rounding": { @@ -2816,45 +3222,55 @@ "color-area-height": { "prop": "--spectrum-color-area-height", "desktop": { + "ref": "192px", "value": "192px" }, "mobile": { + "ref": "240px", "value": "240px" } }, "color-area-minimum-height": { "prop": "--spectrum-color-area-minimum-height", "desktop": { + "ref": "64px", "value": "64px" }, "mobile": { + "ref": "80px", "value": "80px" } }, "color-area-minimum-width": { "prop": "--spectrum-color-area-minimum-width", "desktop": { + "ref": "64px", "value": "64px" }, "mobile": { + "ref": "80px", "value": "80px" } }, "color-area-width": { "prop": "--spectrum-color-area-width", "desktop": { + "ref": "192px", "value": "192px" }, "mobile": { + "ref": "240px", "value": "240px" } }, "color-control-track-width": { "prop": "--spectrum-color-control-track-width", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, @@ -2865,6 +3281,7 @@ }, "color-handle-drop-shadow-blur": { "prop": "--spectrum-color-handle-drop-shadow-blur", + "ref": "0", "value": "0" }, "color-handle-drop-shadow-color": { @@ -2879,10 +3296,12 @@ }, "color-handle-drop-shadow-x": { "prop": "--spectrum-color-handle-drop-shadow-x", + "ref": "0", "value": "0" }, "color-handle-drop-shadow-y": { "prop": "--spectrum-color-handle-drop-shadow-y", + "ref": "0", "value": "0" }, "color-handle-inner-border-color": { @@ -2892,10 +3311,12 @@ }, "color-handle-inner-border-opacity": { "prop": "--spectrum-color-handle-inner-border-opacity", + "ref": "0.42", "value": "0.42" }, "color-handle-inner-border-width": { "prop": "--spectrum-color-handle-inner-border-width", + "ref": "1px", "value": "1px" }, "color-handle-outer-border-color": { @@ -2910,32 +3331,39 @@ }, "color-handle-outer-border-width": { "prop": "--spectrum-color-handle-outer-border-width", + "ref": "1px", "value": "1px" }, "color-handle-size": { "prop": "--spectrum-color-handle-size", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "color-handle-size-key-focus": { "prop": "--spectrum-color-handle-size-key-focus", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "color-loupe-bottom-to-color-handle": { "prop": "--spectrum-color-loupe-bottom-to-color-handle", + "ref": "12px", "value": "12px" }, "color-loupe-drop-shadow-blur": { "prop": "--spectrum-color-loupe-drop-shadow-blur", + "ref": "8px", "value": "8px" }, "color-loupe-drop-shadow-color": { @@ -2950,10 +3378,12 @@ }, "color-loupe-drop-shadow-y": { "prop": "--spectrum-color-loupe-drop-shadow-y", + "ref": "2px", "value": "2px" }, "color-loupe-height": { "prop": "--spectrum-color-loupe-height", + "ref": "64px", "value": "64px" }, "color-loupe-inner-border": { @@ -2968,6 +3398,7 @@ }, "color-loupe-inner-border-width": { "prop": "--spectrum-color-loupe-inner-border-width", + "ref": "1px", "value": "1px" }, "color-loupe-outer-border": { @@ -2987,6 +3418,7 @@ }, "color-loupe-width": { "prop": "--spectrum-color-loupe-width", + "ref": "48px", "value": "48px" }, "color-slider-border-color": { @@ -3001,6 +3433,7 @@ }, "color-slider-border-opacity": { "prop": "--spectrum-color-slider-border-opacity", + "ref": "0.1", "value": "0.1" }, "color-slider-border-rounding": { @@ -3010,570 +3443,697 @@ }, "color-slider-border-width": { "prop": "--spectrum-color-slider-border-width", + "ref": "1px", "value": "1px" }, "color-slider-length": { "prop": "--spectrum-color-slider-length", "desktop": { + "ref": "192px", "value": "192px" }, "mobile": { + "ref": "240px", "value": "240px" } }, "color-slider-minimum-length": { "prop": "--spectrum-color-slider-minimum-length", "desktop": { + "ref": "80px", "value": "80px" }, "mobile": { + "ref": "100px", "value": "100px" } }, "color-wheel-color-area-margin": { "prop": "--spectrum-color-wheel-color-area-margin", + "ref": "12px", "value": "12px" }, "color-wheel-minimum-width": { "prop": "--spectrum-color-wheel-minimum-width", "desktop": { + "ref": "175px", "value": "175px" }, "mobile": { + "ref": "219px", "value": "219px" } }, "color-wheel-width": { "prop": "--spectrum-color-wheel-width", "desktop": { + "ref": "192px", "value": "192px" }, "mobile": { + "ref": "240px", "value": "240px" } }, "combo-box-minimum-width-multiplier": { "prop": "--spectrum-combo-box-minimum-width-multiplier", + "ref": "2.5", "value": "2.5" }, "combo-box-quiet-minimum-width-multiplier": { "prop": "--spectrum-combo-box-quiet-minimum-width-multiplier", + "ref": "2", "value": "2" }, "combo-box-visual-to-field-button-extra-large": { "prop": "--spectrum-combo-box-visual-to-field-button-extra-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "combo-box-visual-to-field-button-large": { "prop": "--spectrum-combo-box-visual-to-field-button-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "combo-box-visual-to-field-button-medium": { "prop": "--spectrum-combo-box-visual-to-field-button-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "combo-box-visual-to-field-button-quiet": { "prop": "--spectrum-combo-box-visual-to-field-button-quiet", + "ref": "0px", "value": "0px" }, "combo-box-visual-to-field-button-small": { "prop": "--spectrum-combo-box-visual-to-field-button-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "component-bottom-to-text-100": { "prop": "--spectrum-component-bottom-to-text-100", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "component-bottom-to-text-200": { "prop": "--spectrum-component-bottom-to-text-200", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "component-bottom-to-text-300": { "prop": "--spectrum-component-bottom-to-text-300", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "component-bottom-to-text-50": { "prop": "--spectrum-component-bottom-to-text-50", "desktop": { + "ref": "3px", "value": "3px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "component-bottom-to-text-75": { "prop": "--spectrum-component-bottom-to-text-75", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "component-edge-to-text-100": { "prop": "--spectrum-component-edge-to-text-100", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "component-edge-to-text-200": { "prop": "--spectrum-component-edge-to-text-200", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "component-edge-to-text-300": { "prop": "--spectrum-component-edge-to-text-300", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "component-edge-to-text-50": { "prop": "--spectrum-component-edge-to-text-50", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "component-edge-to-text-75": { "prop": "--spectrum-component-edge-to-text-75", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "component-edge-to-visual-100": { "prop": "--spectrum-component-edge-to-visual-100", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "component-edge-to-visual-200": { "prop": "--spectrum-component-edge-to-visual-200", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "component-edge-to-visual-300": { "prop": "--spectrum-component-edge-to-visual-300", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "component-edge-to-visual-50": { "prop": "--spectrum-component-edge-to-visual-50", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "component-edge-to-visual-75": { "prop": "--spectrum-component-edge-to-visual-75", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "component-edge-to-visual-only-100": { "prop": "--spectrum-component-edge-to-visual-only-100", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "component-edge-to-visual-only-200": { "prop": "--spectrum-component-edge-to-visual-only-200", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "component-edge-to-visual-only-300": { "prop": "--spectrum-component-edge-to-visual-only-300", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "component-edge-to-visual-only-50": { "prop": "--spectrum-component-edge-to-visual-only-50", "desktop": { + "ref": "3px", "value": "3px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "component-edge-to-visual-only-75": { "prop": "--spectrum-component-edge-to-visual-only-75", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "component-height-100": { "prop": "--spectrum-component-height-100", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "component-height-200": { "prop": "--spectrum-component-height-200", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "50px", "value": "50px" } }, "component-height-300": { "prop": "--spectrum-component-height-300", "desktop": { + "ref": "48px", "value": "48px" }, "mobile": { + "ref": "60px", "value": "60px" } }, "component-height-400": { "prop": "--spectrum-component-height-400", "desktop": { + "ref": "56px", "value": "56px" }, "mobile": { + "ref": "70px", "value": "70px" } }, "component-height-50": { "prop": "--spectrum-component-height-50", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "26px", "value": "26px" } }, "component-height-500": { "prop": "--spectrum-component-height-500", "desktop": { + "ref": "64px", "value": "64px" }, "mobile": { + "ref": "80px", "value": "80px" } }, "component-height-75": { "prop": "--spectrum-component-height-75", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "component-pill-edge-to-text-100": { "prop": "--spectrum-component-pill-edge-to-text-100", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "component-pill-edge-to-text-200": { "prop": "--spectrum-component-pill-edge-to-text-200", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "component-pill-edge-to-text-300": { "prop": "--spectrum-component-pill-edge-to-text-300", "desktop": { + "ref": "23px", "value": "23px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "component-pill-edge-to-text-75": { "prop": "--spectrum-component-pill-edge-to-text-75", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "component-pill-edge-to-visual-100": { "prop": "--spectrum-component-pill-edge-to-visual-100", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "component-pill-edge-to-visual-200": { "prop": "--spectrum-component-pill-edge-to-visual-200", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "21px", "value": "21px" } }, "component-pill-edge-to-visual-300": { "prop": "--spectrum-component-pill-edge-to-visual-300", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "28px", "value": "28px" } }, "component-pill-edge-to-visual-75": { "prop": "--spectrum-component-pill-edge-to-visual-75", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "component-pill-edge-to-visual-only-100": { "prop": "--spectrum-component-pill-edge-to-visual-only-100", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "component-pill-edge-to-visual-only-200": { "prop": "--spectrum-component-pill-edge-to-visual-only-200", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "component-pill-edge-to-visual-only-300": { "prop": "--spectrum-component-pill-edge-to-visual-only-300", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "component-pill-edge-to-visual-only-75": { "prop": "--spectrum-component-pill-edge-to-visual-only-75", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "component-to-menu-extra-large": { "prop": "--spectrum-component-to-menu-extra-large", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "component-to-menu-large": { "prop": "--spectrum-component-to-menu-large", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "component-to-menu-medium": { "prop": "--spectrum-component-to-menu-medium", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "component-to-menu-small": { "prop": "--spectrum-component-to-menu-small", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "component-top-to-text-100": { "prop": "--spectrum-component-top-to-text-100", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "component-top-to-text-200": { "prop": "--spectrum-component-top-to-text-200", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "component-top-to-text-300": { "prop": "--spectrum-component-top-to-text-300", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "component-top-to-text-50": { "prop": "--spectrum-component-top-to-text-50", "desktop": { + "ref": "3px", "value": "3px" }, "mobile": { + "ref": "4px", "value": "4px" } }, "component-top-to-text-75": { "prop": "--spectrum-component-top-to-text-75", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "component-top-to-workflow-icon-100": { "prop": "--spectrum-component-top-to-workflow-icon-100", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "component-top-to-workflow-icon-200": { "prop": "--spectrum-component-top-to-workflow-icon-200", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "component-top-to-workflow-icon-300": { "prop": "--spectrum-component-top-to-workflow-icon-300", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "component-top-to-workflow-icon-50": { "prop": "--spectrum-component-top-to-workflow-icon-50", "desktop": { + "ref": "3px", "value": "3px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "component-top-to-workflow-icon-75": { "prop": "--spectrum-component-top-to-workflow-icon-75", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "6px", "value": "6px" } }, @@ -3589,6 +4149,7 @@ }, "contextual-help-minimum-width": { "prop": "--spectrum-contextual-help-minimum-width", + "ref": "268px", "value": "268px" }, "contextual-help-title-size": { @@ -3603,46 +4164,57 @@ }, "corner-radius-0": { "prop": "--spectrum-corner-radius-0", + "ref": "0px", "value": "0px" }, "corner-radius-100": { "prop": "--spectrum-corner-radius-100", + "ref": "8px", "value": "8px" }, "corner-radius-1000": { "prop": "--spectrum-corner-radius-1000", + "ref": "0.5", "value": "0.5" }, "corner-radius-200": { "prop": "--spectrum-corner-radius-200", + "ref": "10px", "value": "10px" }, "corner-radius-300": { "prop": "--spectrum-corner-radius-300", + "ref": "6px", "value": "6px" }, "corner-radius-400": { "prop": "--spectrum-corner-radius-400", + "ref": "7px", "value": "7px" }, "corner-radius-500": { "prop": "--spectrum-corner-radius-500", + "ref": "8px", "value": "8px" }, "corner-radius-600": { "prop": "--spectrum-corner-radius-600", + "ref": "9px", "value": "9px" }, "corner-radius-700": { "prop": "--spectrum-corner-radius-700", + "ref": "10px", "value": "10px" }, "corner-radius-75": { "prop": "--spectrum-corner-radius-75", + "ref": "4px", "value": "4px" }, "corner-radius-800": { "prop": "--spectrum-corner-radius-800", + "ref": "16px", "value": "16px" }, "corner-radius-extra-large-default": { @@ -3723,243 +4295,297 @@ "corner-triangle-icon-size-100": { "prop": "--spectrum-corner-triangle-icon-size-100", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "corner-triangle-icon-size-200": { "prop": "--spectrum-corner-triangle-icon-size-200", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "corner-triangle-icon-size-300": { "prop": "--spectrum-corner-triangle-icon-size-300", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "corner-triangle-icon-size-75": { "prop": "--spectrum-corner-triangle-icon-size-75", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "cross-icon-size-100": { "prop": "--spectrum-cross-icon-size-100", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "cross-icon-size-200": { "prop": "--spectrum-cross-icon-size-200", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "cross-icon-size-300": { "prop": "--spectrum-cross-icon-size-300", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "cross-icon-size-400": { "prop": "--spectrum-cross-icon-size-400", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "cross-icon-size-500": { "prop": "--spectrum-cross-icon-size-500", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "cross-icon-size-600": { "prop": "--spectrum-cross-icon-size-600", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "cross-icon-size-75": { "prop": "--spectrum-cross-icon-size-75", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "cyan-100": { "prop": "--spectrum-cyan-100", "light": { + "ref": "rgb(238, 250, 254)", "value": "rgb(238, 250, 254)" }, "dark": { + "ref": "rgb(0, 29, 39)", "value": "rgb(0, 29, 39)" } }, "cyan-1000": { "prop": "--spectrum-cyan-1000", "light": { + "ref": "rgb(4, 102, 145)", "value": "rgb(4, 102, 145)" }, "dark": { + "ref": "rgb(38, 159, 244)", "value": "rgb(38, 159, 244)" } }, "cyan-1100": { "prop": "--spectrum-cyan-1100", "light": { + "ref": "rgb(0, 87, 121)", "value": "rgb(0, 87, 121)" }, "dark": { + "ref": "rgb(63, 177, 255)", "value": "rgb(63, 177, 255)" } }, "cyan-1200": { "prop": "--spectrum-cyan-1200", "light": { + "ref": "rgb(0, 71, 98)", "value": "rgb(0, 71, 98)" }, "dark": { + "ref": "rgb(107, 199, 255)", "value": "rgb(107, 199, 255)" } }, "cyan-1300": { "prop": "--spectrum-cyan-1300", "light": { + "ref": "rgb(0, 57, 78)", "value": "rgb(0, 57, 78)" }, "dark": { + "ref": "rgb(152, 219, 255)", "value": "rgb(152, 219, 255)" } }, "cyan-1400": { "prop": "--spectrum-cyan-1400", "light": { + "ref": "rgb(0, 43, 59)", "value": "rgb(0, 43, 59)" }, "dark": { + "ref": "rgb(195, 236, 252)", "value": "rgb(195, 236, 252)" } }, "cyan-1500": { "prop": "--spectrum-cyan-1500", "dark": { + "ref": "rgb(230, 248, 253)", "value": "rgb(230, 248, 253)" }, "light": { + "ref": "rgb(0, 31, 43)", "value": "rgb(0, 31, 43)" } }, "cyan-1600": { "prop": "--spectrum-cyan-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(0, 14, 20)", "value": "rgb(0, 14, 20)" } }, "cyan-200": { "prop": "--spectrum-cyan-200", "light": { + "ref": "rgb(217, 244, 253)", "value": "rgb(217, 244, 253)" }, "dark": { + "ref": "rgb(0, 36, 49)", "value": "rgb(0, 36, 49)" } }, "cyan-300": { "prop": "--spectrum-cyan-300", "light": { + "ref": "rgb(183, 231, 252)", "value": "rgb(183, 231, 252)" }, "dark": { + "ref": "rgb(0, 48, 65)", "value": "rgb(0, 48, 65)" } }, "cyan-400": { "prop": "--spectrum-cyan-400", "light": { + "ref": "rgb(138, 213, 255)", "value": "rgb(138, 213, 255)" }, "dark": { + "ref": "rgb(0, 64, 88)", "value": "rgb(0, 64, 88)" } }, "cyan-500": { "prop": "--spectrum-cyan-500", "light": { + "ref": "rgb(92, 192, 255)", "value": "rgb(92, 192, 255)" }, "dark": { + "ref": "rgb(0, 82, 113)", "value": "rgb(0, 82, 113)" } }, "cyan-600": { "prop": "--spectrum-cyan-600", "light": { + "ref": "rgb(48, 167, 254)", "value": "rgb(48, 167, 254)" }, "dark": { + "ref": "rgb(3, 99, 140)", "value": "rgb(3, 99, 140)" } }, "cyan-700": { "prop": "--spectrum-cyan-700", "light": { + "ref": "rgb(29, 149, 231)", "value": "rgb(29, 149, 231)" }, "dark": { + "ref": "rgb(8, 115, 168)", "value": "rgb(8, 115, 168)" } }, "cyan-800": { "prop": "--spectrum-cyan-800", "light": { + "ref": "rgb(18, 134, 205)", "value": "rgb(18, 134, 205)" }, "dark": { + "ref": "rgb(13, 125, 186)", "value": "rgb(13, 125, 186)" } }, "cyan-900": { "prop": "--spectrum-cyan-900", "light": { + "ref": "rgb(11, 120, 179)", "value": "rgb(11, 120, 179)" }, "dark": { + "ref": "rgb(24, 142, 220)", "value": "rgb(24, 142, 220)" } }, @@ -3996,72 +4622,88 @@ "dash-icon-size-100": { "prop": "--spectrum-dash-icon-size-100", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "dash-icon-size-200": { "prop": "--spectrum-dash-icon-size-200", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "dash-icon-size-300": { "prop": "--spectrum-dash-icon-size-300", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "dash-icon-size-400": { "prop": "--spectrum-dash-icon-size-400", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "dash-icon-size-50": { "prop": "--spectrum-dash-icon-size-50", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "dash-icon-size-500": { "prop": "--spectrum-dash-icon-size-500", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "dash-icon-size-600": { "prop": "--spectrum-dash-icon-size-600", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "dash-icon-size-75": { "prop": "--spectrum-dash-icon-size-75", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, @@ -4072,12 +4714,13 @@ }, "default-font-style": { "prop": "--spectrum-default-font-style", - "value": "normal" + "ref": "normal", + "value": "400" }, "detail-cjk-emphasized-font-style": { "prop": "--spectrum-detail-cjk-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-emphasized-font-weight": { "prop": "--spectrum-detail-cjk-emphasized-font-weight", @@ -4092,7 +4735,7 @@ "detail-cjk-font-style": { "prop": "--spectrum-detail-cjk-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-font-weight": { "prop": "--spectrum-detail-cjk-font-weight", @@ -4102,7 +4745,7 @@ "detail-cjk-light-emphasized-font-style": { "prop": "--spectrum-detail-cjk-light-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-light-emphasized-font-weight": { "prop": "--spectrum-detail-cjk-light-emphasized-font-weight", @@ -4112,7 +4755,7 @@ "detail-cjk-light-font-style": { "prop": "--spectrum-detail-cjk-light-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-light-font-weight": { "prop": "--spectrum-detail-cjk-light-font-weight", @@ -4122,7 +4765,7 @@ "detail-cjk-light-strong-emphasized-font-style": { "prop": "--spectrum-detail-cjk-light-strong-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-light-strong-emphasized-font-weight": { "prop": "--spectrum-detail-cjk-light-strong-emphasized-font-weight", @@ -4132,7 +4775,7 @@ "detail-cjk-light-strong-font-style": { "prop": "--spectrum-detail-cjk-light-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-light-strong-font-weight": { "prop": "--spectrum-detail-cjk-light-strong-font-weight", @@ -4147,7 +4790,7 @@ "detail-cjk-strong-emphasized-font-style": { "prop": "--spectrum-detail-cjk-strong-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-strong-emphasized-font-weight": { "prop": "--spectrum-detail-cjk-strong-emphasized-font-weight", @@ -4157,7 +4800,7 @@ "detail-cjk-strong-font-style": { "prop": "--spectrum-detail-cjk-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-cjk-strong-font-weight": { "prop": "--spectrum-detail-cjk-strong-font-weight", @@ -4176,6 +4819,7 @@ }, "detail-letter-spacing": { "prop": "--spectrum-detail-letter-spacing", + "ref": "0.06em", "value": "0.06em" }, "detail-line-height": { @@ -4185,10 +4829,12 @@ }, "detail-margin-bottom-multiplier": { "prop": "--spectrum-detail-margin-bottom-multiplier", + "ref": "0.25", "value": "0.25" }, "detail-margin-top-multiplier": { "prop": "--spectrum-detail-margin-top-multiplier", + "ref": "0.88888889", "value": "0.88888889" }, "detail-sans-serif-emphasized-font-style": { @@ -4209,7 +4855,7 @@ "detail-sans-serif-font-style": { "prop": "--spectrum-detail-sans-serif-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-sans-serif-font-weight": { "prop": "--spectrum-detail-sans-serif-font-weight", @@ -4229,7 +4875,7 @@ "detail-sans-serif-light-font-style": { "prop": "--spectrum-detail-sans-serif-light-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-sans-serif-light-font-weight": { "prop": "--spectrum-detail-sans-serif-light-font-weight", @@ -4249,7 +4895,7 @@ "detail-sans-serif-light-strong-font-style": { "prop": "--spectrum-detail-sans-serif-light-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-sans-serif-light-strong-font-weight": { "prop": "--spectrum-detail-sans-serif-light-strong-font-weight", @@ -4269,7 +4915,7 @@ "detail-sans-serif-strong-font-style": { "prop": "--spectrum-detail-sans-serif-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-sans-serif-strong-font-weight": { "prop": "--spectrum-detail-sans-serif-strong-font-weight", @@ -4278,6 +4924,7 @@ }, "detail-sans-serif-text-transform": { "prop": "--spectrum-detail-sans-serif-text-transform", + "ref": "uppercase", "value": "uppercase" }, "detail-serif-emphasized-font-style": { @@ -4298,7 +4945,7 @@ "detail-serif-font-style": { "prop": "--spectrum-detail-serif-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-serif-font-weight": { "prop": "--spectrum-detail-serif-font-weight", @@ -4318,7 +4965,7 @@ "detail-serif-light-font-style": { "prop": "--spectrum-detail-serif-light-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-serif-light-font-weight": { "prop": "--spectrum-detail-serif-light-font-weight", @@ -4338,7 +4985,7 @@ "detail-serif-light-strong-font-style": { "prop": "--spectrum-detail-serif-light-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-serif-light-strong-font-weight": { "prop": "--spectrum-detail-serif-light-strong-font-weight", @@ -4358,7 +5005,7 @@ "detail-serif-strong-font-style": { "prop": "--spectrum-detail-serif-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "detail-serif-strong-font-weight": { "prop": "--spectrum-detail-serif-strong-font-weight", @@ -4367,6 +5014,7 @@ }, "detail-serif-text-transform": { "prop": "--spectrum-detail-serif-text-transform", + "ref": "uppercase", "value": "uppercase" }, "detail-size-l": { @@ -4502,57 +5150,70 @@ "disclosure-indicator-top-to-disclosure-icon-extra-large": { "prop": "--spectrum-disclosure-indicator-top-to-disclosure-icon-extra-large", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "disclosure-indicator-top-to-disclosure-icon-large": { "prop": "--spectrum-disclosure-indicator-top-to-disclosure-icon-large", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "disclosure-indicator-top-to-disclosure-icon-medium": { "prop": "--spectrum-disclosure-indicator-top-to-disclosure-icon-medium", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "disclosure-indicator-top-to-disclosure-icon-small": { "prop": "--spectrum-disclosure-indicator-top-to-disclosure-icon-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "divider-thickness-large": { "prop": "--spectrum-divider-thickness-large", + "ref": "4px", "value": "4px" }, "divider-thickness-medium": { "prop": "--spectrum-divider-thickness-medium", + "ref": "2px", "value": "2px" }, "divider-thickness-small": { "prop": "--spectrum-divider-thickness-small", + "ref": "1px", "value": "1px" }, "drop-shadow-blur": { "prop": "--spectrum-drop-shadow-blur", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "6px", "value": "6px" } }, @@ -4569,27 +5230,33 @@ "drop-shadow-color-100": { "prop": "--spectrum-drop-shadow-color-100", "light": { + "ref": "rgba(0, 0, 0, 0.12)", "value": "rgba(0, 0, 0, 0.12)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.36)", "value": "rgba(0, 0, 0, 0.36)" } }, "drop-shadow-color-200": { "prop": "--spectrum-drop-shadow-color-200", "light": { + "ref": "rgba(0, 0, 0, 0.16)", "value": "rgba(0, 0, 0, 0.16)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.48)", "value": "rgba(0, 0, 0, 0.48)" } }, "drop-shadow-color-300": { "prop": "--spectrum-drop-shadow-color-300", "light": { + "ref": "rgba(0, 0, 0, 0.2)", "value": "rgba(0, 0, 0, 0.2)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.6)", "value": "rgba(0, 0, 0, 0.6)" } }, @@ -4635,14 +5302,17 @@ }, "drop-shadow-x": { "prop": "--spectrum-drop-shadow-x", + "ref": "0px", "value": "0px" }, "drop-shadow-y": { "prop": "--spectrum-drop-shadow-y", "desktop": { + "ref": "1px", "value": "1px" }, "mobile": { + "ref": "2px", "value": "2px" } }, @@ -4658,10 +5328,12 @@ }, "drop-zone-background-color-opacity": { "prop": "--spectrum-drop-zone-background-color-opacity", + "ref": "0.1", "value": "0.1" }, "drop-zone-background-color-opacity-filled": { "prop": "--spectrum-drop-zone-background-color-opacity-filled", + "ref": "0.3", "value": "0.3" }, "drop-zone-body-size": { @@ -4676,10 +5348,12 @@ }, "drop-zone-border-dash-gap": { "prop": "--spectrum-drop-zone-border-dash-gap", + "ref": "4px", "value": "4px" }, "drop-zone-border-dash-length": { "prop": "--spectrum-drop-zone-border-dash-length", + "ref": "8px", "value": "8px" }, "drop-zone-cjk-title-size": { @@ -4709,546 +5383,668 @@ }, "drop-zone-width": { "prop": "--spectrum-drop-zone-width", + "ref": "428px", "value": "428px" }, "extra-bold-font-weight": { "prop": "--spectrum-extra-bold-font-weight", + "ref": "extra-bold", "value": "800" }, "field-edge-to-alert-icon-extra-large": { "prop": "--spectrum-field-edge-to-alert-icon-extra-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-edge-to-alert-icon-large": { "prop": "--spectrum-field-edge-to-alert-icon-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "field-edge-to-alert-icon-medium": { "prop": "--spectrum-field-edge-to-alert-icon-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "field-edge-to-alert-icon-quiet": { "prop": "--spectrum-field-edge-to-alert-icon-quiet", + "ref": "0px", "value": "0px" }, "field-edge-to-alert-icon-small": { "prop": "--spectrum-field-edge-to-alert-icon-small", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "field-edge-to-border-quiet": { "prop": "--spectrum-field-edge-to-border-quiet", + "ref": "0px", "value": "0px" }, "field-edge-to-disclosure-icon-100": { "prop": "--spectrum-field-edge-to-disclosure-icon-100", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "field-edge-to-disclosure-icon-200": { "prop": "--spectrum-field-edge-to-disclosure-icon-200", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "field-edge-to-disclosure-icon-300": { "prop": "--spectrum-field-edge-to-disclosure-icon-300", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-edge-to-disclosure-icon-75": { "prop": "--spectrum-field-edge-to-disclosure-icon-75", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "field-edge-to-text-quiet": { "prop": "--spectrum-field-edge-to-text-quiet", + "ref": "0px", "value": "0px" }, "field-edge-to-validation-icon-extra-large": { "prop": "--spectrum-field-edge-to-validation-icon-extra-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-edge-to-validation-icon-large": { "prop": "--spectrum-field-edge-to-validation-icon-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "field-edge-to-validation-icon-medium": { "prop": "--spectrum-field-edge-to-validation-icon-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "field-edge-to-validation-icon-quiet": { "prop": "--spectrum-field-edge-to-validation-icon-quiet", + "ref": "0px", "value": "0px" }, "field-edge-to-validation-icon-small": { "prop": "--spectrum-field-edge-to-validation-icon-small", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "field-edge-to-visual-quiet": { "prop": "--spectrum-field-edge-to-visual-quiet", + "ref": "0px", "value": "0px" }, "field-end-edge-to-disclosure-icon-100": { "prop": "--spectrum-field-end-edge-to-disclosure-icon-100", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "field-end-edge-to-disclosure-icon-200": { "prop": "--spectrum-field-end-edge-to-disclosure-icon-200", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "field-end-edge-to-disclosure-icon-300": { "prop": "--spectrum-field-end-edge-to-disclosure-icon-300", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-end-edge-to-disclosure-icon-75": { "prop": "--spectrum-field-end-edge-to-disclosure-icon-75", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "field-label-text-to-asterisk-extra-large": { "prop": "--spectrum-field-label-text-to-asterisk-extra-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "field-label-text-to-asterisk-large": { "prop": "--spectrum-field-label-text-to-asterisk-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "field-label-text-to-asterisk-medium": { "prop": "--spectrum-field-label-text-to-asterisk-medium", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "field-label-text-to-asterisk-small": { "prop": "--spectrum-field-label-text-to-asterisk-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "field-label-to-component": { "prop": "--spectrum-field-label-to-component", + "ref": "0px", "value": "0px" }, "field-label-to-component-quiet-extra-large": { "prop": "--spectrum-field-label-to-component-quiet-extra-large", "desktop": { + "ref": "-15px", "value": "-15px" }, "mobile": { + "ref": "-19px", "value": "-19px" } }, "field-label-to-component-quiet-large": { "prop": "--spectrum-field-label-to-component-quiet-large", "desktop": { + "ref": "-12px", "value": "-12px" }, "mobile": { + "ref": "-15px", "value": "-15px" } }, "field-label-to-component-quiet-medium": { "prop": "--spectrum-field-label-to-component-quiet-medium", "desktop": { + "ref": "-8px", "value": "-8px" }, "mobile": { + "ref": "-10px", "value": "-10px" } }, "field-label-to-component-quiet-small": { "prop": "--spectrum-field-label-to-component-quiet-small", "desktop": { + "ref": "-8px", "value": "-8px" }, "mobile": { + "ref": "-10px", "value": "-10px" } }, "field-label-top-margin-extra-large": { "prop": "--spectrum-field-label-top-margin-extra-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "field-label-top-margin-large": { "prop": "--spectrum-field-label-top-margin-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "field-label-top-margin-medium": { "prop": "--spectrum-field-label-top-margin-medium", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "field-label-top-margin-small": { "prop": "--spectrum-field-label-top-margin-small", + "ref": "0px", "value": "0px" }, "field-label-top-to-asterisk-extra-large": { "prop": "--spectrum-field-label-top-to-asterisk-extra-large", "desktop": { + "ref": "19px", "value": "19px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "field-label-top-to-asterisk-large": { "prop": "--spectrum-field-label-top-to-asterisk-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "field-label-top-to-asterisk-medium": { "prop": "--spectrum-field-label-top-to-asterisk-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "field-label-top-to-asterisk-small": { "prop": "--spectrum-field-label-top-to-asterisk-small", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "field-text-to-alert-icon-extra-large": { "prop": "--spectrum-field-text-to-alert-icon-extra-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-text-to-alert-icon-large": { "prop": "--spectrum-field-text-to-alert-icon-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "field-text-to-alert-icon-medium": { "prop": "--spectrum-field-text-to-alert-icon-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "field-text-to-alert-icon-small": { "prop": "--spectrum-field-text-to-alert-icon-small", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "field-text-to-validation-icon-extra-large": { "prop": "--spectrum-field-text-to-validation-icon-extra-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-text-to-validation-icon-large": { "prop": "--spectrum-field-text-to-validation-icon-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "field-text-to-validation-icon-medium": { "prop": "--spectrum-field-text-to-validation-icon-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "field-text-to-validation-icon-small": { "prop": "--spectrum-field-text-to-validation-icon-small", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "field-top-to-alert-icon-extra-large": { "prop": "--spectrum-field-top-to-alert-icon-extra-large", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "field-top-to-alert-icon-large": { "prop": "--spectrum-field-top-to-alert-icon-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "field-top-to-alert-icon-medium": { "prop": "--spectrum-field-top-to-alert-icon-medium", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "field-top-to-alert-icon-small": { "prop": "--spectrum-field-top-to-alert-icon-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "field-top-to-disclosure-icon-100": { "prop": "--spectrum-field-top-to-disclosure-icon-100", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "field-top-to-disclosure-icon-200": { "prop": "--spectrum-field-top-to-disclosure-icon-200", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "field-top-to-disclosure-icon-300": { "prop": "--spectrum-field-top-to-disclosure-icon-300", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-top-to-disclosure-icon-75": { "prop": "--spectrum-field-top-to-disclosure-icon-75", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "field-top-to-progress-circle-extra-large": { "prop": "--spectrum-field-top-to-progress-circle-extra-large", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-top-to-progress-circle-large": { "prop": "--spectrum-field-top-to-progress-circle-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "field-top-to-progress-circle-medium": { "prop": "--spectrum-field-top-to-progress-circle-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "field-top-to-progress-circle-small": { "prop": "--spectrum-field-top-to-progress-circle-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "field-top-to-validation-icon-extra-large": { "prop": "--spectrum-field-top-to-validation-icon-extra-large", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "field-top-to-validation-icon-large": { "prop": "--spectrum-field-top-to-validation-icon-large", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "field-top-to-validation-icon-medium": { "prop": "--spectrum-field-top-to-validation-icon-medium", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "field-top-to-validation-icon-small": { "prop": "--spectrum-field-top-to-validation-icon-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "field-width": { "prop": "--spectrum-field-width", "desktop": { + "ref": "192px", "value": "192px" }, "mobile": { + "ref": "240px", "value": "240px" } }, "floating-action-button-drop-shadow-blur": { "prop": "--spectrum-floating-action-button-drop-shadow-blur", + "ref": "12px", "value": "12px" }, "floating-action-button-drop-shadow-color": { @@ -5263,6 +6059,7 @@ }, "floating-action-button-drop-shadow-y": { "prop": "--spectrum-floating-action-button-drop-shadow-y", + "ref": "4px", "value": "4px" }, "floating-action-button-shadow-color": { @@ -5287,288 +6084,352 @@ }, "focus-indicator-gap": { "prop": "--spectrum-focus-indicator-gap", + "ref": "2px", "value": "2px" }, "focus-indicator-thickness": { "prop": "--spectrum-focus-indicator-thickness", + "ref": "2px", "value": "2px" }, "font-size-100": { "prop": "--spectrum-font-size-100", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "font-size-1000": { "prop": "--spectrum-font-size-1000", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "49px", "value": "49px" } }, "font-size-1100": { "prop": "--spectrum-font-size-1100", "desktop": { + "ref": "45px", "value": "45px" }, "mobile": { + "ref": "55px", "value": "55px" } }, "font-size-1200": { "prop": "--spectrum-font-size-1200", "desktop": { + "ref": "50px", "value": "50px" }, "mobile": { + "ref": "62px", "value": "62px" } }, "font-size-1300": { "prop": "--spectrum-font-size-1300", "desktop": { + "ref": "60px", "value": "60px" }, "mobile": { + "ref": "70px", "value": "70px" } }, "font-size-200": { "prop": "--spectrum-font-size-200", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "font-size-300": { "prop": "--spectrum-font-size-300", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "font-size-400": { "prop": "--spectrum-font-size-400", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "font-size-50": { "prop": "--spectrum-font-size-50", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "font-size-500": { "prop": "--spectrum-font-size-500", "desktop": { + "ref": "22px", "value": "22px" }, "mobile": { + "ref": "27px", "value": "27px" } }, "font-size-600": { "prop": "--spectrum-font-size-600", "desktop": { + "ref": "25px", "value": "25px" }, "mobile": { + "ref": "31px", "value": "31px" } }, "font-size-700": { "prop": "--spectrum-font-size-700", "desktop": { + "ref": "28px", "value": "28px" }, "mobile": { + "ref": "34px", "value": "34px" } }, "font-size-75": { "prop": "--spectrum-font-size-75", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "font-size-800": { "prop": "--spectrum-font-size-800", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "39px", "value": "39px" } }, "font-size-900": { "prop": "--spectrum-font-size-900", "desktop": { + "ref": "36px", "value": "36px" }, "mobile": { + "ref": "44px", "value": "44px" } }, "fuchsia-100": { "prop": "--spectrum-fuchsia-100", "light": { + "ref": "rgb(254, 246, 255)", "value": "rgb(254, 246, 255)" }, "dark": { + "ref": "rgb(50, 0, 61)", "value": "rgb(50, 0, 61)" } }, "fuchsia-1000": { "prop": "--spectrum-fuchsia-1000", "light": { + "ref": "rgb(156, 40, 175)", "value": "rgb(156, 40, 175)" }, "dark": { + "ref": "rgb(232, 91, 253)", "value": "rgb(232, 91, 253)" } }, "fuchsia-1100": { "prop": "--spectrum-fuchsia-1100", "light": { + "ref": "rgb(135, 27, 154)", "value": "rgb(135, 27, 154)" }, "dark": { + "ref": "rgb(240, 122, 255)", "value": "rgb(240, 122, 255)" } }, "fuchsia-1200": { "prop": "--spectrum-fuchsia-1200", "light": { + "ref": "rgb(113, 15, 131)", "value": "rgb(113, 15, 131)" }, "dark": { + "ref": "rgb(245, 159, 255)", "value": "rgb(245, 159, 255)" } }, "fuchsia-1300": { "prop": "--spectrum-fuchsia-1300", "light": { + "ref": "rgb(92, 4, 109)", "value": "rgb(92, 4, 109)" }, "dark": { + "ref": "rgb(248, 191, 255)", "value": "rgb(248, 191, 255)" } }, "fuchsia-1400": { "prop": "--spectrum-fuchsia-1400", "light": { + "ref": "rgb(72, 0, 88)", "value": "rgb(72, 0, 88)" }, "dark": { + "ref": "rgb(251, 219, 255)", "value": "rgb(251, 219, 255)" } }, "fuchsia-1500": { "prop": "--spectrum-fuchsia-1500", "dark": { + "ref": "rgb(253, 241, 255)", "value": "rgb(253, 241, 255)" }, "light": { + "ref": "rgb(54, 0, 66)", "value": "rgb(54, 0, 66)" } }, "fuchsia-1600": { "prop": "--spectrum-fuchsia-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(29, 0, 35)", "value": "rgb(29, 0, 35)" } }, "fuchsia-200": { "prop": "--spectrum-fuchsia-200", "light": { + "ref": "rgb(253, 233, 255)", "value": "rgb(253, 233, 255)" }, "dark": { + "ref": "rgb(61, 0, 74)", "value": "rgb(61, 0, 74)" } }, "fuchsia-300": { "prop": "--spectrum-fuchsia-300", "light": { + "ref": "rgb(250, 211, 255)", "value": "rgb(250, 211, 255)" }, "dark": { + "ref": "rgb(79, 0, 95)", "value": "rgb(79, 0, 95)" } }, "fuchsia-400": { "prop": "--spectrum-fuchsia-400", "light": { + "ref": "rgb(247, 181, 255)", "value": "rgb(247, 181, 255)" }, "dark": { + "ref": "rgb(102, 9, 120)", "value": "rgb(102, 9, 120)" } }, "fuchsia-500": { "prop": "--spectrum-fuchsia-500", "light": { + "ref": "rgb(243, 147, 255)", "value": "rgb(243, 147, 255)" }, "dark": { + "ref": "rgb(127, 23, 146)", "value": "rgb(127, 23, 146)" } }, "fuchsia-600": { "prop": "--spectrum-fuchsia-600", "light": { + "ref": "rgb(236, 105, 255)", "value": "rgb(236, 105, 255)" }, "dark": { + "ref": "rgb(151, 38, 170)", "value": "rgb(151, 38, 170)" } }, "fuchsia-700": { "prop": "--spectrum-fuchsia-700", "light": { + "ref": "rgb(223, 77, 245)", "value": "rgb(223, 77, 245)" }, "dark": { + "ref": "rgb(173, 51, 192)", "value": "rgb(173, 51, 192)" } }, "fuchsia-800": { "prop": "--spectrum-fuchsia-800", "light": { + "ref": "rgb(200, 68, 220)", "value": "rgb(200, 68, 220)" }, "dark": { + "ref": "rgb(186, 60, 206)", "value": "rgb(186, 60, 206)" } }, "fuchsia-900": { "prop": "--spectrum-fuchsia-900", "light": { + "ref": "rgb(181, 57, 200)", "value": "rgb(181, 57, 200)" }, "dark": { + "ref": "rgb(213, 73, 235)", "value": "rgb(213, 73, 235)" } }, @@ -5605,117 +6466,143 @@ "gray-100": { "prop": "--spectrum-gray-100", "light": { + "ref": "rgb(233, 233, 233)", "value": "rgb(233, 233, 233)" }, "dark": { + "ref": "rgb(44, 44, 44)", "value": "rgb(44, 44, 44)" } }, "gray-1000": { "prop": "--spectrum-gray-1000", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(0, 0, 0)", "value": "rgb(0, 0, 0)" } }, "gray-200": { "prop": "--spectrum-gray-200", "light": { + "ref": "rgb(225, 225, 225)", "value": "rgb(225, 225, 225)" }, "dark": { + "ref": "rgb(50, 50, 50)", "value": "rgb(50, 50, 50)" } }, "gray-25": { "prop": "--spectrum-gray-25", "dark": { + "ref": "rgb(17, 17, 17)", "value": "rgb(17, 17, 17)" }, "light": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" } }, "gray-300": { "prop": "--spectrum-gray-300", "light": { + "ref": "rgb(218, 218, 218)", "value": "rgb(218, 218, 218)" }, "dark": { + "ref": "rgb(57, 57, 57)", "value": "rgb(57, 57, 57)" } }, "gray-400": { "prop": "--spectrum-gray-400", "light": { + "ref": "rgb(198, 198, 198)", "value": "rgb(198, 198, 198)" }, "dark": { + "ref": "rgb(68, 68, 68)", "value": "rgb(68, 68, 68)" } }, "gray-50": { "prop": "--spectrum-gray-50", "light": { + "ref": "rgb(248, 248, 248)", "value": "rgb(248, 248, 248)" }, "dark": { + "ref": "rgb(27, 27, 27)", "value": "rgb(27, 27, 27)" } }, "gray-500": { "prop": "--spectrum-gray-500", "light": { + "ref": "rgb(143, 143, 143)", "value": "rgb(143, 143, 143)" }, "dark": { + "ref": "rgb(109, 109, 109)", "value": "rgb(109, 109, 109)" } }, "gray-600": { "prop": "--spectrum-gray-600", "light": { + "ref": "rgb(113, 113, 113)", "value": "rgb(113, 113, 113)" }, "dark": { + "ref": "rgb(138, 138, 138)", "value": "rgb(138, 138, 138)" } }, "gray-700": { "prop": "--spectrum-gray-700", "light": { + "ref": "rgb(80, 80, 80)", "value": "rgb(80, 80, 80)" }, "dark": { + "ref": "rgb(175, 175, 175)", "value": "rgb(175, 175, 175)" } }, "gray-75": { "prop": "--spectrum-gray-75", "light": { + "ref": "rgb(243, 243, 243)", "value": "rgb(243, 243, 243)" }, "dark": { + "ref": "rgb(34, 34, 34)", "value": "rgb(34, 34, 34)" } }, "gray-800": { "prop": "--spectrum-gray-800", "light": { + "ref": "rgb(41, 41, 41)", "value": "rgb(41, 41, 41)" }, "dark": { + "ref": "rgb(219, 219, 219)", "value": "rgb(219, 219, 219)" } }, "gray-900": { "prop": "--spectrum-gray-900", "light": { + "ref": "rgb(19, 19, 19)", "value": "rgb(19, 19, 19)" }, "dark": { + "ref": "rgb(242, 242, 242)", "value": "rgb(242, 242, 242)" } }, @@ -5752,144 +6639,176 @@ "green-100": { "prop": "--spectrum-green-100", "light": { + "ref": "rgb(237, 252, 241)", "value": "rgb(237, 252, 241)" }, "dark": { + "ref": "rgb(0, 30, 23)", "value": "rgb(0, 30, 23)" } }, "green-1000": { "prop": "--spectrum-green-1000", "light": { + "ref": "rgb(3, 110, 69)", "value": "rgb(3, 110, 69)" }, "dark": { + "ref": "rgb(14, 175, 98)", "value": "rgb(14, 175, 98)" } }, "green-1100": { "prop": "--spectrum-green-1100", "light": { + "ref": "rgb(2, 93, 60)", "value": "rgb(2, 93, 60)" }, "dark": { + "ref": "rgb(24, 193, 110)", "value": "rgb(24, 193, 110)" } }, "green-1200": { "prop": "--spectrum-green-1200", "light": { + "ref": "rgb(1, 76, 52)", "value": "rgb(1, 76, 52)" }, "dark": { + "ref": "rgb(57, 215, 134)", "value": "rgb(57, 215, 134)" } }, "green-1300": { "prop": "--spectrum-green-1300", "light": { + "ref": "rgb(0, 61, 44)", "value": "rgb(0, 61, 44)" }, "dark": { + "ref": "rgb(126, 231, 172)", "value": "rgb(126, 231, 172)" } }, "green-1400": { "prop": "--spectrum-green-1400", "light": { + "ref": "rgb(0, 46, 34)", "value": "rgb(0, 46, 34)" }, "dark": { + "ref": "rgb(189, 241, 208)", "value": "rgb(189, 241, 208)" } }, "green-1500": { "prop": "--spectrum-green-1500", "dark": { + "ref": "rgb(229, 250, 236)", "value": "rgb(229, 250, 236)" }, "light": { + "ref": "rgb(0, 33, 25)", "value": "rgb(0, 33, 25)" } }, "green-1600": { "prop": "--spectrum-green-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(0, 15, 12)", "value": "rgb(0, 15, 12)" } }, "green-200": { "prop": "--spectrum-green-200", "light": { + "ref": "rgb(215, 247, 225)", "value": "rgb(215, 247, 225)" }, "dark": { + "ref": "rgb(0, 38, 29)", "value": "rgb(0, 38, 29)" } }, "green-300": { "prop": "--spectrum-green-300", "light": { + "ref": "rgb(173, 238, 197)", "value": "rgb(173, 238, 197)" }, "dark": { + "ref": "rgb(0, 51, 38)", "value": "rgb(0, 51, 38)" } }, "green-400": { "prop": "--spectrum-green-400", "light": { + "ref": "rgb(107, 227, 162)", "value": "rgb(107, 227, 162)" }, "dark": { + "ref": "rgb(0, 68, 48)", "value": "rgb(0, 68, 48)" } }, "green-500": { "prop": "--spectrum-green-500", "light": { + "ref": "rgb(43, 209, 125)", "value": "rgb(43, 209, 125)" }, "dark": { + "ref": "rgb(2, 87, 58)", "value": "rgb(2, 87, 58)" } }, "green-600": { "prop": "--spectrum-green-600", "light": { + "ref": "rgb(18, 184, 103)", "value": "rgb(18, 184, 103)" }, "dark": { + "ref": "rgb(3, 106, 67)", "value": "rgb(3, 106, 67)" } }, "green-700": { "prop": "--spectrum-green-700", "light": { + "ref": "rgb(11, 164, 93)", "value": "rgb(11, 164, 93)" }, "dark": { + "ref": "rgb(4, 124, 75)", "value": "rgb(4, 124, 75)" } }, "green-800": { "prop": "--spectrum-green-800", "light": { + "ref": "rgb(7, 147, 85)", "value": "rgb(7, 147, 85)" }, "dark": { + "ref": "rgb(6, 136, 80)", "value": "rgb(6, 136, 80)" } }, "green-900": { "prop": "--spectrum-green-900", "light": { + "ref": "rgb(5, 131, 78)", "value": "rgb(5, 131, 78)" }, "dark": { + "ref": "rgb(9, 157, 89)", "value": "rgb(9, 157, 89)" } }, @@ -5926,7 +6845,7 @@ "heading-cjk-emphasized-font-style": { "prop": "--spectrum-heading-cjk-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-emphasized-font-weight": { "prop": "--spectrum-heading-cjk-emphasized-font-weight", @@ -5941,7 +6860,7 @@ "heading-cjk-font-style": { "prop": "--spectrum-heading-cjk-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-font-weight": { "prop": "--spectrum-heading-cjk-font-weight", @@ -5951,7 +6870,7 @@ "heading-cjk-heavy-emphasized-font-style": { "prop": "--spectrum-heading-cjk-heavy-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-heavy-emphasized-font-weight": { "prop": "--spectrum-heading-cjk-heavy-emphasized-font-weight", @@ -5961,7 +6880,7 @@ "heading-cjk-heavy-font-style": { "prop": "--spectrum-heading-cjk-heavy-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-heavy-font-weight": { "prop": "--spectrum-heading-cjk-heavy-font-weight", @@ -5971,7 +6890,7 @@ "heading-cjk-heavy-strong-emphasized-font-style": { "prop": "--spectrum-heading-cjk-heavy-strong-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-heavy-strong-emphasized-font-weight": { "prop": "--spectrum-heading-cjk-heavy-strong-emphasized-font-weight", @@ -5981,7 +6900,7 @@ "heading-cjk-heavy-strong-font-style": { "prop": "--spectrum-heading-cjk-heavy-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-heavy-strong-font-weight": { "prop": "--spectrum-heading-cjk-heavy-strong-font-weight", @@ -5991,7 +6910,7 @@ "heading-cjk-light-emphasized-font-style": { "prop": "--spectrum-heading-cjk-light-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-light-emphasized-font-weight": { "prop": "--spectrum-heading-cjk-light-emphasized-font-weight", @@ -6001,7 +6920,7 @@ "heading-cjk-light-font-style": { "prop": "--spectrum-heading-cjk-light-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-light-font-weight": { "prop": "--spectrum-heading-cjk-light-font-weight", @@ -6011,7 +6930,7 @@ "heading-cjk-light-strong-emphasized-font-style": { "prop": "--spectrum-heading-cjk-light-strong-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-light-strong-emphasized-font-weight": { "prop": "--spectrum-heading-cjk-light-strong-emphasized-font-weight", @@ -6021,7 +6940,7 @@ "heading-cjk-light-strong-font-style": { "prop": "--spectrum-heading-cjk-light-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-light-strong-font-weight": { "prop": "--spectrum-heading-cjk-light-strong-font-weight", @@ -6116,7 +7035,7 @@ "heading-cjk-strong-emphasized-font-style": { "prop": "--spectrum-heading-cjk-strong-emphasized-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-strong-emphasized-font-weight": { "prop": "--spectrum-heading-cjk-strong-emphasized-font-weight", @@ -6126,7 +7045,7 @@ "heading-cjk-strong-font-style": { "prop": "--spectrum-heading-cjk-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-cjk-strong-font-weight": { "prop": "--spectrum-heading-cjk-strong-font-weight", @@ -6150,10 +7069,12 @@ }, "heading-margin-bottom-multiplier": { "prop": "--spectrum-heading-margin-bottom-multiplier", + "ref": "0.25", "value": "0.25" }, "heading-margin-top-multiplier": { "prop": "--spectrum-heading-margin-top-multiplier", + "ref": "0.88888889", "value": "0.88888889" }, "heading-sans-serif-emphasized-font-style": { @@ -6174,7 +7095,7 @@ "heading-sans-serif-font-style": { "prop": "--spectrum-heading-sans-serif-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-sans-serif-font-weight": { "prop": "--spectrum-heading-sans-serif-font-weight", @@ -6194,7 +7115,7 @@ "heading-sans-serif-heavy-font-style": { "prop": "--spectrum-heading-sans-serif-heavy-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-sans-serif-heavy-font-weight": { "prop": "--spectrum-heading-sans-serif-heavy-font-weight", @@ -6214,7 +7135,7 @@ "heading-sans-serif-heavy-strong-font-style": { "prop": "--spectrum-heading-sans-serif-heavy-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-sans-serif-heavy-strong-font-weight": { "prop": "--spectrum-heading-sans-serif-heavy-strong-font-weight", @@ -6234,7 +7155,7 @@ "heading-sans-serif-light-font-style": { "prop": "--spectrum-heading-sans-serif-light-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-sans-serif-light-font-weight": { "prop": "--spectrum-heading-sans-serif-light-font-weight", @@ -6254,7 +7175,7 @@ "heading-sans-serif-light-strong-font-style": { "prop": "--spectrum-heading-sans-serif-light-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-sans-serif-light-strong-font-weight": { "prop": "--spectrum-heading-sans-serif-light-strong-font-weight", @@ -6274,7 +7195,7 @@ "heading-sans-serif-strong-font-style": { "prop": "--spectrum-heading-sans-serif-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-sans-serif-strong-font-weight": { "prop": "--spectrum-heading-sans-serif-strong-font-weight", @@ -6299,7 +7220,7 @@ "heading-serif-font-style": { "prop": "--spectrum-heading-serif-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-serif-font-weight": { "prop": "--spectrum-heading-serif-font-weight", @@ -6319,7 +7240,7 @@ "heading-serif-heavy-font-style": { "prop": "--spectrum-heading-serif-heavy-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-serif-heavy-font-weight": { "prop": "--spectrum-heading-serif-heavy-font-weight", @@ -6339,7 +7260,7 @@ "heading-serif-heavy-strong-font-style": { "prop": "--spectrum-heading-serif-heavy-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-serif-heavy-strong-font-weight": { "prop": "--spectrum-heading-serif-heavy-strong-font-weight", @@ -6359,7 +7280,7 @@ "heading-serif-light-font-style": { "prop": "--spectrum-heading-serif-light-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-serif-light-font-weight": { "prop": "--spectrum-heading-serif-light-font-weight", @@ -6379,7 +7300,7 @@ "heading-serif-light-strong-font-style": { "prop": "--spectrum-heading-serif-light-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-serif-light-strong-font-weight": { "prop": "--spectrum-heading-serif-light-strong-font-weight", @@ -6399,7 +7320,7 @@ "heading-serif-strong-font-style": { "prop": "--spectrum-heading-serif-strong-font-style", "ref": "var(--spectrum-default-font-style)", - "value": "normal" + "value": "400" }, "heading-serif-strong-font-weight": { "prop": "--spectrum-heading-serif-strong-font-weight", @@ -6488,41 +7409,50 @@ }, "help-text-to-component": { "prop": "--spectrum-help-text-to-component", + "ref": "0px", "value": "0px" }, "help-text-top-to-workflow-icon-extra-large": { "prop": "--spectrum-help-text-top-to-workflow-icon-extra-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "help-text-top-to-workflow-icon-large": { "prop": "--spectrum-help-text-top-to-workflow-icon-large", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "help-text-top-to-workflow-icon-medium": { "prop": "--spectrum-help-text-top-to-workflow-icon-medium", "desktop": { + "ref": "3px", "value": "3px" }, "mobile": { + "ref": "4px", "value": "4px" } }, "help-text-top-to-workflow-icon-small": { "prop": "--spectrum-help-text-top-to-workflow-icon-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, @@ -6608,6 +7538,7 @@ }, "illustrated-message-maximum-width": { "prop": "--spectrum-illustrated-message-maximum-width", + "ref": "380px", "value": "380px" }, "illustrated-message-title-size": { @@ -6622,26 +7553,32 @@ }, "in-field-button-edge-to-disclosure-icon-stacked-extra-large": { "prop": "--spectrum-in-field-button-edge-to-disclosure-icon-stacked-extra-large", + "ref": "16px", "value": "16px" }, "in-field-button-edge-to-disclosure-icon-stacked-large": { "prop": "--spectrum-in-field-button-edge-to-disclosure-icon-stacked-large", + "ref": "13px", "value": "13px" }, "in-field-button-edge-to-disclosure-icon-stacked-medium": { "prop": "--spectrum-in-field-button-edge-to-disclosure-icon-stacked-medium", + "ref": "9px", "value": "9px" }, "in-field-button-edge-to-disclosure-icon-stacked-small": { "prop": "--spectrum-in-field-button-edge-to-disclosure-icon-stacked-small", + "ref": "7px", "value": "7px" }, "in-field-button-edge-to-fill": { "prop": "--spectrum-in-field-button-edge-to-fill", + "ref": "0px", "value": "0px" }, "in-field-button-fill-stacked-inner-border-rounding": { "prop": "--spectrum-in-field-button-fill-stacked-inner-border-rounding", + "ref": "0px", "value": "0px" }, "in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large": { @@ -6666,185 +7603,227 @@ }, "in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large": { "prop": "--spectrum-in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large", + "ref": "5px", "value": "5px" }, "in-field-button-outer-edge-to-disclosure-icon-stacked-large": { "prop": "--spectrum-in-field-button-outer-edge-to-disclosure-icon-stacked-large", + "ref": "4px", "value": "4px" }, "in-field-button-outer-edge-to-disclosure-icon-stacked-medium": { "prop": "--spectrum-in-field-button-outer-edge-to-disclosure-icon-stacked-medium", + "ref": "3px", "value": "3px" }, "in-field-button-outer-edge-to-disclosure-icon-stacked-small": { "prop": "--spectrum-in-field-button-outer-edge-to-disclosure-icon-stacked-small", + "ref": "3px", "value": "3px" }, "in-field-button-stacked-inner-edge-to-fill": { "prop": "--spectrum-in-field-button-stacked-inner-edge-to-fill", + "ref": "0px", "value": "0px" }, "in-field-button-width-stacked-extra-large": { "prop": "--spectrum-in-field-button-width-stacked-extra-large", + "ref": "44px", "value": "44px" }, "in-field-button-width-stacked-large": { "prop": "--spectrum-in-field-button-width-stacked-large", + "ref": "36px", "value": "36px" }, "in-field-button-width-stacked-medium": { "prop": "--spectrum-in-field-button-width-stacked-medium", + "ref": "28px", "value": "28px" }, "in-field-button-width-stacked-small": { "prop": "--spectrum-in-field-button-width-stacked-small", + "ref": "20px", "value": "20px" }, "in-line-alert-minimum-width": { "prop": "--spectrum-in-line-alert-minimum-width", + "ref": "240px", "value": "240px" }, "indigo-100": { "prop": "--spectrum-indigo-100", "light": { + "ref": "rgb(247, 248, 255)", "value": "rgb(247, 248, 255)" }, "dark": { + "ref": "rgb(30, 0, 93)", "value": "rgb(30, 0, 93)" } }, "indigo-1000": { "prop": "--spectrum-indigo-1000", "light": { + "ref": "rgb(99, 56, 238)", "value": "rgb(99, 56, 238)" }, "dark": { + "ref": "rgb(139, 141, 254)", "value": "rgb(139, 141, 254)" } }, "indigo-1100": { "prop": "--spectrum-indigo-1100", "light": { + "ref": "rgb(84, 36, 219)", "value": "rgb(84, 36, 219)" }, "dark": { + "ref": "rgb(153, 161, 255)", "value": "rgb(153, 161, 255)" } }, "indigo-1200": { "prop": "--spectrum-indigo-1200", "light": { + "ref": "rgb(69, 19, 191)", "value": "rgb(69, 19, 191)" }, "dark": { + "ref": "rgb(176, 186, 255)", "value": "rgb(176, 186, 255)" } }, "indigo-1300": { "prop": "--spectrum-indigo-1300", "light": { + "ref": "rgb(55, 6, 160)", "value": "rgb(55, 6, 160)" }, "dark": { + "ref": "rgb(199, 208, 255)", "value": "rgb(199, 208, 255)" } }, "indigo-1400": { "prop": "--spectrum-indigo-1400", "light": { + "ref": "rgb(42, 0, 129)", "value": "rgb(42, 0, 129)" }, "dark": { + "ref": "rgb(223, 228, 255)", "value": "rgb(223, 228, 255)" } }, "indigo-1500": { "prop": "--spectrum-indigo-1500", "dark": { + "ref": "rgb(243, 244, 255)", "value": "rgb(243, 244, 255)" }, "light": { + "ref": "rgb(31, 0, 98)", "value": "rgb(31, 0, 98)" } }, "indigo-1600": { "prop": "--spectrum-indigo-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(17, 0, 54)", "value": "rgb(17, 0, 54)" } }, "indigo-200": { "prop": "--spectrum-indigo-200", "light": { + "ref": "rgb(235, 238, 255)", "value": "rgb(235, 238, 255)" }, "dark": { + "ref": "rgb(35, 0, 110)", "value": "rgb(35, 0, 110)" } }, "indigo-300": { "prop": "--spectrum-indigo-300", "light": { + "ref": "rgb(216, 222, 255)", "value": "rgb(216, 222, 255)" }, "dark": { + "ref": "rgb(47, 0, 140)", "value": "rgb(47, 0, 140)" } }, "indigo-400": { "prop": "--spectrum-indigo-400", "light": { + "ref": "rgb(192, 201, 255)", "value": "rgb(192, 201, 255)" }, "dark": { + "ref": "rgb(62, 12, 174)", "value": "rgb(62, 12, 174)" } }, "indigo-500": { "prop": "--spectrum-indigo-500", "light": { + "ref": "rgb(167, 178, 255)", "value": "rgb(167, 178, 255)" }, "dark": { + "ref": "rgb(79, 30, 209)", "value": "rgb(79, 30, 209)" } }, "indigo-600": { "prop": "--spectrum-indigo-600", "light": { + "ref": "rgb(145, 151, 254)", "value": "rgb(145, 151, 254)" }, "dark": { + "ref": "rgb(95, 52, 235)", "value": "rgb(95, 52, 235)" } }, "indigo-700": { "prop": "--spectrum-indigo-700", "light": { + "ref": "rgb(132, 128, 254)", "value": "rgb(132, 128, 254)" }, "dark": { + "ref": "rgb(109, 75, 248)", "value": "rgb(109, 75, 248)" } }, "indigo-800": { "prop": "--spectrum-indigo-800", "light": { + "ref": "rgb(122, 106, 253)", "value": "rgb(122, 106, 253)" }, "dark": { + "ref": "rgb(116, 91, 252)", "value": "rgb(116, 91, 252)" } }, "indigo-900": { "prop": "--spectrum-indigo-900", "light": { + "ref": "rgb(113, 85, 250)", "value": "rgb(113, 85, 250)" }, "dark": { + "ref": "rgb(128, 119, 254)", "value": "rgb(128, 119, 254)" } }, @@ -7100,161 +8079,197 @@ }, "italic-font-style": { "prop": "--spectrum-italic-font-style", + "ref": "italic", "value": "italic" }, "light-font-weight": { "prop": "--spectrum-light-font-weight", + "ref": "light", "value": "300" }, "line-height-100": { "prop": "--spectrum-line-height-100", + "ref": "1.3", "value": "1.3" }, "line-height-200": { "prop": "--spectrum-line-height-200", + "ref": "1.5", "value": "1.5" }, "magenta-100": { "prop": "--spectrum-magenta-100", "light": { + "ref": "rgb(255, 245, 248)", "value": "rgb(255, 245, 248)" }, "dark": { + "ref": "rgb(59, 0, 22)", "value": "rgb(59, 0, 22)" } }, "magenta-1000": { "prop": "--spectrum-magenta-1000", "light": { + "ref": "rgb(186, 22, 80)", "value": "rgb(186, 22, 80)" }, "dark": { + "ref": "rgb(255, 96, 149)", "value": "rgb(255, 96, 149)" } }, "magenta-1100": { "prop": "--spectrum-magenta-1100", "light": { + "ref": "rgb(163, 5, 62)", "value": "rgb(163, 5, 62)" }, "dark": { + "ref": "rgb(255, 128, 171)", "value": "rgb(255, 128, 171)" } }, "magenta-1200": { "prop": "--spectrum-magenta-1200", "light": { + "ref": "rgb(136, 0, 51)", "value": "rgb(136, 0, 51)" }, "dark": { + "ref": "rgb(255, 163, 194)", "value": "rgb(255, 163, 194)" } }, "magenta-1300": { "prop": "--spectrum-magenta-1300", "light": { + "ref": "rgb(111, 0, 40)", "value": "rgb(111, 0, 40)" }, "dark": { + "ref": "rgb(255, 193, 214)", "value": "rgb(255, 193, 214)" } }, "magenta-1400": { "prop": "--spectrum-magenta-1400", "light": { + "ref": "rgb(86, 0, 30)", "value": "rgb(86, 0, 30)" }, "dark": { + "ref": "rgb(255, 220, 232)", "value": "rgb(255, 220, 232)" } }, "magenta-1500": { "prop": "--spectrum-magenta-1500", "dark": { + "ref": "rgb(255, 241, 246)", "value": "rgb(255, 241, 246)" }, "light": { + "ref": "rgb(64, 0, 22)", "value": "rgb(64, 0, 22)" } }, "magenta-1600": { "prop": "--spectrum-magenta-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(35, 0, 12)", "value": "rgb(35, 0, 12)" } }, "magenta-200": { "prop": "--spectrum-magenta-200", "light": { + "ref": "rgb(255, 232, 240)", "value": "rgb(255, 232, 240)" }, "dark": { + "ref": "rgb(74, 0, 27)", "value": "rgb(74, 0, 27)" } }, "magenta-300": { "prop": "--spectrum-magenta-300", "light": { + "ref": "rgb(255, 213, 227)", "value": "rgb(255, 213, 227)" }, "dark": { + "ref": "rgb(93, 0, 34)", "value": "rgb(93, 0, 34)" } }, "magenta-400": { "prop": "--spectrum-magenta-400", "light": { + "ref": "rgb(255, 185, 208)", "value": "rgb(255, 185, 208)" }, "dark": { + "ref": "rgb(123, 0, 45)", "value": "rgb(123, 0, 45)" } }, "magenta-500": { "prop": "--spectrum-magenta-500", "light": { + "ref": "rgb(255, 152, 187)", "value": "rgb(255, 152, 187)" }, "dark": { + "ref": "rgb(152, 7, 60)", "value": "rgb(152, 7, 60)" } }, "magenta-600": { "prop": "--spectrum-magenta-600", "light": { + "ref": "rgb(255, 112, 159)", "value": "rgb(255, 112, 159)" }, "dark": { + "ref": "rgb(181, 19, 76)", "value": "rgb(181, 19, 76)" } }, "magenta-700": { "prop": "--spectrum-magenta-700", "light": { + "ref": "rgb(255, 72, 133)", "value": "rgb(255, 72, 133)" }, "dark": { + "ref": "rgb(207, 31, 92)", "value": "rgb(207, 31, 92)" } }, "magenta-800": { "prop": "--spectrum-magenta-800", "light": { + "ref": "rgb(240, 45, 110)", "value": "rgb(240, 45, 110)" }, "dark": { + "ref": "rgb(224, 38, 101)", "value": "rgb(224, 38, 101)" } }, "magenta-900": { "prop": "--spectrum-magenta-900", "light": { + "ref": "rgb(217, 35, 97)", "value": "rgb(217, 35, 97)" }, "dark": { + "ref": "rgb(255, 51, 119)", "value": "rgb(255, 51, 119)" } }, @@ -7290,121 +8305,148 @@ }, "medium-font-weight": { "prop": "--spectrum-medium-font-weight", + "ref": "medium", "value": "500" }, "menu-item-edge-to-content-not-selected-extra-large": { "prop": "--spectrum-menu-item-edge-to-content-not-selected-extra-large", "desktop": { + "ref": "45px", "value": "45px" }, "mobile": { + "ref": "54px", "value": "54px" } }, "menu-item-edge-to-content-not-selected-large": { "prop": "--spectrum-menu-item-edge-to-content-not-selected-large", "desktop": { + "ref": "38px", "value": "38px" }, "mobile": { + "ref": "47px", "value": "47px" } }, "menu-item-edge-to-content-not-selected-medium": { "prop": "--spectrum-menu-item-edge-to-content-not-selected-medium", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "42px", "value": "42px" } }, "menu-item-edge-to-content-not-selected-small": { "prop": "--spectrum-menu-item-edge-to-content-not-selected-small", "desktop": { + "ref": "28px", "value": "28px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "menu-item-label-to-description": { "prop": "--spectrum-menu-item-label-to-description", + "ref": "1px", "value": "1px" }, "menu-item-section-divider-height": { "prop": "--spectrum-menu-item-section-divider-height", + "ref": "8px", "value": "8px" }, "menu-item-top-to-disclosure-icon-extra-large": { "prop": "--spectrum-menu-item-top-to-disclosure-icon-extra-large", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "menu-item-top-to-disclosure-icon-large": { "prop": "--spectrum-menu-item-top-to-disclosure-icon-large", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "menu-item-top-to-disclosure-icon-medium": { "prop": "--spectrum-menu-item-top-to-disclosure-icon-medium", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "menu-item-top-to-disclosure-icon-small": { "prop": "--spectrum-menu-item-top-to-disclosure-icon-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "menu-item-top-to-selected-icon-extra-large": { "prop": "--spectrum-menu-item-top-to-selected-icon-extra-large", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "menu-item-top-to-selected-icon-large": { "prop": "--spectrum-menu-item-top-to-selected-icon-large", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "menu-item-top-to-selected-icon-medium": { "prop": "--spectrum-menu-item-top-to-selected-icon-medium", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "menu-item-top-to-selected-icon-small": { "prop": "--spectrum-menu-item-top-to-selected-icon-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, @@ -7420,72 +8462,88 @@ }, "meter-maximum-width": { "prop": "--spectrum-meter-maximum-width", + "ref": "768px", "value": "768px" }, "meter-minimum-width": { "prop": "--spectrum-meter-minimum-width", + "ref": "48px", "value": "48px" }, "meter-thickness-large": { "prop": "--spectrum-meter-thickness-large", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "meter-thickness-small": { "prop": "--spectrum-meter-thickness-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "meter-width": { "prop": "--spectrum-meter-width", "desktop": { + "ref": "192px", "value": "192px" }, "mobile": { + "ref": "240px", "value": "240px" } }, "navigational-indicator-top-to-back-icon-extra-large": { "prop": "--spectrum-navigational-indicator-top-to-back-icon-extra-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "navigational-indicator-top-to-back-icon-large": { "prop": "--spectrum-navigational-indicator-top-to-back-icon-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "navigational-indicator-top-to-back-icon-medium": { "prop": "--spectrum-navigational-indicator-top-to-back-icon-medium", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "navigational-indicator-top-to-back-icon-small": { "prop": "--spectrum-navigational-indicator-top-to-back-icon-small", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "7px", "value": "7px" } }, @@ -8312,157 +9370,192 @@ "opacity-checkerboard-square-size": { "prop": "--spectrum-opacity-checkerboard-square-size", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "opacity-disabled": { "prop": "--spectrum-opacity-disabled", + "ref": "0.3", "value": "0.3" }, "orange-100": { "prop": "--spectrum-orange-100", "light": { + "ref": "rgb(255, 246, 231)", "value": "rgb(255, 246, 231)" }, "dark": { + "ref": "rgb(49, 16, 0)", "value": "rgb(49, 16, 0)" } }, "orange-1000": { "prop": "--spectrum-orange-1000", "light": { + "ref": "rgb(167, 62, 0)", "value": "rgb(167, 62, 0)" }, "dark": { + "ref": "rgb(243, 117, 0)", "value": "rgb(243, 117, 0)" } }, "orange-1100": { "prop": "--spectrum-orange-1100", "light": { + "ref": "rgb(144, 51, 0)", "value": "rgb(144, 51, 0)" }, "dark": { + "ref": "rgb(255, 137, 0)", "value": "rgb(255, 137, 0)" } }, "orange-1200": { "prop": "--spectrum-orange-1200", "light": { + "ref": "rgb(118, 41, 0)", "value": "rgb(118, 41, 0)" }, "dark": { + "ref": "rgb(255, 173, 45)", "value": "rgb(255, 173, 45)" } }, "orange-1300": { "prop": "--spectrum-orange-1300", "light": { + "ref": "rgb(95, 32, 0)", "value": "rgb(95, 32, 0)" }, "dark": { + "ref": "rgb(255, 201, 116)", "value": "rgb(255, 201, 116)" } }, "orange-1400": { "prop": "--spectrum-orange-1400", "light": { + "ref": "rgb(73, 24, 0)", "value": "rgb(73, 24, 0)" }, "dark": { + "ref": "rgb(255, 225, 178)", "value": "rgb(255, 225, 178)" } }, "orange-1500": { "prop": "--spectrum-orange-1500", "dark": { + "ref": "rgb(255, 243, 225)", "value": "rgb(255, 243, 225)" }, "light": { + "ref": "rgb(52, 18, 0)", "value": "rgb(52, 18, 0)" } }, "orange-1600": { "prop": "--spectrum-orange-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(25, 8, 0)", "value": "rgb(25, 8, 0)" } }, "orange-200": { "prop": "--spectrum-orange-200", "light": { + "ref": "rgb(255, 236, 207)", "value": "rgb(255, 236, 207)" }, "dark": { + "ref": "rgb(61, 21, 0)", "value": "rgb(61, 21, 0)" } }, "orange-300": { "prop": "--spectrum-orange-300", "light": { + "ref": "rgb(255, 218, 158)", "value": "rgb(255, 218, 158)" }, "dark": { + "ref": "rgb(80, 27, 0)", "value": "rgb(80, 27, 0)" } }, "orange-400": { "prop": "--spectrum-orange-400", "light": { + "ref": "rgb(255, 193, 94)", "value": "rgb(255, 193, 94)" }, "dark": { + "ref": "rgb(106, 36, 0)", "value": "rgb(106, 36, 0)" } }, "orange-500": { "prop": "--spectrum-orange-500", "light": { + "ref": "rgb(255, 162, 19)", "value": "rgb(255, 162, 19)" }, "dark": { + "ref": "rgb(135, 47, 0)", "value": "rgb(135, 47, 0)" } }, "orange-600": { "prop": "--spectrum-orange-600", "light": { + "ref": "rgb(252, 125, 0)", "value": "rgb(252, 125, 0)" }, "dark": { + "ref": "rgb(162, 59, 0)", "value": "rgb(162, 59, 0)" } }, "orange-700": { "prop": "--spectrum-orange-700", "light": { + "ref": "rgb(232, 106, 0)", "value": "rgb(232, 106, 0)" }, "dark": { + "ref": "rgb(185, 73, 0)", "value": "rgb(185, 73, 0)" } }, "orange-800": { "prop": "--spectrum-orange-800", "light": { + "ref": "rgb(212, 91, 0)", "value": "rgb(212, 91, 0)" }, "dark": { + "ref": "rgb(199, 82, 0)", "value": "rgb(199, 82, 0)" } }, "orange-900": { "prop": "--spectrum-orange-900", "light": { + "ref": "rgb(194, 78, 0)", "value": "rgb(194, 78, 0)" }, "dark": { + "ref": "rgb(224, 100, 0)", "value": "rgb(224, 100, 0)" } }, @@ -8504,9 +9597,11 @@ "overlay-opacity": { "prop": "--spectrum-overlay-opacity", "light": { + "ref": "0.4", "value": "0.4" }, "dark": { + "ref": "0.6", "value": "0.6" } }, @@ -8517,6 +9612,7 @@ }, "picker-end-edge-to-disclosure-icon-quiet": { "prop": "--spectrum-picker-end-edge-to-disclosure-icon-quiet", + "ref": "0px", "value": "0px" }, "picker-end-edge-to-disclousure-icon-quiet": { @@ -8526,185 +9622,226 @@ }, "picker-minimum-width-multiplier": { "prop": "--spectrum-picker-minimum-width-multiplier", + "ref": "2", "value": "2" }, "picker-visual-to-disclosure-icon-extra-large": { "prop": "--spectrum-picker-visual-to-disclosure-icon-extra-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "picker-visual-to-disclosure-icon-large": { "prop": "--spectrum-picker-visual-to-disclosure-icon-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "picker-visual-to-disclosure-icon-medium": { "prop": "--spectrum-picker-visual-to-disclosure-icon-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "picker-visual-to-disclosure-icon-small": { "prop": "--spectrum-picker-visual-to-disclosure-icon-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "pink-100": { "prop": "--spectrum-pink-100", "dark": { + "ref": "rgb(58, 0, 37)", "value": "rgb(58, 0, 37)" }, "light": { + "ref": "rgb(255, 246, 252)", "value": "rgb(255, 246, 252)" } }, "pink-1000": { "prop": "--spectrum-pink-1000", "dark": { + "ref": "rgb(251, 90, 196)", "value": "rgb(251, 90, 196)" }, "light": { + "ref": "rgb(176, 31, 123)", "value": "rgb(176, 31, 123)" } }, "pink-1100": { "prop": "--spectrum-pink-1100", "dark": { + "ref": "rgb(255, 122, 210)", "value": "rgb(255, 122, 210)" }, "light": { + "ref": "rgb(152, 22, 104)", "value": "rgb(152, 22, 104)" } }, "pink-1200": { "prop": "--spectrum-pink-1200", "dark": { + "ref": "rgb(255, 159, 223)", "value": "rgb(255, 159, 223)" }, "light": { + "ref": "rgb(128, 12, 85)", "value": "rgb(128, 12, 85)" } }, "pink-1300": { "prop": "--spectrum-pink-1300", "dark": { + "ref": "rgb(255, 191, 234)", "value": "rgb(255, 191, 234)" }, "light": { + "ref": "rgb(105, 3, 68)", "value": "rgb(105, 3, 68)" } }, "pink-1400": { "prop": "--spectrum-pink-1400", "dark": { + "ref": "rgb(255, 219, 243)", "value": "rgb(255, 219, 243)" }, "light": { + "ref": "rgb(83, 0, 53)", "value": "rgb(83, 0, 53)" } }, "pink-1500": { "prop": "--spectrum-pink-1500", "dark": { + "ref": "rgb(255, 241, 250)", "value": "rgb(255, 241, 250)" }, "light": { + "ref": "rgb(62, 0, 39)", "value": "rgb(62, 0, 39)" } }, "pink-1600": { "prop": "--spectrum-pink-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(33, 0, 21)", "value": "rgb(33, 0, 21)" } }, "pink-200": { "prop": "--spectrum-pink-200", "dark": { + "ref": "rgb(71, 0, 44)", "value": "rgb(71, 0, 44)" }, "light": { + "ref": "rgb(255, 232, 247)", "value": "rgb(255, 232, 247)" } }, "pink-300": { "prop": "--spectrum-pink-300", "dark": { + "ref": "rgb(90, 0, 57)", "value": "rgb(90, 0, 57)" }, "light": { + "ref": "rgb(255, 211, 240)", "value": "rgb(255, 211, 240)" } }, "pink-400": { "prop": "--spectrum-pink-400", "dark": { + "ref": "rgb(115, 7, 75)", "value": "rgb(115, 7, 75)" }, "light": { + "ref": "rgb(255, 181, 230)", "value": "rgb(255, 181, 230)" } }, "pink-500": { "prop": "--spectrum-pink-500", "dark": { + "ref": "rgb(143, 18, 97)", "value": "rgb(143, 18, 97)" }, "light": { + "ref": "rgb(255, 148, 219)", "value": "rgb(255, 148, 219)" } }, "pink-600": { "prop": "--spectrum-pink-600", "dark": { + "ref": "rgb(171, 29, 119)", "value": "rgb(171, 29, 119)" }, "light": { + "ref": "rgb(255, 103, 204)", "value": "rgb(255, 103, 204)" } }, "pink-700": { "prop": "--spectrum-pink-700", "dark": { + "ref": "rgb(196, 39, 138)", "value": "rgb(196, 39, 138)" }, "light": { + "ref": "rgb(242, 76, 184)", "value": "rgb(242, 76, 184)" } }, "pink-800": { "prop": "--spectrum-pink-800", "dark": { + "ref": "rgb(213, 45, 151)", "value": "rgb(213, 45, 151)" }, "light": { + "ref": "rgb(228, 52, 163)", "value": "rgb(228, 52, 163)" } }, "pink-900": { "prop": "--spectrum-pink-900", "dark": { + "ref": "rgb(236, 67, 175)", "value": "rgb(236, 67, 175)" }, "light": { + "ref": "rgb(206, 42, 146)", "value": "rgb(206, 42, 146)" } }, @@ -8740,18 +9877,22 @@ }, "popover-tip-height": { "prop": "--spectrum-popover-tip-height", + "ref": "8px", "value": "8px" }, "popover-tip-width": { "prop": "--spectrum-popover-tip-width", + "ref": "16px", "value": "16px" }, "popover-top-to-content-area": { "prop": "--spectrum-popover-top-to-content-area", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, @@ -8977,243 +10118,297 @@ }, "progress-bar-maximum-width": { "prop": "--spectrum-progress-bar-maximum-width", + "ref": "768px", "value": "768px" }, "progress-bar-minimum-width": { "prop": "--spectrum-progress-bar-minimum-width", + "ref": "48px", "value": "48px" }, "progress-bar-thickness-extra-large": { "prop": "--spectrum-progress-bar-thickness-extra-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "progress-bar-thickness-large": { "prop": "--spectrum-progress-bar-thickness-large", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "progress-bar-thickness-medium": { "prop": "--spectrum-progress-bar-thickness-medium", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "progress-bar-thickness-small": { "prop": "--spectrum-progress-bar-thickness-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "progress-circle-size-large": { "prop": "--spectrum-progress-circle-size-large", "desktop": { + "ref": "64px", "value": "64px" }, "mobile": { + "ref": "80px", "value": "80px" } }, "progress-circle-size-medium": { "prop": "--spectrum-progress-circle-size-medium", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "progress-circle-size-small": { "prop": "--spectrum-progress-circle-size-small", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "progress-circle-thickness-large": { "prop": "--spectrum-progress-circle-thickness-large", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "progress-circle-thickness-medium": { "prop": "--spectrum-progress-circle-thickness-medium", "desktop": { + "ref": "3px", "value": "3px" }, "mobile": { + "ref": "4px", "value": "4px" } }, "progress-circle-thickness-small": { "prop": "--spectrum-progress-circle-thickness-small", "desktop": { + "ref": "2px", "value": "2px" }, "mobile": { + "ref": "3px", "value": "3px" } }, "purple-100": { "prop": "--spectrum-purple-100", "light": { + "ref": "rgb(251, 247, 254)", "value": "rgb(251, 247, 254)" }, "dark": { + "ref": "rgb(41, 0, 79)", "value": "rgb(41, 0, 79)" } }, "purple-1000": { "prop": "--spectrum-purple-1000", "light": { + "ref": "rgb(134, 40, 217)", "value": "rgb(134, 40, 217)" }, "dark": { + "ref": "rgb(186, 127, 237)", "value": "rgb(186, 127, 237)" } }, "purple-1100": { "prop": "--spectrum-purple-1100", "light": { + "ref": "rgb(115, 13, 204)", "value": "rgb(115, 13, 204)" }, "dark": { + "ref": "rgb(197, 149, 240)", "value": "rgb(197, 149, 240)" } }, "purple-1200": { "prop": "--spectrum-purple-1200", "light": { + "ref": "rgb(93, 0, 177)", "value": "rgb(93, 0, 177)" }, "dark": { + "ref": "rgb(212, 176, 244)", "value": "rgb(212, 176, 244)" } }, "purple-1300": { "prop": "--spectrum-purple-1300", "light": { + "ref": "rgb(75, 0, 144)", "value": "rgb(75, 0, 144)" }, "dark": { + "ref": "rgb(225, 201, 247)", "value": "rgb(225, 201, 247)" } }, "purple-1400": { "prop": "--spectrum-purple-1400", "light": { + "ref": "rgb(59, 0, 111)", "value": "rgb(59, 0, 111)" }, "dark": { + "ref": "rgb(238, 224, 250)", "value": "rgb(238, 224, 250)" } }, "purple-1500": { "prop": "--spectrum-purple-1500", "dark": { + "ref": "rgb(248, 243, 253)", "value": "rgb(248, 243, 253)" }, "light": { + "ref": "rgb(44, 0, 84)", "value": "rgb(44, 0, 84)" } }, "purple-1600": { "prop": "--spectrum-purple-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(23, 0, 45)", "value": "rgb(23, 0, 45)" } }, "purple-200": { "prop": "--spectrum-purple-200", "light": { + "ref": "rgb(244, 235, 252)", "value": "rgb(244, 235, 252)" }, "dark": { + "ref": "rgb(50, 0, 96)", "value": "rgb(50, 0, 96)" } }, "purple-300": { "prop": "--spectrum-purple-300", "light": { + "ref": "rgb(235, 218, 249)", "value": "rgb(235, 218, 249)" }, "dark": { + "ref": "rgb(64, 0, 122)", "value": "rgb(64, 0, 122)" } }, "purple-400": { "prop": "--spectrum-purple-400", "light": { + "ref": "rgb(221, 193, 246)", "value": "rgb(221, 193, 246)" }, "dark": { + "ref": "rgb(83, 0, 159)", "value": "rgb(83, 0, 159)" } }, "purple-500": { "prop": "--spectrum-purple-500", "light": { + "ref": "rgb(208, 167, 243)", "value": "rgb(208, 167, 243)" }, "dark": { + "ref": "rgb(107, 6, 195)", "value": "rgb(107, 6, 195)" } }, "purple-600": { "prop": "--spectrum-purple-600", "light": { + "ref": "rgb(191, 138, 238)", "value": "rgb(191, 138, 238)" }, "dark": { + "ref": "rgb(130, 34, 215)", "value": "rgb(130, 34, 215)" } }, "purple-700": { "prop": "--spectrum-purple-700", "light": { + "ref": "rgb(178, 114, 235)", "value": "rgb(178, 114, 235)" }, "dark": { + "ref": "rgb(148, 62, 224)", "value": "rgb(148, 62, 224)" } }, "purple-800": { "prop": "--spectrum-purple-800", "light": { + "ref": "rgb(166, 92, 231)", "value": "rgb(166, 92, 231)" }, "dark": { + "ref": "rgb(157, 78, 228)", "value": "rgb(157, 78, 228)" } }, "purple-900": { "prop": "--spectrum-purple-900", "light": { + "ref": "rgb(154, 71, 226)", "value": "rgb(154, 71, 226)" }, "dark": { + "ref": "rgb(173, 105, 233)", "value": "rgb(173, 105, 233)" } }, @@ -9250,238 +10445,291 @@ "radio-button-control-size-extra-large": { "prop": "--spectrum-radio-button-control-size-extra-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "radio-button-control-size-large": { "prop": "--spectrum-radio-button-control-size-large", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "radio-button-control-size-medium": { "prop": "--spectrum-radio-button-control-size-medium", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "radio-button-control-size-small": { "prop": "--spectrum-radio-button-control-size-small", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "radio-button-selection-indicator": { "prop": "--spectrum-radio-button-selection-indicator", + "ref": "4px", "value": "4px" }, "radio-button-top-to-control-extra-large": { "prop": "--spectrum-radio-button-top-to-control-extra-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "radio-button-top-to-control-large": { "prop": "--spectrum-radio-button-top-to-control-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "radio-button-top-to-control-medium": { "prop": "--spectrum-radio-button-top-to-control-medium", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "radio-button-top-to-control-small": { "prop": "--spectrum-radio-button-top-to-control-small", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "rating-indicator-to-icon": { "prop": "--spectrum-rating-indicator-to-icon", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "rating-indicator-width": { "prop": "--spectrum-rating-indicator-width", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "red-100": { "prop": "--spectrum-red-100", "light": { + "ref": "rgb(255, 246, 245)", "value": "rgb(255, 246, 245)" }, "dark": { + "ref": "rgb(54, 10, 3)", "value": "rgb(54, 10, 3)" } }, "red-1000": { "prop": "--spectrum-red-1000", "light": { + "ref": "rgb(183, 40, 24)", "value": "rgb(183, 40, 24)" }, "dark": { + "ref": "rgb(255, 103, 86)", "value": "rgb(255, 103, 86)" } }, "red-1100": { "prop": "--spectrum-red-1100", "light": { + "ref": "rgb(156, 33, 19)", "value": "rgb(156, 33, 19)" }, "dark": { + "ref": "rgb(255, 134, 120)", "value": "rgb(255, 134, 120)" } }, "red-1200": { "prop": "--spectrum-red-1200", "light": { + "ref": "rgb(129, 27, 14)", "value": "rgb(129, 27, 14)" }, "dark": { + "ref": "rgb(255, 167, 157)", "value": "rgb(255, 167, 157)" } }, "red-1300": { "prop": "--spectrum-red-1300", "light": { + "ref": "rgb(104, 21, 10)", "value": "rgb(104, 21, 10)" }, "dark": { + "ref": "rgb(255, 196, 189)", "value": "rgb(255, 196, 189)" } }, "red-1400": { "prop": "--spectrum-red-1400", "light": { + "ref": "rgb(80, 16, 6)", "value": "rgb(80, 16, 6)" }, "dark": { + "ref": "rgb(255, 222, 219)", "value": "rgb(255, 222, 219)" } }, "red-1500": { "prop": "--spectrum-red-1500", "dark": { + "ref": "rgb(255, 242, 240)", "value": "rgb(255, 242, 240)" }, "light": { + "ref": "rgb(59, 11, 4)", "value": "rgb(59, 11, 4)" } }, "red-1600": { "prop": "--spectrum-red-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(29, 5, 2)", "value": "rgb(29, 5, 2)" } }, "red-200": { "prop": "--spectrum-red-200", "light": { + "ref": "rgb(255, 235, 232)", "value": "rgb(255, 235, 232)" }, "dark": { + "ref": "rgb(68, 13, 5)", "value": "rgb(68, 13, 5)" } }, "red-300": { "prop": "--spectrum-red-300", "light": { + "ref": "rgb(255, 214, 209)", "value": "rgb(255, 214, 209)" }, "dark": { + "ref": "rgb(87, 17, 7)", "value": "rgb(87, 17, 7)" } }, "red-400": { "prop": "--spectrum-red-400", "light": { + "ref": "rgb(255, 188, 180)", "value": "rgb(255, 188, 180)" }, "dark": { + "ref": "rgb(115, 24, 11)", "value": "rgb(115, 24, 11)" } }, "red-500": { "prop": "--spectrum-red-500", "light": { + "ref": "rgb(255, 157, 145)", "value": "rgb(255, 157, 145)" }, "dark": { + "ref": "rgb(147, 31, 17)", "value": "rgb(147, 31, 17)" } }, "red-600": { "prop": "--spectrum-red-600", "light": { + "ref": "rgb(255, 118, 101)", "value": "rgb(255, 118, 101)" }, "dark": { + "ref": "rgb(177, 38, 23)", "value": "rgb(177, 38, 23)" } }, "red-700": { "prop": "--spectrum-red-700", "light": { + "ref": "rgb(255, 81, 61)", "value": "rgb(255, 81, 61)" }, "dark": { + "ref": "rgb(205, 46, 29)", "value": "rgb(205, 46, 29)" } }, "red-800": { "prop": "--spectrum-red-800", "light": { + "ref": "rgb(240, 56, 35)", "value": "rgb(240, 56, 35)" }, "dark": { + "ref": "rgb(223, 52, 34)", "value": "rgb(223, 52, 34)" } }, "red-900": { "prop": "--spectrum-red-900", "light": { + "ref": "rgb(215, 50, 32)", "value": "rgb(215, 50, 32)" }, "dark": { + "ref": "rgb(252, 67, 46)", "value": "rgb(252, 67, 46)" } }, @@ -9517,153 +10765,187 @@ }, "regular-font-weight": { "prop": "--spectrum-regular-font-weight", + "ref": "regular", "value": "400" }, "sans-serif-font-family": { "prop": "--spectrum-sans-serif-font-family", + "ref": "Adobe Clean", "value": "Adobe Clean" }, "seafoam-100": { "prop": "--spectrum-seafoam-100", "light": { + "ref": "rgb(235, 251, 246)", "value": "rgb(235, 251, 246)" }, "dark": { + "ref": "rgb(0, 30, 27)", "value": "rgb(0, 30, 27)" } }, "seafoam-1000": { "prop": "--spectrum-seafoam-1000", "light": { + "ref": "rgb(5, 108, 92)", "value": "rgb(5, 108, 92)" }, "dark": { + "ref": "rgb(12, 173, 142)", "value": "rgb(12, 173, 142)" } }, "seafoam-1100": { "prop": "--spectrum-seafoam-1100", "light": { + "ref": "rgb(3, 92, 80)", "value": "rgb(3, 92, 80)" }, "dark": { + "ref": "rgb(14, 190, 156)", "value": "rgb(14, 190, 156)" } }, "seafoam-1200": { "prop": "--spectrum-seafoam-1200", "light": { + "ref": "rgb(1, 75, 67)", "value": "rgb(1, 75, 67)" }, "dark": { + "ref": "rgb(29, 214, 176)", "value": "rgb(29, 214, 176)" } }, "seafoam-1300": { "prop": "--spectrum-seafoam-1300", "light": { + "ref": "rgb(0, 60, 54)", "value": "rgb(0, 60, 54)" }, "dark": { + "ref": "rgb(122, 229, 203)", "value": "rgb(122, 229, 203)" } }, "seafoam-1400": { "prop": "--spectrum-seafoam-1400", "light": { + "ref": "rgb(0, 46, 40)", "value": "rgb(0, 46, 40)" }, "dark": { + "ref": "rgb(186, 241, 222)", "value": "rgb(186, 241, 222)" } }, "seafoam-1500": { "prop": "--spectrum-seafoam-1500", "dark": { + "ref": "rgb(229, 249, 243)", "value": "rgb(229, 249, 243)" }, "light": { + "ref": "rgb(0, 33, 29)", "value": "rgb(0, 33, 29)" } }, "seafoam-1600": { "prop": "--spectrum-seafoam-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(0, 15, 14)", "value": "rgb(0, 15, 14)" } }, "seafoam-200": { "prop": "--spectrum-seafoam-200", "light": { + "ref": "rgb(211, 246, 234)", "value": "rgb(211, 246, 234)" }, "dark": { + "ref": "rgb(0, 39, 35)", "value": "rgb(0, 39, 35)" } }, "seafoam-300": { "prop": "--spectrum-seafoam-300", "light": { + "ref": "rgb(169, 237, 216)", "value": "rgb(169, 237, 216)" }, "dark": { + "ref": "rgb(0, 50, 44)", "value": "rgb(0, 50, 44)" } }, "seafoam-400": { "prop": "--spectrum-seafoam-400", "light": { + "ref": "rgb(92, 225, 194)", "value": "rgb(92, 225, 194)" }, "dark": { + "ref": "rgb(0, 67, 59)", "value": "rgb(0, 67, 59)" } }, "seafoam-500": { "prop": "--spectrum-seafoam-500", "light": { + "ref": "rgb(16, 207, 169)", "value": "rgb(16, 207, 169)" }, "dark": { + "ref": "rgb(2, 86, 75)", "value": "rgb(2, 86, 75)" } }, "seafoam-600": { "prop": "--spectrum-seafoam-600", "light": { + "ref": "rgb(13, 181, 149)", "value": "rgb(13, 181, 149)" }, "dark": { + "ref": "rgb(4, 105, 89)", "value": "rgb(4, 105, 89)" } }, "seafoam-700": { "prop": "--spectrum-seafoam-700", "light": { + "ref": "rgb(11, 162, 134)", "value": "rgb(11, 162, 134)" }, "dark": { + "ref": "rgb(6, 122, 103)", "value": "rgb(6, 122, 103)" } }, "seafoam-800": { "prop": "--spectrum-seafoam-800", "light": { + "ref": "rgb(9, 144, 120)", "value": "rgb(9, 144, 120)" }, "dark": { + "ref": "rgb(8, 134, 112)", "value": "rgb(8, 134, 112)" } }, "seafoam-900": { "prop": "--spectrum-seafoam-900", "light": { + "ref": "rgb(7, 129, 109)", "value": "rgb(7, 129, 109)" }, "dark": { + "ref": "rgb(10, 154, 128)", "value": "rgb(10, 154, 128)" } }, @@ -9699,297 +10981,363 @@ }, "search-field-minimum-width-multiplier": { "prop": "--spectrum-search-field-minimum-width-multiplier", + "ref": "3", "value": "3" }, "serif-font-family": { "prop": "--spectrum-serif-font-family", + "ref": "Adobe Clean Serif", "value": "Adobe Clean Serif" }, "side-label-character-count-to-field": { "prop": "--spectrum-side-label-character-count-to-field", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "side-label-character-count-top-margin-extra-large": { "prop": "--spectrum-side-label-character-count-top-margin-extra-large", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "side-label-character-count-top-margin-large": { "prop": "--spectrum-side-label-character-count-top-margin-large", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "side-label-character-count-top-margin-medium": { "prop": "--spectrum-side-label-character-count-top-margin-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "side-label-character-count-top-margin-small": { "prop": "--spectrum-side-label-character-count-top-margin-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "side-navigation-bottom-to-text": { "prop": "--spectrum-side-navigation-bottom-to-text", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "side-navigation-header-to-item": { "prop": "--spectrum-side-navigation-header-to-item", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "side-navigation-item-to-header": { "prop": "--spectrum-side-navigation-item-to-header", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "side-navigation-item-to-item": { "prop": "--spectrum-side-navigation-item-to-item", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "side-navigation-maximum-width": { "prop": "--spectrum-side-navigation-maximum-width", "desktop": { + "ref": "240px", "value": "240px" }, "mobile": { + "ref": "300px", "value": "300px" } }, "side-navigation-minimum-width": { "prop": "--spectrum-side-navigation-minimum-width", "desktop": { + "ref": "160px", "value": "160px" }, "mobile": { + "ref": "200px", "value": "200px" } }, "side-navigation-second-level-edge-to-text": { "prop": "--spectrum-side-navigation-second-level-edge-to-text", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "side-navigation-third-level-edge-to-text": { "prop": "--spectrum-side-navigation-third-level-edge-to-text", "desktop": { + "ref": "36px", "value": "36px" }, "mobile": { + "ref": "45px", "value": "45px" } }, "side-navigation-width": { "prop": "--spectrum-side-navigation-width", "desktop": { + "ref": "192px", "value": "192px" }, "mobile": { + "ref": "240px", "value": "240px" } }, "side-navigation-with-icon-second-level-edge-to-text": { "prop": "--spectrum-side-navigation-with-icon-second-level-edge-to-text", "desktop": { + "ref": "50px", "value": "50px" }, "mobile": { + "ref": "62px", "value": "62px" } }, "side-navigation-with-icon-third-level-edge-to-text": { "prop": "--spectrum-side-navigation-with-icon-third-level-edge-to-text", "desktop": { + "ref": "62px", "value": "62px" }, "mobile": { + "ref": "77px", "value": "77px" } }, "silver-100": { "prop": "--spectrum-silver-100", "dark": { + "ref": "rgb(26, 26, 26)", "value": "rgb(26, 26, 26)" }, "light": { + "ref": "rgb(247, 247, 247)", "value": "rgb(247, 247, 247)" } }, "silver-1000": { "prop": "--spectrum-silver-1000", "dark": { + "ref": "rgb(152, 152, 152)", "value": "rgb(152, 152, 152)" }, "light": { + "ref": "rgb(96, 96, 96)", "value": "rgb(96, 96, 96)" } }, "silver-1100": { "prop": "--spectrum-silver-1100", "dark": { + "ref": "rgb(169, 169, 169)", "value": "rgb(169, 169, 169)" }, "light": { + "ref": "rgb(81, 81, 81)", "value": "rgb(81, 81, 81)" } }, "silver-1200": { "prop": "--spectrum-silver-1200", "dark": { + "ref": "rgb(190, 190, 190)", "value": "rgb(190, 190, 190)" }, "light": { + "ref": "rgb(66, 66, 66)", "value": "rgb(66, 66, 66)" } }, "silver-1300": { "prop": "--spectrum-silver-1300", "dark": { + "ref": "rgb(211, 211, 211)", "value": "rgb(211, 211, 211)" }, "light": { + "ref": "rgb(52, 52, 52)", "value": "rgb(52, 52, 52)" } }, "silver-1400": { "prop": "--spectrum-silver-1400", "dark": { + "ref": "rgb(229, 229, 229)", "value": "rgb(229, 229, 229)" }, "light": { + "ref": "rgb(39, 39, 39)", "value": "rgb(39, 39, 39)" } }, "silver-1500": { "prop": "--spectrum-silver-1500", "dark": { + "ref": "rgb(244, 244, 244)", "value": "rgb(244, 244, 244)" }, "light": { + "ref": "rgb(28, 28, 28)", "value": "rgb(28, 28, 28)" } }, "silver-1600": { "prop": "--spectrum-silver-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(12, 12, 12)", "value": "rgb(12, 12, 12)" } }, "silver-200": { "prop": "--spectrum-silver-200", "dark": { + "ref": "rgb(33, 33, 33)", "value": "rgb(33, 33, 33)" }, "light": { + "ref": "rgb(239, 239, 239)", "value": "rgb(239, 239, 239)" } }, "silver-300": { "prop": "--spectrum-silver-300", "dark": { + "ref": "rgb(44, 44, 44)", "value": "rgb(44, 44, 44)" }, "light": { + "ref": "rgb(223, 223, 223)", "value": "rgb(223, 223, 223)" } }, "silver-400": { "prop": "--spectrum-silver-400", "dark": { + "ref": "rgb(59, 59, 59)", "value": "rgb(59, 59, 59)" }, "light": { + "ref": "rgb(204, 204, 204)", "value": "rgb(204, 204, 204)" } }, "silver-500": { "prop": "--spectrum-silver-500", "dark": { + "ref": "rgb(76, 76, 76)", "value": "rgb(76, 76, 76)" }, "light": { + "ref": "rgb(183, 183, 183)", "value": "rgb(183, 183, 183)" } }, "silver-600": { "prop": "--spectrum-silver-600", "dark": { + "ref": "rgb(92, 92, 92)", "value": "rgb(92, 92, 92)" }, "light": { + "ref": "rgb(160, 160, 160)", "value": "rgb(160, 160, 160)" } }, "silver-700": { "prop": "--spectrum-silver-700", "dark": { + "ref": "rgb(108, 108, 108)", "value": "rgb(108, 108, 108)" }, "light": { + "ref": "rgb(143, 143, 143)", "value": "rgb(143, 143, 143)" } }, "silver-800": { "prop": "--spectrum-silver-800", "dark": { + "ref": "rgb(118, 118, 118)", "value": "rgb(118, 118, 118)" }, "light": { + "ref": "rgb(128, 128, 128)", "value": "rgb(128, 128, 128)" } }, "silver-900": { "prop": "--spectrum-silver-900", "dark": { + "ref": "rgb(137, 137, 137)", "value": "rgb(137, 137, 137)" }, "light": { + "ref": "rgb(114, 114, 114)", "value": "rgb(114, 114, 114)" } }, @@ -10026,237 +11374,291 @@ "slider-bottom-to-handle-extra-large": { "prop": "--spectrum-slider-bottom-to-handle-extra-large", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "slider-bottom-to-handle-large": { "prop": "--spectrum-slider-bottom-to-handle-large", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "slider-bottom-to-handle-medium": { "prop": "--spectrum-slider-bottom-to-handle-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "slider-bottom-to-handle-small": { "prop": "--spectrum-slider-bottom-to-handle-small", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "slider-control-height-extra-large": { "prop": "--spectrum-slider-control-height-extra-large", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "26px", "value": "26px" } }, "slider-control-height-large": { "prop": "--spectrum-slider-control-height-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "slider-control-height-medium": { "prop": "--spectrum-slider-control-height-medium", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "slider-control-height-small": { "prop": "--spectrum-slider-control-height-small", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "slider-control-to-field-label-extra-large": { "prop": "--spectrum-slider-control-to-field-label-extra-large", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "slider-control-to-field-label-large": { "prop": "--spectrum-slider-control-to-field-label-large", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "slider-control-to-field-label-medium": { "prop": "--spectrum-slider-control-to-field-label-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "slider-control-to-field-label-small": { "prop": "--spectrum-slider-control-to-field-label-small", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "slider-handle-border-width-down-extra-large": { "prop": "--spectrum-slider-handle-border-width-down-extra-large", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "slider-handle-border-width-down-large": { "prop": "--spectrum-slider-handle-border-width-down-large", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "slider-handle-border-width-down-medium": { "prop": "--spectrum-slider-handle-border-width-down-medium", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "slider-handle-border-width-down-small": { "prop": "--spectrum-slider-handle-border-width-down-small", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "slider-handle-gap": { "prop": "--spectrum-slider-handle-gap", + "ref": "4px", "value": "4px" }, "slider-handle-size-extra-large": { "prop": "--spectrum-slider-handle-size-extra-large", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "26px", "value": "26px" } }, "slider-handle-size-large": { "prop": "--spectrum-slider-handle-size-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "slider-handle-size-medium": { "prop": "--spectrum-slider-handle-size-medium", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "slider-handle-size-small": { "prop": "--spectrum-slider-handle-size-small", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "slider-track-thickness": { "prop": "--spectrum-slider-track-thickness", + "ref": "2px", "value": "2px" }, "spacing-100": { "prop": "--spectrum-spacing-100", + "ref": "8px", "value": "8px" }, "spacing-1000": { "prop": "--spectrum-spacing-1000", + "ref": "96px", "value": "96px" }, "spacing-200": { "prop": "--spectrum-spacing-200", + "ref": "12px", "value": "12px" }, "spacing-300": { "prop": "--spectrum-spacing-300", + "ref": "16px", "value": "16px" }, "spacing-400": { "prop": "--spectrum-spacing-400", + "ref": "24px", "value": "24px" }, "spacing-50": { "prop": "--spectrum-spacing-50", + "ref": "2px", "value": "2px" }, "spacing-500": { "prop": "--spectrum-spacing-500", + "ref": "32px", "value": "32px" }, "spacing-600": { "prop": "--spectrum-spacing-600", + "ref": "40px", "value": "40px" }, "spacing-700": { "prop": "--spectrum-spacing-700", + "ref": "48px", "value": "48px" }, "spacing-75": { "prop": "--spectrum-spacing-75", + "ref": "4px", "value": "4px" }, "spacing-800": { "prop": "--spectrum-spacing-800", + "ref": "64px", "value": "64px" }, "spacing-900": { "prop": "--spectrum-spacing-900", + "ref": "80px", "value": "80px" }, "static-black-focus-indicator-color": { @@ -10332,67 +11734,82 @@ "status-light-dot-size-extra-large": { "prop": "--spectrum-status-light-dot-size-extra-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "status-light-dot-size-large": { "prop": "--spectrum-status-light-dot-size-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "status-light-dot-size-medium": { "prop": "--spectrum-status-light-dot-size-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "status-light-dot-size-small": { "prop": "--spectrum-status-light-dot-size-small", + "ref": "8px", "value": "8px" }, "status-light-top-to-dot-extra-large": { "prop": "--spectrum-status-light-top-to-dot-extra-large", "desktop": { + "ref": "19px", "value": "19px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "status-light-top-to-dot-large": { "prop": "--spectrum-status-light-top-to-dot-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "status-light-top-to-dot-medium": { "prop": "--spectrum-status-light-top-to-dot-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "status-light-top-to-dot-small": { "prop": "--spectrum-status-light-top-to-dot-small", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "11px", "value": "11px" } }, @@ -10408,6 +11825,7 @@ }, "swatch-border-opacity": { "prop": "--spectrum-swatch-border-opacity", + "ref": "0.51", "value": "0.51" }, "swatch-disabled-icon-border-color": { @@ -10417,241 +11835,295 @@ }, "swatch-disabled-icon-border-opacity": { "prop": "--spectrum-swatch-disabled-icon-border-opacity", + "ref": "0.51", "value": "0.51" }, "swatch-rectangle-width-multiplier": { "prop": "--spectrum-swatch-rectangle-width-multiplier", + "ref": "2", "value": "2" }, "swatch-size-extra-small": { "prop": "--spectrum-swatch-size-extra-small", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "swatch-size-large": { "prop": "--spectrum-swatch-size-large", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "50px", "value": "50px" } }, "swatch-size-medium": { "prop": "--spectrum-swatch-size-medium", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "swatch-size-small": { "prop": "--spectrum-swatch-size-small", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "swatch-slash-thickness-extra-small": { "prop": "--spectrum-swatch-slash-thickness-extra-small", + "ref": "2px", "value": "2px" }, "swatch-slash-thickness-large": { "prop": "--spectrum-swatch-slash-thickness-large", + "ref": "5px", "value": "5px" }, "swatch-slash-thickness-medium": { "prop": "--spectrum-swatch-slash-thickness-medium", + "ref": "4px", "value": "4px" }, "swatch-slash-thickness-small": { "prop": "--spectrum-swatch-slash-thickness-small", + "ref": "3px", "value": "3px" }, "switch-control-height-extra-large": { "prop": "--spectrum-switch-control-height-extra-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "switch-control-height-large": { "prop": "--spectrum-switch-control-height-large", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "switch-control-height-medium": { "prop": "--spectrum-switch-control-height-medium", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "switch-control-height-small": { "prop": "--spectrum-switch-control-height-small", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "switch-control-width-extra-large": { "prop": "--spectrum-switch-control-width-extra-large", "desktop": { + "ref": "33px", "value": "33px" }, "mobile": { + "ref": "46px", "value": "46px" } }, "switch-control-width-large": { "prop": "--spectrum-switch-control-width-large", "desktop": { + "ref": "29px", "value": "29px" }, "mobile": { + "ref": "41px", "value": "41px" } }, "switch-control-width-medium": { "prop": "--spectrum-switch-control-width-medium", "desktop": { + "ref": "26px", "value": "26px" }, "mobile": { + "ref": "36px", "value": "36px" } }, "switch-control-width-small": { "prop": "--spectrum-switch-control-width-small", "desktop": { + "ref": "23px", "value": "23px" }, "mobile": { + "ref": "32px", "value": "32px" } }, "switch-top-to-control-extra-large": { "prop": "--spectrum-switch-top-to-control-extra-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "switch-top-to-control-large": { "prop": "--spectrum-switch-top-to-control-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "switch-top-to-control-medium": { "prop": "--spectrum-switch-top-to-control-medium", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "switch-top-to-control-small": { "prop": "--spectrum-switch-top-to-control-small", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "tab-item-bottom-to-text-compact-extra-large": { "prop": "--spectrum-tab-item-bottom-to-text-compact-extra-large", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "tab-item-bottom-to-text-compact-large": { "prop": "--spectrum-tab-item-bottom-to-text-compact-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "tab-item-bottom-to-text-compact-medium": { "prop": "--spectrum-tab-item-bottom-to-text-compact-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "tab-item-bottom-to-text-compact-small": { "prop": "--spectrum-tab-item-bottom-to-text-compact-small", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "tab-item-bottom-to-text-extra-large": { "prop": "--spectrum-tab-item-bottom-to-text-extra-large", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "25px", "value": "25px" } }, "tab-item-bottom-to-text-large": { "prop": "--spectrum-tab-item-bottom-to-text-large", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "tab-item-bottom-to-text-medium": { "prop": "--spectrum-tab-item-bottom-to-text-medium", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "tab-item-bottom-to-text-small": { "prop": "--spectrum-tab-item-bottom-to-text-small", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, @@ -10698,36 +12170,44 @@ "tab-item-focus-indicator-gap-extra-large": { "prop": "--spectrum-tab-item-focus-indicator-gap-extra-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "tab-item-focus-indicator-gap-large": { "prop": "--spectrum-tab-item-focus-indicator-gap-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "tab-item-focus-indicator-gap-medium": { "prop": "--spectrum-tab-item-focus-indicator-gap-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "tab-item-focus-indicator-gap-small": { "prop": "--spectrum-tab-item-focus-indicator-gap-small", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, @@ -10774,381 +12254,466 @@ "tab-item-start-to-edge-extra-large": { "prop": "--spectrum-tab-item-start-to-edge-extra-large", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "tab-item-start-to-edge-large": { "prop": "--spectrum-tab-item-start-to-edge-large", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "tab-item-start-to-edge-medium": { "prop": "--spectrum-tab-item-start-to-edge-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "tab-item-start-to-edge-quiet": { "prop": "--spectrum-tab-item-start-to-edge-quiet", + "ref": "0px", "value": "0px" }, "tab-item-start-to-edge-small": { "prop": "--spectrum-tab-item-start-to-edge-small", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "tab-item-to-tab-item-horizontal-extra-large": { "prop": "--spectrum-tab-item-to-tab-item-horizontal-extra-large", "desktop": { + "ref": "30px", "value": "30px" }, "mobile": { + "ref": "36px", "value": "36px" } }, "tab-item-to-tab-item-horizontal-large": { "prop": "--spectrum-tab-item-to-tab-item-horizontal-large", "desktop": { + "ref": "27px", "value": "27px" }, "mobile": { + "ref": "33px", "value": "33px" } }, "tab-item-to-tab-item-horizontal-medium": { "prop": "--spectrum-tab-item-to-tab-item-horizontal-medium", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "tab-item-to-tab-item-horizontal-small": { "prop": "--spectrum-tab-item-to-tab-item-horizontal-small", "desktop": { + "ref": "21px", "value": "21px" }, "mobile": { + "ref": "27px", "value": "27px" } }, "tab-item-to-tab-item-vertical-extra-large": { "prop": "--spectrum-tab-item-to-tab-item-vertical-extra-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "tab-item-to-tab-item-vertical-large": { "prop": "--spectrum-tab-item-to-tab-item-vertical-large", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "tab-item-to-tab-item-vertical-medium": { "prop": "--spectrum-tab-item-to-tab-item-vertical-medium", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "tab-item-to-tab-item-vertical-small": { "prop": "--spectrum-tab-item-to-tab-item-vertical-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "tab-item-top-to-text-compact-extra-large": { "prop": "--spectrum-tab-item-top-to-text-compact-extra-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "tab-item-top-to-text-compact-large": { "prop": "--spectrum-tab-item-top-to-text-compact-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "tab-item-top-to-text-compact-medium": { "prop": "--spectrum-tab-item-top-to-text-compact-medium", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "tab-item-top-to-text-compact-small": { "prop": "--spectrum-tab-item-top-to-text-compact-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "tab-item-top-to-text-extra-large": { "prop": "--spectrum-tab-item-top-to-text-extra-large", "desktop": { + "ref": "19px", "value": "19px" }, "mobile": { + "ref": "25px", "value": "25px" } }, "tab-item-top-to-text-large": { "prop": "--spectrum-tab-item-top-to-text-large", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "tab-item-top-to-text-medium": { "prop": "--spectrum-tab-item-top-to-text-medium", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "tab-item-top-to-text-small": { "prop": "--spectrum-tab-item-top-to-text-small", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "tab-item-top-to-workflow-icon-compact-extra-large": { "prop": "--spectrum-tab-item-top-to-workflow-icon-compact-extra-large", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "tab-item-top-to-workflow-icon-compact-large": { "prop": "--spectrum-tab-item-top-to-workflow-icon-compact-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "tab-item-top-to-workflow-icon-compact-medium": { "prop": "--spectrum-tab-item-top-to-workflow-icon-compact-medium", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "tab-item-top-to-workflow-icon-compact-small": { "prop": "--spectrum-tab-item-top-to-workflow-icon-compact-small", "desktop": { + "ref": "3px", "value": "3px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "tab-item-top-to-workflow-icon-extra-large": { "prop": "--spectrum-tab-item-top-to-workflow-icon-extra-large", "desktop": { + "ref": "19px", "value": "19px" }, "mobile": { + "ref": "26px", "value": "26px" } }, "tab-item-top-to-workflow-icon-large": { "prop": "--spectrum-tab-item-top-to-workflow-icon-large", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "23px", "value": "23px" } }, "tab-item-top-to-workflow-icon-medium": { "prop": "--spectrum-tab-item-top-to-workflow-icon-medium", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "tab-item-top-to-workflow-icon-small": { "prop": "--spectrum-tab-item-top-to-workflow-icon-small", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "table-border-divider-width": { "prop": "--spectrum-table-border-divider-width", + "ref": "1px", "value": "1px" }, "table-checkbox-to-text": { "prop": "--spectrum-table-checkbox-to-text", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "table-column-header-row-bottom-to-text-extra-large": { "prop": "--spectrum-table-column-header-row-bottom-to-text-extra-large", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "table-column-header-row-bottom-to-text-large": { "prop": "--spectrum-table-column-header-row-bottom-to-text-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "table-column-header-row-bottom-to-text-medium": { "prop": "--spectrum-table-column-header-row-bottom-to-text-medium", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-column-header-row-bottom-to-text-small": { "prop": "--spectrum-table-column-header-row-bottom-to-text-small", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "table-column-header-row-top-to-text-extra-large": { "prop": "--spectrum-table-column-header-row-top-to-text-extra-large", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "table-column-header-row-top-to-text-large": { "prop": "--spectrum-table-column-header-row-top-to-text-large", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "table-column-header-row-top-to-text-medium": { "prop": "--spectrum-table-column-header-row-top-to-text-medium", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "table-column-header-row-top-to-text-small": { "prop": "--spectrum-table-column-header-row-top-to-text-small", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-edge-to-content": { "prop": "--spectrum-table-edge-to-content", + "ref": "16px", "value": "16px" }, "table-header-row-checkbox-to-top-extra-large": { "prop": "--spectrum-table-header-row-checkbox-to-top-extra-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "21px", "value": "21px" } }, "table-header-row-checkbox-to-top-large": { "prop": "--spectrum-table-header-row-checkbox-to-top-large", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "table-header-row-checkbox-to-top-medium": { "prop": "--spectrum-table-header-row-checkbox-to-top-medium", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "table-header-row-checkbox-to-top-small": { "prop": "--spectrum-table-header-row-checkbox-to-top-small", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "14px", "value": "14px" } }, @@ -11165,18 +12730,22 @@ "table-row-bottom-to-text-extra-large-regular": { "prop": "--spectrum-table-row-bottom-to-text-extra-large-regular", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "table-row-bottom-to-text-extra-large-spacious": { "prop": "--spectrum-table-row-bottom-to-text-extra-large-spacious", "desktop": { + "ref": "21px", "value": "21px" }, "mobile": { + "ref": "27px", "value": "27px" } }, @@ -11193,18 +12762,22 @@ "table-row-bottom-to-text-large-regular": { "prop": "--spectrum-table-row-bottom-to-text-large-regular", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "table-row-bottom-to-text-large-spacious": { "prop": "--spectrum-table-row-bottom-to-text-large-spacious", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "23px", "value": "23px" } }, @@ -11221,18 +12794,22 @@ "table-row-bottom-to-text-medium-regular": { "prop": "--spectrum-table-row-bottom-to-text-medium-regular", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "table-row-bottom-to-text-medium-spacious": { "prop": "--spectrum-table-row-bottom-to-text-medium-spacious", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "18px", "value": "18px" } }, @@ -11249,131 +12826,160 @@ "table-row-bottom-to-text-small-regular": { "prop": "--spectrum-table-row-bottom-to-text-small-regular", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "table-row-bottom-to-text-small-spacious": { "prop": "--spectrum-table-row-bottom-to-text-small-spacious", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "table-row-checkbox-to-top-extra-large-compact": { "prop": "--spectrum-table-row-checkbox-to-top-extra-large-compact", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "21px", "value": "21px" } }, "table-row-checkbox-to-top-extra-large-regular": { "prop": "--spectrum-table-row-checkbox-to-top-extra-large-regular", "desktop": { + "ref": "19px", "value": "19px" }, "mobile": { + "ref": "26px", "value": "26px" } }, "table-row-checkbox-to-top-extra-large-spacious": { "prop": "--spectrum-table-row-checkbox-to-top-extra-large-spacious", "desktop": { + "ref": "23px", "value": "23px" }, "mobile": { + "ref": "31px", "value": "31px" } }, "table-row-checkbox-to-top-large-compact": { "prop": "--spectrum-table-row-checkbox-to-top-large-compact", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "table-row-checkbox-to-top-large-regular": { "prop": "--spectrum-table-row-checkbox-to-top-large-regular", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "table-row-checkbox-to-top-large-spacious": { "prop": "--spectrum-table-row-checkbox-to-top-large-spacious", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "27px", "value": "27px" } }, "table-row-checkbox-to-top-medium-compact": { "prop": "--spectrum-table-row-checkbox-to-top-medium-compact", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "table-row-checkbox-to-top-medium-regular": { "prop": "--spectrum-table-row-checkbox-to-top-medium-regular", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "table-row-checkbox-to-top-medium-spacious": { "prop": "--spectrum-table-row-checkbox-to-top-medium-spacious", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "23px", "value": "23px" } }, "table-row-checkbox-to-top-small-compact": { "prop": "--spectrum-table-row-checkbox-to-top-small-compact", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "table-row-checkbox-to-top-small-regular": { "prop": "--spectrum-table-row-checkbox-to-top-small-regular", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "table-row-checkbox-to-top-small-spacious": { "prop": "--spectrum-table-row-checkbox-to-top-small-spacious", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "table-row-down-opacity": { "prop": "--spectrum-table-row-down-opacity", + "ref": "0.1", "value": "0.1" }, "table-row-height-extra-large-compact": { @@ -11389,18 +12995,22 @@ "table-row-height-extra-large-regular": { "prop": "--spectrum-table-row-height-extra-large-regular", "desktop": { + "ref": "56px", "value": "56px" }, "mobile": { + "ref": "70px", "value": "70px" } }, "table-row-height-extra-large-spacious": { "prop": "--spectrum-table-row-height-extra-large-spacious", "desktop": { + "ref": "64px", "value": "64px" }, "mobile": { + "ref": "80px", "value": "80px" } }, @@ -11417,18 +13027,22 @@ "table-row-height-large-regular": { "prop": "--spectrum-table-row-height-large-regular", "desktop": { + "ref": "48px", "value": "48px" }, "mobile": { + "ref": "60px", "value": "60px" } }, "table-row-height-large-spacious": { "prop": "--spectrum-table-row-height-large-spacious", "desktop": { + "ref": "56px", "value": "56px" }, "mobile": { + "ref": "70px", "value": "70px" } }, @@ -11445,18 +13059,22 @@ "table-row-height-medium-regular": { "prop": "--spectrum-table-row-height-medium-regular", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "50px", "value": "50px" } }, "table-row-height-medium-spacious": { "prop": "--spectrum-table-row-height-medium-spacious", "desktop": { + "ref": "48px", "value": "48px" }, "mobile": { + "ref": "60px", "value": "60px" } }, @@ -11473,18 +13091,22 @@ "table-row-height-small-regular": { "prop": "--spectrum-table-row-height-small-regular", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "table-row-height-small-spacious": { "prop": "--spectrum-table-row-height-small-spacious", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "50px", "value": "50px" } }, @@ -11500,6 +13122,7 @@ }, "table-row-hover-opacity": { "prop": "--spectrum-table-row-hover-opacity", + "ref": "0.07", "value": "0.07" }, "table-row-top-to-text-extra-large-compact": { @@ -11515,18 +13138,22 @@ "table-row-top-to-text-extra-large-regular": { "prop": "--spectrum-table-row-top-to-text-extra-large-regular", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "21px", "value": "21px" } }, "table-row-top-to-text-extra-large-spacious": { "prop": "--spectrum-table-row-top-to-text-extra-large-spacious", "desktop": { + "ref": "21px", "value": "21px" }, "mobile": { + "ref": "26px", "value": "26px" } }, @@ -11543,18 +13170,22 @@ "table-row-top-to-text-large-regular": { "prop": "--spectrum-table-row-top-to-text-large-regular", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "table-row-top-to-text-large-spacious": { "prop": "--spectrum-table-row-top-to-text-large-spacious", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "23px", "value": "23px" } }, @@ -11571,18 +13202,22 @@ "table-row-top-to-text-medium-regular": { "prop": "--spectrum-table-row-top-to-text-medium-regular", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "table-row-top-to-text-medium-spacious": { "prop": "--spectrum-table-row-top-to-text-medium-spacious", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "18px", "value": "18px" } }, @@ -11599,54 +13234,66 @@ "table-row-top-to-text-small-regular": { "prop": "--spectrum-table-row-top-to-text-small-regular", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-row-top-to-text-small-spacious": { "prop": "--spectrum-table-row-top-to-text-small-spacious", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "table-section-header-row-height-extra-large": { "prop": "--spectrum-table-section-header-row-height-extra-large", "desktop": { + "ref": "48px", "value": "48px" }, "mobile": { + "ref": "60px", "value": "60px" } }, "table-section-header-row-height-large": { "prop": "--spectrum-table-section-header-row-height-large", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "50px", "value": "50px" } }, "table-section-header-row-height-medium": { "prop": "--spectrum-table-section-header-row-height-medium", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "table-section-header-row-height-small": { "prop": "--spectrum-table-section-header-row-height-small", "desktop": { + "ref": "24px", "value": "24px" }, "mobile": { + "ref": "30px", "value": "30px" } }, @@ -11672,300 +13319,367 @@ }, "table-selected-row-background-opacity": { "prop": "--spectrum-table-selected-row-background-opacity", + "ref": "0.1", "value": "0.1" }, "table-selected-row-background-opacity-hover": { "prop": "--spectrum-table-selected-row-background-opacity-hover", + "ref": "0.15", "value": "0.15" }, "table-selected-row-background-opacity-non-emphasized": { "prop": "--spectrum-table-selected-row-background-opacity-non-emphasized", + "ref": "0.1", "value": "0.1" }, "table-selected-row-background-opacity-non-emphasized-hover": { "prop": "--spectrum-table-selected-row-background-opacity-non-emphasized-hover", + "ref": "0.15", "value": "0.15" }, "table-thumbnail-to-top-minimum-extra-large-compact": { "prop": "--spectrum-table-thumbnail-to-top-minimum-extra-large-compact", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-thumbnail-to-top-minimum-extra-large-regular": { "prop": "--spectrum-table-thumbnail-to-top-minimum-extra-large-regular", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-thumbnail-to-top-minimum-extra-large-spacious": { "prop": "--spectrum-table-thumbnail-to-top-minimum-extra-large-spacious", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "12px", "value": "12px" } }, "table-thumbnail-to-top-minimum-large-compact": { "prop": "--spectrum-table-thumbnail-to-top-minimum-large-compact", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "table-thumbnail-to-top-minimum-large-regular": { "prop": "--spectrum-table-thumbnail-to-top-minimum-large-regular", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-thumbnail-to-top-minimum-large-spacious": { "prop": "--spectrum-table-thumbnail-to-top-minimum-large-spacious", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-thumbnail-to-top-minimum-medium-compact": { "prop": "--spectrum-table-thumbnail-to-top-minimum-medium-compact", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "table-thumbnail-to-top-minimum-medium-regular": { "prop": "--spectrum-table-thumbnail-to-top-minimum-medium-regular", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "table-thumbnail-to-top-minimum-medium-spacious": { "prop": "--spectrum-table-thumbnail-to-top-minimum-medium-spacious", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "table-thumbnail-to-top-minimum-small-compact": { "prop": "--spectrum-table-thumbnail-to-top-minimum-small-compact", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "table-thumbnail-to-top-minimum-small-regular": { "prop": "--spectrum-table-thumbnail-to-top-minimum-small-regular", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "6px", "value": "6px" } }, "table-thumbnail-to-top-minimum-small-spacious": { "prop": "--spectrum-table-thumbnail-to-top-minimum-small-spacious", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "tag-top-to-avatar-large": { "prop": "--spectrum-tag-top-to-avatar-large", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "tag-top-to-avatar-medium": { "prop": "--spectrum-tag-top-to-avatar-medium", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "tag-top-to-avatar-small": { "prop": "--spectrum-tag-top-to-avatar-small", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "tag-top-to-cross-icon-large": { "prop": "--spectrum-tag-top-to-cross-icon-large", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "tag-top-to-cross-icon-medium": { "prop": "--spectrum-tag-top-to-cross-icon-medium", "desktop": { + "ref": "12px", "value": "12px" }, "mobile": { + "ref": "15px", "value": "15px" } }, "tag-top-to-cross-icon-small": { "prop": "--spectrum-tag-top-to-cross-icon-small", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "text-area-minimum-height": { "prop": "--spectrum-text-area-minimum-height", "desktop": { + "ref": "56px", "value": "56px" }, "mobile": { + "ref": "70px", "value": "70px" } }, "text-area-minimum-width": { "prop": "--spectrum-text-area-minimum-width", "desktop": { + "ref": "112px", "value": "112px" }, "mobile": { + "ref": "140px", "value": "140px" } }, "text-field-minimum-width-multiplier": { "prop": "--spectrum-text-field-minimum-width-multiplier", + "ref": "1.5", "value": "1.5" }, "text-to-control-100": { "prop": "--spectrum-text-to-control-100", "desktop": { + "ref": "10px", "value": "10px" }, "mobile": { + "ref": "13px", "value": "13px" } }, "text-to-control-200": { "prop": "--spectrum-text-to-control-200", "desktop": { + "ref": "11px", "value": "11px" }, "mobile": { + "ref": "14px", "value": "14px" } }, "text-to-control-300": { "prop": "--spectrum-text-to-control-300", "desktop": { + "ref": "13px", "value": "13px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "text-to-control-75": { "prop": "--spectrum-text-to-control-75", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "text-to-visual-100": { "prop": "--spectrum-text-to-visual-100", "desktop": { + "ref": "6px", "value": "6px" }, "mobile": { + "ref": "8px", "value": "8px" } }, "text-to-visual-200": { "prop": "--spectrum-text-to-visual-200", "desktop": { + "ref": "7px", "value": "7px" }, "mobile": { + "ref": "9px", "value": "9px" } }, "text-to-visual-300": { "prop": "--spectrum-text-to-visual-300", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, "text-to-visual-400": { "prop": "--spectrum-text-to-visual-400", "desktop": { + "ref": "9px", "value": "9px" }, "mobile": { + "ref": "11px", "value": "11px" } }, "text-to-visual-50": { "prop": "--spectrum-text-to-visual-50", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "text-to-visual-75": { "prop": "--spectrum-text-to-visual-75", "desktop": { + "ref": "5px", "value": "5px" }, "mobile": { + "ref": "7px", "value": "7px" } }, "text-underline-gap": { "prop": "--spectrum-text-underline-gap", + "ref": "1px", "value": "1px" }, "text-underline-thickness": { "prop": "--spectrum-text-underline-thickness", + "ref": "1px", "value": "1px" }, "thumbnail-border-color": { @@ -11980,6 +13694,7 @@ }, "thumbnail-border-opacity": { "prop": "--spectrum-thumbnail-border-opacity", + "ref": "0.1", "value": "0.1" }, "thumbnail-opacity-disabled": { @@ -11990,108 +13705,132 @@ "thumbnail-size-100": { "prop": "--spectrum-thumbnail-size-100", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "26px", "value": "26px" } }, "thumbnail-size-1000": { "prop": "--spectrum-thumbnail-size-1000", "desktop": { + "ref": "56px", "value": "56px" }, "mobile": { + "ref": "70px", "value": "70px" } }, "thumbnail-size-200": { "prop": "--spectrum-thumbnail-size-200", "desktop": { + "ref": "22px", "value": "22px" }, "mobile": { + "ref": "28px", "value": "28px" } }, "thumbnail-size-300": { "prop": "--spectrum-thumbnail-size-300", "desktop": { + "ref": "26px", "value": "26px" }, "mobile": { + "ref": "32px", "value": "32px" } }, "thumbnail-size-400": { "prop": "--spectrum-thumbnail-size-400", "desktop": { + "ref": "28px", "value": "28px" }, "mobile": { + "ref": "36px", "value": "36px" } }, "thumbnail-size-50": { "prop": "--spectrum-thumbnail-size-50", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "20px", "value": "20px" } }, "thumbnail-size-500": { "prop": "--spectrum-thumbnail-size-500", "desktop": { + "ref": "32px", "value": "32px" }, "mobile": { + "ref": "40px", "value": "40px" } }, "thumbnail-size-600": { "prop": "--spectrum-thumbnail-size-600", "desktop": { + "ref": "36px", "value": "36px" }, "mobile": { + "ref": "46px", "value": "46px" } }, "thumbnail-size-700": { "prop": "--spectrum-thumbnail-size-700", "desktop": { + "ref": "40px", "value": "40px" }, "mobile": { + "ref": "50px", "value": "50px" } }, "thumbnail-size-75": { "prop": "--spectrum-thumbnail-size-75", "desktop": { + "ref": "18px", "value": "18px" }, "mobile": { + "ref": "22px", "value": "22px" } }, "thumbnail-size-800": { "prop": "--spectrum-thumbnail-size-800", "desktop": { + "ref": "44px", "value": "44px" }, "mobile": { + "ref": "55px", "value": "55px" } }, "thumbnail-size-900": { "prop": "--spectrum-thumbnail-size-900", "desktop": { + "ref": "50px", "value": "50px" }, "mobile": { + "ref": "62px", "value": "62px" } }, @@ -12108,72 +13847,88 @@ "toast-bottom-to-text": { "prop": "--spectrum-toast-bottom-to-text", "desktop": { + "ref": "17px", "value": "17px" }, "mobile": { + "ref": "19px", "value": "19px" } }, "toast-height": { "prop": "--spectrum-toast-height", "desktop": { + "ref": "48px", "value": "48px" }, "mobile": { + "ref": "56px", "value": "56px" } }, "toast-maximum-width": { "prop": "--spectrum-toast-maximum-width", "desktop": { + "ref": "336px", "value": "336px" }, "mobile": { + "ref": "420px", "value": "420px" } }, "toast-top-to-text": { "prop": "--spectrum-toast-top-to-text", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "toast-top-to-workflow-icon": { "prop": "--spectrum-toast-top-to-workflow-icon", "desktop": { + "ref": "15px", "value": "15px" }, "mobile": { + "ref": "17px", "value": "17px" } }, "tooltip-maximum-width": { "prop": "--spectrum-tooltip-maximum-width", "desktop": { + "ref": "160px", "value": "160px" }, "mobile": { + "ref": "200px", "value": "200px" } }, "tooltip-tip-height": { "prop": "--spectrum-tooltip-tip-height", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "tooltip-tip-width": { "prop": "--spectrum-tooltip-tip-width", "desktop": { + "ref": "8px", "value": "8px" }, "mobile": { + "ref": "10px", "value": "10px" } }, @@ -12190,382 +13945,467 @@ "transparent-black-100": { "prop": "--spectrum-transparent-black-100", "light": { + "ref": "rgba(0, 0, 0, 0.09)", "value": "rgba(0, 0, 0, 0.09)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.09)", "value": "rgba(0, 0, 0, 0.09)" } }, "transparent-black-1000": { "prop": "--spectrum-transparent-black-1000", + "ref": "rgb(0, 0, 0)", "value": "rgb(0, 0, 0)" }, "transparent-black-200": { "prop": "--spectrum-transparent-black-200", "light": { + "ref": "rgba(0, 0, 0, 0.12)", "value": "rgba(0, 0, 0, 0.12)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.12)", "value": "rgba(0, 0, 0, 0.12)" } }, "transparent-black-25": { "prop": "--spectrum-transparent-black-25", "light": { + "ref": "rgba(0, 0, 0, 0)", "value": "rgba(0, 0, 0, 0)" }, "dark": { + "ref": "rgba(0, 0, 0, 0)", "value": "rgba(0, 0, 0, 0)" } }, "transparent-black-300": { "prop": "--spectrum-transparent-black-300", "light": { + "ref": "rgba(0, 0, 0, 0.15)", "value": "rgba(0, 0, 0, 0.15)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.15)", "value": "rgba(0, 0, 0, 0.15)" } }, "transparent-black-400": { "prop": "--spectrum-transparent-black-400", "light": { + "ref": "rgba(0, 0, 0, 0.22)", "value": "rgba(0, 0, 0, 0.22)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.22)", "value": "rgba(0, 0, 0, 0.22)" } }, "transparent-black-50": { "prop": "--spectrum-transparent-black-50", "light": { + "ref": "rgba(0, 0, 0, 0.03)", "value": "rgba(0, 0, 0, 0.03)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.03)", "value": "rgba(0, 0, 0, 0.03)" } }, "transparent-black-500": { "prop": "--spectrum-transparent-black-500", "light": { + "ref": "rgba(0, 0, 0, 0.44)", "value": "rgba(0, 0, 0, 0.44)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.44)", "value": "rgba(0, 0, 0, 0.44)" } }, "transparent-black-600": { "prop": "--spectrum-transparent-black-600", "light": { + "ref": "rgba(0, 0, 0, 0.56)", "value": "rgba(0, 0, 0, 0.56)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.56)", "value": "rgba(0, 0, 0, 0.56)" } }, "transparent-black-700": { "prop": "--spectrum-transparent-black-700", "light": { + "ref": "rgba(0, 0, 0, 0.69)", "value": "rgba(0, 0, 0, 0.69)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.69)", "value": "rgba(0, 0, 0, 0.69)" } }, "transparent-black-75": { "prop": "--spectrum-transparent-black-75", "light": { + "ref": "rgba(0, 0, 0, 0.05)", "value": "rgba(0, 0, 0, 0.05)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.05)", "value": "rgba(0, 0, 0, 0.05)" } }, "transparent-black-800": { "prop": "--spectrum-transparent-black-800", "light": { + "ref": "rgba(0, 0, 0, 0.84)", "value": "rgba(0, 0, 0, 0.84)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.84)", "value": "rgba(0, 0, 0, 0.84)" } }, "transparent-black-900": { "prop": "--spectrum-transparent-black-900", "light": { + "ref": "rgba(0, 0, 0, 0.93)", "value": "rgba(0, 0, 0, 0.93)" }, "dark": { + "ref": "rgba(0, 0, 0, 0.93)", "value": "rgba(0, 0, 0, 0.93)" } }, "transparent-white-100": { "prop": "--spectrum-transparent-white-100", "light": { + "ref": "rgba(255, 255, 255, 0.11)", "value": "rgba(255, 255, 255, 0.11)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.11)", "value": "rgba(255, 255, 255, 0.11)" } }, "transparent-white-1000": { "prop": "--spectrum-transparent-white-1000", "light": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" } }, "transparent-white-200": { "prop": "--spectrum-transparent-white-200", "light": { + "ref": "rgba(255, 255, 255, 0.14)", "value": "rgba(255, 255, 255, 0.14)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.14)", "value": "rgba(255, 255, 255, 0.14)" } }, "transparent-white-25": { "prop": "--spectrum-transparent-white-25", "light": { + "ref": "rgba(255, 255, 255, 0)", "value": "rgba(255, 255, 255, 0)" }, "dark": { + "ref": "rgba(255, 255, 255, 0)", "value": "rgba(255, 255, 255, 0)" } }, "transparent-white-300": { "prop": "--spectrum-transparent-white-300", "light": { + "ref": "rgba(255, 255, 255, 0.17)", "value": "rgba(255, 255, 255, 0.17)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.17)", "value": "rgba(255, 255, 255, 0.17)" } }, "transparent-white-400": { "prop": "--spectrum-transparent-white-400", "light": { + "ref": "rgba(255, 255, 255, 0.21)", "value": "rgba(255, 255, 255, 0.21)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.21)", "value": "rgba(255, 255, 255, 0.21)" } }, "transparent-white-50": { "prop": "--spectrum-transparent-white-50", "light": { + "ref": "rgba(255, 255, 255, 0.04)", "value": "rgba(255, 255, 255, 0.04)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.04)", "value": "rgba(255, 255, 255, 0.04)" } }, "transparent-white-500": { "prop": "--spectrum-transparent-white-500", "light": { + "ref": "rgba(255, 255, 255, 0.39)", "value": "rgba(255, 255, 255, 0.39)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.39)", "value": "rgba(255, 255, 255, 0.39)" } }, "transparent-white-600": { "prop": "--spectrum-transparent-white-600", "light": { + "ref": "rgba(255, 255, 255, 0.51)", "value": "rgba(255, 255, 255, 0.51)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.51)", "value": "rgba(255, 255, 255, 0.51)" } }, "transparent-white-700": { "prop": "--spectrum-transparent-white-700", "light": { + "ref": "rgba(255, 255, 255, 0.66)", "value": "rgba(255, 255, 255, 0.66)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.66)", "value": "rgba(255, 255, 255, 0.66)" } }, "transparent-white-75": { "prop": "--spectrum-transparent-white-75", "light": { + "ref": "rgba(255, 255, 255, 0.07)", "value": "rgba(255, 255, 255, 0.07)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.07)", "value": "rgba(255, 255, 255, 0.07)" } }, "transparent-white-800": { "prop": "--spectrum-transparent-white-800", "light": { + "ref": "rgba(255, 255, 255, 0.85)", "value": "rgba(255, 255, 255, 0.85)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.85)", "value": "rgba(255, 255, 255, 0.85)" } }, "transparent-white-900": { "prop": "--spectrum-transparent-white-900", "light": { + "ref": "rgba(255, 255, 255, 0.94)", "value": "rgba(255, 255, 255, 0.94)" }, "dark": { + "ref": "rgba(255, 255, 255, 0.94)", "value": "rgba(255, 255, 255, 0.94)" } }, "tray-top-to-content-area": { "prop": "--spectrum-tray-top-to-content-area", "desktop": { + "ref": "4px", "value": "4px" }, "mobile": { + "ref": "5px", "value": "5px" } }, "turquoise-100": { "prop": "--spectrum-turquoise-100", "dark": { + "ref": "rgb(0, 30, 33)", "value": "rgb(0, 30, 33)" }, "light": { + "ref": "rgb(238, 251, 251)", "value": "rgb(238, 251, 251)" } }, "turquoise-1000": { "prop": "--spectrum-turquoise-1000", "dark": { + "ref": "rgb(13, 168, 182)", "value": "rgb(13, 168, 182)" }, "light": { + "ref": "rgb(5, 107, 116)", "value": "rgb(5, 107, 116)" } }, "turquoise-1100": { "prop": "--spectrum-turquoise-1100", "dark": { + "ref": "rgb(16, 186, 202)", "value": "rgb(16, 186, 202)" }, "light": { + "ref": "rgb(3, 90, 98)", "value": "rgb(3, 90, 98)" } }, "turquoise-1200": { "prop": "--spectrum-turquoise-1200", "dark": { + "ref": "rgb(64, 208, 220)", "value": "rgb(64, 208, 220)" }, "light": { + "ref": "rgb(1, 74, 81)", "value": "rgb(1, 74, 81)" } }, "turquoise-1300": { "prop": "--spectrum-turquoise-1300", "dark": { + "ref": "rgb(128, 225, 231)", "value": "rgb(128, 225, 231)" }, "light": { + "ref": "rgb(0, 59, 65)", "value": "rgb(0, 59, 65)" } }, "turquoise-1400": { "prop": "--spectrum-turquoise-1400", "dark": { + "ref": "rgb(183, 240, 240)", "value": "rgb(183, 240, 240)" }, "light": { + "ref": "rgb(0, 44, 49)", "value": "rgb(0, 44, 49)" } }, "turquoise-1500": { "prop": "--spectrum-turquoise-1500", "dark": { + "ref": "rgb(228, 249, 249)", "value": "rgb(228, 249, 249)" }, "light": { + "ref": "rgb(0, 32, 35)", "value": "rgb(0, 32, 35)" } }, "turquoise-1600": { "prop": "--spectrum-turquoise-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(0, 15, 17)", "value": "rgb(0, 15, 17)" } }, "turquoise-200": { "prop": "--spectrum-turquoise-200", "dark": { + "ref": "rgb(0, 37, 41)", "value": "rgb(0, 37, 41)" }, "light": { + "ref": "rgb(209, 245, 245)", "value": "rgb(209, 245, 245)" } }, "turquoise-300": { "prop": "--spectrum-turquoise-300", "dark": { + "ref": "rgb(0, 49, 54)", "value": "rgb(0, 49, 54)" }, "light": { + "ref": "rgb(169, 236, 237)", "value": "rgb(169, 236, 237)" } }, "turquoise-400": { "prop": "--spectrum-turquoise-400", "dark": { + "ref": "rgb(0, 66, 72)", "value": "rgb(0, 66, 72)" }, "light": { + "ref": "rgb(111, 221, 228)", "value": "rgb(111, 221, 228)" } }, "turquoise-500": { "prop": "--spectrum-turquoise-500", "dark": { + "ref": "rgb(3, 84, 92)", "value": "rgb(3, 84, 92)" }, "light": { + "ref": "rgb(39, 202, 216)", "value": "rgb(39, 202, 216)" } }, "turquoise-600": { "prop": "--spectrum-turquoise-600", "dark": { + "ref": "rgb(5, 103, 112)", "value": "rgb(5, 103, 112)" }, "light": { + "ref": "rgb(15, 177, 192)", "value": "rgb(15, 177, 192)" } }, "turquoise-700": { "prop": "--spectrum-turquoise-700", "dark": { + "ref": "rgb(7, 120, 131)", "value": "rgb(7, 120, 131)" }, "light": { + "ref": "rgb(12, 158, 171)", "value": "rgb(12, 158, 171)" } }, "turquoise-800": { "prop": "--spectrum-turquoise-800", "dark": { + "ref": "rgb(9, 131, 142)", "value": "rgb(9, 131, 142)" }, "light": { + "ref": "rgb(10, 141, 153)", "value": "rgb(10, 141, 153)" } }, "turquoise-900": { "prop": "--spectrum-turquoise-900", "dark": { + "ref": "rgb(11, 151, 164)", "value": "rgb(11, 151, 164)" }, "light": { + "ref": "rgb(8, 126, 137)", "value": "rgb(8, 126, 137)" } }, @@ -12602,198 +14442,242 @@ "white": { "prop": "--spectrum-white", "light": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" } }, "workflow-icon-size-100": { "prop": "--spectrum-workflow-icon-size-100", "desktop": { + "ref": "20px", "value": "20px" }, "mobile": { + "ref": "24px", "value": "24px" } }, "workflow-icon-size-200": { "prop": "--spectrum-workflow-icon-size-200", "desktop": { + "ref": "22px", "value": "22px" }, "mobile": { + "ref": "28px", "value": "28px" } }, "workflow-icon-size-300": { "prop": "--spectrum-workflow-icon-size-300", "desktop": { + "ref": "26px", "value": "26px" }, "mobile": { + "ref": "30px", "value": "30px" } }, "workflow-icon-size-50": { "prop": "--spectrum-workflow-icon-size-50", "desktop": { + "ref": "14px", "value": "14px" }, "mobile": { + "ref": "16px", "value": "16px" } }, "workflow-icon-size-75": { "prop": "--spectrum-workflow-icon-size-75", "desktop": { + "ref": "16px", "value": "16px" }, "mobile": { + "ref": "18px", "value": "18px" } }, "yellow-100": { "prop": "--spectrum-yellow-100", "light": { + "ref": "rgb(255, 248, 204)", "value": "rgb(255, 248, 204)" }, "dark": { + "ref": "rgb(37, 23, 0)", "value": "rgb(37, 23, 0)" } }, "yellow-1000": { "prop": "--spectrum-yellow-1000", "light": { + "ref": "rgb(134, 85, 0)", "value": "rgb(134, 85, 0)" }, "dark": { + "ref": "rgb(203, 141, 0)", "value": "rgb(203, 141, 0)" } }, "yellow-1100": { "prop": "--spectrum-yellow-1100", "light": { + "ref": "rgb(114, 72, 0)", "value": "rgb(114, 72, 0)" }, "dark": { + "ref": "rgb(218, 159, 0)", "value": "rgb(218, 159, 0)" } }, "yellow-1200": { "prop": "--spectrum-yellow-1200", "light": { + "ref": "rgb(93, 59, 0)", "value": "rgb(93, 59, 0)" }, "dark": { + "ref": "rgb(235, 183, 0)", "value": "rgb(235, 183, 0)" } }, "yellow-1300": { "prop": "--spectrum-yellow-1300", "light": { + "ref": "rgb(75, 47, 0)", "value": "rgb(75, 47, 0)" }, "dark": { + "ref": "rgb(249, 206, 0)", "value": "rgb(249, 206, 0)" } }, "yellow-1400": { "prop": "--spectrum-yellow-1400", "light": { + "ref": "rgb(56, 35, 0)", "value": "rgb(56, 35, 0)" }, "dark": { + "ref": "rgb(255, 230, 86)", "value": "rgb(255, 230, 86)" } }, "yellow-1500": { "prop": "--spectrum-yellow-1500", "dark": { + "ref": "rgb(255, 246, 195)", "value": "rgb(255, 246, 195)" }, "light": { + "ref": "rgb(40, 25, 0)", "value": "rgb(40, 25, 0)" } }, "yellow-1600": { "prop": "--spectrum-yellow-1600", "dark": { + "ref": "rgb(255, 255, 255)", "value": "rgb(255, 255, 255)" }, "light": { + "ref": "rgb(18, 11, 0)", "value": "rgb(18, 11, 0)" } }, "yellow-200": { "prop": "--spectrum-yellow-200", "light": { + "ref": "rgb(255, 241, 151)", "value": "rgb(255, 241, 151)" }, "dark": { + "ref": "rgb(47, 29, 0)", "value": "rgb(47, 29, 0)" } }, "yellow-300": { "prop": "--spectrum-yellow-300", "light": { + "ref": "rgb(255, 222, 44)", "value": "rgb(255, 222, 44)" }, "dark": { + "ref": "rgb(61, 39, 0)", "value": "rgb(61, 39, 0)" } }, "yellow-400": { "prop": "--spectrum-yellow-400", "light": { + "ref": "rgb(245, 199, 0)", "value": "rgb(245, 199, 0)" }, "dark": { + "ref": "rgb(83, 52, 0)", "value": "rgb(83, 52, 0)" } }, "yellow-500": { "prop": "--spectrum-yellow-500", "light": { + "ref": "rgb(230, 175, 0)", "value": "rgb(230, 175, 0)" }, "dark": { + "ref": "rgb(107, 67, 0)", "value": "rgb(107, 67, 0)" } }, "yellow-600": { "prop": "--spectrum-yellow-600", "light": { + "ref": "rgb(210, 149, 0)", "value": "rgb(210, 149, 0)" }, "dark": { + "ref": "rgb(130, 82, 0)", "value": "rgb(130, 82, 0)" } }, "yellow-700": { "prop": "--spectrum-yellow-700", "light": { + "ref": "rgb(193, 131, 0)", "value": "rgb(193, 131, 0)" }, "dark": { + "ref": "rgb(151, 97, 0)", "value": "rgb(151, 97, 0)" } }, "yellow-800": { "prop": "--spectrum-yellow-800", "light": { + "ref": "rgb(175, 116, 0)", "value": "rgb(175, 116, 0)" }, "dark": { + "ref": "rgb(164, 106, 0)", "value": "rgb(164, 106, 0)" } }, "yellow-900": { "prop": "--spectrum-yellow-900", "light": { + "ref": "rgb(158, 102, 0)", "value": "rgb(158, 102, 0)" }, "dark": { + "ref": "rgb(186, 124, 0)", "value": "rgb(186, 124, 0)" } }, diff --git a/tokens/package.json b/tokens/package.json index 1512d49dd4..303b3429bb 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -21,32 +21,22 @@ "./package.json": "./package.json" }, "main": "dist/css/index.css", + "type": "module", + "module": "style-dictionary.config.js", "files": [ "dist", "*.md", "package.json" ], - "scripts": { - "format": "run-p \"format:*\"", - "format:content": "prettier --write --cache --log-level error --ignore-unknown --no-error-on-unmatched-pattern *.md **/*.md", - "format:scripts": "eslint --fix --cache --no-error-on-unmatched-pattern *.{js,json} {tasks,utilities}/*.js", - "lint": "run-p \"lint:*\"", - "lint:scripts": "eslint --cache --no-error-on-unmatched-pattern --report-unused-disable-directives *.{js,json} {tasks,utilities}/*.js" - }, "devDependencies": { "@adobe/spectrum-tokens": "0.0.0-s2-foundations-20241121221506", "@adobe/token-diff-generator": "^1.3.0", - "@nxkit/style-dictionary": "^6.0.0", "@spectrum-tools/postcss-rgb-mapping": "workspace:^", - "eslint": "^8.57.0", - "npm-run-all2": "^7.0.2", - "postcss": "^8.5.0", - "postcss-cli": "^11.0.0", + "deepmerge": "^4.3.1", + "lodash-es": "^4.17.21", + "postcss": "^8.5.1", "postcss-sorting": "^9.1.0", - "prettier": "^3.4.2", - "style-dictionary": "^3.9.2", - "style-dictionary-sets": "^2.3.0", - "stylelint": "^16.9.0" + "style-dictionary": "^4.3.2" }, "keywords": [ "design-system", diff --git a/tokens/postcss.config.js b/tokens/postcss.config.js index e117b38812..9f7cadd8c9 100644 --- a/tokens/postcss.config.js +++ b/tokens/postcss.config.js @@ -11,12 +11,10 @@ * governing permissions and limitations under the License. */ -module.exports = ({ - resolveImports = true, - ...options -}) => require("../postcss.config.js")({ +import postcssConfig from "../postcss.config.js"; + +export default (options) => postcssConfig({ ...options, - resolveImports, env: "production", map: false, additionalPlugins: { diff --git a/tokens/project.json b/tokens/project.json index 0e9ead556b..51ab1ace12 100644 --- a/tokens/project.json +++ b/tokens/project.json @@ -17,7 +17,7 @@ "inputs": ["core", "tools", { "externalDependencies": ["postcss"] }], "options": { "commands": [ - "cross-env NODE_OPTIONS=\"--no-warnings\" node -e 'require(\"./tasks/token-rollup.js\").default()'" + "node --no-warnings ./tasks/token-rollup.js", ], "cwd": "{projectRoot}", "parallel": false @@ -40,15 +40,13 @@ }, "outputs": [] }, - "format": {}, - "lint": {}, - "report": { + "diff": { "cache": true, "executor": "nx:run-commands", "inputs": [{ "externalDependencies": ["@adobe/token-diff-generator", "@adobe/spectrum-tokens"] }], "options": { "commands": [ - "tdiff report --old-token-version @adobe/spectrum-tokens@12.25.0 --new-token-version @adobe/spectrum-tokens@0.0.0-s2-foundations-20241121221506 --format markdown --output ./dist/tokens-diff.md" + "tdiff report --old-token-version $1 --new-token-version $2 --format markdown --output ./dist/tokens-diff.md" ], "cwd": "{projectRoot}", "parallel": false @@ -57,29 +55,29 @@ "{projectRoot}/dist/tokens-diff.md" ] }, + "format": {}, + "lint": {}, "style-dictionary": { "dependsOn": ["clean"], - "executor": "@nxkit/style-dictionary:build", - "inputs": ["scripts"], + "executor": "nx:run-commands", + "inputs": [ + "{projectRoot}/postcss.config.js", + "{projectRoot}/style-dictionary.config.js", + "{projectRoot}/utilities/style-dictionary.utils.js" + ], "options": { - "deleteOutputPath": false, - "outputPath": "./tokens", - "styleDictionaryConfig": "./tokens/style-dictionary.config.js", - "tsConfig": "./tsconfig.json" + "commands": [ + "style-dictionary build --config style-dictionary.config.js" + ], + "cwd": "{projectRoot}" }, "outputs": [ "{projectRoot}/dist/css/global-vars.css", "{projectRoot}/dist/css/light-vars.css", "{projectRoot}/dist/css/dark-vars.css", - "{projectRoot}/dist/css/darkest-vars.css", "{projectRoot}/dist/css/medium-vars.css", "{projectRoot}/dist/css/large-vars.css", - "{projectRoot}/dist/css/spectrum/global-vars.css", - "{projectRoot}/dist/css/spectrum/medium-vars.css", - "{projectRoot}/dist/css/spectrum/large-vars.css", - "{projectRoot}/dist/css/express/global-vars.css", - "{projectRoot}/dist/css/express/medium-vars.css", - "{projectRoot}/dist/css/express/large-vars.css" + "{projectRoot}/dist/json/tokens.json" ] } } diff --git a/tokens/style-dictionary.config.js b/tokens/style-dictionary.config.js index 8f47346d1f..3f315b305d 100644 --- a/tokens/style-dictionary.config.js +++ b/tokens/style-dictionary.config.js @@ -11,37 +11,36 @@ * governing permissions and limitations under the License. */ -const path = require("path"); +import { dirname, join } from "path"; -const generateFileConfig = require("./utilities/style-dictionary.utils.js"); - -const StyleDictionary = require("style-dictionary"); -const CSSSetsFormatter = require("style-dictionary-sets").CSSSetsFormatter; -const JsonSetsFormatter = require("./utilities/data-json-formatter.js"); -const NameKebabTransfom = require("style-dictionary-sets").NameKebabTransfom; -const AttributeSetsTransform = - require("style-dictionary-sets").AttributeSetsTransform; -const CSSOpenTypeTransform = - require("style-dictionary-sets").CSSOpenTypeTransform; +import StyleDictionary from "style-dictionary"; +import { + AttributeSetsTransform, + CSSOpenTypeTransform, + CSSSetsFormatter, + DataJsonFormatter, + NameKebabTransfom, +} from "./utilities/index.js"; StyleDictionary.registerTransform(CSSOpenTypeTransform); StyleDictionary.registerTransform(NameKebabTransfom); StyleDictionary.registerTransform(AttributeSetsTransform); + StyleDictionary.registerFormat(CSSSetsFormatter); -StyleDictionary.registerFormat(JsonSetsFormatter); +StyleDictionary.registerFormat(DataJsonFormatter); /** * @note This references the package.json because we want the root folder and * not a nested folder which might be returned if the `main` property * in the package.json is present. */ -const tokensPath = require.resolve("@adobe/spectrum-tokens/package.json"); -const tokensDir = path.dirname(tokensPath); +const tokensPath = import.meta.resolve("@adobe/spectrum-tokens/package.json")?.replace(/file:\/\//, ""); +const tokensDir = dirname(tokensPath); -module.exports = { - source: [`${tokensDir}/src/*.json`], +export default { + source: [join(tokensDir, "src", "*.json")], platforms: { - CSS: { + css: { buildPath: "dist/css/", transforms: [ AttributeSetsTransform.name, @@ -50,10 +49,86 @@ module.exports = { ], prefix: "spectrum", files: [ - generateFileConfig(), - ...["desktop", "mobile", "light", "dark"].map((context) => - generateFileConfig({ setName: context }), - ), + { + format: "css/sets", + options: { showFileHeader: false, outputReferences: true }, + destination: "global-vars.css", + filter: (token) => { + const tokenSets = token.path.filter((_, idx, array) => array[idx - 1] == "sets"); + if (tokenSets.includes("wireframe")) return false; + if (tokenSets.length === 0) return true; + return false; + }, + }, + { + format: "css/sets", + options: { + showFileHeader: false, + outputReferences: true, + selector: ".spectrum--medium", + sets: ["desktop"], + }, + destination: "medium-vars.css", + filter: (token) => { + const tokenSets = token.path.filter((_, idx, array) => array[idx - 1] == "sets"); + if (tokenSets.includes("wireframe")) return false; + if (!tokenSets.includes("desktop")) return false; + if (tokenSets.length === 1) return true; + return false; + }, + }, + { + format: "css/sets", + options: { + showFileHeader: false, + outputReferences: true, + selector: ".spectrum--large", + sets: ["mobile"], + }, + destination: "large-vars.css", + filter: (token) => { + // Fetch the sets for this token + const tokenSets = token.path.filter((_, idx, array) => array[idx - 1] == "sets"); + if (tokenSets.includes("wireframe")) return false; + if (!tokenSets.includes("mobile")) return false; + if (tokenSets.length === 1) return true; + return false; + }, + }, + { + format: "css/sets", + options: { + showFileHeader: false, + outputReferences: true, + selector: ".spectrum--light", + sets: ["light"], + }, + destination: "light-vars.css", + filter: (token) => { + const tokenSets = token.path.filter((_, idx, array) => array[idx - 1] == "sets"); + if (tokenSets.includes("wireframe")) return false; + if (!tokenSets.includes("light")) return false; + if (tokenSets.length === 1) return true; + return false; + }, + }, + { + format: "css/sets", + options: { + showFileHeader: false, + outputReferences: true, + selector: ".spectrum--dark", + sets: ["dark"], + }, + destination: "dark-vars.css", + filter: (token) => { + const tokenSets = token.path.filter((_, idx, array) => array[idx - 1] == "sets"); + if (tokenSets.includes("wireframe")) return false; + if (!tokenSets.includes("dark")) return false; + if (tokenSets.length === 1) return true; + return false; + }, + }, ], }, JSON: { @@ -69,11 +144,8 @@ module.exports = { format: "json/sets", destination: "tokens.json", filter: (token) => { - // Fetch the sets for this token - const sets = token.path.filter((_, idx, array) => array[idx - 1] == "sets"); - - if (sets.includes("wireframe")) return false; - + const tokenSets = token.path.filter((_, idx, array) => array[idx - 1] == "sets"); + if (tokenSets.includes("wireframe")) return false; return true; }, options: { diff --git a/tokens/tasks/token-rollup.js b/tokens/tasks/token-rollup.js index 39f907f7ee..3ebd15f3c6 100644 --- a/tokens/tasks/token-rollup.js +++ b/tokens/tasks/token-rollup.js @@ -13,16 +13,16 @@ /* eslint-disable no-console */ -const fs = require("fs"); +import fs, { existsSync, mkdirSync } from "fs"; +import { join } from "path"; const fsp = fs.promises; -const path = require("path"); -const fg = require("fast-glob"); +import fg from "fast-glob"; -const { processCSS } = require("../../tasks/component-builder.js"); -const { fetchContent } = require("../../tasks/utilities.js"); +import { processCSS } from "../../tasks/component-builder.js"; +import { fetchContent } from "../../tasks/utilities.js"; -require("colors"); +import "colors"; /** * Create a tagline for the CSS file based on the package.json data @@ -46,10 +46,10 @@ function generateTagline({ name, version } = {}) { */ async function index(inputGlob, outputPath, { cwd = process.cwd(), clean = false } = {}) { // Read in the package version from the package.json file - const packageJson = await fsp.readFile(path.join(cwd, "package.json"), "utf-8").then(JSON.parse); + const packageJson = await fsp.readFile(join(cwd, "package.json"), "utf-8").then(JSON.parse); const inputs = await fg(inputGlob, { cwd }); - const contents = inputs.map(input => `@import "${input}";`).join("\n"); + const contents = inputs.map(input => `@import "@spectrum-css/tokens/${input}";`).join("\n"); if (!contents) return; return processCSS(contents, undefined, outputPath, { @@ -57,7 +57,6 @@ async function index(inputGlob, outputPath, { cwd = process.cwd(), clean = false clean, configPath: cwd, map: false, - resolveImports: true, customTagline: generateTagline(packageJson), }); } @@ -72,22 +71,22 @@ async function appendCustomOverrides({ cwd = process.cwd(), packageJson = {} } = const promises = []; // Add custom/*-vars.css to the end of the dist/css/*-vars.css files and run through postcss before writing back to the dist/css/*-vars.css file - const customFiles = await fg(["*-vars.css"], { cwd: path.join(cwd, "custom"), onlyFiles: true }); - const globalFiles = await fg(["*-vars.css"], { cwd: path.join(cwd, "dist", "css"), onlyFiles: true }); + const customFiles = await fg(["*-vars.css"], { cwd: join(cwd, "custom"), onlyFiles: true }); + const globalFiles = await fg(["*-vars.css"], { cwd: join(cwd, "dist", "css"), onlyFiles: true }); // Create a list that combines the custom and dist files const combinedFiles = [...new Set([...customFiles, ...globalFiles])]; for (const file of combinedFiles) { // Read in the custom file and the dist file and combine them into one file const combinedContent = await fetchContent([ - path.join("dist", "css", file), - path.join("custom", file) + join("dist", "css", file), + join("custom", file) ], { cwd, shouldCombine: true }); - if (!combinedContent || !combinedContent[0].content) continue; + if (!combinedContent || !combinedContent?.[0]?.content) continue; promises.push( - processCSS(combinedContent[0].content, path.join(cwd, "dist", "css", file), path.join(cwd, "dist", "css", file), { + processCSS(combinedContent[0].content, join(cwd, "dist", "css", file), join(cwd, "dist", "css", file), { cwd, configPath: cwd, customTagline: generateTagline(packageJson), @@ -113,22 +112,22 @@ async function main({ const key = `[build] ${"@spectrum-css/tokens".cyan} index`; console.time(key); - const compiledOutputPath = path.join(cwd, "dist"); + const compiledOutputPath = join(cwd, "dist"); // Ensure the dist directory exists - if (!fs.existsSync(compiledOutputPath)) { - fs.mkdirSync(compiledOutputPath); + if (!existsSync(compiledOutputPath)) { + mkdirSync(compiledOutputPath); } // Read in the package version from the package.json file - const packageJson = await fsp.readFile(path.join(cwd, "package.json"), "utf-8").then(JSON.parse); + const packageJson = await fsp.readFile(join(cwd, "package.json"), "utf-8").then(JSON.parse); // Wait for all the custom files to be processed return appendCustomOverrides({ packageJson, cwd }).then(async (r) => Promise.all([ index( ["dist/css/*-vars.css"], - path.join(compiledOutputPath, "css", "index.css"), + join(compiledOutputPath, "css", "index.css"), { cwd, clean, packageJson } ) ]).then((reports) => { @@ -163,4 +162,6 @@ async function main({ ); } -exports.default = main; +main(); + +export { main as default }; diff --git a/tokens/utilities/attribute-sets-transform.js b/tokens/utilities/attribute-sets-transform.js new file mode 100644 index 0000000000..f1a41ad21c --- /dev/null +++ b/tokens/utilities/attribute-sets-transform.js @@ -0,0 +1,12 @@ +export default { + type: "attribute", + name: "attribute/sets", + matcher: (token) => token.path.includes("sets"), + transform: (token) => { + return { + sets: token.path.filter( + (_, index, array) => array[index - 1] == "sets" + ), + }; + }, +}; diff --git a/tokens/utilities/css-font-open-type-transform.js b/tokens/utilities/css-font-open-type-transform.js new file mode 100644 index 0000000000..3a461b357f --- /dev/null +++ b/tokens/utilities/css-font-open-type-transform.js @@ -0,0 +1,46 @@ +export default { + type: "value", + name: "font/openType", + matcher: (token) => token.name.includes("font-weight"), + transform: (token) => { + switch(token.value) { + case "thin": + case "hairline": + return "100"; + case "extra-light": + case "extralight": + case "ultra-light": + case "ultralight": + return "200"; + case "light": + return "300"; + case "normal": + case "regular": + return "400"; + case "medium": + return "500"; + case "semibold": + case "semi-bold": + case "demibold": + case "demi-bold": + return "600"; + case "bold": + return "700"; + case "extrabold": + case "extra-bold": + case "ultrabold": + case "ultra-bold": + return "800"; + case "black": + case "heavy": + return "900"; + case "extra-black": + case "extrablack": + case "ultra-black": + case "ultrablack": + return "950"; + default: + return token.value; + } + }, +}; diff --git a/tokens/utilities/css-sets-formatter.js b/tokens/utilities/css-sets-formatter.js new file mode 100644 index 0000000000..0a716a08e3 --- /dev/null +++ b/tokens/utilities/css-sets-formatter.js @@ -0,0 +1,61 @@ +import { usesReferences } from "style-dictionary/utils"; + +export const generateNameArray = (token, prefix) => { + let name = prefix ? [prefix] : []; + const cleanTokenPath = []; + for (let i = 0; i < token.path.length; i++) { + if (token.path[i] === "sets") { + i++; + } + else { + cleanTokenPath.push(token.path[i]); + } + } + name = name.concat(cleanTokenPath); + return name; +}; + +/** + * @description Formats the value of a token for CSS + * @param {import('style-dictionary').Token} token + * @param {import('style-dictionary').PlatformConfig} platform + * @returns {string} + */ +const valueFormatter = (token, platform) => { + if (!usesReferences(token.original.value)) return token.value; + + const resultAr = token.original.value + .substring(1, token.original.value.length - 1) + .split("."); + + if (platform.prefix) resultAr.splice(0, 0, platform.prefix); + + return `var(--${resultAr.join("-")})`; +}; + +/** + * The format function to split out the token set data into distinct CSS variables + * @type {import('style-dictionary/types').FormatFn} format + */ +const format = ({ dictionary, platform, options }) => { + const resultAr = []; + + dictionary.allTokens.forEach((token) => { + const name = generateNameArray(token, platform.prefix); + const value = valueFormatter(token, platform); + + if (!value) return; + + resultAr.push(` --${name.join("-")}: ${value};`); + }); + + const selector = options.selector ? options.selector : ":root"; + + return `${selector} {\n${resultAr.join("\n")}\n}\n`; +}; +format.nested = true; + +export default { + name: "css/sets", + format, +}; diff --git a/tokens/utilities/data-json-formatter.js b/tokens/utilities/data-json-formatter.js index 34528b9cbe..2ff431a7fa 100644 --- a/tokens/utilities/data-json-formatter.js +++ b/tokens/utilities/data-json-formatter.js @@ -1,12 +1,11 @@ -/* eslint-disable no-prototype-builtins */ -const jsonSetsFormatter = require("style-dictionary-sets").JsonSetsFormatter; +import { format as JSONSetsFormat } from "./json-sets-formatter.js"; -const formatter = ({ dictionary, platform, file, options }) => { +export const format = ({ dictionary, platform, file, options }) => { const prefix = platform.prefix ? platform.prefix : false; let result = {}; const jsonSets = JSON.parse( - jsonSetsFormatter.formatter({ dictionary, platform, file, options }) + JSONSetsFormat({ dictionary, platform, file, options }) ); const convertRef = (ref) => { @@ -62,9 +61,9 @@ const formatter = ({ dictionary, platform, file, options }) => { return JSON.stringify(result, null, 2); }; -formatter.nested = true; +format.nested = true; -module.exports = { +export default { name: "json/sets", - formatter, + format, }; diff --git a/tokens/utilities/index.js b/tokens/utilities/index.js new file mode 100644 index 0000000000..5d155e43c2 --- /dev/null +++ b/tokens/utilities/index.js @@ -0,0 +1,6 @@ +export { default as AttributeSetsTransform } from "./attribute-sets-transform.js"; +export { default as CSSOpenTypeTransform } from "./css-font-open-type-transform.js"; +export { default as CSSSetsFormatter } from "./css-sets-formatter.js"; +export { default as DataJsonFormatter } from "./data-json-formatter.js"; +export { default as JsonSetsFormatter } from "./json-sets-formatter.js"; +export { default as NameKebabTransfom } from "./name-kebab-transform.js"; diff --git a/tokens/utilities/json-sets-formatter.js b/tokens/utilities/json-sets-formatter.js new file mode 100644 index 0000000000..d4132cd7cf --- /dev/null +++ b/tokens/utilities/json-sets-formatter.js @@ -0,0 +1,51 @@ +import merge from "deepmerge"; +import { usesReferences } from "style-dictionary/utils"; + +const isObject = (item) => { + return typeof item === "object" && !Array.isArray(item) && item !== null; +}; + +const pathToObj = (pathAr, value) => + pathAr.reduceRight((value, key) => ({ [key]: value }), value); + +const isASet = (value) => { + return isObject(value) && "sets" in value; +}; + +const getValue = (token, dictionary) => { + if (usesReferences(token)) { + const ref = token.original.value; + if (isASet(token.value)) { + const sets = {}; + for (const setName in token.value.sets) { + sets[setName] = getValue(token.value.sets[setName], dictionary); + } + const uuidObj = (Object.hasOwn(token, "uuid")) ? {uuid: token.uuid}: {}; + return { ref, sets, ...uuidObj }; + } + else { + const uuidObj = (Object.hasOwn(token, "uuid")) ? {uuid: token.uuid}: {}; + return { ref, value: token.value, ...uuidObj }; + } + } + else { + const uuidObj = (Object.hasOwn(token, "uuid")) ? {uuid: token.uuid}: {}; + return { value: token.value, ...uuidObj }; + } +}; + +export const format = ({ dictionary }) => { + let resultObj = {}; + dictionary.allTokens.forEach((token) => { + const value = getValue(token, dictionary); + resultObj = merge(resultObj, pathToObj(token.path, value)); + }); + return JSON.stringify(resultObj, null, 2); +}; + +format.nested = true; + +export default { + name: "json/sets", + format, +}; diff --git a/tokens/utilities/name-kebab-transform.js b/tokens/utilities/name-kebab-transform.js new file mode 100644 index 0000000000..606a52caac --- /dev/null +++ b/tokens/utilities/name-kebab-transform.js @@ -0,0 +1,8 @@ +import { kebabCase } from "lodash-es"; + +export default { + type: "name", + name: "name/kebab", + transform: (token, options) => + kebabCase([options.prefix].concat(token.path).join(" ")), +}; diff --git a/tokens/utilities/style-dictionary.utils.js b/tokens/utilities/style-dictionary.utils.js deleted file mode 100644 index 57b9b37d38..0000000000 --- a/tokens/utilities/style-dictionary.utils.js +++ /dev/null @@ -1,89 +0,0 @@ -/*! - * Copyright 2024 Adobe. All rights reserved. - * - * This file is licensed to you under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. You may obtain a copy - * of the License at http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under - * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS - * OF ANY KIND, either express or implied. See the License for the specific language - * governing permissions and limitations under the License. - */ - -module.exports = function ({ setName, format = "css" } = {}) { - let selector = ".spectrum"; - - const baseConfig = { - format: `${format}/sets`, - options: { - showFileHeader: false, - outputReferences: true, - }, - }; - - if (!setName) { - return { - ...baseConfig, - destination: `global-vars.${format}`, - filter: (token) => { - if (token.name.startsWith("spectrum-android")) { - return false; - } - - return !token.path.includes("sets"); - }, - options: { - ...baseConfig.options, - selector, - }, - }; - } - - const isGlobal = !setName; - - let scope = - { - desktop: "medium", - mobile: "large", - }[setName] ?? setName; - - if (isGlobal) scope = "global"; - selector = isGlobal ? ".spectrum" : `.spectrum--${scope}`; - - const getSets = (token) => - token.path.filter((_, idx, array) => array[idx - 1] == "sets"); - - function filter(token) { - // Fetch the sets for this token - const tokenSets = getSets(token); - - if (tokenSets.includes("wireframe")) return false; - - if (!setName) { - if (tokenSets.length === 0) { - return true; - } - } - else { - if (!tokenSets.includes(setName)) return false; - - if (tokenSets.length === 1) { - return true; - } - } - - return false; - } - - return { - ...baseConfig, - destination: `${scope}-vars.${format}`, - filter, - options: { - ...baseConfig.options, - selector, - sets: setName ? [setName] : [], - }, - }; -}; diff --git a/tools/bundle/package.json b/tools/bundle/package.json index 118d537cbb..e329e6d63b 100644 --- a/tools/bundle/package.json +++ b/tools/bundle/package.json @@ -116,7 +116,7 @@ "@spectrum-css/underlay": "workspace:^", "@spectrum-css/well": "workspace:^", "colors": "^1.4.0", - "postcss": "^8.5.0", + "postcss": "^8.5.1", "postcss-licensing": "^2.0.0" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index 14779c1ca2..8887d8866f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -810,6 +810,46 @@ __metadata: languageName: node linkType: hard +"@bundled-es-modules/deepmerge@npm:^4.3.1": + version: 4.3.1 + resolution: "@bundled-es-modules/deepmerge@npm:4.3.1" + dependencies: + deepmerge: "npm:^4.3.1" + checksum: 10c0/50493fb741d588aa358edc5e844cbf31493cb64aca0a5ca0d33d73f61eb9eb853f7038074429343afbe199e614a6be8400abfd31909f9e5f14a53a4cff39b894 + languageName: node + linkType: hard + +"@bundled-es-modules/glob@npm:^10.4.2": + version: 10.4.2 + resolution: "@bundled-es-modules/glob@npm:10.4.2" + dependencies: + buffer: "npm:^6.0.3" + events: "npm:^3.3.0" + glob: "npm:^10.4.2" + patch-package: "npm:^8.0.0" + path: "npm:^0.12.7" + stream: "npm:^0.0.3" + string_decoder: "npm:^1.3.0" + url: "npm:^0.11.3" + checksum: 10c0/0c61907efb170750c69c7a6953d613bcbffdefca5ced668c0579baf46e28232793fb6e2ac3b736dd937f750572ef5a17483c417060df43e4be30dc4c8567aaba + languageName: node + linkType: hard + +"@bundled-es-modules/memfs@npm:^4.9.4": + version: 4.9.4 + resolution: "@bundled-es-modules/memfs@npm:4.9.4" + dependencies: + assert: "npm:^2.0.0" + buffer: "npm:^6.0.3" + events: "npm:^3.3.0" + memfs: "npm:^4.9.3" + path: "npm:^0.12.7" + stream: "npm:^0.0.3" + util: "npm:^0.12.5" + checksum: 10c0/e3548c14379183fb74aa9a94407c1cdb8587320216fb557c0af7277d2dccf23f10a2edf8726e99f878758730c0c8d71524f77e19b26660a067b01d9afa07c891 + languageName: node + linkType: hard + "@changesets/apply-release-plan@npm:^7.0.7": version: 7.0.7 resolution: "@changesets/apply-release-plan@npm:7.0.7" @@ -1271,15 +1311,6 @@ __metadata: languageName: node linkType: hard -"@cspotcode/source-map-support@npm:^0.8.0": - version: 0.8.1 - resolution: "@cspotcode/source-map-support@npm:0.8.1" - dependencies: - "@jridgewell/trace-mapping": "npm:0.3.9" - checksum: 10c0/05c5368c13b662ee4c122c7bfbe5dc0b613416672a829f3e78bc49a357a197e0218d6e74e7c66cfcd04e15a179acab080bd3c69658c9fbefd0e1ccd950a07fc6 - languageName: node - linkType: hard - "@csstools/cascade-layer-name-parser@npm:^1.0.13": version: 1.0.13 resolution: "@csstools/cascade-layer-name-parser@npm:1.0.13" @@ -1329,12 +1360,12 @@ __metadata: languageName: node linkType: hard -"@csstools/css-parser-algorithms@npm:^3.0.1": - version: 3.0.1 - resolution: "@csstools/css-parser-algorithms@npm:3.0.1" +"@csstools/css-parser-algorithms@npm:^3.0.4": + version: 3.0.4 + resolution: "@csstools/css-parser-algorithms@npm:3.0.4" peerDependencies: - "@csstools/css-tokenizer": ^3.0.1 - checksum: 10c0/064c6d519197b5af43bbf5efe8f4cdbd361b006113aa82160d637e925b50c643a52d33d512ca01c63042d952d723a2a10798231a714668356b76668fb11294e3 + "@csstools/css-tokenizer": ^3.0.3 + checksum: 10c0/d411f07765e14eede17bccc6bd4f90ff303694df09aabfede3fd104b2dfacfd4fe3697cd25ddad14684c850328f3f9420ebfa9f78380892492974db24ae47dbd languageName: node linkType: hard @@ -1345,10 +1376,10 @@ __metadata: languageName: node linkType: hard -"@csstools/css-tokenizer@npm:^3.0.1": - version: 3.0.1 - resolution: "@csstools/css-tokenizer@npm:3.0.1" - checksum: 10c0/c9ed4373e5731b5375ea9791590081019c04e95f08b46b272977e5e7b8c3d560affc62e82263cb8def1df1e57f0673140e7e16a14a5e7be04e6a234be088d1d3 +"@csstools/css-tokenizer@npm:^3.0.3": + version: 3.0.3 + resolution: "@csstools/css-tokenizer@npm:3.0.3" + checksum: 10c0/c31bf410e1244b942e71798e37c54639d040cb59e0121b21712b40015fced2b0fb1ffe588434c5f8923c9cd0017cfc1c1c8f3921abc94c96edf471aac2eba5e5 languageName: node linkType: hard @@ -1362,13 +1393,13 @@ __metadata: languageName: node linkType: hard -"@csstools/media-query-list-parser@npm:^3.0.1": - version: 3.0.1 - resolution: "@csstools/media-query-list-parser@npm:3.0.1" +"@csstools/media-query-list-parser@npm:^4.0.2": + version: 4.0.2 + resolution: "@csstools/media-query-list-parser@npm:4.0.2" peerDependencies: - "@csstools/css-parser-algorithms": ^3.0.1 - "@csstools/css-tokenizer": ^3.0.1 - checksum: 10c0/fca1935cabf9fb94128da87f72c34aa2cfce8eb0beba4c78d685c7b42aaba3521067710afc6905b7347fc41fe53947536ce15a7ef3387b48763d8f7d71778d5e + "@csstools/css-parser-algorithms": ^3.0.4 + "@csstools/css-tokenizer": ^3.0.3 + checksum: 10c0/5d008a70f5d4fd96224066a433f5cdefa76cfd78a74416a20d6d5b2bb1bc8282b140e8373015d807d4dadb91daf3deb73eb13f853ec4e0479d0cb92e80c6f20d languageName: node linkType: hard @@ -1761,12 +1792,12 @@ __metadata: languageName: node linkType: hard -"@csstools/selector-specificity@npm:^4.0.0": - version: 4.0.0 - resolution: "@csstools/selector-specificity@npm:4.0.0" +"@csstools/selector-specificity@npm:^5.0.0": + version: 5.0.0 + resolution: "@csstools/selector-specificity@npm:5.0.0" peerDependencies: - postcss-selector-parser: ^6.1.0 - checksum: 10c0/6f4d4ecfdcd37f950100de8ffe0b4c1b1cc8c004aab2c2ebaa5c3e2bca2412d15b17d4628435f47a62d2c56db41bcbf985cb9c69e74b89964d48e421e93e75ba + postcss-selector-parser: ^7.0.0 + checksum: 10c0/186b444cabcdcdeb553bfe021f80c58bfe9ef38dcc444f2b1f34a5aab9be063ab4e753022b2d5792049c041c28cfbb78e4b707ec398459300e402030d35c07eb languageName: node linkType: hard @@ -2748,7 +2779,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/resolve-uri@npm:^3.0.3, @jridgewell/resolve-uri@npm:^3.1.0": +"@jridgewell/resolve-uri@npm:^3.1.0": version: 3.1.2 resolution: "@jridgewell/resolve-uri@npm:3.1.2" checksum: 10c0/d502e6fb516b35032331406d4e962c21fe77cdf1cbdb49c6142bcbd9e30507094b18972778a6e27cbad756209cfe34b1a27729e6fa08a2eb92b33943f680cf1e @@ -2769,16 +2800,6 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:0.3.9": - version: 0.3.9 - resolution: "@jridgewell/trace-mapping@npm:0.3.9" - dependencies: - "@jridgewell/resolve-uri": "npm:^3.0.3" - "@jridgewell/sourcemap-codec": "npm:^1.4.10" - checksum: 10c0/fa425b606d7c7ee5bfa6a31a7b050dd5814b4082f318e0e4190f991902181b4330f43f4805db1dd4f2433fd0ed9cc7a7b9c2683f1deeab1df1b0a98b1e24055b - languageName: node - linkType: hard - "@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": version: 0.3.25 resolution: "@jridgewell/trace-mapping@npm:0.3.25" @@ -2789,6 +2810,47 @@ __metadata: languageName: node linkType: hard +"@jsonjoy.com/base64@npm:^1.1.1": + version: 1.1.2 + resolution: "@jsonjoy.com/base64@npm:1.1.2" + peerDependencies: + tslib: 2 + checksum: 10c0/88717945f66dc89bf58ce75624c99fe6a5c9a0c8614e26d03e406447b28abff80c69fb37dabe5aafef1862cf315071ae66e5c85f6018b437d95f8d13d235e6eb + languageName: node + linkType: hard + +"@jsonjoy.com/json-pack@npm:^1.0.3": + version: 1.1.0 + resolution: "@jsonjoy.com/json-pack@npm:1.1.0" + dependencies: + "@jsonjoy.com/base64": "npm:^1.1.1" + "@jsonjoy.com/util": "npm:^1.1.2" + hyperdyperid: "npm:^1.2.0" + thingies: "npm:^1.20.0" + peerDependencies: + tslib: 2 + checksum: 10c0/cdf5cb567a7f2e703d4966a3e3a5f7f7b54ee40a2102aa0ede5c79bcf2060c8465d82f39de8583db4cf1d8415bec8e57dfb1156ef663567b846cdea45813d9d1 + languageName: node + linkType: hard + +"@jsonjoy.com/util@npm:^1.1.2, @jsonjoy.com/util@npm:^1.3.0": + version: 1.5.0 + resolution: "@jsonjoy.com/util@npm:1.5.0" + peerDependencies: + tslib: 2 + checksum: 10c0/0065ae12c4108d8aede01a479c8d2b5a39bce99e9a449d235befc753f57e8385d9c1115720529f26597840b7398d512898155423d9859fd638319fb0c827365d + languageName: node + linkType: hard + +"@keyv/serialize@npm:^1.0.2": + version: 1.0.2 + resolution: "@keyv/serialize@npm:1.0.2" + dependencies: + buffer: "npm:^6.0.3" + checksum: 10c0/31c5cb0938d22ce890314befc4d00c248c4c9be9664885978d6449b1787993dbc91999041076d53437888bb5f4280233276fbc4c72f97955d111d7a6ccd4cd67 + languageName: node + linkType: hard + "@lit-labs/react@npm:^1.0.2": version: 1.2.1 resolution: "@lit-labs/react@npm:1.2.1" @@ -3014,24 +3076,6 @@ __metadata: languageName: node linkType: hard -"@nx/devkit@npm:20.0.10": - version: 20.0.10 - resolution: "@nx/devkit@npm:20.0.10" - dependencies: - ejs: "npm:^3.1.7" - enquirer: "npm:~2.3.6" - ignore: "npm:^5.0.4" - minimatch: "npm:9.0.3" - semver: "npm:^7.5.3" - tmp: "npm:~0.2.1" - tslib: "npm:^2.3.0" - yargs-parser: "npm:21.1.1" - peerDependencies: - nx: ">= 19 <= 21" - checksum: 10c0/bab4c7ce90013ae8ed6a2d4edc8162afdcf249dd72e0540402f1e3c3f3d9540f7b60eb546b6151c11238202b78106e568130f7e308023e526663e3b5187a7794 - languageName: node - linkType: hard - "@nx/nx-darwin-arm64@npm:19.8.2": version: 19.8.2 resolution: "@nx/nx-darwin-arm64@npm:19.8.2" @@ -3102,21 +3146,6 @@ __metadata: languageName: node linkType: hard -"@nxkit/style-dictionary@npm:^6.0.0": - version: 6.0.0 - resolution: "@nxkit/style-dictionary@npm:6.0.0" - dependencies: - "@nx/devkit": "npm:20.0.10" - "@phenomnomnominal/tsquery": "npm:^5.0.1" - fs-extra: "npm:^11.2.0" - ts-node: "npm:10.9.1" - tslib: "npm:^2.8.1" - peerDependencies: - style-dictionary: ^3.9.2 - checksum: 10c0/168694e713a38ceb05c969043d49c4a70354432be3c1378be1c163ad8e1e4f31e9fa47c248f1e46299b84306c11e46db772a8a2cba1014aff9e08badcff31a9f - languageName: node - linkType: hard - "@octokit/auth-token@npm:^2.4.4": version: 2.5.0 resolution: "@octokit/auth-token@npm:2.5.0" @@ -3366,17 +3395,6 @@ __metadata: languageName: node linkType: hard -"@phenomnomnominal/tsquery@npm:^5.0.1": - version: 5.0.1 - resolution: "@phenomnomnominal/tsquery@npm:5.0.1" - dependencies: - esquery: "npm:^1.4.0" - peerDependencies: - typescript: ^3 || ^4 || ^5 - checksum: 10c0/e241410cd321eb19543acd1e5f3cd973e02ecca918b2382d44e35e316fa1e41cf2d81abc4a2ee48cca023541d3812e94b491f215894375f5a2576e948b934e89 - languageName: node - linkType: hard - "@pkgjs/parseargs@npm:^0.11.0": version: 0.11.0 resolution: "@pkgjs/parseargs@npm:0.11.0" @@ -3654,13 +3672,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3673,16 +3692,23 @@ __metadata: "@spectrum-css/fieldlabel": "npm:10.0.1" "@spectrum-css/popover": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actiongroup": ">=5" - "@spectrum-css/closebutton": ">=5" - "@spectrum-css/fieldlabel": ">=8" - "@spectrum-css/popover": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actiongroup": ">=6" + "@spectrum-css/closebutton": ">=6" + "@spectrum-css/fieldlabel": ">=10" + "@spectrum-css/popover": ">=8" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/actiongroup": + optional: true + "@spectrum-css/closebutton": + optional: true + "@spectrum-css/fieldlabel": + optional: true + "@spectrum-css/popover": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3693,16 +3719,14 @@ __metadata: "@spectrum-css/commons": "workspace:^" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3712,16 +3736,14 @@ __metadata: dependencies: "@spectrum-css/actionbutton": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/actionbutton": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3734,16 +3756,23 @@ __metadata: "@spectrum-css/menu": "npm:9.0.1" "@spectrum-css/popover": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/icon": ">=7" - "@spectrum-css/menu": ">=7" - "@spectrum-css/popover": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/icon": ">=9" + "@spectrum-css/menu": ">=9" + "@spectrum-css/popover": ">=8" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/actionbutton": + optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/menu": + optional: true + "@spectrum-css/popover": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3756,19 +3785,23 @@ __metadata: "@spectrum-css/divider": "npm:5.0.1" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/button": ">=13" - "@spectrum-css/closebutton": ">=5" - "@spectrum-css/divider": ">=3" - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14" + "@spectrum-css/closebutton": ">=6" + "@spectrum-css/divider": ">=5" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/button": + optional: true + "@spectrum-css/closebutton": + optional: true + "@spectrum-css/divider": + optional: true "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3782,22 +3815,26 @@ __metadata: "@spectrum-css/modal": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" "@spectrum-css/underlay": "npm:6.0.1" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" - peerDependencies: - "@spectrum-css/buttongroup": ">=7" - "@spectrum-css/divider": ">=3" - "@spectrum-css/icon": ">=7" - "@spectrum-css/modal": ">=5" - "@spectrum-css/tokens": ">=14 || >=15" - "@spectrum-css/underlay": ">=4" + peerDependencies: + "@spectrum-css/buttongroup": ">=9" + "@spectrum-css/divider": ">=5" + "@spectrum-css/icon": ">=9" + "@spectrum-css/modal": ">=7" + "@spectrum-css/tokens": ">=16" + "@spectrum-css/underlay": ">=6" peerDependenciesMeta: "@spectrum-css/buttongroup": optional: true + "@spectrum-css/divider": + optional: true "@spectrum-css/icon": optional: true + "@spectrum-css/modal": + optional: true + "@spectrum-css/tokens": + optional: true + "@spectrum-css/underlay": + optional: true languageName: unknown linkType: soft @@ -3806,12 +3843,11 @@ __metadata: resolution: "@spectrum-css/asset@workspace:components/asset" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3821,16 +3857,14 @@ __metadata: dependencies: "@spectrum-css/checkbox": "npm:10.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/checkbox": ">=9" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/checkbox": ">=10" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/checkbox": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3841,19 +3875,17 @@ __metadata: "@spectrum-css/checkbox": "npm:10.0.1" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/checkbox": ">=9" - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/checkbox": ">=10" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/checkbox": optional: true "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3862,12 +3894,11 @@ __metadata: resolution: "@spectrum-css/avatar@workspace:components/avatar" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3877,16 +3908,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -3897,19 +3926,17 @@ __metadata: "@spectrum-css/actionbutton": "npm:7.0.1" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/actionbutton": optional: true "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4003,7 +4030,7 @@ __metadata: "@spectrum-css/underlay": "workspace:^" "@spectrum-css/well": "workspace:^" colors: "npm:^1.4.0" - postcss: "npm:^8.5.0" + postcss: "npm:^8.5.1" postcss-licensing: "npm:^2.0.0" languageName: unknown linkType: soft @@ -4016,19 +4043,17 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/progresscircle": "npm:5.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/progresscircle": ">=3" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/progresscircle": ">=5" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/icon": optional: true "@spectrum-css/progresscircle": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4038,13 +4063,14 @@ __metadata: dependencies: "@spectrum-css/button": "npm:14.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/button": ">=13" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/button": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4054,13 +4080,14 @@ __metadata: dependencies: "@spectrum-css/actionbutton": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/actionbutton": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4074,18 +4101,13 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" "@spectrum-css/typography": "npm:8.0.1" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" - peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/asset": ">=5" - "@spectrum-css/checkbox": ">=9" - "@spectrum-css/icon": ">=7" - "@spectrum-css/quickaction": ">=3" - "@spectrum-css/tokens": ">=14.5.0 || >=15" - "@spectrum-css/typography": ">=6" + peerDependencies: + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/asset": ">=7" + "@spectrum-css/checkbox": ">=10" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + "@spectrum-css/typography": ">=8" peerDependenciesMeta: "@spectrum-css/actionbutton": optional: true @@ -4095,6 +4117,8 @@ __metadata: optional: true "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true "@spectrum-css/typography": optional: true languageName: unknown @@ -4106,13 +4130,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4122,13 +4147,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4139,13 +4165,14 @@ __metadata: "@spectrum-css/commons": "workspace:^" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4154,12 +4181,11 @@ __metadata: resolution: "@spectrum-css/coachindicator@workspace:components/coachindicator" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14.6.0 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4174,21 +4200,29 @@ __metadata: "@spectrum-css/menu": "npm:9.0.1" "@spectrum-css/popover": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" - peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/actionmenu": ">=6" - "@spectrum-css/button": ">=13" - "@spectrum-css/buttongroup": ">=7" - "@spectrum-css/menu": ">=7" - "@spectrum-css/popover": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + peerDependencies: + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/actionmenu": ">=7" + "@spectrum-css/button": ">=14" + "@spectrum-css/buttongroup": ">=9" + "@spectrum-css/menu": ">=9" + "@spectrum-css/popover": ">=8" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/actionbutton": + optional: true + "@spectrum-css/actionmenu": + optional: true "@spectrum-css/button": optional: true + "@spectrum-css/buttongroup": + optional: true + "@spectrum-css/menu": + optional: true + "@spectrum-css/popover": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4198,13 +4232,14 @@ __metadata: dependencies: "@spectrum-css/colorhandle": "npm:10.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/colorhandle": ">=8" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorhandle": ">=10" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/colorhandle": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4215,17 +4250,17 @@ __metadata: "@spectrum-css/colorloupe": "npm:7.0.1" "@spectrum-css/opacitycheckerboard": "npm:4.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/colorloupe": ">=5" - "@spectrum-css/opacitycheckerboard": ">=2" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorloupe": ">=7" + "@spectrum-css/opacitycheckerboard": ">=4" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/colorloupe": optional: true + "@spectrum-css/opacitycheckerboard": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4234,12 +4269,11 @@ __metadata: resolution: "@spectrum-css/colorloupe@workspace:components/colorloupe" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4250,14 +4284,17 @@ __metadata: "@spectrum-css/colorhandle": "npm:10.0.1" "@spectrum-css/opacitycheckerboard": "npm:4.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/colorhandle": ">=8" - "@spectrum-css/opacitycheckerboard": ">=2" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorhandle": ">=10" + "@spectrum-css/opacitycheckerboard": ">=4" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/colorhandle": + optional: true + "@spectrum-css/opacitycheckerboard": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4269,20 +4306,20 @@ __metadata: "@spectrum-css/colorhandle": "npm:10.0.1" "@spectrum-css/colorloupe": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/colorarea": ">=5" - "@spectrum-css/colorhandle": ">=8" - "@spectrum-css/colorloupe": ">=5" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/colorarea": ">=7" + "@spectrum-css/colorhandle": ">=10" + "@spectrum-css/colorloupe": ">=7" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/colorarea": optional: true + "@spectrum-css/colorhandle": + optional: true "@spectrum-css/colorloupe": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4296,20 +4333,26 @@ __metadata: "@spectrum-css/progresscircle": "npm:5.0.1" "@spectrum-css/textfield": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" - peerDependencies: - "@spectrum-css/menu": ">=7" - "@spectrum-css/pickerbutton": ">=5" - "@spectrum-css/popover": ">=7" - "@spectrum-css/progresscircle": ">=3" - "@spectrum-css/textfield": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + peerDependencies: + "@spectrum-css/menu": ">=9" + "@spectrum-css/pickerbutton": ">=6" + "@spectrum-css/popover": ">=8" + "@spectrum-css/progresscircle": ">=5" + "@spectrum-css/textfield": ">=8" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/menu": + optional: true + "@spectrum-css/pickerbutton": + optional: true + "@spectrum-css/popover": + optional: true "@spectrum-css/progresscircle": optional: true + "@spectrum-css/textfield": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4317,9 +4360,12 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/commons@workspace:components/commons" dependencies: - "@spectrum-css/tokens": "workspace:^" + "@spectrum-css/tokens": "npm:16.0.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4331,18 +4377,20 @@ __metadata: "@spectrum-css/link": "npm:7.0.1" "@spectrum-css/popover": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/link": ">=5" - "@spectrum-css/popover": ">=7" - "@spectrum-css/tokens": ">=14.5.0 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/link": ">=7" + "@spectrum-css/popover": ">=8" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/actionbutton": + optional: true "@spectrum-css/link": optional: true + "@spectrum-css/popover": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4355,30 +4403,36 @@ __metadata: "@spectrum-css/popover": "npm:8.0.1" "@spectrum-css/textfield": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/calendar": ">=5" - "@spectrum-css/pickerbutton": ">=5" - "@spectrum-css/popover": ">=7" - "@spectrum-css/textfield": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" - languageName: unknown - linkType: soft - -"@spectrum-css/dial@workspace:^, @spectrum-css/dial@workspace:components/dial": + "@spectrum-css/calendar": ">=7" + "@spectrum-css/pickerbutton": ">=6" + "@spectrum-css/popover": ">=8" + "@spectrum-css/textfield": ">=8" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/calendar": + optional: true + "@spectrum-css/pickerbutton": + optional: true + "@spectrum-css/popover": + optional: true + "@spectrum-css/textfield": + optional: true + "@spectrum-css/tokens": + optional: true + languageName: unknown + linkType: soft + +"@spectrum-css/dial@workspace:^, @spectrum-css/dial@workspace:components/dial": version: 0.0.0-use.local resolution: "@spectrum-css/dial@workspace:components/dial" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4386,27 +4440,30 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/dialog@workspace:components/dialog" dependencies: - "@spectrum-css/buttongroup": "workspace:^" + "@spectrum-css/buttongroup": "npm:9.0.1" "@spectrum-css/closebutton": "npm:6.0.1" "@spectrum-css/divider": "npm:5.0.1" "@spectrum-css/modal": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" "@spectrum-css/underlay": "npm:6.0.1" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/closebutton": ">=5" - "@spectrum-css/divider": ">=3" - "@spectrum-css/modal": ">=5" - "@spectrum-css/tokens": ">=14 || >=15" - "@spectrum-css/underlay": ">=4" + "@spectrum-css/buttongroup": ">=9" + "@spectrum-css/closebutton": ">=6" + "@spectrum-css/divider": ">=5" + "@spectrum-css/modal": ">=7" + "@spectrum-css/tokens": ">=16" + "@spectrum-css/underlay": ">=6" peerDependenciesMeta: + "@spectrum-css/buttongroup": + optional: true + "@spectrum-css/closebutton": + optional: true "@spectrum-css/divider": optional: true "@spectrum-css/modal": optional: true + "@spectrum-css/tokens": + optional: true "@spectrum-css/underlay": optional: true languageName: unknown @@ -4417,12 +4474,11 @@ __metadata: resolution: "@spectrum-css/divider@workspace:components/divider" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4432,13 +4488,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4450,20 +4507,20 @@ __metadata: "@spectrum-css/illustratedmessage": "npm:9.0.1" "@spectrum-css/link": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/illustratedmessage": ">=7" - "@spectrum-css/link": ">=5" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/illustratedmessage": ">=9" + "@spectrum-css/link": ">=7" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/actionbutton": optional: true + "@spectrum-css/illustratedmessage": + optional: true "@spectrum-css/link": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4475,15 +4532,11 @@ __metadata: "@spectrum-css/helptext": "npm:7.0.1" "@spectrum-css/radio": "npm:10.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/checkbox": ">=9" - "@spectrum-css/helptext": ">=5" - "@spectrum-css/radio": ">=9" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/checkbox": ">=10" + "@spectrum-css/helptext": ">=7" + "@spectrum-css/radio": ">=10" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/checkbox": optional: true @@ -4491,6 +4544,8 @@ __metadata: optional: true "@spectrum-css/radio": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4500,13 +4555,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4515,12 +4571,11 @@ __metadata: resolution: "@spectrum-css/floatingactionbutton@workspace:components/floatingactionbutton" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4529,12 +4584,11 @@ __metadata: resolution: "@spectrum-css/form@workspace:components/form" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:*" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4555,13 +4609,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4570,12 +4625,11 @@ __metadata: resolution: "@spectrum-css/icon@workspace:components/icon" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4585,13 +4639,14 @@ __metadata: dependencies: "@spectrum-css/tokens": "npm:16.0.0" "@spectrum-css/typography": "npm:8.0.1" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" - "@spectrum-css/typography": ">=6" + "@spectrum-css/tokens": ">=16" + "@spectrum-css/typography": ">=8" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true + "@spectrum-css/typography": + optional: true languageName: unknown linkType: soft @@ -4601,16 +4656,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4621,17 +4674,17 @@ __metadata: "@spectrum-css/button": "npm:14.0.1" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/button": ">=13" - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/button": optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4640,12 +4693,11 @@ __metadata: resolution: "@spectrum-css/link@workspace:components/link" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4655,12 +4707,11 @@ __metadata: dependencies: "@spectrum-css/commons": "workspace:^" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4674,24 +4725,24 @@ __metadata: "@spectrum-css/switch": "npm:6.0.1" "@spectrum-css/tokens": "npm:16.0.0" "@spectrum-css/tray": "npm:5.0.1" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" - peerDependencies: - "@spectrum-css/checkbox": ">=9" - "@spectrum-css/divider": ">=3" - "@spectrum-css/icon": ">=7" - "@spectrum-css/switch": ">=5" - "@spectrum-css/tokens": ">=14 || >=15" - "@spectrum-css/tray": ">=3" + peerDependencies: + "@spectrum-css/checkbox": ">=10" + "@spectrum-css/divider": ">=5" + "@spectrum-css/icon": ">=9" + "@spectrum-css/switch": ">=6" + "@spectrum-css/tokens": ">=16" + "@spectrum-css/tray": ">=5" peerDependenciesMeta: "@spectrum-css/checkbox": optional: true "@spectrum-css/divider": optional: true + "@spectrum-css/icon": + optional: true "@spectrum-css/switch": optional: true + "@spectrum-css/tokens": + optional: true "@spectrum-css/tray": optional: true languageName: unknown @@ -4703,13 +4754,14 @@ __metadata: dependencies: "@spectrum-css/progressbar": "npm:6.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:*" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/progressbar": ">=4" - "@spectrum-css/tokens": ">=15" + "@spectrum-css/progressbar": ">=6" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/progressbar": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4721,15 +4773,20 @@ __metadata: "@spectrum-css/checkbox": "npm:10.0.1" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/assetlist": ">=6" - "@spectrum-css/checkbox": ">=9" - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/assetlist": ">=8" + "@spectrum-css/checkbox": ">=10" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/assetlist": + optional: true + "@spectrum-css/checkbox": + optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4739,12 +4796,11 @@ __metadata: dependencies: "@spectrum-css/commons": "workspace:^" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4753,12 +4809,11 @@ __metadata: resolution: "@spectrum-css/opacitycheckerboard@workspace:components/opacitycheckerboard" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4767,12 +4822,11 @@ __metadata: resolution: "@spectrum-css/page@workspace:components/page" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4785,16 +4839,23 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/textfield": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/button": ">=13" - "@spectrum-css/icon": ">=7" - "@spectrum-css/textfield": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/button": ">=14" + "@spectrum-css/icon": ">=9" + "@spectrum-css/textfield": ">=8" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/actionbutton": + optional: true + "@spectrum-css/button": + optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/textfield": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4809,22 +4870,26 @@ __metadata: "@spectrum-css/popover": "npm:8.0.1" "@spectrum-css/progresscircle": "npm:5.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" - peerDependencies: - "@spectrum-css/helptext": ">=5" - "@spectrum-css/icon": ">=7" - "@spectrum-css/menu": ">=7" - "@spectrum-css/popover": ">=7" - "@spectrum-css/progresscircle": ">=3" - "@spectrum-css/tokens": ">=14 || >=15" + peerDependencies: + "@spectrum-css/helptext": ">=7" + "@spectrum-css/icon": ">=9" + "@spectrum-css/menu": ">=9" + "@spectrum-css/popover": ">=8" + "@spectrum-css/progresscircle": ">=5" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/helptext": optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/menu": + optional: true + "@spectrum-css/popover": + optional: true "@spectrum-css/progresscircle": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4836,15 +4901,20 @@ __metadata: "@spectrum-css/menu": "npm:9.0.1" "@spectrum-css/popover": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/menu": ">=7" - "@spectrum-css/popover": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/menu": ">=9" + "@spectrum-css/popover": ">=8" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/menu": + optional: true + "@spectrum-css/popover": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4858,21 +4928,23 @@ __metadata: "@spectrum-css/divider": "npm:5.0.1" "@spectrum-css/menu": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/alertdialog": ">=2" - "@spectrum-css/dialog": ">=10" - "@spectrum-css/divider": ">=3" - "@spectrum-css/menu": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/alertdialog": ">=4" + "@spectrum-css/dialog": ">=12" + "@spectrum-css/divider": ">=5" + "@spectrum-css/menu": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/alertdialog": + optional: true + "@spectrum-css/dialog": + optional: true "@spectrum-css/divider": optional: true "@spectrum-css/menu": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4909,7 +4981,7 @@ __metadata: lit: "npm:^3.2.1" lodash-es: "npm:^4.17.21" npm-registry-fetch: "npm:^18.0.2" - postcss: "npm:^8.5.0" + postcss: "npm:^8.5.1" prettier: "npm:^3.4.2" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" @@ -4927,16 +4999,14 @@ __metadata: dependencies: "@spectrum-css/fieldlabel": "npm:10.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/fieldlabel": ">=8" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/fieldlabel": ">=10" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/fieldlabel": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4945,12 +5015,11 @@ __metadata: resolution: "@spectrum-css/progresscircle@workspace:components/progresscircle" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4960,13 +5029,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4976,13 +5046,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -4994,15 +5065,20 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/textfield": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/clearbutton": ">=6" - "@spectrum-css/icon": ">=7" - "@spectrum-css/textfield": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/clearbutton": ">=7" + "@spectrum-css/icon": ">=9" + "@spectrum-css/textfield": ">=8" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/clearbutton": + optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/textfield": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5012,16 +5088,14 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5031,13 +5105,14 @@ __metadata: dependencies: "@spectrum-css/stepper": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/stepper": ">=6" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/stepper": ">=7" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/stepper": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5046,12 +5121,11 @@ __metadata: resolution: "@spectrum-css/splitview@workspace:components/splitview" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5060,12 +5134,11 @@ __metadata: resolution: "@spectrum-css/statuslight@workspace:components/statuslight" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5076,15 +5149,15 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" "@spectrum-css/tooltip": "npm:7.0.1" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" - "@spectrum-css/tooltip": ">=6" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + "@spectrum-css/tooltip": ">=7" peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true "@spectrum-css/tooltip": optional: true languageName: unknown @@ -5099,19 +5172,23 @@ __metadata: "@spectrum-css/infieldbutton": "npm:6.0.1" "@spectrum-css/textfield": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/actionbutton": ">=6" - "@spectrum-css/icon": ">=7" - "@spectrum-css/infieldbutton": ">=5" - "@spectrum-css/textfield": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/actionbutton": ">=7" + "@spectrum-css/icon": ">=9" + "@spectrum-css/infieldbutton": ">=6" + "@spectrum-css/textfield": ">=8" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/actionbutton": + optional: true + "@spectrum-css/icon": + optional: true "@spectrum-css/infieldbutton": optional: true + "@spectrum-css/textfield": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5121,13 +5198,14 @@ __metadata: dependencies: "@spectrum-css/opacitycheckerboard": "npm:4.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/opacitycheckerboard": ">=2" - "@spectrum-css/tokens": ">=14.5.0 || >=15" + "@spectrum-css/opacitycheckerboard": ">=4" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/opacitycheckerboard": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5137,13 +5215,14 @@ __metadata: dependencies: "@spectrum-css/swatch": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/swatch": ">=6" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/swatch": ">=8" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/swatch": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5152,12 +5231,11 @@ __metadata: resolution: "@spectrum-css/switch@workspace:components/switch" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5170,23 +5248,23 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/thumbnail": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/button": ">=13" - "@spectrum-css/checkbox": ">=9" - "@spectrum-css/icon": ">=7" - "@spectrum-css/thumbnail": ">=6" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14" + "@spectrum-css/checkbox": ">=10" + "@spectrum-css/icon": ">=9" + "@spectrum-css/thumbnail": ">=8" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/button": optional: true "@spectrum-css/checkbox": optional: true + "@spectrum-css/icon": + optional: true "@spectrum-css/thumbnail": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5198,18 +5276,20 @@ __metadata: "@spectrum-css/menu": "npm:9.0.1" "@spectrum-css/picker": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/menu": ">=7" - "@spectrum-css/picker": ">=8" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/menu": ">=9" + "@spectrum-css/picker": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/icon": optional: true + "@spectrum-css/menu": + optional: true + "@spectrum-css/picker": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5221,20 +5301,20 @@ __metadata: "@spectrum-css/clearbutton": "npm:7.0.1" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/avatar": ">=7" - "@spectrum-css/clearbutton": ">=6" - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/avatar": ">=9" + "@spectrum-css/clearbutton": ">=7" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/avatar": optional: true + "@spectrum-css/clearbutton": + optional: true "@spectrum-css/icon": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5244,13 +5324,14 @@ __metadata: dependencies: "@spectrum-css/tag": "npm:10.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tag": ">=9" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tag": ">=10" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tag": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5260,16 +5341,14 @@ __metadata: dependencies: "@spectrum-css/helptext": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/helptext": ">=5" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/helptext": ">=7" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: "@spectrum-css/helptext": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5279,13 +5358,14 @@ __metadata: dependencies: "@spectrum-css/opacitycheckerboard": "npm:4.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/opacitycheckerboard": ">=2" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/opacitycheckerboard": ">=4" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/opacitycheckerboard": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5297,15 +5377,20 @@ __metadata: "@spectrum-css/closebutton": "npm:6.0.1" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/button": ">=13" - "@spectrum-css/closebutton": ">=5" - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/button": ">=14" + "@spectrum-css/closebutton": ">=6" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/button": + optional: true + "@spectrum-css/closebutton": + optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5322,17 +5407,12 @@ __metadata: dependencies: "@adobe/spectrum-tokens": "npm:0.0.0-s2-foundations-20241121221506" "@adobe/token-diff-generator": "npm:^1.3.0" - "@nxkit/style-dictionary": "npm:^6.0.0" "@spectrum-tools/postcss-rgb-mapping": "workspace:^" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - postcss: "npm:^8.5.0" - postcss-cli: "npm:^11.0.0" + deepmerge: "npm:^4.3.1" + lodash-es: "npm:^4.17.21" + postcss: "npm:^8.5.1" postcss-sorting: "npm:^9.1.0" - prettier: "npm:^3.4.2" - style-dictionary: "npm:^3.9.2" - style-dictionary-sets: "npm:^2.3.0" - stylelint: "npm:^16.9.0" + style-dictionary: "npm:^4.3.2" languageName: unknown linkType: soft @@ -5343,13 +5423,14 @@ __metadata: "@spectrum-css/commons": "workspace:^" "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/icon": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5363,22 +5444,26 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/modal": "npm:7.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" - peerDependencies: - "@spectrum-css/button": ">=13" - "@spectrum-css/dialog": ">=10" - "@spectrum-css/divider": ">=3" - "@spectrum-css/icon": ">=7" - "@spectrum-css/modal": ">=5" - "@spectrum-css/tokens": ">=14 || >=15" + peerDependencies: + "@spectrum-css/button": ">=14" + "@spectrum-css/dialog": ">=12" + "@spectrum-css/divider": ">=5" + "@spectrum-css/icon": ">=9" + "@spectrum-css/modal": ">=7" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/button": + optional: true "@spectrum-css/dialog": optional: true "@spectrum-css/divider": optional: true + "@spectrum-css/icon": + optional: true + "@spectrum-css/modal": + optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5389,17 +5474,17 @@ __metadata: "@spectrum-css/icon": "npm:9.0.1" "@spectrum-css/thumbnail": "npm:8.0.1" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/icon": ">=7" - "@spectrum-css/thumbnail": ">=6" - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/icon": ">=9" + "@spectrum-css/thumbnail": ">=8" + "@spectrum-css/tokens": ">=16" peerDependenciesMeta: + "@spectrum-css/icon": + optional: true "@spectrum-css/thumbnail": optional: true + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5408,12 +5493,11 @@ __metadata: resolution: "@spectrum-css/typography@workspace:components/typography" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14.5.0 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5434,12 +5518,11 @@ __metadata: dependencies: "@spectrum-css/commons": "workspace:^" "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5448,12 +5531,11 @@ __metadata: resolution: "@spectrum-css/well@workspace:components/well" dependencies: "@spectrum-css/tokens": "npm:16.0.0" - eslint: "npm:^8.57.0" - npm-run-all2: "npm:^7.0.2" - prettier: "npm:^3.4.2" - stylelint: "npm:^16.9.0" peerDependencies: - "@spectrum-css/tokens": ">=14 || >=15" + "@spectrum-css/tokens": ">=16" + peerDependenciesMeta: + "@spectrum-css/tokens": + optional: true languageName: unknown linkType: soft @@ -5476,8 +5558,8 @@ __metadata: dependencies: ava: "npm:^6.2.0" c8: "npm:^10.1.2" - postcss: "npm:^8.4.49" - postcss-selector-parser: "npm:^6.1.1" + postcss: "npm:^8.5.1" + postcss-selector-parser: "npm:^6.1.2" postcss-values-parser: "npm:^6.0.2" peerDependencies: postcss: ">=8" @@ -5490,7 +5572,7 @@ __metadata: dependencies: ava: "npm:^6.2.0" c8: "npm:^10.1.2" - postcss: "npm:^8.4.49" + postcss: "npm:^8.5.1" peerDependencies: postcss: ">=8" languageName: unknown @@ -5502,7 +5584,7 @@ __metadata: dependencies: ava: "npm:^6.2.0" c8: "npm:^10.1.3" - postcss: "npm:^8.5.0" + postcss: "npm:^8.5.1" postcss-values-parser: "npm:^6.0.2" peerDependencies: postcss: ">=8" @@ -5516,7 +5598,7 @@ __metadata: ava: "npm:^6.2.0" c8: "npm:^10.1.3" colors: "npm:^1.4.0" - stylelint: "npm:^16.9.0" + stylelint: "npm:^16.14.1" peerDependencies: stylelint: ">=16" languageName: unknown @@ -5530,9 +5612,9 @@ __metadata: c8: "npm:^10.1.3" colors: "npm:^1.4.0" fast-glob: "npm:^3.3.3" - postcss: "npm:^8.5.0" + postcss: "npm:^8.5.1" postcss-values-parser: "npm:^6.0.2" - stylelint: "npm:^16.9.0" + stylelint: "npm:^16.14.1" peerDependencies: stylelint: ">=16" languageName: unknown @@ -5545,9 +5627,9 @@ __metadata: ava: "npm:^6.2.0" c8: "npm:^10.1.3" colors: "npm:^1.4.0" - postcss: "npm:^8.4.49" + postcss: "npm:^8.5.1" postcss-values-parser: "npm:^6.0.2" - stylelint: "npm:^16.9.0" + stylelint: "npm:^16.14.1" peerDependencies: stylelint: ">=16" languageName: unknown @@ -5558,9 +5640,9 @@ __metadata: resolution: "@spectrum-tools/stylelint-theme-alignment@workspace:plugins/stylelint-theme-alignment" dependencies: colors: "npm:^1.4.0" - postcss: "npm:^8.5.0" + postcss: "npm:^8.5.1" postcss-values-parser: "npm:^6.0.2" - stylelint: "npm:^16.9.0" + stylelint: "npm:^16.14.1" peerDependencies: stylelint: ">=16" languageName: unknown @@ -6167,51 +6249,23 @@ __metadata: dom-accessibility-api: "npm:^0.6.3" lodash: "npm:^4.17.21" redent: "npm:^3.0.0" - checksum: 10c0/fd5936a547f04608d8de15a7de3ae26516f21023f8f45169b10c8c8847015fd20ec259b7309f08aa1031bcbc37c6e5e6f532d1bb85ef8f91bad654193ec66a4c - languageName: node - linkType: hard - -"@testing-library/user-event@npm:14.5.2": - version: 14.5.2 - resolution: "@testing-library/user-event@npm:14.5.2" - peerDependencies: - "@testing-library/dom": ">=7.21.4" - checksum: 10c0/68a0c2aa28a3c8e6eb05cafee29705438d7d8a9427423ce5064d44f19c29e89b5636de46dd2f28620fb10abba75c67130185bbc3aa23ac1163a227a5f36641e1 - languageName: node - linkType: hard - -"@trysound/sax@npm:0.2.0": - version: 0.2.0 - resolution: "@trysound/sax@npm:0.2.0" - checksum: 10c0/44907308549ce775a41c38a815f747009ac45929a45d642b836aa6b0a536e4978d30b8d7d680bbd116e9dd73b7dbe2ef0d1369dcfc2d09e83ba381e485ecbe12 - languageName: node - linkType: hard - -"@tsconfig/node10@npm:^1.0.7": - version: 1.0.11 - resolution: "@tsconfig/node10@npm:1.0.11" - checksum: 10c0/28a0710e5d039e0de484bdf85fee883bfd3f6a8980601f4d44066b0a6bcd821d31c4e231d1117731c4e24268bd4cf2a788a6787c12fc7f8d11014c07d582783c - languageName: node - linkType: hard - -"@tsconfig/node12@npm:^1.0.7": - version: 1.0.11 - resolution: "@tsconfig/node12@npm:1.0.11" - checksum: 10c0/dddca2b553e2bee1308a056705103fc8304e42bb2d2cbd797b84403a223b25c78f2c683ec3e24a095e82cd435387c877239bffcb15a590ba817cd3f6b9a99fd9 + checksum: 10c0/fd5936a547f04608d8de15a7de3ae26516f21023f8f45169b10c8c8847015fd20ec259b7309f08aa1031bcbc37c6e5e6f532d1bb85ef8f91bad654193ec66a4c languageName: node linkType: hard -"@tsconfig/node14@npm:^1.0.0": - version: 1.0.3 - resolution: "@tsconfig/node14@npm:1.0.3" - checksum: 10c0/67c1316d065fdaa32525bc9449ff82c197c4c19092b9663b23213c8cbbf8d88b6ed6a17898e0cbc2711950fbfaf40388938c1c748a2ee89f7234fc9e7fe2bf44 +"@testing-library/user-event@npm:14.5.2": + version: 14.5.2 + resolution: "@testing-library/user-event@npm:14.5.2" + peerDependencies: + "@testing-library/dom": ">=7.21.4" + checksum: 10c0/68a0c2aa28a3c8e6eb05cafee29705438d7d8a9427423ce5064d44f19c29e89b5636de46dd2f28620fb10abba75c67130185bbc3aa23ac1163a227a5f36641e1 languageName: node linkType: hard -"@tsconfig/node16@npm:^1.0.2": - version: 1.0.4 - resolution: "@tsconfig/node16@npm:1.0.4" - checksum: 10c0/05f8f2734e266fb1839eb1d57290df1664fe2aa3b0fdd685a9035806daa635f7519bf6d5d9b33f6e69dd545b8c46bd6e2b5c79acb2b1f146e885f7f11a42a5bb +"@trysound/sax@npm:0.2.0": + version: 0.2.0 + resolution: "@trysound/sax@npm:0.2.0" + checksum: 10c0/44907308549ce775a41c38a815f747009ac45929a45d642b836aa6b0a536e4978d30b8d7d680bbd116e9dd73b7dbe2ef0d1369dcfc2d09e83ba381e485ecbe12 languageName: node linkType: hard @@ -6602,6 +6656,13 @@ __metadata: languageName: node linkType: hard +"@zip.js/zip.js@npm:^2.7.44": + version: 2.7.53 + resolution: "@zip.js/zip.js@npm:2.7.53" + checksum: 10c0/883527bf09ce7c312117536c79d5f07e736d87de802a6c19e39ba2e18027499dcb9359df94dfde13c9bcf6118a20b4f26a40f9892ee82d7cac3124d6986b15c8 + languageName: node + linkType: hard + "@zkochan/js-yaml@npm:0.0.7": version: 0.0.7 resolution: "@zkochan/js-yaml@npm:0.0.7" @@ -6691,15 +6752,6 @@ __metadata: languageName: node linkType: hard -"acorn-walk@npm:^8.1.1": - version: 8.3.3 - resolution: "acorn-walk@npm:8.3.3" - dependencies: - acorn: "npm:^8.11.0" - checksum: 10c0/4a9e24313e6a0a7b389e712ba69b66b455b4cb25988903506a8d247e7b126f02060b05a8a5b738a9284214e4ca95f383dd93443a4ba84f1af9b528305c7f243b - languageName: node - linkType: hard - "acorn-walk@npm:^8.3.4": version: 8.3.4 resolution: "acorn-walk@npm:8.3.4" @@ -6736,7 +6788,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.6.0, acorn@npm:^8.9.0": +"acorn@npm:^8.5.0, acorn@npm:^8.6.0, acorn@npm:^8.9.0": version: 8.11.3 resolution: "acorn@npm:8.11.3" bin: @@ -7003,13 +7055,6 @@ __metadata: languageName: node linkType: hard -"arg@npm:^4.1.0": - version: 4.1.3 - resolution: "arg@npm:4.1.3" - checksum: 10c0/070ff801a9d236a6caa647507bdcc7034530604844d64408149a26b9e87c2f97650055c0f049abd1efc024b334635c01f29e0b632b371ac3f26130f4cf65997a - languageName: node - linkType: hard - "argparse@npm:^1.0.7": version: 1.0.10 resolution: "argparse@npm:1.0.10" @@ -7160,6 +7205,19 @@ __metadata: languageName: node linkType: hard +"assert@npm:^2.0.0": + version: 2.1.0 + resolution: "assert@npm:2.1.0" + dependencies: + call-bind: "npm:^1.0.2" + is-nan: "npm:^1.3.2" + object-is: "npm:^1.1.5" + object.assign: "npm:^4.1.4" + util: "npm:^0.12.5" + checksum: 10c0/7271a5da883c256a1fa690677bf1dd9d6aa882139f2bed1cd15da4f9e7459683e1da8e32a203d6cc6767e5e0f730c77a9532a87b896b4b0af0dd535f668775f0 + languageName: node + linkType: hard + "assertion-error@npm:^2.0.1": version: 2.0.1 resolution: "assertion-error@npm:2.0.1" @@ -7211,6 +7269,13 @@ __metadata: languageName: node linkType: hard +"at-least-node@npm:^1.0.0": + version: 1.0.0 + resolution: "at-least-node@npm:1.0.0" + checksum: 10c0/4c058baf6df1bc5a1697cf182e2029c58cd99975288a13f9e70068ef5d6f4e1f1fd7c4d2c3c4912eae44797d1725be9700995736deca441b39f3e66d8dee97ef + languageName: node + linkType: hard + "at-rule-packer@npm:^0.4.2": version: 0.4.2 resolution: "at-rule-packer@npm:0.4.2" @@ -7776,6 +7841,16 @@ __metadata: languageName: node linkType: hard +"cacheable@npm:^1.8.8": + version: 1.8.8 + resolution: "cacheable@npm:1.8.8" + dependencies: + hookified: "npm:^1.7.0" + keyv: "npm:^5.2.3" + checksum: 10c0/24e0f93782015be75b1ec9fe3fb151b2921f61c282091b873f78a0efeb141e95a21d8aa5f4c6bd99a8acb0b485deb5801aa32b4ecf4b666efa7446739368588b + languageName: node + linkType: hard + "caching-transform@npm:^4.0.0": version: 4.0.0 resolution: "caching-transform@npm:4.0.0" @@ -7788,7 +7863,7 @@ __metadata: languageName: node linkType: hard -"call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7": +"call-bind@npm:^1.0.0, call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7": version: 1.0.7 resolution: "call-bind@npm:1.0.7" dependencies: @@ -7852,9 +7927,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001599, caniuse-lite@npm:^1.0.30001629, caniuse-lite@npm:^1.0.30001640, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001669": - version: 1.0.30001690 - resolution: "caniuse-lite@npm:1.0.30001690" - checksum: 10c0/646bd469032afa90400a84dec30a2b00a6eda62c03ead358117e3f884cda8aacec02ec058a6dbee5eaf9714f83e483b9b0eb4fb42febb8076569f5ca40f1d347 + version: 1.0.30001697 + resolution: "caniuse-lite@npm:1.0.30001697" + checksum: 10c0/c114045be1bb5e610ca14c619157472910401bf59cc4d3050cc64ecd6887345ae8f685a5474c126755fabbd6e02f899b3b743218ab46dcbd5b6880607b67e18e languageName: node linkType: hard @@ -7964,7 +8039,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:~4.1.2": +"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.2, chalk@npm:~4.1.2": version: 4.1.2 resolution: "chalk@npm:4.1.2" dependencies: @@ -8008,6 +8083,13 @@ __metadata: languageName: node linkType: hard +"change-case@npm:^5.3.0": + version: 5.4.4 + resolution: "change-case@npm:5.4.4" + checksum: 10c0/2a9c2b9c9ad6ab2491105aaf506db1a9acaf543a18967798dcce20926c6a173aa63266cb6189f3086e3c14bf7ae1f8ea4f96ecc466fcd582310efa00372f3734 + languageName: node + linkType: hard + "char-regex@npm:^1.0.2": version: 1.0.2 resolution: "char-regex@npm:1.0.2" @@ -8121,7 +8203,7 @@ __metadata: languageName: node linkType: hard -"chokidar@npm:^3.3.0, chokidar@npm:^3.6.0": +"chokidar@npm:^3.6.0": version: 3.6.0 resolution: "chokidar@npm:3.6.0" dependencies: @@ -8507,13 +8589,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:^8.3.0": - version: 8.3.0 - resolution: "commander@npm:8.3.0" - checksum: 10c0/8b043bb8322ea1c39664a1598a95e0495bfe4ca2fad0d84a92d7d1d8d213e2a155b441d2470c8e08de7c4a28cf2bc6e169211c49e1b21d9f7edc6ae4d9356060 - languageName: node - linkType: hard - "commander@npm:~2.13.0": version: 2.13.0 resolution: "commander@npm:2.13.0" @@ -8552,6 +8627,13 @@ __metadata: languageName: node linkType: hard +"component-emitter@npm:^2.0.0": + version: 2.0.0 + resolution: "component-emitter@npm:2.0.0" + checksum: 10c0/65dfaf787ea49eb48f0ffec766bda7ec67e8dbeb3b406f08724dcae842e0aa274731fcccb9280b77d2b41693061731a9080b60d276020246a146544cd9900b83 + languageName: node + linkType: hard + "compress-commons@npm:^6.0.2": version: 6.0.2 resolution: "compress-commons@npm:6.0.2" @@ -8732,13 +8814,6 @@ __metadata: languageName: node linkType: hard -"create-require@npm:^1.1.0": - version: 1.1.1 - resolution: "create-require@npm:1.1.1" - checksum: 10c0/157cbc59b2430ae9a90034a5f3a1b398b6738bf510f713edc4d4e45e169bc514d3d99dd34d8d01ca7ae7830b5b8b537e46ae8f3c8f932371b0875c0151d7ec91 - languageName: node - linkType: hard - "cross-env@npm:^7.0.3": version: 7.0.3 resolution: "cross-env@npm:7.0.3" @@ -8751,7 +8826,7 @@ __metadata: languageName: node linkType: hard -"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.5, cross-spawn@npm:^7.0.6": +"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.5": version: 7.0.6 resolution: "cross-spawn@npm:7.0.6" dependencies: @@ -8807,10 +8882,10 @@ __metadata: languageName: node linkType: hard -"css-functions-list@npm:^3.2.2": - version: 3.2.2 - resolution: "css-functions-list@npm:3.2.2" - checksum: 10c0/8638a63d0cf1bdc50d4a752ec1c94a57e9953c3b03eace4f5526db20bec3c061e95089f905dbb4999c44b9780ce777ba856967560f6d15119a303f6030901c10 +"css-functions-list@npm:^3.2.3": + version: 3.2.3 + resolution: "css-functions-list@npm:3.2.3" + checksum: 10c0/03f9ed34eeed310d2b1cf0e524eea02bc5f87854a4de85f8957ea432ab1036841a3fb00879590519f7bb8fda40d992ce7a72fa9b61696ca1dc53b90064858f96 languageName: node linkType: hard @@ -8872,6 +8947,16 @@ __metadata: languageName: node linkType: hard +"css-tree@npm:^3.1.0": + version: 3.1.0 + resolution: "css-tree@npm:3.1.0" + dependencies: + mdn-data: "npm:2.12.2" + source-map-js: "npm:^1.0.1" + checksum: 10c0/b5715852c2f397c715ca00d56ec53fc83ea596295ae112eb1ba6a1bda3b31086380e596b1d8c4b980fe6da09e7d0fc99c64d5bb7313030dd0fba9c1415f30979 + languageName: node + linkType: hard + "css-tree@npm:~2.2.0": version: 2.2.1 resolution: "css-tree@npm:2.2.1" @@ -8929,46 +9014,6 @@ __metadata: languageName: node linkType: hard -"cssnano-preset-default@npm:^7.0.4": - version: 7.0.4 - resolution: "cssnano-preset-default@npm:7.0.4" - dependencies: - browserslist: "npm:^4.23.1" - css-declaration-sorter: "npm:^7.2.0" - cssnano-utils: "npm:^5.0.0" - postcss-calc: "npm:^10.0.0" - postcss-colormin: "npm:^7.0.1" - postcss-convert-values: "npm:^7.0.2" - postcss-discard-comments: "npm:^7.0.1" - postcss-discard-duplicates: "npm:^7.0.0" - postcss-discard-empty: "npm:^7.0.0" - postcss-discard-overridden: "npm:^7.0.0" - postcss-merge-longhand: "npm:^7.0.2" - postcss-merge-rules: "npm:^7.0.2" - postcss-minify-font-values: "npm:^7.0.0" - postcss-minify-gradients: "npm:^7.0.0" - postcss-minify-params: "npm:^7.0.1" - postcss-minify-selectors: "npm:^7.0.2" - postcss-normalize-charset: "npm:^7.0.0" - postcss-normalize-display-values: "npm:^7.0.0" - postcss-normalize-positions: "npm:^7.0.0" - postcss-normalize-repeat-style: "npm:^7.0.0" - postcss-normalize-string: "npm:^7.0.0" - postcss-normalize-timing-functions: "npm:^7.0.0" - postcss-normalize-unicode: "npm:^7.0.1" - postcss-normalize-url: "npm:^7.0.0" - postcss-normalize-whitespace: "npm:^7.0.0" - postcss-ordered-values: "npm:^7.0.1" - postcss-reduce-initial: "npm:^7.0.1" - postcss-reduce-transforms: "npm:^7.0.0" - postcss-svgo: "npm:^7.0.1" - postcss-unique-selectors: "npm:^7.0.1" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/0083821e778bdf7b8aa9589408a01a717be730f73584e7b81756a6fcf87af05b8f17342025e666572a8d573cc30783f2d817b0f7ad63670398bc3135b017ccad - languageName: node - linkType: hard - "cssnano-preset-default@npm:^7.0.6": version: 7.0.6 resolution: "cssnano-preset-default@npm:7.0.6" @@ -9018,15 +9063,15 @@ __metadata: languageName: node linkType: hard -"cssnano@npm:^7.0.3": - version: 7.0.4 - resolution: "cssnano@npm:7.0.4" +"cssnano@npm:^7.0.6": + version: 7.0.6 + resolution: "cssnano@npm:7.0.6" dependencies: - cssnano-preset-default: "npm:^7.0.4" + cssnano-preset-default: "npm:^7.0.6" lilconfig: "npm:^3.1.2" peerDependencies: postcss: ^8.4.31 - checksum: 10c0/3939a0b37b11cb4bae92f7916517c7ba21257551f92517b49a640d5df32e855fb7e73321f4be44d2c2de578309c05d711cdcb1976e95607b1b7f92bd4cbd1350 + checksum: 10c0/19ff09931a1531e7c0c0d8928da554d99213aa0bb1f3b93cc6b4987727d60a8cd5537b113a5cf4f95cc1db65bba3f2b35476bd63bb57e7469d4eab73e07d736d languageName: node linkType: hard @@ -9184,18 +9229,6 @@ __metadata: languageName: node linkType: hard -"debug@npm:^4.3.6": - version: 4.3.6 - resolution: "debug@npm:4.3.6" - dependencies: - ms: "npm:2.1.2" - peerDependenciesMeta: - supports-color: - optional: true - checksum: 10c0/3293416bff072389c101697d4611c402a6bacd1900ac20c0492f61a9cdd6b3b29750fc7f5e299f8058469ef60ff8fb79b86395a30374fbd2490113c1c7112285 - languageName: node - linkType: hard - "decamelize@npm:^1.2.0": version: 1.2.0 resolution: "decamelize@npm:1.2.0" @@ -9252,7 +9285,7 @@ __metadata: languageName: node linkType: hard -"deepmerge@npm:^4.2.2": +"deepmerge@npm:^4.2.2, deepmerge@npm:^4.3.1": version: 4.3.1 resolution: "deepmerge@npm:4.3.1" checksum: 10c0/e53481aaf1aa2c4082b5342be6b6d8ad9dfe387bc92ce197a66dea08bd4265904a087e75e464f14d1347cf2ac8afe1e4c16b266e0561cc5df29382d3c5f80044 @@ -9319,7 +9352,7 @@ __metadata: languageName: node linkType: hard -"define-properties@npm:^1.2.0, define-properties@npm:^1.2.1": +"define-properties@npm:^1.1.3, define-properties@npm:^1.2.0, define-properties@npm:^1.2.1": version: 1.2.1 resolution: "define-properties@npm:1.2.1" dependencies: @@ -9353,13 +9386,6 @@ __metadata: languageName: node linkType: hard -"dependency-graph@npm:^0.11.0": - version: 0.11.0 - resolution: "dependency-graph@npm:0.11.0" - checksum: 10c0/9e6968d1534fdb502f7f3a25a3819b499f9d60f8389193950ed0b4d1618f1341b36b5d039f2cee256cfe10c9e8198ace16b271e370df06a93fac206e81602e7c - languageName: node - linkType: hard - "deprecation@npm:^2.0.0, deprecation@npm:^2.3.1": version: 2.3.1 resolution: "deprecation@npm:2.3.1" @@ -9432,13 +9458,6 @@ __metadata: languageName: node linkType: hard -"diff@npm:^4.0.1": - version: 4.0.2 - resolution: "diff@npm:4.0.2" - checksum: 10c0/81b91f9d39c4eaca068eb0c1eb0e4afbdc5bb2941d197f513dd596b820b956fef43485876226d65d497bebc15666aa2aa82c679e84f65d5f2bfbf14ee46e32c1 - languageName: node - linkType: hard - "diff@npm:^7.0.0": version: 7.0.0 resolution: "diff@npm:7.0.0" @@ -10351,7 +10370,7 @@ __metadata: languageName: node linkType: hard -"esquery@npm:^1.4.0, esquery@npm:^1.4.2, esquery@npm:^1.6.0": +"esquery@npm:^1.4.2, esquery@npm:^1.6.0": version: 1.6.0 resolution: "esquery@npm:1.6.0" dependencies: @@ -10735,6 +10754,15 @@ __metadata: languageName: node linkType: hard +"file-entry-cache@npm:^10.0.5": + version: 10.0.6 + resolution: "file-entry-cache@npm:10.0.6" + dependencies: + flat-cache: "npm:^6.1.6" + checksum: 10c0/4e7226a5dbe7b5130c848c5fd3a352bb16e4ddb1de10cb4b3ea8375f6ab6085ed10da4db2db8119c61fc7e56fc59a40eeb837a4ae1a3a7c8357a17e69004f113 + languageName: node + linkType: hard + "file-entry-cache@npm:^6.0.1": version: 6.0.1 resolution: "file-entry-cache@npm:6.0.1" @@ -10744,15 +10772,6 @@ __metadata: languageName: node linkType: hard -"file-entry-cache@npm:^9.0.0": - version: 9.0.0 - resolution: "file-entry-cache@npm:9.0.0" - dependencies: - flat-cache: "npm:^5.0.0" - checksum: 10c0/07b0a4f062dc0aa258f3e1b06ac083ea25313f5e289943e146fafdaf3315dcc031635545eea7fe98fe5598b91d6c7f48dba7a251dd7ac20108a6ebf7d00b0b1c - languageName: node - linkType: hard - "file-uri-to-path@npm:1.0.0": version: 1.0.0 resolution: "file-uri-to-path@npm:1.0.0" @@ -10884,6 +10903,15 @@ __metadata: languageName: node linkType: hard +"find-yarn-workspace-root@npm:^2.0.0": + version: 2.0.0 + resolution: "find-yarn-workspace-root@npm:2.0.0" + dependencies: + micromatch: "npm:^4.0.2" + checksum: 10c0/b0d3843013fbdaf4e57140e0165889d09fa61745c9e85da2af86e54974f4cc9f1967e40f0d8fc36a79d53091f0829c651d06607d552582e53976f3cd8f4e5689 + languageName: node + linkType: hard + "findup-sync@npm:^5.0.0": version: 5.0.0 resolution: "findup-sync@npm:5.0.0" @@ -10927,13 +10955,14 @@ __metadata: languageName: node linkType: hard -"flat-cache@npm:^5.0.0": - version: 5.0.0 - resolution: "flat-cache@npm:5.0.0" +"flat-cache@npm:^6.1.6": + version: 6.1.6 + resolution: "flat-cache@npm:6.1.6" dependencies: - flatted: "npm:^3.3.1" - keyv: "npm:^4.5.4" - checksum: 10c0/847f25eefec5d6614fdce76dc6097ee98f63fd4dfbcb908718905ac56610f939f4c28b1f908d6e8857d49286fe73235095d2e7ac9df096c35a3e8a15204c361b + cacheable: "npm:^1.8.8" + flatted: "npm:^3.3.2" + hookified: "npm:^1.7.0" + checksum: 10c0/2aeba555b61d32d7f0803e6b6b3ba959610cdc0e5b591ed0f80a3ad70c4e80e81afb6853c495cafdcbc3a02386d76a1522babcf04e50c4a1e81df2decfd02e9f languageName: node linkType: hard @@ -10946,13 +10975,20 @@ __metadata: languageName: node linkType: hard -"flatted@npm:^3.2.9, flatted@npm:^3.3.1": +"flatted@npm:^3.2.9": version: 3.3.1 resolution: "flatted@npm:3.3.1" checksum: 10c0/324166b125ee07d4ca9bcf3a5f98d915d5db4f39d711fba640a3178b959919aae1f7cfd8aabcfef5826ed8aa8a2aa14cc85b2d7d18ff638ddf4ae3df39573eaf languageName: node linkType: hard +"flatted@npm:^3.3.2": + version: 3.3.2 + resolution: "flatted@npm:3.3.2" + checksum: 10c0/24cc735e74d593b6c767fe04f2ef369abe15b62f6906158079b9874bdb3ee5ae7110bb75042e70cd3f99d409d766f357caf78d5ecee9780206f5fdc5edbad334 + languageName: node + linkType: hard + "follow-redirects@npm:^1.15.6": version: 1.15.6 resolution: "follow-redirects@npm:1.15.6" @@ -11084,18 +11120,7 @@ __metadata: languageName: node linkType: hard -"fs-extra@npm:^10.0.0": - version: 10.1.0 - resolution: "fs-extra@npm:10.1.0" - dependencies: - graceful-fs: "npm:^4.2.0" - jsonfile: "npm:^6.0.1" - universalify: "npm:^2.0.0" - checksum: 10c0/5f579466e7109719d162a9249abbeffe7f426eb133ea486e020b89bc6d67a741134076bf439983f2eb79276ceaf6bd7b7c1e43c3fd67fe889863e69072fb0a5e - languageName: node - linkType: hard - -"fs-extra@npm:^11.0.0, fs-extra@npm:^11.1.1, fs-extra@npm:^11.2.0": +"fs-extra@npm:^11.1.1": version: 11.2.0 resolution: "fs-extra@npm:11.2.0" dependencies: @@ -11128,6 +11153,18 @@ __metadata: languageName: node linkType: hard +"fs-extra@npm:^9.0.0": + version: 9.1.0 + resolution: "fs-extra@npm:9.1.0" + dependencies: + at-least-node: "npm:^1.0.0" + graceful-fs: "npm:^4.2.0" + jsonfile: "npm:^6.0.1" + universalify: "npm:^2.0.0" + checksum: 10c0/9b808bd884beff5cb940773018179a6b94a966381d005479f00adda6b44e5e3d4abf765135773d849cc27efe68c349e4a7b86acd7d3306d5932c14f3a4b17a92 + languageName: node + linkType: hard + "fs-minipass@npm:^2.0.0": version: 2.1.0 resolution: "fs-minipass@npm:2.1.0" @@ -11272,13 +11309,6 @@ __metadata: languageName: node linkType: hard -"get-stdin@npm:^9.0.0": - version: 9.0.0 - resolution: "get-stdin@npm:9.0.0" - checksum: 10c0/7ef2edc0c81a0644ca9f051aad8a96ae9373d901485abafaabe59fd347a1c378689d8a3d8825fb3067415d1d09dfcaa43cb9b9516ecac6b74b3138b65a8ccc6b - languageName: node - linkType: hard - "get-stream@npm:^6.0.0": version: 6.0.1 resolution: "get-stream@npm:6.0.1" @@ -11353,7 +11383,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7, glob@npm:^10.4.1": +"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7, glob@npm:^10.4.1, glob@npm:^10.4.2": version: 10.4.5 resolution: "glob@npm:10.4.5" dependencies: @@ -11527,7 +11557,7 @@ __metadata: languageName: node linkType: hard -"globby@npm:^14.0.0, globby@npm:^14.0.2": +"globby@npm:^14.0.2": version: 14.0.2 resolution: "globby@npm:14.0.2" dependencies: @@ -11557,7 +11587,7 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.3, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.3, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 @@ -11758,6 +11788,13 @@ __metadata: languageName: node linkType: hard +"hookified@npm:^1.7.0": + version: 1.7.0 + resolution: "hookified@npm:1.7.0" + checksum: 10c0/039424cbeb8cc55cd9bd6b17e9fb48c5d619899f49d560abf39a4cd3ae3d9197e434732218641ebaec22ff0a0b195fdb96fc4c42df12477f464bfe63a35a4b66 + languageName: node + linkType: hard + "hosted-git-info@npm:^8.0.0": version: 8.0.0 resolution: "hosted-git-info@npm:8.0.0" @@ -11896,6 +11933,13 @@ __metadata: languageName: node linkType: hard +"hyperdyperid@npm:^1.2.0": + version: 1.2.0 + resolution: "hyperdyperid@npm:1.2.0" + checksum: 10c0/885ba3177c7181d315a856ee9c0005ff8eb5dcb1ce9e9d61be70987895d934d84686c37c981cceeb53216d4c9c15c1cc25f1804e84cc6a74a16993c5d7fd0893 + languageName: node + linkType: hard + "iconv-lite@npm:^0.4.24": version: 0.4.24 resolution: "iconv-lite@npm:0.4.24" @@ -11935,10 +11979,10 @@ __metadata: languageName: node linkType: hard -"ignore@npm:^5.3.2": - version: 5.3.2 - resolution: "ignore@npm:5.3.2" - checksum: 10c0/f9f652c957983634ded1e7f02da3b559a0d4cc210fca3792cb67f1b153623c9c42efdc1c4121af171e295444459fc4a9201101fb041b1104a3c000bccb188337 +"ignore@npm:^7.0.3": + version: 7.0.3 + resolution: "ignore@npm:7.0.3" + checksum: 10c0/8e21637513cbcd888a4873d34d5c651a2e24b3c4c9a6b159335a26bed348c3c386c51d6fab23577f59140e1b226323138fbd50e63882d4568fd12aa6c822029e languageName: node linkType: hard @@ -12009,6 +12053,13 @@ __metadata: languageName: node linkType: hard +"inherits@npm:2.0.3": + version: 2.0.3 + resolution: "inherits@npm:2.0.3" + checksum: 10c0/6e56402373149ea076a434072671f9982f5fad030c7662be0332122fe6c0fa490acb3cc1010d90b6eff8d640b1167d77674add52dfd1bb85d545cf29e80e73e7 + languageName: node + linkType: hard + "ini@npm:4.1.1": version: 4.1.1 resolution: "ini@npm:4.1.1" @@ -12384,6 +12435,16 @@ __metadata: languageName: node linkType: hard +"is-nan@npm:^1.3.2": + version: 1.3.2 + resolution: "is-nan@npm:1.3.2" + dependencies: + call-bind: "npm:^1.0.0" + define-properties: "npm:^1.1.3" + checksum: 10c0/8bfb286f85763f9c2e28ea32e9127702fe980ffd15fa5d63ade3be7786559e6e21355d3625dd364c769c033c5aedf0a2ed3d4025d336abf1b9241e3d9eddc5b0 + languageName: node + linkType: hard + "is-negative-zero@npm:^2.0.3": version: 2.0.3 resolution: "is-negative-zero@npm:2.0.3" @@ -12435,7 +12496,7 @@ __metadata: languageName: node linkType: hard -"is-plain-obj@npm:^4.0.0": +"is-plain-obj@npm:^4.0.0, is-plain-obj@npm:^4.1.0": version: 4.1.0 resolution: "is-plain-obj@npm:4.1.0" checksum: 10c0/32130d651d71d9564dc88ba7e6fda0e91a1010a3694648e9f4f47bb6080438140696d3e3e15c741411d712e47ac9edc1a8a9de1fe76f3487b0d90be06ac9975e @@ -12610,7 +12671,7 @@ __metadata: languageName: node linkType: hard -"is-wsl@npm:^2.2.0": +"is-wsl@npm:^2.1.1, is-wsl@npm:^2.2.0": version: 2.2.0 resolution: "is-wsl@npm:2.2.0" dependencies: @@ -13427,13 +13488,6 @@ __metadata: languageName: node linkType: hard -"json-parse-even-better-errors@npm:^4.0.0": - version: 4.0.0 - resolution: "json-parse-even-better-errors@npm:4.0.0" - checksum: 10c0/84cd9304a97e8fb2af3937bf53acb91c026aeb859703c332684e688ea60db27fc2242aa532a84e1883fdcbe1e5c1fb57c2bef38e312021aa1cd300defc63cf16 - languageName: node - linkType: hard - "json-schema-traverse@npm:^0.3.0": version: 0.3.1 resolution: "json-schema-traverse@npm:0.3.1" @@ -13462,6 +13516,18 @@ __metadata: languageName: node linkType: hard +"json-stable-stringify@npm:^1.0.2": + version: 1.1.1 + resolution: "json-stable-stringify@npm:1.1.1" + dependencies: + call-bind: "npm:^1.0.5" + isarray: "npm:^2.0.5" + jsonify: "npm:^0.0.1" + object-keys: "npm:^1.1.1" + checksum: 10c0/3801e3eeccbd030afb970f54bea690a079cfea7d9ed206a1b17ca9367f4b7772c764bf77a48f03e56b50e5f7ee7d11c52339fe20d8d7ccead003e4ca69e4cfde + languageName: node + linkType: hard + "json5@npm:^0.5.1": version: 0.5.1 resolution: "json5@npm:0.5.1" @@ -13499,7 +13565,7 @@ __metadata: languageName: node linkType: hard -"jsonc-parser@npm:^3.0.0, jsonc-parser@npm:^3.2.0": +"jsonc-parser@npm:^3.2.0": version: 3.3.1 resolution: "jsonc-parser@npm:3.3.1" checksum: 10c0/269c3ae0a0e4f907a914bf334306c384aabb9929bd8c99f909275ebd5c2d3bc70b9bcd119ad794f339dec9f24b6a4ee9cd5a8ab2e6435e730ad4075388fc2ab6 @@ -13531,6 +13597,13 @@ __metadata: languageName: node linkType: hard +"jsonify@npm:^0.0.1": + version: 0.0.1 + resolution: "jsonify@npm:0.0.1" + checksum: 10c0/7f5499cdd59a0967ed35bda48b7cec43d850bbc8fb955cdd3a1717bb0efadbe300724d5646de765bb7a99fc1c3ab06eb80d93503c6faaf99b4ff50a3326692f6 + languageName: node + linkType: hard + "jsonparse@npm:^1.2.0, jsonparse@npm:^1.3.1": version: 1.3.1 resolution: "jsonparse@npm:1.3.1" @@ -13545,7 +13618,7 @@ __metadata: languageName: node linkType: hard -"keyv@npm:^4.5.3, keyv@npm:^4.5.4": +"keyv@npm:^4.5.3": version: 4.5.4 resolution: "keyv@npm:4.5.4" dependencies: @@ -13554,6 +13627,15 @@ __metadata: languageName: node linkType: hard +"keyv@npm:^5.2.3": + version: 5.2.3 + resolution: "keyv@npm:5.2.3" + dependencies: + "@keyv/serialize": "npm:^1.0.2" + checksum: 10c0/76b87dd2c21a4c1c5c05e9ff3b85670beab98f153429aaa9aee544b72b65411a7d80d96c29f3fef3e9dcebb672c8268e7209d6f80beb5da939b4e019722948b4 + languageName: node + linkType: hard + "kind-of@npm:^6.0.2": version: 6.0.3 resolution: "kind-of@npm:6.0.3" @@ -13561,6 +13643,15 @@ __metadata: languageName: node linkType: hard +"klaw-sync@npm:^6.0.0": + version: 6.0.0 + resolution: "klaw-sync@npm:6.0.0" + dependencies: + graceful-fs: "npm:^4.1.11" + checksum: 10c0/00d8e4c48d0d699b743b3b028e807295ea0b225caf6179f51029e19783a93ad8bb9bccde617d169659fbe99559d73fb35f796214de031d0023c26b906cecd70a + languageName: node + linkType: hard + "kleur@npm:^3.0.3": version: 3.0.3 resolution: "kleur@npm:3.0.3" @@ -13568,10 +13659,10 @@ __metadata: languageName: node linkType: hard -"known-css-properties@npm:^0.34.0": - version: 0.34.0 - resolution: "known-css-properties@npm:0.34.0" - checksum: 10c0/8549969f02b1858554e89faf4548ece37625d0d21b42e8d54fa53184e68e1512ef2531bb15941575ad816361ab7447b598c1b18c1b96ce0a868333d1a68f2e2c +"known-css-properties@npm:^0.35.0": + version: 0.35.0 + resolution: "known-css-properties@npm:0.35.0" + checksum: 10c0/04a4a2859d62670bb25b5b28091a1f03f6f0d3298a5ed3e7476397c5287b98c434f6dd9c004a0c67a53b7f21acc93f83c972e98c122f568d4d0bd21fd2b90fb6 languageName: node linkType: hard @@ -14041,13 +14132,6 @@ __metadata: languageName: node linkType: hard -"make-error@npm:^1.1.1": - version: 1.3.6 - resolution: "make-error@npm:1.3.6" - checksum: 10c0/171e458d86854c6b3fc46610cfacf0b45149ba043782558c6875d9f42f222124384ad0b468c92e996d815a8a2003817a710c0a160e49c1c394626f76fa45396f - languageName: node - linkType: hard - "make-fetch-happen@npm:^13.0.0": version: 13.0.1 resolution: "make-fetch-happen@npm:13.0.1" @@ -14310,6 +14394,25 @@ __metadata: languageName: node linkType: hard +"mdn-data@npm:2.12.2": + version: 2.12.2 + resolution: "mdn-data@npm:2.12.2" + checksum: 10c0/b22443b71d70f72ccc3c6ba1608035431a8fc18c3c8fc53523f06d20e05c2ac10f9b53092759a2ca85cf02f0d37036f310b581ce03e7b99ac74d388ef8152ade + languageName: node + linkType: hard + +"memfs@npm:^4.9.3": + version: 4.14.0 + resolution: "memfs@npm:4.14.0" + dependencies: + "@jsonjoy.com/json-pack": "npm:^1.0.3" + "@jsonjoy.com/util": "npm:^1.3.0" + tree-dump: "npm:^1.0.1" + tslib: "npm:^2.0.0" + checksum: 10c0/d1de2e4b3c269f5b5f27b63f60bb8ea9ae5800843776e0bed4548f2957dcd55237ac5eab3a5ffe0d561a6be53e42c055a7bc79efc1613563b14e14c287ef3b0a + languageName: node + linkType: hard + "memoize@npm:^10.0.0": version: 10.0.0 resolution: "memoize@npm:10.0.0" @@ -14328,13 +14431,6 @@ __metadata: languageName: node linkType: hard -"memorystream@npm:^0.3.1": - version: 0.3.1 - resolution: "memorystream@npm:0.3.1" - checksum: 10c0/4bd164657711d9747ff5edb0508b2944414da3464b7fe21ac5c67cf35bba975c4b446a0124bd0f9a8be54cfc18faf92e92bd77563a20328b1ccf2ff04e9f39b9 - languageName: node - linkType: hard - "meow@npm:^12.0.1": version: 12.1.1 resolution: "meow@npm:12.1.1" @@ -14701,7 +14797,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8, micromatch@npm:~4.0.8": +"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8, micromatch@npm:~4.0.8": version: 4.0.8 resolution: "micromatch@npm:4.0.8" dependencies: @@ -14791,7 +14887,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4": +"minimatch@npm:^9.0.4": version: 9.0.5 resolution: "minimatch@npm:9.0.5" dependencies: @@ -15233,13 +15329,6 @@ __metadata: languageName: node linkType: hard -"npm-normalize-package-bin@npm:^4.0.0": - version: 4.0.0 - resolution: "npm-normalize-package-bin@npm:4.0.0" - checksum: 10c0/1fa546fcae8eaab61ef9b9ec237b6c795008da50e1883eae030e9e38bb04ffa32c5aabcef9a0400eae3dc1f91809bcfa85e437ce80d677c69b419d1d9cacf0ab - languageName: node - linkType: hard - "npm-package-arg@npm:^12.0.0": version: 12.0.0 resolution: "npm-package-arg@npm:12.0.0" @@ -15268,27 +15357,6 @@ __metadata: languageName: node linkType: hard -"npm-run-all2@npm:*, npm-run-all2@npm:^7.0.2": - version: 7.0.2 - resolution: "npm-run-all2@npm:7.0.2" - dependencies: - ansi-styles: "npm:^6.2.1" - cross-spawn: "npm:^7.0.6" - memorystream: "npm:^0.3.1" - minimatch: "npm:^9.0.0" - pidtree: "npm:^0.6.0" - read-package-json-fast: "npm:^4.0.0" - shell-quote: "npm:^1.7.3" - which: "npm:^5.0.0" - bin: - npm-run-all: bin/npm-run-all/index.js - npm-run-all2: bin/npm-run-all/index.js - run-p: bin/run-p/index.js - run-s: bin/run-s/index.js - checksum: 10c0/4606c0cdaad9dc7dbe5a6ae432b1aabea25e2ffd541f959307e5c34247d0658952f98352b8ce45f925241af304c6718b2198b425f234e0e9fbc30b342cedb121 - languageName: node - linkType: hard - "npm-run-path@npm:^4.0.1": version: 4.0.1 resolution: "npm-run-path@npm:4.0.1" @@ -15473,6 +15541,16 @@ __metadata: languageName: node linkType: hard +"object-is@npm:^1.1.5": + version: 1.1.6 + resolution: "object-is@npm:1.1.6" + dependencies: + call-bind: "npm:^1.0.7" + define-properties: "npm:^1.2.1" + checksum: 10c0/506af444c4dce7f8e31f34fc549e2fb8152d6b9c4a30c6e62852badd7f520b579c679af433e7a072f9d78eb7808d230dc12e1cf58da9154dfbf8813099ea0fe0 + languageName: node + linkType: hard + "object-keys@npm:^1.1.1": version: 1.1.1 resolution: "object-keys@npm:1.1.1" @@ -15480,7 +15558,7 @@ __metadata: languageName: node linkType: hard -"object.assign@npm:^4.1.5": +"object.assign@npm:^4.1.4, object.assign@npm:^4.1.5": version: 4.1.5 resolution: "object.assign@npm:4.1.5" dependencies: @@ -15586,6 +15664,16 @@ __metadata: languageName: node linkType: hard +"open@npm:^7.4.2": + version: 7.4.2 + resolution: "open@npm:7.4.2" + dependencies: + is-docker: "npm:^2.0.0" + is-wsl: "npm:^2.1.1" + checksum: 10c0/77573a6a68f7364f3a19a4c80492712720746b63680ee304555112605ead196afe91052bd3c3d165efdf4e9d04d255e87de0d0a77acec11ef47fd5261251813f + languageName: node + linkType: hard + "open@npm:^8.0.4, open@npm:^8.4.0": version: 8.4.2 resolution: "open@npm:8.4.2" @@ -15962,6 +16050,31 @@ __metadata: languageName: node linkType: hard +"patch-package@npm:^8.0.0": + version: 8.0.0 + resolution: "patch-package@npm:8.0.0" + dependencies: + "@yarnpkg/lockfile": "npm:^1.1.0" + chalk: "npm:^4.1.2" + ci-info: "npm:^3.7.0" + cross-spawn: "npm:^7.0.3" + find-yarn-workspace-root: "npm:^2.0.0" + fs-extra: "npm:^9.0.0" + json-stable-stringify: "npm:^1.0.2" + klaw-sync: "npm:^6.0.0" + minimist: "npm:^1.2.6" + open: "npm:^7.4.2" + rimraf: "npm:^2.6.3" + semver: "npm:^7.5.3" + slash: "npm:^2.0.0" + tmp: "npm:^0.0.33" + yaml: "npm:^2.2.2" + bin: + patch-package: index.js + checksum: 10c0/690eab0537e953a3fd7d32bb23f0e82f97cd448f8244c3227ed55933611a126f9476397325c06ad2c11d881a19b427a02bd1881bee78d89f1731373fc4fe0fee + languageName: node + linkType: hard + "path-case@npm:^3.0.4": version: 3.0.4 resolution: "path-case@npm:3.0.4" @@ -16071,6 +16184,23 @@ __metadata: languageName: node linkType: hard +"path-unified@npm:^0.2.0": + version: 0.2.0 + resolution: "path-unified@npm:0.2.0" + checksum: 10c0/5229bbcbb093b1c76e7a8f568dd7d362bae6bd9348099968252aa17b1ffd86ef845d560a6b483bb2e6a3b2c25a5e8288707b03e41b66b2761aa1e2ba67b07d5b + languageName: node + linkType: hard + +"path@npm:^0.12.7": + version: 0.12.7 + resolution: "path@npm:0.12.7" + dependencies: + process: "npm:^0.11.1" + util: "npm:^0.10.3" + checksum: 10c0/f795ce5438a988a590c7b6dfd450ec9baa1c391a8be4c2dea48baa6e0f5b199e56cd83b8c9ebf3991b81bea58236d2c32bdafe2c17a2e70c3a2e4c69891ade59 + languageName: node + linkType: hard + "pathval@npm:^2.0.0": version: 2.0.0 resolution: "pathval@npm:2.0.0" @@ -16113,7 +16243,7 @@ __metadata: languageName: node linkType: hard -"pidtree@npm:^0.6.0, pidtree@npm:~0.6.0": +"pidtree@npm:~0.6.0": version: 0.6.0 resolution: "pidtree@npm:0.6.0" bin: @@ -16237,20 +16367,8 @@ __metadata: minimatch: "npm:^3.1.2" postcss-resolve-nested-selector: "npm:^0.1.1" peerDependencies: - postcss: ^8.4.21 - checksum: 10c0/b0f18a83cea880861a7d47edad78741c301b426be1688842a82902db3e46aa9ae6d518f2b423eca5bc1064b1758896bdebd65e132ea23404cbcdee2a8e279994 - languageName: node - linkType: hard - -"postcss-calc@npm:^10.0.0": - version: 10.0.0 - resolution: "postcss-calc@npm:10.0.0" - dependencies: - postcss-selector-parser: "npm:^6.0.16" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4.38 - checksum: 10c0/d4d529f2f71b49f17441eed74a7564ccd2779c72ed8648d4bb2530261a27c0ca01fe6a07260e7bf57e55f46dd68dea07e52fd1a6b538db7bc13015124be258a5 + postcss: ^8.4.21 + checksum: 10c0/b0f18a83cea880861a7d47edad78741c301b426be1688842a82902db3e46aa9ae6d518f2b423eca5bc1064b1758896bdebd65e132ea23404cbcdee2a8e279994 languageName: node linkType: hard @@ -16277,30 +16395,6 @@ __metadata: languageName: node linkType: hard -"postcss-cli@npm:^11.0.0": - version: 11.0.0 - resolution: "postcss-cli@npm:11.0.0" - dependencies: - chokidar: "npm:^3.3.0" - dependency-graph: "npm:^0.11.0" - fs-extra: "npm:^11.0.0" - get-stdin: "npm:^9.0.0" - globby: "npm:^14.0.0" - picocolors: "npm:^1.0.0" - postcss-load-config: "npm:^5.0.0" - postcss-reporter: "npm:^7.0.0" - pretty-hrtime: "npm:^1.0.3" - read-cache: "npm:^1.0.0" - slash: "npm:^5.0.0" - yargs: "npm:^17.0.0" - peerDependencies: - postcss: ^8.0.0 - bin: - postcss: index.js - checksum: 10c0/c50a4f857153089124273cf1ae79a66048b317aa61089cd0bf7fc016f7ee05565c67ee80e77759fc575f07ec2584fcb0fd19e6dca8f98e8d1b814c840908007f - languageName: node - linkType: hard - "postcss-color-functional-notation@npm:^6.0.14": version: 6.0.14 resolution: "postcss-color-functional-notation@npm:6.0.14" @@ -16340,20 +16434,6 @@ __metadata: languageName: node linkType: hard -"postcss-colormin@npm:^7.0.1": - version: 7.0.1 - resolution: "postcss-colormin@npm:7.0.1" - dependencies: - browserslist: "npm:^4.23.1" - caniuse-api: "npm:^3.0.0" - colord: "npm:^2.9.3" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/e01e9e129ce39320cf10bb09ee2a3ab5b44b77805d3f7827eea07297644838b85c33b78996eeae0a1aba327ffd72a6ab1d24949ebc831523e310e916d5500371 - languageName: node - linkType: hard - "postcss-colormin@npm:^7.0.2": version: 7.0.2 resolution: "postcss-colormin@npm:7.0.2" @@ -16368,18 +16448,6 @@ __metadata: languageName: node linkType: hard -"postcss-convert-values@npm:^7.0.2": - version: 7.0.2 - resolution: "postcss-convert-values@npm:7.0.2" - dependencies: - browserslist: "npm:^4.23.1" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/beb59faf6aae97e6d3c233c5e6ed06cc60d65c49eec576036e3d0da1a831a1e827e3d41f5e81d016440b4f0bdf1406268ae069c4d5b38a6667b310c3da079d22 - languageName: node - linkType: hard - "postcss-convert-values@npm:^7.0.4": version: 7.0.4 resolution: "postcss-convert-values@npm:7.0.4" @@ -16446,17 +16514,6 @@ __metadata: languageName: node linkType: hard -"postcss-discard-comments@npm:^7.0.1": - version: 7.0.1 - resolution: "postcss-discard-comments@npm:7.0.1" - dependencies: - postcss-selector-parser: "npm:^6.1.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/64de3fced7e0e49dfea6aede8a5ca495b81dcd01c3c47734a5fbc86a3cb2b1ae39e1958e34e9bea64ecabd5fb4d8c287ec1d6189cf175c2434c6b6582da79948 - languageName: node - linkType: hard - "postcss-discard-comments@npm:^7.0.3": version: 7.0.3 resolution: "postcss-discard-comments@npm:7.0.3" @@ -16468,15 +16525,6 @@ __metadata: languageName: node linkType: hard -"postcss-discard-duplicates@npm:^7.0.0": - version: 7.0.0 - resolution: "postcss-discard-duplicates@npm:7.0.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/37d568dc18d47b8b9f0fd6d5115b1faf96c2bf429fc4586508a773533479e18627d6260cad6a3ca7d3bfc2f220fd9448410aee40e07f2ec6c6f96bbe3595dbc8 - languageName: node - linkType: hard - "postcss-discard-duplicates@npm:^7.0.1": version: 7.0.1 resolution: "postcss-discard-duplicates@npm:7.0.1" @@ -16637,7 +16685,7 @@ __metadata: languageName: node linkType: hard -"postcss-load-config@npm:^5.0.0, postcss-load-config@npm:^5.1.0": +"postcss-load-config@npm:^5.1.0": version: 5.1.0 resolution: "postcss-load-config@npm:5.1.0" dependencies: @@ -16681,18 +16729,6 @@ __metadata: languageName: node linkType: hard -"postcss-merge-longhand@npm:^7.0.2": - version: 7.0.2 - resolution: "postcss-merge-longhand@npm:7.0.2" - dependencies: - postcss-value-parser: "npm:^4.2.0" - stylehacks: "npm:^7.0.2" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/71d22418e5850e134bfcf2038acb1c91eeb48d9b6f9e4c0252fee757e11dc4ae351097a855c327fbc38dc7658fa6edc7cc7f458c08bb4044b82c6005dc565fcb - languageName: node - linkType: hard - "postcss-merge-longhand@npm:^7.0.4": version: 7.0.4 resolution: "postcss-merge-longhand@npm:7.0.4" @@ -16705,20 +16741,6 @@ __metadata: languageName: node linkType: hard -"postcss-merge-rules@npm:^7.0.2": - version: 7.0.2 - resolution: "postcss-merge-rules@npm:7.0.2" - dependencies: - browserslist: "npm:^4.23.1" - caniuse-api: "npm:^3.0.0" - cssnano-utils: "npm:^5.0.0" - postcss-selector-parser: "npm:^6.1.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/fbad20382ca45f1b3b5ff704c075f899cc9ba8418ae6effbdeb9e7c1f9b5c24996d1941ad36cd0936d60cbf127a72f235b2cbb0c44d9239a8a61042406d95b4a - languageName: node - linkType: hard - "postcss-merge-rules@npm:^7.0.4": version: 7.0.4 resolution: "postcss-merge-rules@npm:7.0.4" @@ -16757,19 +16779,6 @@ __metadata: languageName: node linkType: hard -"postcss-minify-params@npm:^7.0.1": - version: 7.0.1 - resolution: "postcss-minify-params@npm:7.0.1" - dependencies: - browserslist: "npm:^4.23.1" - cssnano-utils: "npm:^5.0.0" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/84e1c4de5af47178c1f48e10ce16341560f32bb2becf5ec9b014103f6c706174bc70885e2e13ced4de9b4f1959fb970193261cbd4751c8b87d5159e859e8c5ec - languageName: node - linkType: hard - "postcss-minify-params@npm:^7.0.2": version: 7.0.2 resolution: "postcss-minify-params@npm:7.0.2" @@ -16783,18 +16792,6 @@ __metadata: languageName: node linkType: hard -"postcss-minify-selectors@npm:^7.0.2": - version: 7.0.2 - resolution: "postcss-minify-selectors@npm:7.0.2" - dependencies: - cssesc: "npm:^3.0.0" - postcss-selector-parser: "npm:^6.1.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/87e0c21a0135b6c61b58d62c4c1e0cbd3cfb516ff8105db714c6a33a5edc477846ae220399d368e4ef6518529c711aa2dee9ff49e9befd93e83d5c939f3084a1 - languageName: node - linkType: hard - "postcss-minify-selectors@npm:^7.0.4": version: 7.0.4 resolution: "postcss-minify-selectors@npm:7.0.4" @@ -16884,18 +16881,6 @@ __metadata: languageName: node linkType: hard -"postcss-normalize-unicode@npm:^7.0.1": - version: 7.0.1 - resolution: "postcss-normalize-unicode@npm:7.0.1" - dependencies: - browserslist: "npm:^4.23.1" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/fcabac738765f608cb211ac01a19f9a7d784f99d223ef6f31352f37b9bcf008e0ca7849414c9e77116be8660d78b01dba6fc4a87cee7c9a977d3c2741d6a222d - languageName: node - linkType: hard - "postcss-normalize-unicode@npm:^7.0.2": version: 7.0.2 resolution: "postcss-normalize-unicode@npm:7.0.2" @@ -16982,7 +16967,7 @@ __metadata: languageName: node linkType: hard -"postcss-preset-env@npm:^9.5.13": +"postcss-preset-env@npm:^9.6.0": version: 9.6.0 resolution: "postcss-preset-env@npm:9.6.0" dependencies: @@ -17084,18 +17069,6 @@ __metadata: languageName: node linkType: hard -"postcss-reduce-initial@npm:^7.0.1": - version: 7.0.1 - resolution: "postcss-reduce-initial@npm:7.0.1" - dependencies: - browserslist: "npm:^4.23.1" - caniuse-api: "npm:^3.0.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/3e7c6c1d0cc4ace38f44971f02d0dd98131af678cf114aa05cfa0c066420019d5329c221ef8507644b8a79d0e76534303f747c97860ac777fe17f57110edefe1 - languageName: node - linkType: hard - "postcss-reduce-initial@npm:^7.0.2": version: 7.0.2 resolution: "postcss-reduce-initial@npm:7.0.2" @@ -17128,7 +17101,7 @@ __metadata: languageName: node linkType: hard -"postcss-reporter@npm:^7.0.0, postcss-reporter@npm:^7.1.0": +"postcss-reporter@npm:^7.1.0": version: 7.1.0 resolution: "postcss-reporter@npm:7.1.0" dependencies: @@ -17154,12 +17127,12 @@ __metadata: languageName: node linkType: hard -"postcss-safe-parser@npm:^7.0.0": - version: 7.0.0 - resolution: "postcss-safe-parser@npm:7.0.0" +"postcss-safe-parser@npm:^7.0.1": + version: 7.0.1 + resolution: "postcss-safe-parser@npm:7.0.1" peerDependencies: postcss: ^8.4.31 - checksum: 10c0/4217afd8ce2809e959dc365e4675f499303cc6b91f94db06c8164422822db2d3b3124df701ee2234db4127ad05619b016bfb9c2bccae9bf9cf898a396f1632c9 + checksum: 10c0/6957b10b818bd8d4664ec0e548af967f7549abedfb37f844d389571d36af681340f41f9477b9ccf34bcc7599bdef222d1d72e79c64373001fae77089fba6d965 languageName: node linkType: hard @@ -17174,7 +17147,7 @@ __metadata: languageName: node linkType: hard -"postcss-selector-parser@npm:^6.0.13, postcss-selector-parser@npm:^6.0.16, postcss-selector-parser@npm:^6.0.4": +"postcss-selector-parser@npm:^6.0.13, postcss-selector-parser@npm:^6.0.4": version: 6.1.1 resolution: "postcss-selector-parser@npm:6.1.1" dependencies: @@ -17194,7 +17167,7 @@ __metadata: languageName: node linkType: hard -"postcss-selector-parser@npm:^6.1.1, postcss-selector-parser@npm:^6.1.2": +"postcss-selector-parser@npm:^6.1.2": version: 6.1.2 resolution: "postcss-selector-parser@npm:6.1.2" dependencies: @@ -17204,6 +17177,16 @@ __metadata: languageName: node linkType: hard +"postcss-selector-parser@npm:^7.0.0": + version: 7.0.0 + resolution: "postcss-selector-parser@npm:7.0.0" + dependencies: + cssesc: "npm:^3.0.0" + util-deprecate: "npm:^1.0.2" + checksum: 10c0/e96e096afcce70bf5c97789f5ea09d7415ae5eb701d82b05b5e8532885d31363b484fcb1ca9488c9a331f30508d9e5bb6c3109eb2eb5067ef3d3919f9928cd9d + languageName: node + linkType: hard + "postcss-selector-replace@npm:^1.0.2": version: 1.0.2 resolution: "postcss-selector-replace@npm:1.0.2" @@ -17243,17 +17226,6 @@ __metadata: languageName: node linkType: hard -"postcss-unique-selectors@npm:^7.0.1": - version: 7.0.1 - resolution: "postcss-unique-selectors@npm:7.0.1" - dependencies: - postcss-selector-parser: "npm:^6.1.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/6352d71ce2f65265f545831c2ce3686bd71961d08a2247c545d717d93d23b1eb08bb986efc11194d31970eea4cb42207b9aa9a3f4666d75492a6cbf1493cf466 - languageName: node - linkType: hard - "postcss-unique-selectors@npm:^7.0.3": version: 7.0.3 resolution: "postcss-unique-selectors@npm:7.0.3" @@ -17328,7 +17300,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.32, postcss@npm:^8.4.41": +"postcss@npm:^8.4.32": version: 8.4.41 resolution: "postcss@npm:8.4.41" dependencies: @@ -17350,7 +17322,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.49, postcss@npm:^8.5.0": +"postcss@npm:^8.5.1": version: 8.5.1 resolution: "postcss@npm:8.5.1" dependencies: @@ -17386,7 +17358,7 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^3.4.2": +"prettier@npm:^3.3.3, prettier@npm:^3.4.2": version: 3.4.2 resolution: "prettier@npm:3.4.2" bin: @@ -17417,7 +17389,7 @@ __metadata: languageName: node linkType: hard -"pretty-hrtime@npm:^1.0.2, pretty-hrtime@npm:^1.0.3": +"pretty-hrtime@npm:^1.0.2": version: 1.0.3 resolution: "pretty-hrtime@npm:1.0.3" checksum: 10c0/67cb3fc283a72252b49ac488647e6a01b78b7aa1b8f2061834aa1650691229081518ef3ca940f77f41cc8a8f02ba9eeb74b843481596670209e493062f2e89e0 @@ -17486,7 +17458,7 @@ __metadata: languageName: node linkType: hard -"process@npm:^0.11.10": +"process@npm:^0.11.1, process@npm:^0.11.10": version: 0.11.10 resolution: "process@npm:0.11.10" checksum: 10c0/40c3ce4b7e6d4b8c3355479df77aeed46f81b279818ccdc500124e6a5ab882c0cc81ff7ea16384873a95a74c4570b01b120f287abbdd4c877931460eca6084b3 @@ -17529,6 +17501,13 @@ __metadata: languageName: node linkType: hard +"punycode@npm:^1.4.1": + version: 1.4.1 + resolution: "punycode@npm:1.4.1" + checksum: 10c0/354b743320518aef36f77013be6e15da4db24c2b4f62c5f1eb0529a6ed02fbaf1cb52925785f6ab85a962f2b590d9cd5ad730b70da72b5f180e2556b8bd3ca08 + languageName: node + linkType: hard + "punycode@npm:^2.1.0": version: 2.3.1 resolution: "punycode@npm:2.3.1" @@ -17543,6 +17522,15 @@ __metadata: languageName: node linkType: hard +"qs@npm:^6.12.3": + version: 6.13.1 + resolution: "qs@npm:6.13.1" + dependencies: + side-channel: "npm:^1.0.6" + checksum: 10c0/5ef527c0d62ffca5501322f0832d800ddc78eeb00da3b906f1b260ca0492721f8cdc13ee4b8fd8ac314a6ec37b948798c7b603ccc167e954088df392092f160c + languageName: node + linkType: hard + "queue-microtask@npm:^1.2.2": version: 1.2.3 resolution: "queue-microtask@npm:1.2.3" @@ -17635,16 +17623,6 @@ __metadata: languageName: node linkType: hard -"read-package-json-fast@npm:^4.0.0": - version: 4.0.0 - resolution: "read-package-json-fast@npm:4.0.0" - dependencies: - json-parse-even-better-errors: "npm:^4.0.0" - npm-normalize-package-bin: "npm:^4.0.0" - checksum: 10c0/8a03509ae8e852f1abc4b109c1be571dd90ac9ea65d55433b2fe287e409113441a9b00df698288fe48aa786c1a2550569d47b5ab01ed83ada073d691d5aff582 - languageName: node - linkType: hard - "read-yaml-file@npm:^1.1.0": version: 1.1.0 resolution: "read-yaml-file@npm:1.1.0" @@ -17979,6 +17957,17 @@ __metadata: languageName: node linkType: hard +"rimraf@npm:^2.6.3": + version: 2.7.1 + resolution: "rimraf@npm:2.7.1" + dependencies: + glob: "npm:^7.1.3" + bin: + rimraf: ./bin.js + checksum: 10c0/4eef73d406c6940927479a3a9dee551e14a54faf54b31ef861250ac815172bade86cc6f7d64a4dc5e98b65e4b18a2e1c9ff3b68d296be0c748413f092bb0dd40 + languageName: node + linkType: hard + "rimraf@npm:^3.0.0, rimraf@npm:^3.0.2": version: 3.0.2 resolution: "rimraf@npm:3.0.2" @@ -18282,14 +18271,14 @@ __metadata: languageName: node linkType: hard -"shell-quote@npm:^1.4.1, shell-quote@npm:^1.7.3": +"shell-quote@npm:^1.4.1": version: 1.8.2 resolution: "shell-quote@npm:1.8.2" checksum: 10c0/85fdd44f2ad76e723d34eb72c753f04d847ab64e9f1f10677e3f518d0e5b0752a176fd805297b30bb8c3a1556ebe6e77d2288dbd7b7b0110c7e941e9e9c20ce1 languageName: node linkType: hard -"side-channel@npm:^1.0.4": +"side-channel@npm:^1.0.4, side-channel@npm:^1.0.6": version: 1.0.6 resolution: "side-channel@npm:1.0.6" dependencies: @@ -18331,6 +18320,13 @@ __metadata: languageName: node linkType: hard +"slash@npm:^2.0.0": + version: 2.0.0 + resolution: "slash@npm:2.0.0" + checksum: 10c0/f83dbd3cb62c41bb8fcbbc6bf5473f3234b97fa1d008f571710a9d3757a28c7169e1811cad1554ccb1cc531460b3d221c9a7b37f549398d9a30707f0a5af9193 + languageName: node + linkType: hard + "slash@npm:^3.0.0": version: 3.0.0 resolution: "slash@npm:3.0.0" @@ -18525,10 +18521,10 @@ __metadata: "@spectrum-tools/postcss-rgb-mapping": "workspace:^" "@yarnpkg/types": "npm:^4.0.0" at-rule-packer: "npm:^0.4.2" - autoprefixer: "npm:^10.4.19" + autoprefixer: "npm:^10.4.20" colors: "npm:^1.4.0" cross-env: "npm:^7.0.3" - cssnano: "npm:^7.0.3" + cssnano: "npm:^7.0.6" cssnano-preset-advanced: "npm:^7.0.6" diff: "npm:^7.0.0" diff2html: "npm:^3.4.51" @@ -18547,13 +18543,13 @@ __metadata: nx: "npm:^19.8.2" open: "npm:^10.1.0" pajv: "npm:^1.2.0" - postcss: "npm:^8.5.0" + postcss: "npm:^8.5.1" postcss-extend: "npm:^1.0.5" postcss-hover-media-feature: "npm:^1.0.2" postcss-import: "npm:^16.1.0" postcss-licensing: "npm:^2.0.0" postcss-load-config: "npm:^5.1.0" - postcss-preset-env: "npm:^9.5.13" + postcss-preset-env: "npm:^9.6.0" postcss-pseudo-classes: "npm:^0.4.0" postcss-reporter: "npm:^7.1.0" postcss-selector-replace: "npm:^1.0.2" @@ -18561,9 +18557,9 @@ __metadata: postcss-values-parser: "npm:^6.0.2" prettier: "npm:^3.4.2" rimraf: "npm:^6.0.1" - stylelint: "npm:^16.9.0" + stylelint: "npm:^16.14.1" stylelint-config-standard: "npm:^36.0.1" - stylelint-header: "npm:^2.0.1" + stylelint-header: "npm:^2.1.0" stylelint-high-performance-animation: "npm:^1.10.0" stylelint-order: "npm:^6.0.4" stylelint-selector-bem-pattern: "npm:^4.0.1" @@ -18670,6 +18666,15 @@ __metadata: languageName: node linkType: hard +"stream@npm:^0.0.3": + version: 0.0.3 + resolution: "stream@npm:0.0.3" + dependencies: + component-emitter: "npm:^2.0.0" + checksum: 10c0/5d262408583f3d5fed8077b33ad670320d85c6b7c0fb3ab73a9a632fbad0ee36f3c66e6feb5264cb39dbee3a619174fa886b5f69f98217666d0844f6a2f6510b + languageName: node + linkType: hard + "streamx@npm:^2.15.0": version: 2.18.0 resolution: "streamx@npm:2.18.0" @@ -18923,43 +18928,26 @@ __metadata: languageName: node linkType: hard -"style-dictionary-sets@npm:^2.3.0": - version: 2.3.0 - resolution: "style-dictionary-sets@npm:2.3.0" - dependencies: - deepmerge: "npm:^4.2.2" - checksum: 10c0/4ed6506ae1709546d4a93d303386dae4d11610c0f409bada47b77607ab564ff95003c1f44b2e18a64752b586c8b065636a1bacab30054d307c6ef19a9aa73c93 - languageName: node - linkType: hard - -"style-dictionary@npm:^3.9.2": - version: 3.9.2 - resolution: "style-dictionary@npm:3.9.2" +"style-dictionary@npm:^4.3.2": + version: 4.3.2 + resolution: "style-dictionary@npm:4.3.2" dependencies: - chalk: "npm:^4.0.0" - change-case: "npm:^4.1.2" - commander: "npm:^8.3.0" - fs-extra: "npm:^10.0.0" - glob: "npm:^10.3.10" + "@bundled-es-modules/deepmerge": "npm:^4.3.1" + "@bundled-es-modules/glob": "npm:^10.4.2" + "@bundled-es-modules/memfs": "npm:^4.9.4" + "@zip.js/zip.js": "npm:^2.7.44" + chalk: "npm:^5.3.0" + change-case: "npm:^5.3.0" + commander: "npm:^12.1.0" + is-plain-obj: "npm:^4.1.0" json5: "npm:^2.2.2" - jsonc-parser: "npm:^3.0.0" - lodash: "npm:^4.17.15" - tinycolor2: "npm:^1.4.1" + patch-package: "npm:^8.0.0" + path-unified: "npm:^0.2.0" + prettier: "npm:^3.3.3" + tinycolor2: "npm:^1.6.0" bin: - style-dictionary: bin/style-dictionary - checksum: 10c0/639f567e35565ea4e76f1f564b4b7f21208fd7f0bc86230fce9bee474f6add33defe3c2467fb73703e8e9819c29707d5d1628f2569cb69f2561b9e7b7596d434 - languageName: node - linkType: hard - -"stylehacks@npm:^7.0.2": - version: 7.0.2 - resolution: "stylehacks@npm:7.0.2" - dependencies: - browserslist: "npm:^4.23.1" - postcss-selector-parser: "npm:^6.1.0" - peerDependencies: - postcss: ^8.4.31 - checksum: 10c0/552299e869ac430e1076c025ace6c80bdfd5b672632435625eb1bd45ff5611aad7f3ee810e72edc04dc0fc3761e08dec40d27b72c50b95690eea2de43238b8d8 + style-dictionary: bin/style-dictionary.js + checksum: 10c0/bd6f4524faf38c4daa6c2c827744577e91787778d7715343da25241d7d638624fcb86e4a4568b78f7a407dfba2081a279087a1910dbefde5a1b88c74ba63b366 languageName: node linkType: hard @@ -18995,14 +18983,15 @@ __metadata: languageName: node linkType: hard -"stylelint-header@npm:^2.0.1": - version: 2.0.1 - resolution: "stylelint-header@npm:2.0.1" +"stylelint-header@npm:^2.1.0": + version: 2.1.0 + resolution: "stylelint-header@npm:2.1.0" dependencies: + lodash-es: "npm:^4.17.21" string-similarity: "npm:^4.0.4" peerDependencies: stylelint: ^15.0.0 || ^16.0.0 - checksum: 10c0/ed06484ec0484ad02878c8e1512b34926e87532db7287c315c015532f7cfd3d202df5aa2603a06bb1569dc0ac93cefa94bd952b75d71dc8035608578a3fa64d4 + checksum: 10c0/e2fb17dcc0142ac48b88d31d7f6ede23bb2d3df77cc18f69ae9638814de656680808f8edb8efd8f0e60a7c6dbec0399b85fdc644b8ebf6e1ebc3f2eb80496a80 languageName: node linkType: hard @@ -19051,52 +19040,51 @@ __metadata: languageName: node linkType: hard -"stylelint@npm:^16.9.0": - version: 16.9.0 - resolution: "stylelint@npm:16.9.0" +"stylelint@npm:^16.14.1": + version: 16.14.1 + resolution: "stylelint@npm:16.14.1" dependencies: - "@csstools/css-parser-algorithms": "npm:^3.0.1" - "@csstools/css-tokenizer": "npm:^3.0.1" - "@csstools/media-query-list-parser": "npm:^3.0.1" - "@csstools/selector-specificity": "npm:^4.0.0" + "@csstools/css-parser-algorithms": "npm:^3.0.4" + "@csstools/css-tokenizer": "npm:^3.0.3" + "@csstools/media-query-list-parser": "npm:^4.0.2" + "@csstools/selector-specificity": "npm:^5.0.0" "@dual-bundle/import-meta-resolve": "npm:^4.1.0" balanced-match: "npm:^2.0.0" colord: "npm:^2.9.3" cosmiconfig: "npm:^9.0.0" - css-functions-list: "npm:^3.2.2" - css-tree: "npm:^2.3.1" - debug: "npm:^4.3.6" - fast-glob: "npm:^3.3.2" + css-functions-list: "npm:^3.2.3" + css-tree: "npm:^3.1.0" + debug: "npm:^4.3.7" + fast-glob: "npm:^3.3.3" fastest-levenshtein: "npm:^1.0.16" - file-entry-cache: "npm:^9.0.0" + file-entry-cache: "npm:^10.0.5" global-modules: "npm:^2.0.0" globby: "npm:^11.1.0" globjoin: "npm:^0.1.4" html-tags: "npm:^3.3.1" - ignore: "npm:^5.3.2" + ignore: "npm:^7.0.3" imurmurhash: "npm:^0.1.4" is-plain-object: "npm:^5.0.0" - known-css-properties: "npm:^0.34.0" + known-css-properties: "npm:^0.35.0" mathml-tag-names: "npm:^2.1.3" meow: "npm:^13.2.0" micromatch: "npm:^4.0.8" normalize-path: "npm:^3.0.0" - picocolors: "npm:^1.0.1" - postcss: "npm:^8.4.41" + picocolors: "npm:^1.1.1" + postcss: "npm:^8.5.1" postcss-resolve-nested-selector: "npm:^0.1.6" - postcss-safe-parser: "npm:^7.0.0" - postcss-selector-parser: "npm:^6.1.2" + postcss-safe-parser: "npm:^7.0.1" + postcss-selector-parser: "npm:^7.0.0" postcss-value-parser: "npm:^4.2.0" resolve-from: "npm:^5.0.0" string-width: "npm:^4.2.3" - strip-ansi: "npm:^7.1.0" supports-hyperlinks: "npm:^3.1.0" svg-tags: "npm:^1.0.0" - table: "npm:^6.8.2" + table: "npm:^6.9.0" write-file-atomic: "npm:^5.0.1" bin: stylelint: bin/stylelint.mjs - checksum: 10c0/d3ff9c8945c56b04a2fa16ec33d163325496d5db94b6fcb5adf74c76f7f794ac992888273f9a3317652ba8b6195168b2ffff382ca2a667a241e2ace8c9505ae2 + checksum: 10c0/cce94374dc721d491d955f548ee81ba835d4955fa37d58a11323454f9f3721e5644fa89a04c14f85bdfa12790bdd043a41be2001a99cb0bfe23b38eb933199d7 languageName: node linkType: hard @@ -19233,16 +19221,16 @@ __metadata: languageName: node linkType: hard -"table@npm:^6.8.2": - version: 6.8.2 - resolution: "table@npm:6.8.2" +"table@npm:^6.9.0": + version: 6.9.0 + resolution: "table@npm:6.9.0" dependencies: ajv: "npm:^8.0.1" lodash.truncate: "npm:^4.4.2" slice-ansi: "npm:^4.0.0" string-width: "npm:^4.2.3" strip-ansi: "npm:^6.0.1" - checksum: 10c0/f8b348af38ee34e419d8ce7306ba00671ce6f20e861ccff22555f491ba264e8416086063ce278a8d81abfa8d23b736ec2cca7ac4029b5472f63daa4b4688b803 + checksum: 10c0/35646185712bb65985fbae5975dda46696325844b78735f95faefae83e86df0a265277819a3e67d189de6e858c509b54e66ca3958ffd51bde56ef1118d455bf4 languageName: node linkType: hard @@ -19364,6 +19352,15 @@ __metadata: languageName: node linkType: hard +"thingies@npm:^1.20.0": + version: 1.21.0 + resolution: "thingies@npm:1.21.0" + peerDependencies: + tslib: ^2 + checksum: 10c0/7570ee855aecb73185a672ecf3eb1c287a6512bf5476449388433b2d4debcf78100bc8bfd439b0edd38d2bc3bfb8341de5ce85b8557dec66d0f27b962c9a8bc1 + languageName: node + linkType: hard + "through@npm:>=2.2.7 <3, through@npm:^2.3.4": version: 2.3.8 resolution: "through@npm:2.3.8" @@ -19385,7 +19382,7 @@ __metadata: languageName: node linkType: hard -"tinycolor2@npm:^1.4.1": +"tinycolor2@npm:^1.6.0": version: 1.6.0 resolution: "tinycolor2@npm:1.6.0" checksum: 10c0/9aa79a36ba2c2a87cb221453465cabacd04b9e35f9694373e846fdc78b1c768110f81e581ea41440106c0f24d9a023891d0887e8075885e790ac40eb0e74a5c1 @@ -19513,6 +19510,15 @@ __metadata: languageName: node linkType: hard +"tree-dump@npm:^1.0.1": + version: 1.0.2 + resolution: "tree-dump@npm:1.0.2" + peerDependencies: + tslib: 2 + checksum: 10c0/d1d180764e9c691b28332dbd74226c6b6af361dfb1e134bb11e60e17cb11c215894adee50ffc578da5dcf546006693947be8b6665eb1269b56e2f534926f1c1f + languageName: node + linkType: hard + "tree-kill@npm:^1.2.2": version: 1.2.2 resolution: "tree-kill@npm:1.2.2" @@ -19545,44 +19551,6 @@ __metadata: languageName: node linkType: hard -"ts-node@npm:10.9.1": - version: 10.9.1 - resolution: "ts-node@npm:10.9.1" - dependencies: - "@cspotcode/source-map-support": "npm:^0.8.0" - "@tsconfig/node10": "npm:^1.0.7" - "@tsconfig/node12": "npm:^1.0.7" - "@tsconfig/node14": "npm:^1.0.0" - "@tsconfig/node16": "npm:^1.0.2" - acorn: "npm:^8.4.1" - acorn-walk: "npm:^8.1.1" - arg: "npm:^4.1.0" - create-require: "npm:^1.1.0" - diff: "npm:^4.0.1" - make-error: "npm:^1.1.1" - v8-compile-cache-lib: "npm:^3.0.1" - yn: "npm:3.1.1" - peerDependencies: - "@swc/core": ">=1.2.50" - "@swc/wasm": ">=1.2.50" - "@types/node": "*" - typescript: ">=2.7" - peerDependenciesMeta: - "@swc/core": - optional: true - "@swc/wasm": - optional: true - bin: - ts-node: dist/bin.js - ts-node-cwd: dist/bin-cwd.js - ts-node-esm: dist/bin-esm.js - ts-node-script: dist/bin-script.js - ts-node-transpile-only: dist/bin-transpile.js - ts-script: dist/bin-script-deprecated.js - checksum: 10c0/95187932fb83f3901e22546bd2feeac7d2feb4f412f42ac3a595f049a23e8dcf70516dffb51866391228ea2dbcfaea039e250fb2bb334d48a86ab2b6aea0ae2d - languageName: node - linkType: hard - "ts-poet@npm:^4.5.0": version: 4.15.0 resolution: "ts-poet@npm:4.15.0" @@ -19604,6 +19572,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.0.0": + version: 2.8.1 + resolution: "tslib@npm:2.8.1" + checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62 + languageName: node + linkType: hard + "tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.2.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.6.2": version: 2.6.3 resolution: "tslib@npm:2.6.3" @@ -19611,13 +19586,6 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.8.1": - version: 2.8.1 - resolution: "tslib@npm:2.8.1" - checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62 - languageName: node - linkType: hard - "tunnel@npm:^0.0.6": version: 0.0.6 resolution: "tunnel@npm:0.0.6" @@ -20077,6 +20045,16 @@ __metadata: languageName: node linkType: hard +"url@npm:^0.11.3": + version: 0.11.4 + resolution: "url@npm:0.11.4" + dependencies: + punycode: "npm:^1.4.1" + qs: "npm:^6.12.3" + checksum: 10c0/cc93405ae4a9b97a2aa60ca67f1cb1481c0221cb4725a7341d149be5e2f9cfda26fd432d64dbbec693d16593b68b8a46aad8e5eab21f814932134c9d8620c662 + languageName: node + linkType: hard + "util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2, util-deprecate@npm:~1.0.1": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2" @@ -20099,6 +20077,15 @@ __metadata: languageName: node linkType: hard +"util@npm:^0.10.3": + version: 0.10.4 + resolution: "util@npm:0.10.4" + dependencies: + inherits: "npm:2.0.3" + checksum: 10c0/d29f6893e406b63b088ce9924da03201df89b31490d4d011f1c07a386ea4b3dbe907464c274023c237da470258e1805d806c7e4009a5974cd6b1d474b675852a + languageName: node + linkType: hard + "util@npm:^0.12.5": version: 0.12.5 resolution: "util@npm:0.12.5" @@ -20130,13 +20117,6 @@ __metadata: languageName: node linkType: hard -"v8-compile-cache-lib@npm:^3.0.1": - version: 3.0.1 - resolution: "v8-compile-cache-lib@npm:3.0.1" - checksum: 10c0/bdc36fb8095d3b41df197f5fb6f11e3a26adf4059df3213e3baa93810d8f0cc76f9a74aaefc18b73e91fe7e19154ed6f134eda6fded2e0f1c8d2272ed2d2d391 - languageName: node - linkType: hard - "v8-to-istanbul@npm:^9.0.0, v8-to-istanbul@npm:^9.0.1": version: 9.3.0 resolution: "v8-to-istanbul@npm:9.3.0" @@ -20384,17 +20364,6 @@ __metadata: languageName: node linkType: hard -"which@npm:^5.0.0": - version: 5.0.0 - resolution: "which@npm:5.0.0" - dependencies: - isexe: "npm:^3.1.1" - bin: - node-which: bin/which.js - checksum: 10c0/e556e4cd8b7dbf5df52408c9a9dd5ac6518c8c5267c8953f5b0564073c66ed5bf9503b14d876d0e9c7844d4db9725fb0dcf45d6e911e17e26ab363dc3965ae7b - languageName: node - linkType: hard - "word-wrap@npm:^1.2.5": version: 1.2.5 resolution: "word-wrap@npm:1.2.5" @@ -20624,21 +20593,21 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.4.2": - version: 2.4.5 - resolution: "yaml@npm:2.4.5" +"yaml@npm:^2.2.2, yaml@npm:~2.6.1": + version: 2.6.1 + resolution: "yaml@npm:2.6.1" bin: yaml: bin.mjs - checksum: 10c0/e1ee78b381e5c710f715cc4082fd10fc82f7f5c92bd6f075771d20559e175616f56abf1c411f545ea0e9e16e4f84a83a50b42764af5f16ec006328ba9476bb31 + checksum: 10c0/aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7 languageName: node linkType: hard -"yaml@npm:~2.6.1": - version: 2.6.1 - resolution: "yaml@npm:2.6.1" +"yaml@npm:^2.4.2": + version: 2.4.5 + resolution: "yaml@npm:2.4.5" bin: yaml: bin.mjs - checksum: 10c0/aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7 + checksum: 10c0/e1ee78b381e5c710f715cc4082fd10fc82f7f5c92bd6f075771d20559e175616f56abf1c411f545ea0e9e16e4f84a83a50b42764af5f16ec006328ba9476bb31 languageName: node linkType: hard @@ -20693,13 +20662,6 @@ __metadata: languageName: node linkType: hard -"yn@npm:3.1.1": - version: 3.1.1 - resolution: "yn@npm:3.1.1" - checksum: 10c0/0732468dd7622ed8a274f640f191f3eaf1f39d5349a1b72836df484998d7d9807fbea094e2f5486d6b0cd2414aad5775972df0e68f8604db89a239f0f4bf7443 - languageName: node - linkType: hard - "yocto-queue@npm:^0.1.0": version: 0.1.0 resolution: "yocto-queue@npm:0.1.0"