diff --git a/.changeset/angry-zoos-applaud.md b/.changeset/angry-zoos-applaud.md
new file mode 100644
index 00000000..efef9391
--- /dev/null
+++ b/.changeset/angry-zoos-applaud.md
@@ -0,0 +1,41 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated, added, and deprecated tokens for text field and text area.
+
+## Design Motivation
+
+Updating text field and text area for Spectrum 2.
+
+## Token Diff
+
+_Tokens added (4):_
+
+- `field-width-small`
+- `field-width-medium`
+- `field-width-large`
+- `field-width-extra-large`
+
+_Updated token values (4):_
+
+- `side-label-character-count-top-margin-small`
+- `side-label-character-count-top-margin-medium`
+- `side-label-character-count-top-margin-large`
+- `side-label-character-count-top-margin-extra-large`
+
+_Newly deprecated tokens (8):_
+
+- `field-width`
+- `field-edge-to-text-quiet`
+- `field-edge-to-border-quiet`
+- `field-edge-to-alert-icon-quiet`
+- `field-edge-to-validation-icon-quiet`
+- `field-label-to-component-quiet-small`
+- `field-label-to-component-quiet-medium`
+- `field-label-to-component-quiet-large`
+- `field-label-to-component-quiet-extra-large`
+- `character-count-to-field-quiet-small`
+- `character-count-to-field-quiet-medium`
+- `character-count-to-field-quiet-large`
+- `character-count-to-field-quiet-extra-large`
diff --git a/.changeset/beige-hounds-invent.md b/.changeset/beige-hounds-invent.md
new file mode 100644
index 00000000..994441a7
--- /dev/null
+++ b/.changeset/beige-hounds-invent.md
@@ -0,0 +1,19 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added action bar border color.
+
+## Design Motivation
+
+Similar to the issues reported for popovers (SDS-14251), there isn't sufficient visual contrast of action bars on top of backgrounds in dark theme when used on background-color-layer-2.
+
+The solution to this issue in both popovers and action bars should be the same (Popover update has been merged)
+
+This issue was originally reported by the React team. Attached reference images from their implementation, one without border and one with border that matches the current popover border in dark.
+
+## Token Diff
+
+_Tokens added (7):_
+
+- `action-bar-border-color`
diff --git a/.changeset/big-hounds-tap.md b/.changeset/big-hounds-tap.md
new file mode 100644
index 00000000..4ccf7aa5
--- /dev/null
+++ b/.changeset/big-hounds-tap.md
@@ -0,0 +1,87 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+1. New typography tokens:
+
+- Letter spacing, text-align, cjk
+
+1. New gradient stop tokens
+1. New component tokens for bar panel, rating, segmented control, slider, select box
+1. New static color tokens
+
+_Tokens added (51):_
+
+- `letter-spacing`
+- `text-align-start`
+- `text-align-center`
+- `text-align-end`
+- `body-size-xxs`
+- `body-cjk-size-xxxl`
+- `body-cjk-size-xxl`
+- `body-cjk-size-xl`
+- `body-cjk-size-l`
+- `body-cjk-size-m`
+- `body-cjk-size-s`
+- `body-cjk-size-xs`
+- `body-cjk-size-xxs`
+- `gradient-stop-1-genai`
+- `gradient-stop-2-genai`
+- `gradient-stop-3-genai`
+- `gradient-stop-1-premium`
+- `gradient-stop-2-premium`
+- `gradient-stop-3-premium`
+- `bar-panel-width`
+- `bar-panel-minimum-width`
+- `bar-panel-maximum-width`
+- `bar-panel-spacing-extra-spacious`
+- `rating-top-to-content-area-small`
+- `rating-bottom-to-content-area-small`
+- `rating-edge-to-content-area-small`
+- `rating-top-to-content-area-medium`
+- `rating-bottom-to-content-area-medium`
+- `rating-edge-to-content-area-medium`
+- `rating-width-small`
+- `rating-height-small`
+- `rating-width-medium`
+- `rating-height-medium`
+- `segmented-control-selection-border-width`
+- `slider-handle-precision-width`
+- `slider-track-height-medium`
+- `slider-track-height-large`
+- `segmented-control-item-height`
+- `static-blue-900`
+- `static-blue-1000`
+- `static-fuchsia-900`
+- `static-fuchsia-1000`
+- `static-indigo-900`
+- `static-indigo-1000`
+- `static-magenta-900`
+- `static-magenta-1000`
+- `static-red-900`
+- `static-red-1000`
+- `bar-panel-gripper-color`
+- `bar-panel-gripper-color-drag`
+- `select-box-selected-border-color`
+
+_Token values updated (9):_
+
+- `font-size-1200`
+ - `desktop`: `50px` -> `51px`
+- `font-size-1300`
+ - `desktop`: `60px` -> `58px`
+- `cjk-letter-spacing`: `0.05em` -> `letter-spacing`
+- `body-cjk-strong-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+- `body-cjk-strong-emphasized-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+- `slider-control-to-field-label-small`
+ - `desktop`: `5px` -> `-4px`
+ - `mobile`: `6px` -> `-8px`
+- `slider-control-to-field-label-medium`
+ - `desktop`: `8px` -> `-12px`
+ - `mobile`: `10px` -> `-16px`
+- `slider-control-to-field-label-large`
+ - `desktop`: `11px` -> `-16px`
+ - `mobile`: `14px` -> `-20px`
+- `slider-control-to-field-label-extra-large`
+ - `desktop`: `14px` -> `-20px`
+ - `mobile`: `17px` -> `-28px`
diff --git a/.changeset/blue-parrots-hug.md b/.changeset/blue-parrots-hug.md
new file mode 100644
index 00000000..0cc89866
--- /dev/null
+++ b/.changeset/blue-parrots-hug.md
@@ -0,0 +1,14 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Color-slider-border-color token was updated to reference gray-1000 instead of gray-900 in both light and dark themes.
+
+## Design Motivation
+
+S2 color slider design changes.
+
+## Token Diff
+
+*Token values updated (1):*
+ - `color-slider-border-color`
diff --git a/.changeset/brown-years-perform.md b/.changeset/brown-years-perform.md
new file mode 100644
index 00000000..a9902fb9
--- /dev/null
+++ b/.changeset/brown-years-perform.md
@@ -0,0 +1,26 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updates to spacing tokens for the S2 field label component include:
+
+Token: field-label-top-to-asterisk-[medium, large, extra-large]. Only value for extra-large token required updating in the desktop scale. All other sizes presented accurate values.
+
+Token: field-label-top-margin-[medium, large, extra-large]. All values were updated to reflect 0px for both desktop and mobile scales
+
+## Design Motivation
+
+These changes occurred as a result of updates to the field label component for S2.
+
+## Token Diff
+
+_Token values updated (4):_
+
+- `field-label-top-margin-extra-large`
+- `field-label-top-margin-large`
+- `field-label-top-margin-medium`
+- `field-label-top-to-asterisk-extra-large`
+
+## Schema Diff
+
+Adds missing schema information for `corner-radius-1000`. Also added `schemas/token-types/multiplier.json` to the `scale-set` schema.
diff --git a/.changeset/chatty-dolphins-build.md b/.changeset/chatty-dolphins-build.md
new file mode 100644
index 00000000..821a3ca6
--- /dev/null
+++ b/.changeset/chatty-dolphins-build.md
@@ -0,0 +1,20 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated and added alert dialog tokens for both desktop and mobile.
+
+## Design Motivation
+
+Title text in alert dialog is now using the new Title typography token. Also updated the size for description text, and added a new token for top to alert icon.
+
+## Token Diff
+
+_Tokens added (1):_
+
+- `alert-banner-top-to-alert-icon`
+
+_Token values updated (2):_
+
+- `alert-dialog-description-size`
+- `alert-dialog-title-size`
diff --git a/.changeset/chatty-turtles-sell.md b/.changeset/chatty-turtles-sell.md
new file mode 100644
index 00000000..79fbe10a
--- /dev/null
+++ b/.changeset/chatty-turtles-sell.md
@@ -0,0 +1,35 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated and added S2 drop shadow tokens
+
+## Design Motivation
+
+These changes occurred as a result of scaling things for S2 design language and experiences.
+
+## Token Diff
+
+_Tokens added (7):_
+
+- `field-default-width-extra-large`
+- `field-default-width-large`
+- `field-default-width-medium`
+- `field-default-width-small`
+- `tag-minimum-width-large`
+- `tag-minimum-width-medium`
+- `tag-minimum-width-small`
+
+_Token values updated (4):_
+
+- `field-top-to-progress-circle-extra-large`
+- `field-top-to-progress-circle-large`
+- `field-top-to-progress-circle-medium`
+- `field-top-to-progress-circle-small`
+
+_Newly Deprecated Tokens (4):_
+
+- `field-width-extra-large`
+- `field-width-large`
+- `field-width-medium`
+- `field-width-small`
diff --git a/.changeset/clever-onions-compete.md b/.changeset/clever-onions-compete.md
new file mode 100644
index 00000000..754b6006
--- /dev/null
+++ b/.changeset/clever-onions-compete.md
@@ -0,0 +1,19 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+## Design Motivation
+
+* The updated tooltip component in Spectrum 2 has a larger, slightly rounded tip
+* Added tokens for horizontal and vertical orientation
+
+## Tokens Diff
+
+*Tokens added (3):*
+ - `divider-horizontal-minimum-width`
+ - `divider-vertical-minimum-height`
+ - `tooltip-tip-corner-radius`
+
+*Token values updated (2):*
+ - `tooltip-tip-height`
+ - `tooltip-tip-width`
diff --git a/.changeset/cool-eyes-nail.md b/.changeset/cool-eyes-nail.md
new file mode 100644
index 00000000..177432cd
--- /dev/null
+++ b/.changeset/cool-eyes-nail.md
@@ -0,0 +1,50 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+## Design Motivation
+
+- Updated desktop and mobile values for checkbox-control-size-[size] and checkbox-top-to-control-[size] tokens
+- Made token changes required for the S2 action bar update
+
+## Tokens Diff
+
+**Tokens Changed (10)**
+
+Added (2)
+
+- `action-bar-minimum-width`
+- `action-bar-label-to-action-group-area`
+
+
+
+Updated (8)
+
+Updated Properties (8)
+
+- `checkbox-control-size-small`
+ - `desktop.value`: `12px` -> `14px`
+ - `mobile.value`: `16px` -> `18px`
+- `checkbox-control-size-medium`
+ - `desktop.value`: `14px` -> `16px`
+ - `mobile.value`: `18px` -> `20px`
+- `checkbox-control-size-large`
+ - `desktop.value`: `16px` -> `18px`
+ - `mobile.value`: `20px` -> `22px`
+- `checkbox-control-size-extra-large`
+ - `desktop.value`: `18px` -> `20px`
+ - `mobile.value`: `22px` -> `26px`
+- `checkbox-top-to-control-small`
+ - `desktop.value`: `6px` -> `5px`
+ - `mobile.value`: `7px` -> `6px`
+- `checkbox-top-to-control-medium`
+ - `desktop.value`: `9px` -> `8px`
+ - `mobile.value`: `11px` -> `10px`
+- `checkbox-top-to-control-large`
+ - `desktop.value`: `12px` -> `11px`
+ - `mobile.value`: `15px` -> `14px`
+- `checkbox-top-to-control-extra-large`
+ - `desktop.value`: `15px` -> `14px`
+ - `mobile.value`: `19px` -> `17px`
+
+
diff --git a/.changeset/curly-pants-enjoy.md b/.changeset/curly-pants-enjoy.md
new file mode 100644
index 00000000..02544bda
--- /dev/null
+++ b/.changeset/curly-pants-enjoy.md
@@ -0,0 +1,22 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added dragged drop shadow tokens that point to new 300 global drop shadow tokens
+
+## Design Motivation
+
+These are new foundational drop shadow tokens that represent a higher elevation when items are dragged. The more prominent shadow also brings more visual focus to the dragged item. They will be used in the standard panel "dragged" state, as well as in future component updates, to be determined.
+
+## Token Diff
+
+_Tokens added (8):_
+
+- `drop-shadow-blur-300`
+- `drop-shadow-color-300`
+- `drop-shadow-dragged-blur`
+- `drop-shadow-dragged-color`
+- `drop-shadow-dragged-x`
+- `drop-shadow-dragged-y`
+- `drop-shadow-x-300`
+- `drop-shadow-y-300`
diff --git a/.changeset/dirty-keys-deny.md b/.changeset/dirty-keys-deny.md
new file mode 100644
index 00000000..0afbb712
--- /dev/null
+++ b/.changeset/dirty-keys-deny.md
@@ -0,0 +1,15 @@
+---
+"@adobe/spectrum-tokens": patch
+---
+
+Fixed misnamed accordion token.
+
+## Token Diff
+
+_Tokens added (1):_
+
+- `accordion-top-to-text-spacious-small`
+
+_Newly deprecated token (1):_
+
+- `accordion-small-top-to-text-spacious`
diff --git a/.changeset/dirty-pets-attend.md b/.changeset/dirty-pets-attend.md
new file mode 100644
index 00000000..61628298
--- /dev/null
+++ b/.changeset/dirty-pets-attend.md
@@ -0,0 +1,32 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added new Spectrum 2 color tokens for both light and dark themes:
+
+Cinnamon 100 to 1600
+
+## Design Motivation
+
+This is the last new color that is a part of the new color set needed from Premiere Pro. The additional color will also help when creating new data vis color palettes for Spectrum 2.
+
+## Token Diff
+
+_Tokens added (17):_
+
+- `cinnamon-100`
+- `cinnamon-200`
+- `cinnamon-300`
+- `cinnamon-400`
+- `cinnamon-500`
+- `cinnamon-600`
+- `cinnamon-700`
+- `cinnamon-800`
+- `cinnamon-900`
+- `cinnamon-1000`
+- `cinnamon-1100`
+- `cinnamon-1200`
+- `cinnamon-1300`
+- `cinnamon-1400`
+- `cinnamon-1500`
+- `cinnamon-1600`
diff --git a/.changeset/dull-eyes-grab.md b/.changeset/dull-eyes-grab.md
new file mode 100644
index 00000000..4e06c306
--- /dev/null
+++ b/.changeset/dull-eyes-grab.md
@@ -0,0 +1,19 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated alert dialog tokens
+
+## Token Diff
+
+_Tokens added (4):_
+
+- `alert-dialog-description-font-size`
+- `alert-dialog-description-size`
+- `alert-dialog-title-font-size`
+- `alert-dialog-title-size`
+
+_Newly deprecated tokens (2):_
+
+- `alert-dialog-description-size`
+- `alert-dialog-title-size`
diff --git a/.changeset/eight-months-cheer.md b/.changeset/eight-months-cheer.md
new file mode 100644
index 00000000..a01a9dea
--- /dev/null
+++ b/.changeset/eight-months-cheer.md
@@ -0,0 +1,92 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Newly defined S2 Icon colors by the Icons team were incorporated into our system. This includes updates to existing colors and new color additions. More details on icon colors can be found [in this document](https://paper.dropbox.com/doc/S2-Icon-colors-May-update--CPQCbAN3uvmfSCYV5UekAgYkAg-BqbGyRAAL87Ehoqm9WrCB) and [this Figma file](https://www.figma.com/design/KRqwJWgLuW4R7HwFUzKWiB/S2-Icon-color?node-id=0%3A1&t=jRZwm9gOH4dyLwL7-1).
+
+## Design motivation
+
+Icons team defined new S2 color tokens needed for their iconography assets.
+
+## Token diff
+
+*Tokens added (78):*
+
+ - `icon-color-blue-background`
+ - `icon-color-blue-primary-down`
+ - `icon-color-blue-primary-hover`
+ - `icon-color-brown-background`
+ - `icon-color-brown-primary-default`
+ - `icon-color-brown-primary-down`
+ - `icon-color-brown-primary-hover`
+ - `icon-color-celery-background`
+ - `icon-color-celery-primary-default`
+ - `icon-color-celery-primary-down`
+ - `icon-color-celery-primary-hover`
+ - `icon-color-chartreuse-background`
+ - `icon-color-chartreuse-primary-default`
+ - `icon-color-chartreuse-primary-down`
+ - `icon-color-chartreuse-primary-hover`
+ - `icon-color-cinnamon-background`
+ - `icon-color-cinnamon-primary-default`
+ - `icon-color-cinnamon-primary-down`
+ - `icon-color-cinnamon-primary-hover`
+ - `icon-color-cyan-background`
+ - `icon-color-cyan-primary-default`
+ - `icon-color-cyan-primary-down`
+ - `icon-color-cyan-primary-hover`
+ - `icon-color-disabled-primary`
+ - `icon-color-emphasized-background`
+ - `icon-color-fuchsia-background`
+ - `icon-color-fuchsia-primary-default`
+ - `icon-color-fuchsia-primary-down`
+ - `icon-color-fuchsia-primary-hover`
+ - `icon-color-green-background`
+ - `icon-color-green-primary-down`
+ - `icon-color-green-primary-hover`
+ - `icon-color-indigo-background`
+ - `icon-color-indigo-primary-default`
+ - `icon-color-indigo-primary-down`
+ - `icon-color-indigo-primary-hover`
+ - `icon-color-informative`
+ - `icon-color-inverse-background`
+ - `icon-color-magenta-background`
+ - `icon-color-magenta-primary-default`
+ - `icon-color-magenta-primary-down`
+ - `icon-color-magenta-primary-hover`
+ - `icon-color-negative`
+ - `icon-color-neutral`
+ - `icon-color-notice`
+ - `icon-color-orange-background`
+ - `icon-color-orange-primary-default`
+ - `icon-color-orange-primary-down`
+ - `icon-color-orange-primary-hover`
+ - `icon-color-pink-background`
+ - `icon-color-pink-primary-default`
+ - `icon-color-pink-primary-down`
+ - `icon-color-pink-primary-hover`
+ - `icon-color-positive`
+ - `icon-color-primary-down`
+ - `icon-color-primary-hover`
+ - `icon-color-purple-background`
+ - `icon-color-purple-primary-default`
+ - `icon-color-purple-primary-down`
+ - `icon-color-purple-primary-hover`
+ - `icon-color-red-background`
+ - `icon-color-red-primary-down`
+ - `icon-color-red-primary-hover`
+ - `icon-color-seafoam-background`
+ - `icon-color-seafoam-primary-default`
+ - `icon-color-seafoam-primary-down`
+ - `icon-color-seafoam-primary-hover`
+ - `icon-color-silver-background`
+ - `icon-color-silver-primary-default`
+ - `icon-color-silver-primary-down`
+ - `icon-color-silver-primary-hover`
+ - `icon-color-turquoise-background`
+ - `icon-color-turquoise-primary-default`
+ - `icon-color-turquoise-primary-down`
+ - `icon-color-turquoise-primary-hover`
+ - `icon-color-yellow-background`
+ - `icon-color-yellow-primary-down`
+ - `icon-color-yellow-primary-hover`
diff --git a/.changeset/empty-steaks-dress.md b/.changeset/empty-steaks-dress.md
new file mode 100644
index 00000000..c49d3824
--- /dev/null
+++ b/.changeset/empty-steaks-dress.md
@@ -0,0 +1,41 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated workflow-icon-size-50, 75, 100, 200, 300 with Spectrum 2 values in mobile and desktop.
+Updated component-top-to-workflow and text-to-visual padding.
+Added 3 new non-color tokens for S2 component downstates in Tokens Studio.
+
+## Design Motivation
+
+Spectrum 2 icons have a different workflow icon sizing with base sizes 20 px (desktop), 24 px (mobile).
+
+Updated padding values due to new workflow icon sizes in S2.
+
+These tokens are used to calculate the perspective transform in CSS to achieve the effect of a component scaling down for down states in Spectrum 2. This is not applicable to all components.
+
+## Tokens Diff
+
+_Tokens added (3):_
+
+- `component-size-difference-down`
+- `component-size-minimum-perspective-down`
+- `component-size-width-ratio-down`
+
+_Token values updated (15):_
+
+- `component-top-to-workflow-icon-100`
+- `component-top-to-workflow-icon-200`
+- `component-top-to-workflow-icon-300`
+- `component-top-to-workflow-icon-50`
+- `component-top-to-workflow-icon-75`
+- `text-to-visual-100`
+- `text-to-visual-200`
+- `text-to-visual-300`
+- `text-to-visual-50`
+- `text-to-visual-75`
+- `workflow-icon-size-100`
+- `workflow-icon-size-200`
+- `workflow-icon-size-300`
+- `workflow-icon-size-50`
+- `workflow-icon-size-75`
diff --git a/.changeset/fair-bats-travel.md b/.changeset/fair-bats-travel.md
new file mode 100644
index 00000000..a991d3fc
--- /dev/null
+++ b/.changeset/fair-bats-travel.md
@@ -0,0 +1,37 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added S2 Treeview tokens
+
+## Token Diff
+
+_Tokens added (27):_
+
+- `tree-view-disclosure-indicator-height`
+- `tree-view-disclosure-indicator-width`
+- `tree-view-minimum-height`
+- `tree-view-minimum-width`
+- `tree-view-bottom-to-label`
+- `tree-view-drag-handle-to-checkbox`
+- `tree-view-edge-to-checkbox`
+- `tree-view-edge-to-drag-handle`
+- `tree-view-end-edge-to-action-area`
+- `tree-view-header-to-item`
+- `tree-view-item-to-header`
+- `tree-view-item-to-item`
+- `tree-view-item-to-item-detached`
+- `tree-view-label-to-action-area`
+- `tree-view-level-increment`
+- `tree-view-minimum-top-to-context-area`
+- `tree-view-top-to-action-button`
+- `tree-view-top-to-checkbox`
+- `tree-view-top-to-disclosure-indicator`
+- `tree-view-top-to-drag-handle`
+- `tree-view-top-to-label`
+- `tree-view-selected-row-background-opacity-emphasized`
+- `tree-view-selected-row-background-opacity-emphasized-hover`
+- `tree-view-row-background-hover`
+- `tree-view-selected-row-background-color-emphasized`
+- `tree-view-selected-row-background-default`
+- `tree-view-selected-row-background-hover`
diff --git a/.changeset/fifty-knives-glow.md b/.changeset/fifty-knives-glow.md
new file mode 100644
index 00000000..d9e190ec
--- /dev/null
+++ b/.changeset/fifty-knives-glow.md
@@ -0,0 +1,14 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added two new tokens for color wheel border. One for color and one for opacity.
+
+## Token Diff
+
+Added (2)
+
+- `color-wheel-border-opacity`
+- `color-wheel-border-color`
+
+
diff --git a/.changeset/five-steaks-argue.md b/.changeset/five-steaks-argue.md
new file mode 100644
index 00000000..12c17033
--- /dev/null
+++ b/.changeset/five-steaks-argue.md
@@ -0,0 +1,38 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+S2 Combo box, In-field button and In-field progress circle updates
+
+## Motivation and context
+
+These changes occurred as a result of scaling things for S2 design language and experiences.
+
+## Token Diff
+
+_Tokens added (15):_
+
+- `combo-box-visual-to-field-button`
+- `combo-box-visual-to-field-button-extra-large`
+- `combo-box-visual-to-field-button-large`
+- `combo-box-visual-to-field-button-medium`
+- `combo-box-visual-to-field-button-quiet`
+- `combo-box-visual-to-field-button-small`
+- `in-field-button-edge-to-fill-extra-large`
+- `in-field-button-edge-to-fill-large`
+- `in-field-button-edge-to-fill-medium`
+- `in-field-button-edge-to-fill-small`
+- `in-field-progress-circle-edge-to-fill`
+- `in-field-progress-circle-size-100`
+- `in-field-progress-circle-size-200`
+- `in-field-progress-circle-size-300`
+- `in-field-progress-circle-size-75`
+
+_Newly deprecated tokens (6):_
+
+- `combo-box-quiet-minimum-width-multiplier`
+- `combo-box-visual-to-field-button-small`
+- `combo-box-visual-to-field-button-medium`
+- `combo-box-visual-to-field-button-large`
+- `combo-box-visual-to-field-button-extra-large`
+- `in-field-button-edge-to-fill`
diff --git a/.changeset/flat-parrots-cry.md b/.changeset/flat-parrots-cry.md
new file mode 100644
index 00000000..1d7414c8
--- /dev/null
+++ b/.changeset/flat-parrots-cry.md
@@ -0,0 +1,37 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+- Fixed token type from Sizing to Font size for contextual-help-body-size and `contextual-help-title-size`
+- Renamed tokens by deprecating previous ones and creating new ones, with font in the token name
+ Updated value of `contextual-help-title-font-size`
+
+Marked the the following tokens in Tokens Studio for deprecation:
+
+- `negative-subdued-background-color-default` ( --> points to `negative-subtle-background-color-default`)
+- `negative-subdued-background-color-hover`
+- `negative-subdued-background-color-down`
+- `negative-subdued-background-color-key-focus`
+
+## Design motivation
+
+- The updated type sorts them correctly in the Tokens Studio data
+- The updated value reflects the latest design for Spectrum 2, using the new title style instead of heading
+
+- The negative-subdued tokens were deprecated because the tag "error" variant has been deprecated and are no longer needed in the system. A new "subtle" token has been added for the in-line alert use case.
+
+## Token diff
+
+_Tokens added (2):_
+
+- `contextual-help-body-font-size`
+- `contextual-help-title-font-size`
+
+_Newly deprecated Tokens (6):_
+
+- `contextual-help-body-size`
+- `contextual-help-title-size`
+- `negative-subdued-background-color-default`
+- `negative-subdued-background-color-hover`
+- `negative-subdued-background-color-down`
+- `negative-subdued-background-color-key-focus`
diff --git a/.changeset/fluffy-bees-play.md b/.changeset/fluffy-bees-play.md
new file mode 100644
index 00000000..a01135b3
--- /dev/null
+++ b/.changeset/fluffy-bees-play.md
@@ -0,0 +1,16 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated values for component pill edge to visual only tokens for both desktop and mobile.
+
+These values are updated based on the new workflow icon size.
+
+## Token Diff
+
+_Token values updated (4):_
+
+- `component-pill-edge-to-visual-only-100`
+- `component-pill-edge-to-visual-only-200`
+- `component-pill-edge-to-visual-only-300`
+- `component-pill-edge-to-visual-only-75`
diff --git a/.changeset/forty-lizards-thank.md b/.changeset/forty-lizards-thank.md
new file mode 100644
index 00000000..55899b42
--- /dev/null
+++ b/.changeset/forty-lizards-thank.md
@@ -0,0 +1,17 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated desktop and mobile values for component-edge-to-visual-only tokens.
+
+Spacing changed due to new workflow icon sizes.
+
+## Token Diff
+
+_Token values updated (5):_
+
+- `component-edge-to-visual-only-100`
+- `component-edge-to-visual-only-200`
+- `component-edge-to-visual-only-300`
+- `component-edge-to-visual-only-50`
+- `component-edge-to-visual-only-75`
diff --git a/.changeset/fuzzy-cherries-buy.md b/.changeset/fuzzy-cherries-buy.md
new file mode 100644
index 00000000..da55b95e
--- /dev/null
+++ b/.changeset/fuzzy-cherries-buy.md
@@ -0,0 +1,15 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated text-to-visual-300 mobile value from 11px to 10px.
+
+## Design Motivation
+
+To better follow our logarithmic scale rounding principle.
+
+## Token Diff
+
+_Token values updated (1):_
+
+- `text-to-visual-300`
diff --git a/.changeset/gentle-months-carry.md b/.changeset/gentle-months-carry.md
new file mode 100644
index 00000000..76e70251
--- /dev/null
+++ b/.changeset/gentle-months-carry.md
@@ -0,0 +1,14 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated help-text-top-to-workflow-icon-_ token values to point to component-top-to-workflow-icon-_ tokens
+
+## Token Diff
+
+_Newly deprecated tokens (4):_
+
+- `help-text-top-to-workflow-icon-extra-large`: use `component-edge-to-visual-only-300`
+- `help-text-top-to-workflow-icon-large`: use `component-edge-to-visual-only-200`
+- `help-text-top-to-workflow-icon-medium`: use `component-edge-to-visual-only-100`
+- `help-text-top-to-workflow-icon-small`: use `component-edge-to-visual-only-75`
diff --git a/.changeset/giant-ducks-drive.md b/.changeset/giant-ducks-drive.md
new file mode 100644
index 00000000..2738b9b2
--- /dev/null
+++ b/.changeset/giant-ducks-drive.md
@@ -0,0 +1,17 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+S2 Popover tokens update
+
+## Token Diff
+
+_Tokens added (3):_
+
+- `popover-border-color`
+- `popover-border-opacity`
+- `popover-edge-to-content-area`
+
+_Newly deprecated token (1):_
+
+- `popover-top-to-content-area`
diff --git a/.changeset/gold-bags-talk.md b/.changeset/gold-bags-talk.md
new file mode 100644
index 00000000..ef6a5e54
--- /dev/null
+++ b/.changeset/gold-bags-talk.md
@@ -0,0 +1,15 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated color of color-area-border-color token from gray.900 to gray.1000 in both light and dark sets.
+
+## Design motivation
+
+These changes occurred as a result of scaling things for S2 design language and experiences.
+
+## Token Diff
+
+_Token value updated (1):_
+
+- `color-area-border-color`
diff --git a/.changeset/good-baboons-doubt.md b/.changeset/good-baboons-doubt.md
new file mode 100644
index 00000000..9e59c2e6
--- /dev/null
+++ b/.changeset/good-baboons-doubt.md
@@ -0,0 +1,21 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added tokens for S2 title color
+
+## Design Motivation
+
+Title is a new typography style for Spectrum 2, and has a default `title-color` token
+
+## Token Diff
+
+_Tokens added (2):_
+
+- `alert-banner-top-to-alert-icon`
+- `title-color`
+
+_Token values updated (2):_
+
+- `alert-dialog-description-size`
+- `alert-dialog-title-size`
diff --git a/.changeset/good-peas-mix.md b/.changeset/good-peas-mix.md
new file mode 100644
index 00000000..90577046
--- /dev/null
+++ b/.changeset/good-peas-mix.md
@@ -0,0 +1,475 @@
+---
+"@adobe/spectrum-tokens": major
+---
+
+Updated color tokens to use S2 values
+
+## Design Motivation
+
+The S2 microsite documentation discusses changes to the [grays](https://s2.spectrum.corp.adobe.com/page/grays/) and [colors](https://s2.spectrum.corp.adobe.com/page/colors/).
+
+## Token Diff
+
+Tokens added (46):
+
+- `accent-color-1500`
+- `accent-color-1600`
+- `blue-1500`
+- `blue-1600`
+- `celery-1500`
+- `celery-1600`
+- `chartreuse-1500`
+- `chartreuse-1600`
+- `cyan-1500`
+- `cyan-1600`
+- `fuchsia-1500`
+- `fuchsia-1600`
+- `gray-1000`
+- `gray-25`
+- `green-1500`
+- `green-1600`
+- `indigo-1500`
+- `indigo-1600`
+- `informative-color-1500`
+- `informative-color-1600`
+- `magenta-1500`
+- `magenta-1600`
+- `negative-color-1500`
+- `negative-color-1600`
+- `notice-color-1500`
+- `notice-color-1600`
+- `orange-1500`
+- `orange-1600`
+- `positive-color-1500`
+- `positive-color-1600`
+- `purple-1500`
+- `purple-1600`
+- `red-1500`
+- `red-1600`
+- `seafoam-1500`
+- `seafoam-1600`
+- `transparent-black-1000`
+- `transparent-black-25`
+- `transparent-black-50`
+- `transparent-black-75`
+- `transparent-white-1000`
+- `transparent-white-25`
+- `transparent-white-50`
+- `transparent-white-75`
+- `yellow-1500`
+- `yellow-1600`
+
+
+
+Token values updated (408):
+
+- `accent-background-color-default`
+- `accent-background-color-down`
+- `accent-background-color-hover`
+- `accent-background-color-key-focus`
+- `accent-color-100`
+- `accent-color-1000`
+- `accent-color-1100`
+- `accent-color-1200`
+- `accent-color-1300`
+- `accent-color-1400`
+- `accent-color-200`
+- `accent-color-300`
+- `accent-color-400`
+- `accent-color-500`
+- `accent-color-600`
+- `accent-color-700`
+- `accent-color-800`
+- `accent-color-900`
+- `accent-content-color-default`
+- `accent-content-color-down`
+- `accent-content-color-hover`
+- `accent-content-color-key-focus`
+- `accent-content-color-selected`
+- `accent-visual-color`
+- `background-base-color`
+- `background-layer-1-color`
+- `background-layer-2-color`
+- `blue-100`
+- `blue-1000`
+- `blue-1100`
+- `blue-1200`
+- `blue-1300`
+- `blue-1400`
+- `blue-200`
+- `blue-300`
+- `blue-400`
+- `blue-500`
+- `blue-600`
+- `blue-700`
+- `blue-800`
+- `blue-900`
+- `blue-background-color-default`
+- `blue-visual-color`
+- `body-color`
+- `card-selection-background-color`
+- `celery-100`
+- `celery-1000`
+- `celery-1100`
+- `celery-1200`
+- `celery-1300`
+- `celery-1400`
+- `celery-200`
+- `celery-300`
+- `celery-400`
+- `celery-500`
+- `celery-600`
+- `celery-700`
+- `celery-800`
+- `celery-900`
+- `celery-background-color-default`
+- `celery-visual-color`
+- `chartreuse-100`
+- `chartreuse-1000`
+- `chartreuse-1100`
+- `chartreuse-1200`
+- `chartreuse-1300`
+- `chartreuse-1400`
+- `chartreuse-200`
+- `chartreuse-300`
+- `chartreuse-400`
+- `chartreuse-500`
+- `chartreuse-600`
+- `chartreuse-700`
+- `chartreuse-800`
+- `chartreuse-900`
+- `chartreuse-background-color-default`
+- `chartreuse-visual-color`
+- `coach-mark-pagination-color`
+- `code-color`
+- `color-area-border-color`
+- `color-loupe-drop-shadow-color`
+- `color-loupe-inner-border`
+- `color-slider-border-color`
+- `cyan-100`
+- `cyan-1000`
+- `cyan-1100`
+- `cyan-1200`
+- `cyan-1300`
+- `cyan-1400`
+- `cyan-200`
+- `cyan-300`
+- `cyan-400`
+- `cyan-500`
+- `cyan-600`
+- `cyan-700`
+- `cyan-800`
+- `cyan-900`
+- `cyan-background-color-default`
+- `cyan-visual-color`
+- `detail-color`
+- `disabled-background-color`
+- `disabled-border-color`
+- `disabled-content-color`
+- `disabled-static-black-background-color`
+- `disabled-static-black-border-color`
+- `disabled-static-black-content-color`
+- `disabled-static-white-background-color`
+- `disabled-static-white-border-color`
+- `disabled-static-white-content-color`
+- `drop-zone-background-color`
+- `floating-action-button-drop-shadow-color`
+- `floating-action-button-shadow-color`
+- `focus-indicator-color`
+- `fuchsia-100`
+- `fuchsia-1000`
+- `fuchsia-1100`
+- `fuchsia-1200`
+- `fuchsia-1300`
+- `fuchsia-1400`
+- `fuchsia-200`
+- `fuchsia-300`
+- `fuchsia-400`
+- `fuchsia-500`
+- `fuchsia-600`
+- `fuchsia-700`
+- `fuchsia-800`
+- `fuchsia-900`
+- `fuchsia-background-color-default`
+- `fuchsia-visual-color`
+- `gray-100`
+- `gray-200`
+- `gray-300`
+- `gray-400`
+- `gray-50`
+- `gray-500`
+- `gray-600`
+- `gray-700`
+- `gray-75`
+- `gray-800`
+- `gray-900`
+- `gray-background-color-default`
+- `gray-visual-color`
+- `green-100`
+- `green-1000`
+- `green-1100`
+- `green-1200`
+- `green-1300`
+- `green-1400`
+- `green-200`
+- `green-300`
+- `green-400`
+- `green-500`
+- `green-600`
+- `green-700`
+- `green-800`
+- `green-900`
+- `green-background-color-default`
+- `green-visual-color`
+- `heading-color`
+- `icon-color-blue-primary-default`
+- `icon-color-green-primary-default`
+- `icon-color-inverse`
+- `icon-color-primary-default`
+- `icon-color-red-primary-default`
+- `icon-color-yellow-primary-default`
+- `indigo-100`
+- `indigo-1000`
+- `indigo-1100`
+- `indigo-1200`
+- `indigo-1300`
+- `indigo-1400`
+- `indigo-200`
+- `indigo-300`
+- `indigo-400`
+- `indigo-500`
+- `indigo-600`
+- `indigo-700`
+- `indigo-800`
+- `indigo-900`
+- `indigo-background-color-default`
+- `indigo-visual-color`
+- `informative-background-color-default`
+- `informative-background-color-down`
+- `informative-background-color-hover`
+- `informative-background-color-key-focus`
+- `informative-color-100`
+- `informative-color-1000`
+- `informative-color-1100`
+- `informative-color-1200`
+- `informative-color-1300`
+- `informative-color-1400`
+- `informative-color-200`
+- `informative-color-300`
+- `informative-color-400`
+- `informative-color-500`
+- `informative-color-600`
+- `informative-color-700`
+- `informative-color-800`
+- `informative-color-900`
+- `informative-visual-color`
+- `magenta-100`
+- `magenta-1000`
+- `magenta-1100`
+- `magenta-1200`
+- `magenta-1300`
+- `magenta-1400`
+- `magenta-200`
+- `magenta-300`
+- `magenta-400`
+- `magenta-500`
+- `magenta-600`
+- `magenta-700`
+- `magenta-800`
+- `magenta-900`
+- `magenta-background-color-default`
+- `magenta-visual-color`
+- `negative-background-color-default`
+- `negative-background-color-down`
+- `negative-background-color-hover`
+- `negative-background-color-key-focus`
+- `negative-border-color-default`
+- `negative-border-color-down`
+- `negative-border-color-focus`
+- `negative-border-color-focus-hover`
+- `negative-border-color-hover`
+- `negative-border-color-key-focus`
+- `negative-color-100`
+- `negative-color-1000`
+- `negative-color-1100`
+- `negative-color-1200`
+- `negative-color-1300`
+- `negative-color-1400`
+- `negative-color-200`
+- `negative-color-300`
+- `negative-color-400`
+- `negative-color-500`
+- `negative-color-600`
+- `negative-color-700`
+- `negative-color-800`
+- `negative-color-900`
+- `negative-content-color-default`
+- `negative-content-color-down`
+- `negative-content-color-hover`
+- `negative-content-color-key-focus`
+- `negative-visual-color`
+- `neutral-background-color-default`
+- `neutral-background-color-down`
+- `neutral-background-color-hover`
+- `neutral-background-color-key-focus`
+- `neutral-background-color-selected-default`
+- `neutral-background-color-selected-down`
+- `neutral-background-color-selected-hover`
+- `neutral-background-color-selected-key-focus`
+- `neutral-content-color-default`
+- `neutral-content-color-down`
+- `neutral-content-color-focus`
+- `neutral-content-color-focus-hover`
+- `neutral-content-color-hover`
+- `neutral-content-color-key-focus`
+- `neutral-subdued-background-color-default`
+- `neutral-subdued-background-color-down`
+- `neutral-subdued-background-color-hover`
+- `neutral-subdued-background-color-key-focus`
+- `neutral-subdued-content-color-default`
+- `neutral-subdued-content-color-down`
+- `neutral-subdued-content-color-hover`
+- `neutral-subdued-content-color-key-focus`
+- `neutral-subdued-content-color-selected`
+- `neutral-visual-color`
+- `notice-background-color-default`
+- `notice-color-100`
+- `notice-color-1000`
+- `notice-color-1100`
+- `notice-color-1200`
+- `notice-color-1300`
+- `notice-color-1400`
+- `notice-color-200`
+- `notice-color-300`
+- `notice-color-400`
+- `notice-color-500`
+- `notice-color-600`
+- `notice-color-700`
+- `notice-color-800`
+- `notice-color-900`
+- `notice-visual-color`
+- `opacity-checkerboard-square-dark`
+- `orange-100`
+- `orange-1000`
+- `orange-1100`
+- `orange-1200`
+- `orange-1300`
+- `orange-1400`
+- `orange-200`
+- `orange-300`
+- `orange-400`
+- `orange-500`
+- `orange-600`
+- `orange-700`
+- `orange-800`
+- `orange-900`
+- `orange-background-color-default`
+- `orange-visual-color`
+- `positive-background-color-default`
+- `positive-background-color-down`
+- `positive-background-color-hover`
+- `positive-background-color-key-focus`
+- `positive-color-100`
+- `positive-color-1000`
+- `positive-color-1100`
+- `positive-color-1200`
+- `positive-color-1300`
+- `positive-color-1400`
+- `positive-color-200`
+- `positive-color-300`
+- `positive-color-400`
+- `positive-color-500`
+- `positive-color-600`
+- `positive-color-700`
+- `positive-color-800`
+- `positive-color-900`
+- `positive-visual-color`
+- `purple-100`
+- `purple-1000`
+- `purple-1100`
+- `purple-1200`
+- `purple-1300`
+- `purple-1400`
+- `purple-200`
+- `purple-300`
+- `purple-400`
+- `purple-500`
+- `purple-600`
+- `purple-700`
+- `purple-800`
+- `purple-900`
+- `purple-background-color-default`
+- `purple-visual-color`
+- `red-100`
+- `red-1000`
+- `red-1100`
+- `red-1200`
+- `red-1300`
+- `red-1400`
+- `red-200`
+- `red-300`
+- `red-400`
+- `red-500`
+- `red-600`
+- `red-700`
+- `red-800`
+- `red-900`
+- `red-background-color-default`
+- `red-visual-color`
+- `seafoam-100`
+- `seafoam-1000`
+- `seafoam-1100`
+- `seafoam-1200`
+- `seafoam-1300`
+- `seafoam-1400`
+- `seafoam-200`
+- `seafoam-300`
+- `seafoam-400`
+- `seafoam-500`
+- `seafoam-600`
+- `seafoam-700`
+- `seafoam-800`
+- `seafoam-900`
+- `seafoam-background-color-default`
+- `seafoam-visual-color`
+- `swatch-border-color`
+- `table-row-hover-color`
+- `table-selected-row-background-color`
+- `table-selected-row-background-color-non-emphasized`
+- `thumbnail-border-color`
+- `transparent-black-100`
+- `transparent-black-200`
+- `transparent-black-300`
+- `transparent-black-400`
+- `transparent-black-500`
+- `transparent-black-600`
+- `transparent-black-700`
+- `transparent-black-800`
+- `transparent-black-900`
+- `transparent-white-100`
+- `transparent-white-200`
+- `transparent-white-300`
+- `transparent-white-400`
+- `transparent-white-500`
+- `transparent-white-600`
+- `transparent-white-700`
+- `transparent-white-800`
+- `transparent-white-900`
+- `yellow-100`
+- `yellow-1000`
+- `yellow-1100`
+- `yellow-1200`
+- `yellow-1300`
+- `yellow-1400`
+- `yellow-200`
+- `yellow-300`
+- `yellow-400`
+- `yellow-500`
+- `yellow-600`
+- `yellow-700`
+- `yellow-800`
+- `yellow-900`
+- `yellow-background-color-default`
+- `yellow-visual-color`
+
+
diff --git a/.changeset/green-knives-scream.md b/.changeset/green-knives-scream.md
new file mode 100644
index 00000000..a85f8bcd
--- /dev/null
+++ b/.changeset/green-knives-scream.md
@@ -0,0 +1,26 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added brand new tokens for the S2 Standard Panel:
+
+## Design Motivation
+
+Added tokens needed for the new S2 standard panel component.
+
+## Token Diff
+
+_Tokens Added (12):_
+
+- `standard-panel-width`
+- `standard-panel-minimum-width`
+- `standard-panel-maximum-width`
+- `standard-panel-top-to-close-button-compact`
+- `standard-panel-top-to-close-button-regular`
+- `standard-panel-top-to-close-button-spacious`
+- `standard-panel-edge-to-close-button-compact`
+- `standard-panel-edge-to-close-button-regular`
+- `standard-panel-edge-to-close-button-spacious`
+- `standard-panel-title-font-size`
+- `standard-panel-gripper-color`
+- `standard-panel-gripper-color-drag`
diff --git a/.changeset/happy-students-vanish.md b/.changeset/happy-students-vanish.md
new file mode 100644
index 00000000..681a9ae0
--- /dev/null
+++ b/.changeset/happy-students-vanish.md
@@ -0,0 +1,116 @@
+---
+"@adobe/spectrum-tokens": major
+---
+
+Merged Spectrum and Express system set data. This is part of the Spectrum 2 work that will no longer have two separate systems.
+
+The merge takes the keeps the `value` and `uuid` from `spectrum`.
+
+## Token Diff
+
+Tokens values updated (102):
+
+- `accent-background-color-default`
+- `accent-background-color-down`
+- `accent-background-color-hover`
+- `accent-background-color-key-focus`
+- `accent-color-100`
+- `accent-color-1000`
+- `accent-color-1100`
+- `accent-color-1200`
+- `accent-color-1300`
+- `accent-color-1400`
+- `accent-color-200`
+- `accent-color-300`
+- `accent-color-400`
+- `accent-color-500`
+- `accent-color-600`
+- `accent-color-700`
+- `accent-color-800`
+- `accent-color-900`
+- `accent-content-color-default`
+- `accent-content-color-down`
+- `accent-content-color-hover`
+- `accent-content-color-key-focus`
+- `accent-content-color-selected`
+- `accent-visual-color`
+- `border-width-100`
+- `checkbox-control-size-extra-large`
+- `checkbox-control-size-large`
+- `checkbox-control-size-medium`
+- `checkbox-control-size-small`
+- `checkbox-top-to-control-extra-large`
+- `checkbox-top-to-control-large`
+- `checkbox-top-to-control-medium`
+- `checkbox-top-to-control-small`
+- `color-area-border-rounding`
+- `color-area-border-width`
+- `color-handle-drop-shadow-color`
+- `corner-radius-100`
+- `corner-radius-200`
+- `corner-radius-75`
+- `drop-shadow-blur`
+- `drop-shadow-x`
+- `drop-shadow-y`
+- `drop-zone-background-color`
+- `heading-cjk-font-weight`
+- `heading-sans-serif-emphasized-font-weight`
+- `heading-sans-serif-font-weight`
+- `heading-serif-emphasized-font-weight`
+- `heading-serif-font-weight`
+- `in-field-button-edge-to-fill`
+- `in-field-button-fill-stacked-inner-border-rounding`
+- `in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large`
+- `in-field-button-inner-edge-to-disclosure-icon-stacked-large`
+- `in-field-button-inner-edge-to-disclosure-icon-stacked-medium`
+- `in-field-button-inner-edge-to-disclosure-icon-stacked-small`
+- `in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large`
+- `in-field-button-outer-edge-to-disclosure-icon-stacked-large`
+- `in-field-button-outer-edge-to-disclosure-icon-stacked-medium`
+- `in-field-button-stacked-inner-edge-to-fill`
+- `neutral-background-color-selected-default`
+- `neutral-background-color-selected-down`
+- `neutral-background-color-selected-hover`
+- `neutral-background-color-selected-key-focus`
+- `picker-border-width`
+- `radio-button-control-size-extra-large`
+- `radio-button-control-size-large`
+- `radio-button-control-size-medium`
+- `radio-button-control-size-small`
+- `radio-button-top-to-control-extra-large`
+- `radio-button-top-to-control-large`
+- `radio-button-top-to-control-medium`
+- `radio-button-top-to-control-small`
+- `slider-bottom-to-handle-extra-large`
+- `slider-bottom-to-handle-large`
+- `slider-bottom-to-handle-medium`
+- `slider-bottom-to-handle-small`
+- `slider-control-height-extra-large`
+- `slider-control-height-large`
+- `slider-control-height-medium`
+- `slider-control-height-small`
+- `slider-handle-border-width-down-extra-large`
+- `slider-handle-border-width-down-large`
+- `slider-handle-border-width-down-medium`
+- `slider-handle-border-width-down-small`
+- `slider-handle-gap`
+- `slider-handle-size-extra-large`
+- `slider-handle-size-large`
+- `slider-handle-size-medium`
+- `slider-handle-size-small`
+- `slider-track-thickness`
+- `switch-control-height-extra-large`
+- `switch-control-height-large`
+- `switch-control-height-medium`
+- `switch-control-height-small`
+- `switch-control-width-extra-large`
+- `switch-control-width-large`
+- `switch-control-width-medium`
+- `switch-control-width-small`
+- `switch-top-to-control-extra-large`
+- `switch-top-to-control-large`
+- `switch-top-to-control-medium`
+- `switch-top-to-control-small`
+- `table-selected-row-background-color-non-emphasized`
+
+
diff --git a/.changeset/khaki-teachers-do.md b/.changeset/khaki-teachers-do.md
new file mode 100644
index 00000000..911235d7
--- /dev/null
+++ b/.changeset/khaki-teachers-do.md
@@ -0,0 +1,43 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+- Updated S2 accordion tokens (non-color) in respective desktop and mobile layout sets
+- Added S2 meter tokens, including both color and non-color.
+
+## Design Motivation
+
+- Accordion component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing content-area-edge-to-content tokens enhances inclusivity for various design patterns. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13435).
+- Meter component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing static tokens enables us to standardize the use of tokens across various components with indicators and tracks. This includes progress bars, progress circles, and potentially sliders in the future. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13414).
+
+## Token Diff
+
+_Tokens added (18):_
+
+- `accordion-content-area-edge-to-content-extra-large`
+- `accordion-content-area-edge-to-content-large`
+- `accordion-content-area-edge-to-content-medium`
+- `accordion-content-area-edge-to-content-small`
+- `accordion-disclosure-indicator-to-text-extra-large`
+- `accordion-disclosure-indicator-to-text-large`
+- `accordion-disclosure-indicator-to-text-medium`
+- `accordion-disclosure-indicator-to-text-small`
+- `accordion-item-to-divider`
+- `meter-thickness-extra-large`
+- `meter-thickness-medium`
+- `static-black-text-color`
+- `static-black-track-color`
+- `static-black-track-indicator-color`
+- `static-white-text-color`
+- `static-white-track-color`
+- `static-white-track-indicator-color`
+- `track-color`
+
+_Newly deprecated tokens (2):_
+
+- `accordion-edge-to-disclosure-indicator`
+- `accordion-disclosure-indicator-to-text`
+
+_Tokens updated (1):_
+
+- `meter-thickness-large`
diff --git a/.changeset/kind-geese-hope.md b/.changeset/kind-geese-hope.md
new file mode 100644
index 00000000..3ee56559
--- /dev/null
+++ b/.changeset/kind-geese-hope.md
@@ -0,0 +1,12 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+S2 Color loupe tokens update (color-only)
+
+## Token Diff
+
+_Newly deprecated tokens (2):_
+
+- `color-loupe-drop-shadow-color`
+- `drop-shadow-color`
diff --git a/.changeset/lazy-bears-remember.md b/.changeset/lazy-bears-remember.md
new file mode 100644
index 00000000..78a3b5b8
--- /dev/null
+++ b/.changeset/lazy-bears-remember.md
@@ -0,0 +1,5 @@
+---
+"@adobe/spectrum-tokens": patch
+---
+
+Removed duplicate tokens from src files.
diff --git a/.changeset/lemon-dragons-raise.md b/.changeset/lemon-dragons-raise.md
new file mode 100644
index 00000000..f691c70f
--- /dev/null
+++ b/.changeset/lemon-dragons-raise.md
@@ -0,0 +1,374 @@
+---
+"@adobe/spectrum-tokens": major
+---
+
+Merged dark and darkest color sets. This was done by removing `dark` and renaming `darkest` to `dark`.
+
+## Design Motivation
+
+The S2 microsite documentation discusses the move to a [single dark theme](https://s2.spectrum.corp.adobe.com/page/grays/#a-single-dark-theme).
+
+## Token Diff
+
+Token values updated (358):
+
+- `accent-background-color-default`
+- `accent-background-color-down`
+- `accent-background-color-hover`
+- `accent-background-color-key-focus`
+- `accent-visual-color`
+- `background-base-color`
+- `background-layer-1-color`
+- `background-layer-2-color`
+- `blue-100`
+- `blue-1000`
+- `blue-1100`
+- `blue-1200`
+- `blue-1300`
+- `blue-1400`
+- `blue-200`
+- `blue-300`
+- `blue-400`
+- `blue-500`
+- `blue-600`
+- `blue-700`
+- `blue-800`
+- `blue-900`
+- `blue-background-color-default`
+- `blue-visual-color`
+- `body-color`
+- `card-selection-background-color`
+- `celery-100`
+- `celery-1000`
+- `celery-1100`
+- `celery-1200`
+- `celery-1300`
+- `celery-1400`
+- `celery-200`
+- `celery-300`
+- `celery-400`
+- `celery-500`
+- `celery-600`
+- `celery-700`
+- `celery-800`
+- `celery-900`
+- `celery-background-color-default`
+- `celery-visual-color`
+- `chartreuse-100`
+- `chartreuse-1000`
+- `chartreuse-1100`
+- `chartreuse-1200`
+- `chartreuse-1300`
+- `chartreuse-1400`
+- `chartreuse-200`
+- `chartreuse-300`
+- `chartreuse-400`
+- `chartreuse-500`
+- `chartreuse-600`
+- `chartreuse-700`
+- `chartreuse-800`
+- `chartreuse-900`
+- `chartreuse-background-color-default`
+- `chartreuse-visual-color`
+- `coach-mark-pagination-color`
+- `code-color`
+- `color-area-border-color`
+- `color-slider-border-color`
+- `cyan-100`
+- `cyan-1000`
+- `cyan-1100`
+- `cyan-1200`
+- `cyan-1300`
+- `cyan-1400`
+- `cyan-200`
+- `cyan-300`
+- `cyan-400`
+- `cyan-500`
+- `cyan-600`
+- `cyan-700`
+- `cyan-800`
+- `cyan-900`
+- `cyan-background-color-default`
+- `cyan-visual-color`
+- `detail-color`
+- `disabled-background-color`
+- `disabled-border-color`
+- `disabled-content-color`
+- `drop-shadow-color`
+- `drop-zone-background-color`
+- `focus-indicator-color`
+- `fuchsia-100`
+- `fuchsia-1000`
+- `fuchsia-1100`
+- `fuchsia-1200`
+- `fuchsia-1300`
+- `fuchsia-1400`
+- `fuchsia-200`
+- `fuchsia-300`
+- `fuchsia-400`
+- `fuchsia-500`
+- `fuchsia-600`
+- `fuchsia-700`
+- `fuchsia-800`
+- `fuchsia-900`
+- `fuchsia-background-color-default`
+- `fuchsia-visual-color`
+- `gray-100`
+- `gray-200`
+- `gray-300`
+- `gray-400`
+- `gray-50`
+- `gray-500`
+- `gray-600`
+- `gray-700`
+- `gray-75`
+- `gray-800`
+- `gray-900`
+- `gray-background-color-default`
+- `gray-visual-color`
+- `green-100`
+- `green-1000`
+- `green-1100`
+- `green-1200`
+- `green-1300`
+- `green-1400`
+- `green-200`
+- `green-300`
+- `green-400`
+- `green-500`
+- `green-600`
+- `green-700`
+- `green-800`
+- `green-900`
+- `green-background-color-default`
+- `green-visual-color`
+- `heading-color`
+- `icon-color-blue-primary-default`
+- `icon-color-green-primary-default`
+- `icon-color-inverse`
+- `icon-color-primary-default`
+- `icon-color-red-primary-default`
+- `icon-color-yellow-primary-default`
+- `indigo-100`
+- `indigo-1000`
+- `indigo-1100`
+- `indigo-1200`
+- `indigo-1300`
+- `indigo-1400`
+- `indigo-200`
+- `indigo-300`
+- `indigo-400`
+- `indigo-500`
+- `indigo-600`
+- `indigo-700`
+- `indigo-800`
+- `indigo-900`
+- `indigo-background-color-default`
+- `indigo-visual-color`
+- `informative-background-color-default`
+- `informative-background-color-down`
+- `informative-background-color-hover`
+- `informative-background-color-key-focus`
+- `informative-color-100`
+- `informative-color-1000`
+- `informative-color-1100`
+- `informative-color-1200`
+- `informative-color-1300`
+- `informative-color-1400`
+- `informative-color-200`
+- `informative-color-300`
+- `informative-color-400`
+- `informative-color-500`
+- `informative-color-600`
+- `informative-color-700`
+- `informative-color-800`
+- `informative-color-900`
+- `informative-visual-color`
+- `magenta-100`
+- `magenta-1000`
+- `magenta-1100`
+- `magenta-1200`
+- `magenta-1300`
+- `magenta-1400`
+- `magenta-200`
+- `magenta-300`
+- `magenta-400`
+- `magenta-500`
+- `magenta-600`
+- `magenta-700`
+- `magenta-800`
+- `magenta-900`
+- `magenta-background-color-default`
+- `magenta-visual-color`
+- `negative-background-color-default`
+- `negative-background-color-down`
+- `negative-background-color-hover`
+- `negative-background-color-key-focus`
+- `negative-border-color-default`
+- `negative-border-color-down`
+- `negative-border-color-focus`
+- `negative-border-color-focus-hover`
+- `negative-border-color-hover`
+- `negative-border-color-key-focus`
+- `negative-color-100`
+- `negative-color-1000`
+- `negative-color-1100`
+- `negative-color-1200`
+- `negative-color-1300`
+- `negative-color-1400`
+- `negative-color-200`
+- `negative-color-300`
+- `negative-color-400`
+- `negative-color-500`
+- `negative-color-600`
+- `negative-color-700`
+- `negative-color-800`
+- `negative-color-900`
+- `negative-content-color-default`
+- `negative-content-color-down`
+- `negative-content-color-hover`
+- `negative-content-color-key-focus`
+- `negative-visual-color`
+- `neutral-background-color-default`
+- `neutral-background-color-down`
+- `neutral-background-color-hover`
+- `neutral-background-color-key-focus`
+- `neutral-content-color-default`
+- `neutral-content-color-down`
+- `neutral-content-color-focus`
+- `neutral-content-color-focus-hover`
+- `neutral-content-color-hover`
+- `neutral-content-color-key-focus`
+- `neutral-subdued-background-color-default`
+- `neutral-subdued-background-color-down`
+- `neutral-subdued-background-color-hover`
+- `neutral-subdued-background-color-key-focus`
+- `neutral-subdued-content-color-default`
+- `neutral-subdued-content-color-down`
+- `neutral-subdued-content-color-hover`
+- `neutral-subdued-content-color-key-focus`
+- `neutral-subdued-content-color-selected`
+- `neutral-visual-color`
+- `notice-background-color-default`
+- `notice-color-100`
+- `notice-color-1000`
+- `notice-color-1100`
+- `notice-color-1200`
+- `notice-color-1300`
+- `notice-color-1400`
+- `notice-color-200`
+- `notice-color-300`
+- `notice-color-400`
+- `notice-color-500`
+- `notice-color-600`
+- `notice-color-700`
+- `notice-color-800`
+- `notice-color-900`
+- `notice-visual-color`
+- `opacity-checkerboard-square-dark`
+- `orange-100`
+- `orange-1000`
+- `orange-1100`
+- `orange-1200`
+- `orange-1300`
+- `orange-1400`
+- `orange-200`
+- `orange-300`
+- `orange-400`
+- `orange-500`
+- `orange-600`
+- `orange-700`
+- `orange-800`
+- `orange-900`
+- `orange-background-color-default`
+- `orange-visual-color`
+- `overlay-opacity`
+- `positive-background-color-default`
+- `positive-background-color-down`
+- `positive-background-color-hover`
+- `positive-background-color-key-focus`
+- `positive-color-100`
+- `positive-color-1000`
+- `positive-color-1100`
+- `positive-color-1200`
+- `positive-color-1300`
+- `positive-color-1400`
+- `positive-color-200`
+- `positive-color-300`
+- `positive-color-400`
+- `positive-color-500`
+- `positive-color-600`
+- `positive-color-700`
+- `positive-color-800`
+- `positive-color-900`
+- `positive-visual-color`
+- `purple-100`
+- `purple-1000`
+- `purple-1100`
+- `purple-1200`
+- `purple-1300`
+- `purple-1400`
+- `purple-200`
+- `purple-300`
+- `purple-400`
+- `purple-500`
+- `purple-600`
+- `purple-700`
+- `purple-800`
+- `purple-900`
+- `purple-background-color-default`
+- `purple-visual-color`
+- `red-100`
+- `red-1000`
+- `red-1100`
+- `red-1200`
+- `red-1300`
+- `red-1400`
+- `red-200`
+- `red-300`
+- `red-400`
+- `red-500`
+- `red-600`
+- `red-700`
+- `red-800`
+- `red-900`
+- `red-background-color-default`
+- `red-visual-color`
+- `seafoam-100`
+- `seafoam-1000`
+- `seafoam-1100`
+- `seafoam-1200`
+- `seafoam-1300`
+- `seafoam-1400`
+- `seafoam-200`
+- `seafoam-300`
+- `seafoam-400`
+- `seafoam-500`
+- `seafoam-600`
+- `seafoam-700`
+- `seafoam-800`
+- `seafoam-900`
+- `seafoam-background-color-default`
+- `seafoam-visual-color`
+- `swatch-border-color`
+- `table-row-hover-color`
+- `table-selected-row-background-color`
+- `thumbnail-border-color`
+- `yellow-100`
+- `yellow-1000`
+- `yellow-1100`
+- `yellow-1200`
+- `yellow-1300`
+- `yellow-1400`
+- `yellow-200`
+- `yellow-300`
+- `yellow-400`
+- `yellow-500`
+- `yellow-600`
+- `yellow-700`
+- `yellow-800`
+- `yellow-900`
+- `yellow-background-color-default`
+- `yellow-visual-color`
+
+
diff --git a/.changeset/metal-colts-scream.md b/.changeset/metal-colts-scream.md
new file mode 100644
index 00000000..5a1d1c96
--- /dev/null
+++ b/.changeset/metal-colts-scream.md
@@ -0,0 +1,24 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated code tokens for S2
+
+## Design Motivation
+
+These code token updates include some fixes to CJK font-weights to match the Latin font-weights when possible. We added CJK size tokens for consistency with other typography style tokens. Note that the new CJK size tokens currently point to the default code font-size tokens since Source Code Pro handles Latin and CJK sizing comparably.
+
+## Token Diff
+
+_Tokens added (5):_
+
+- `code-cjk-size-l`
+- `code-cjk-size-m`
+- `code-cjk-size-s`
+- `code-cjk-size-xl`
+- `code-cjk-size-xs`
+
+_Token values updated (2):_
+
+- `code-cjk-strong-emphasized-font-weight`
+- `code-cjk-strong-font-weight`
diff --git a/.changeset/neat-balloons-rhyme.md b/.changeset/neat-balloons-rhyme.md
new file mode 100644
index 00000000..52e3f0eb
--- /dev/null
+++ b/.changeset/neat-balloons-rhyme.md
@@ -0,0 +1,265 @@
+---
+"@adobe/spectrum-tokens": major
+---
+
+feat: new color values for spectrum2
+
+## Design Motivation
+
+This update addresses several improvements:
+
+fuchsia, seafoam: all values shifted to make room for new colors, pink and turquoise
+all other colors: certain values were updated to address accessibility contrast requirements against Spectrum 2 background layer colors
+
+## Token Diff
+
+Token values updated (246):
+
+- `accent-background-color-default`
+- `accent-background-color-down`
+- `accent-background-color-hover`
+- `accent-background-color-key-focus`
+- `accent-color-1000`
+- `accent-color-200`
+- `accent-color-300`
+- `accent-color-400`
+- `accent-color-500`
+- `accent-color-600`
+- `accent-color-700`
+- `accent-color-800`
+- `accent-color-900`
+- `accent-content-color-default`
+- `accent-content-color-down`
+- `accent-content-color-hover`
+- `accent-content-color-key-focus`
+- `accent-content-color-selected`
+- `accent-visual-color`
+- `blue-1000`
+- `blue-200`
+- `blue-300`
+- `blue-400`
+- `blue-500`
+- `blue-600`
+- `blue-700`
+- `blue-800`
+- `blue-900`
+- `blue-background-color-default`
+- `blue-visual-color`
+- `celery-1000`
+- `celery-200`
+- `celery-300`
+- `celery-400`
+- `celery-500`
+- `celery-600`
+- `celery-700`
+- `celery-800`
+- `celery-900`
+- `celery-background-color-default`
+- `celery-visual-color`
+- `chartreuse-1000`
+- `chartreuse-200`
+- `chartreuse-300`
+- `chartreuse-400`
+- `chartreuse-500`
+- `chartreuse-600`
+- `chartreuse-700`
+- `chartreuse-800`
+- `chartreuse-900`
+- `chartreuse-background-color-default`
+- `chartreuse-visual-color`
+- `cyan-1000`
+- `cyan-300`
+- `cyan-400`
+- `cyan-500`
+- `cyan-600`
+- `cyan-700`
+- `cyan-800`
+- `cyan-900`
+- `cyan-background-color-default`
+- `cyan-visual-color`
+- `drop-zone-background-color`
+- `focus-indicator-color`
+- `fuchsia-100`
+- `fuchsia-1000`
+- `fuchsia-1100`
+- `fuchsia-1200`
+- `fuchsia-1300`
+- `fuchsia-1400`
+- `fuchsia-1500`
+- `fuchsia-1600`
+- `fuchsia-200`
+- `fuchsia-300`
+- `fuchsia-400`
+- `fuchsia-500`
+- `fuchsia-600`
+- `fuchsia-700`
+- `fuchsia-800`
+- `fuchsia-900`
+- `fuchsia-background-color-default`
+- `fuchsia-visual-color`
+- `green-100`
+- `green-1000`
+- `green-200`
+- `green-300`
+- `green-400`
+- `green-500`
+- `green-600`
+- `green-700`
+- `green-800`
+- `green-900`
+- `green-background-color-default`
+- `green-visual-color`
+- `icon-color-blue-primary-default`
+- `icon-color-green-primary-default`
+- `icon-color-red-primary-default`
+- `icon-color-yellow-primary-default`
+- `indigo-1000`
+- `indigo-300`
+- `indigo-400`
+- `indigo-500`
+- `indigo-600`
+- `indigo-700`
+- `indigo-800`
+- `indigo-900`
+- `indigo-background-color-default`
+- `indigo-visual-color`
+- `informative-background-color-default`
+- `informative-background-color-down`
+- `informative-background-color-hover`
+- `informative-background-color-key-focus`
+- `informative-color-1000`
+- `informative-color-200`
+- `informative-color-300`
+- `informative-color-400`
+- `informative-color-500`
+- `informative-color-600`
+- `informative-color-700`
+- `informative-color-800`
+- `informative-color-900`
+- `informative-visual-color`
+- `magenta-100`
+- `magenta-1000`
+- `magenta-1100`
+- `magenta-1200`
+- `magenta-1300`
+- `magenta-1400`
+- `magenta-200`
+- `magenta-300`
+- `magenta-400`
+- `magenta-500`
+- `magenta-600`
+- `magenta-700`
+- `magenta-800`
+- `magenta-900`
+- `magenta-background-color-default`
+- `magenta-visual-color`
+- `negative-background-color-default`
+- `negative-background-color-down`
+- `negative-background-color-hover`
+- `negative-background-color-key-focus`
+- `negative-border-color-default`
+- `negative-border-color-focus`
+- `negative-border-color-hover`
+- `negative-border-color-key-focus`
+- `negative-color-1000`
+- `negative-color-200`
+- `negative-color-300`
+- `negative-color-400`
+- `negative-color-500`
+- `negative-color-600`
+- `negative-color-700`
+- `negative-color-800`
+- `negative-color-900`
+- `negative-content-color-default`
+- `negative-content-color-down`
+- `negative-content-color-hover`
+- `negative-content-color-key-focus`
+- `negative-visual-color`
+- `notice-background-color-default`
+- `notice-color-1000`
+- `notice-color-200`
+- `notice-color-400`
+- `notice-color-500`
+- `notice-color-600`
+- `notice-color-700`
+- `notice-color-800`
+- `notice-color-900`
+- `notice-visual-color`
+- `orange-1000`
+- `orange-200`
+- `orange-400`
+- `orange-500`
+- `orange-600`
+- `orange-700`
+- `orange-800`
+- `orange-900`
+- `orange-background-color-default`
+- `orange-visual-color`
+- `positive-background-color-default`
+- `positive-background-color-down`
+- `positive-background-color-hover`
+- `positive-background-color-key-focus`
+- `positive-color-100`
+- `positive-color-1000`
+- `positive-color-200`
+- `positive-color-300`
+- `positive-color-400`
+- `positive-color-500`
+- `positive-color-600`
+- `positive-color-700`
+- `positive-color-800`
+- `positive-color-900`
+- `positive-visual-color`
+- `purple-1000`
+- `purple-200`
+- `purple-300`
+- `purple-400`
+- `purple-500`
+- `purple-600`
+- `purple-700`
+- `purple-800`
+- `purple-900`
+- `purple-background-color-default`
+- `purple-visual-color`
+- `red-1000`
+- `red-200`
+- `red-300`
+- `red-400`
+- `red-500`
+- `red-600`
+- `red-700`
+- `red-800`
+- `red-900`
+- `red-background-color-default`
+- `red-visual-color`
+- `seafoam-100`
+- `seafoam-1000`
+- `seafoam-1100`
+- `seafoam-1200`
+- `seafoam-1300`
+- `seafoam-1400`
+- `seafoam-1500`
+- `seafoam-1600`
+- `seafoam-200`
+- `seafoam-300`
+- `seafoam-400`
+- `seafoam-500`
+- `seafoam-600`
+- `seafoam-700`
+- `seafoam-800`
+- `seafoam-900`
+- `seafoam-background-color-default`
+- `seafoam-visual-color`
+- `table-selected-row-background-color`
+- `yellow-1000`
+- `yellow-300`
+- `yellow-400`
+- `yellow-500`
+- `yellow-600`
+- `yellow-700`
+- `yellow-800`
+- `yellow-900`
+- `yellow-background-color-default`
+- `yellow-visual-color`
+
+
diff --git a/.changeset/olive-schools-warn.md b/.changeset/olive-schools-warn.md
new file mode 100644
index 00000000..f8d06a11
--- /dev/null
+++ b/.changeset/olive-schools-warn.md
@@ -0,0 +1,23 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+New non-color tokens for S2 tag component added to both desktop and mobile layout.component sets.
+
+## Design Motivation
+
+New values for tag component for S2.
+
+## Token Diff
+
+_Tokens added (9):_
+
+- `tag-edge-to-clear-icon-large`
+- `tag-edge-to-clear-icon-medium`
+- `tag-edge-to-clear-icon-small`
+- `tag-label-clear-icon-large`
+- `tag-label-to-clear-icon-large`
+- `tag-label-to-clear-icon-medium`
+- `tag-label-to-clear-icon-small`
+- `tag-maximum-width-multiplier`
+- `tag-minimum-width-multiplier`
diff --git a/.changeset/popular-socks-clean.md b/.changeset/popular-socks-clean.md
new file mode 100644
index 00000000..bc3a1be9
--- /dev/null
+++ b/.changeset/popular-socks-clean.md
@@ -0,0 +1,5 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added `private` metadata to global tokens.
diff --git a/.changeset/pre.json b/.changeset/pre.json
new file mode 100644
index 00000000..49f5abc3
--- /dev/null
+++ b/.changeset/pre.json
@@ -0,0 +1,90 @@
+{
+ "mode": "exit",
+ "tag": "beta",
+ "initialVersions": {
+ "site": "0.0.0",
+ "stvt": "0.0.0",
+ "@adobe/spectrum-tokens": "12.19.1",
+ "system-set-merge": "0.0.1",
+ "token-manifest-builder": "0.0.1",
+ "transform-tokens-json": "0.0.1",
+ "token-csv-generator": "0.0.1",
+ "@adobe/token-diff-generator": "1.0.1"
+ },
+ "changesets": [
+ "angry-zoos-applaud",
+ "beige-hounds-invent",
+ "big-hounds-tap",
+ "blue-parrots-hug",
+ "brown-years-perform",
+ "chatty-dolphins-build",
+ "chatty-turtles-sell",
+ "clever-onions-compete",
+ "cool-eyes-nail",
+ "curly-pants-enjoy",
+ "dirty-keys-deny",
+ "dirty-pets-attend",
+ "dull-eyes-grab",
+ "eight-months-cheer",
+ "empty-steaks-dress",
+ "fair-bats-travel",
+ "fifty-knives-glow",
+ "five-steaks-argue",
+ "flat-parrots-cry",
+ "fluffy-bees-play",
+ "forty-lizards-thank",
+ "fuzzy-cherries-buy",
+ "gentle-months-carry",
+ "giant-ducks-drive",
+ "gold-bags-talk",
+ "good-baboons-doubt",
+ "good-peas-mix",
+ "green-knives-scream",
+ "happy-students-vanish",
+ "khaki-teachers-do",
+ "kind-geese-hope",
+ "lazy-bears-remember",
+ "lemon-dragons-raise",
+ "metal-colts-scream",
+ "neat-balloons-rhyme",
+ "olive-schools-warn",
+ "popular-socks-clean",
+ "proud-oranges-think",
+ "purple-llamas-stare",
+ "purple-worms-add",
+ "quick-moose-tease",
+ "real-seals-camp",
+ "red-snails-roll",
+ "rotten-rice-end",
+ "silly-radios-float",
+ "silver-pianos-share",
+ "six-phones-rescue",
+ "sixty-poems-tap",
+ "slimy-emus-enjoy",
+ "small-clocks-jam",
+ "smart-glasses-help",
+ "smooth-turtles-retire",
+ "soft-moles-walk",
+ "sour-rabbits-own",
+ "sour-wasps-sparkle",
+ "spicy-days-fetch",
+ "strange-rings-love",
+ "strong-trains-crash",
+ "sweet-pillows-protect",
+ "sweet-rules-admire",
+ "swift-bugs-shout",
+ "tame-bobcats-beg",
+ "tender-monkeys-flash",
+ "three-buttons-hunt",
+ "twelve-impalas-compare",
+ "twelve-kangaroos-rescue",
+ "unlucky-buckets-shop",
+ "warm-experts-beg",
+ "weak-crabs-hammer",
+ "wet-apricots-tickle",
+ "wet-jobs-lie",
+ "wicked-rings-knock",
+ "wild-numbers-sip",
+ "wise-turtles-confess"
+ ]
+}
diff --git a/.changeset/proud-oranges-think.md b/.changeset/proud-oranges-think.md
new file mode 100644
index 00000000..800d7847
--- /dev/null
+++ b/.changeset/proud-oranges-think.md
@@ -0,0 +1,24 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+## Design Motivation
+
+Made the following changes to component typography tokens for both mobile and desktop.
+
+## Token Diff
+
+_Tokens added (2):_
+
+- `heading-cjk-size-xxxxl`
+- `heading-size-xxxxl`
+
+_Tokens changed (7):_
+
+- `heading-sans-serif-font-weight`: `bold-font-weight` -> `extra-bold-font-weight`
+- `heading-cjk-heavy-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+- `heading-sans-serif-emphasized-font-weight`: `bold-font-weight` -> `extra-bold-font-weight`
+- `heading-size-s`: `font-size-300` -> `font-size-400`
+- `heading-size-xs`: `font-size-200` -> `font-size-300`
+- `heading-cjk-size-xxxl`: `font-size-1300` -> `font-size-1200`
+- `heading-cjk-size-xxl`: `font-size-900` -> `font-size-1000`
diff --git a/.changeset/purple-llamas-stare.md b/.changeset/purple-llamas-stare.md
new file mode 100644
index 00000000..e12b5ebc
--- /dev/null
+++ b/.changeset/purple-llamas-stare.md
@@ -0,0 +1,17 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added a component-size-maximum-perspective-down token, which defines that components larger than 96px would appear to scale down more.
+
+## Design Motivation
+
+This token is used in larger components that support a down state that scales, like the select box.
+
+## Token Diff
+
+Added (1)
+
+- `component-size-maximum-perspective-down`
+
+
diff --git a/.changeset/purple-worms-add.md b/.changeset/purple-worms-add.md
new file mode 100644
index 00000000..e74dc33b
--- /dev/null
+++ b/.changeset/purple-worms-add.md
@@ -0,0 +1,33 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added new Standard dialog, status light, and updated alert-banner-top-to-workflow-icon tokens
+
+## Token Diff
+
+_Tokens added (10):_
+
+- `standard-dialog-body-font-size`
+- `standard-dialog-maximum-width-large`
+- `standard-dialog-maximum-width-medium`
+- `standard-dialog-maximum-width-small`
+- `standard-dialog-minimum-width`
+- `standard-dialog-title-font-size`
+- `status-light-text-to-visual-100`
+- `status-light-text-to-visual-200`
+- `status-light-text-to-visual-300`
+- `status-light-text-to-visual-75`
+
+_Token values updated (10):_
+
+- `alert-banner-to-top-workflow-icon`
+- `alert-banner-top-to-workflow-icon`
+- `status-light-dot-size-extra-large`
+- `status-light-dot-size-large`
+- `status-light-dot-size-medium`
+- `status-light-top-to-dot-extra-large`
+- `status-light-top-to-dot-large`
+- `status-light-top-to-dot-medium`
+- `status-light-top-to-dot-small`
+- `status-light-dot-size-small`
diff --git a/.changeset/quick-moose-tease.md b/.changeset/quick-moose-tease.md
new file mode 100644
index 00000000..a6173aff
--- /dev/null
+++ b/.changeset/quick-moose-tease.md
@@ -0,0 +1,15 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added semantic aliases used by in-line alert.
+
+## Token Diff
+
+_Tokens added (5):_
+
+- `informative-subtle-background-color-default`
+- `negative-subtle-background-color-default`
+- `neutral-subtle-background-color-default`
+- `notice-subtle-background-color-default`
+- `positive-subtle-background-color-default`
diff --git a/.changeset/real-seals-camp.md b/.changeset/real-seals-camp.md
new file mode 100644
index 00000000..9b3ee154
--- /dev/null
+++ b/.changeset/real-seals-camp.md
@@ -0,0 +1,19 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Update alert banner for Spectrum 2
+
+## Design Motivation
+
+These changes occurred as a result of scaling things for S2 design language and experiences.
+
+## Token Diff
+
+_Token values updated (5):_
+
+- `alert-banner-bottom-to-text`
+- `alert-banner-minimum-height`
+- `alert-banner-top-to-text`
+- `alert-banner-top-to-workflow-icon`
+- `search-field-minimum-width-multiplier`
diff --git a/.changeset/red-snails-roll.md b/.changeset/red-snails-roll.md
new file mode 100644
index 00000000..38af1b34
--- /dev/null
+++ b/.changeset/red-snails-roll.md
@@ -0,0 +1,16 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+S2 Color loupe tokens update
+
+## Design Motivation
+
+These changes occurred as a result of scaling things for S2 design language and experiences.
+
+## Token Diff
+
+_Newly deprecated tokens (2):_
+
+- `color-loupe-drop-shadow-blur`
+- `color-loupe-drop-shadow-y`
diff --git a/.changeset/rotten-rice-end.md b/.changeset/rotten-rice-end.md
new file mode 100644
index 00000000..8f149204
--- /dev/null
+++ b/.changeset/rotten-rice-end.md
@@ -0,0 +1,19 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated coach mark tokens for both desktop and mobile
+
+## Token Diff
+
+_Tokens added (6):_
+
+- `coach-mark-body-font-size`
+- `coach-mark-pagination-body-font-size`
+- `coach-mark-title-font-size`
+
+_Newly deprecated tokens (3):_
+
+- `coach-mark-body-size`
+- `coach-mark-pagination-body-size`
+- `coach-mark-title-size`
diff --git a/.changeset/silly-radios-float.md b/.changeset/silly-radios-float.md
new file mode 100644
index 00000000..7ad9343d
--- /dev/null
+++ b/.changeset/silly-radios-float.md
@@ -0,0 +1,18 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+S2 Opacity checkerboard non-color token updates
+
+## Design Motivation
+
+These changes occurred as a result of scaling things for S2 design language and experiences.
+
+## Token Diff
+
+_Tokens added (2):_
+
+- `opacity-checkerboard-square-size-medium`
+- `opacity-checkerboard-square-size-small`
+ _Newly deprecated tokens (1):_
+- `opacity-checkerboard-square-size`
diff --git a/.changeset/silver-pianos-share.md b/.changeset/silver-pianos-share.md
new file mode 100644
index 00000000..0fcc847e
--- /dev/null
+++ b/.changeset/silver-pianos-share.md
@@ -0,0 +1,41 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated illustrated message and drop zone tokens
+
+## Design Motivation
+
+- The previous tokens had the incorrect types. By fixing the type, they can reference the updated tokens that are replacing them.
+- Illustrated message now has three sizes (S, M, L) in Spectrum 2 to cover a wider range of use cases
+- Component font size tokens now specify font in the token name
+
+## Token Diff
+
+_Tokens added (12):_
+
+- `drop-zone-body-font-size`
+- `drop-zone-cjk-title-font-size`
+- `drop-zone-title-font-size`
+- `illustrated-message-large-body-font-size`
+- `illustrated-message-large-cjk-title-font-size`
+- `illustrated-message-large-title-font-size`
+- `illustrated-message-medium-body-font-size`
+- `illustrated-message-medium-cjk-title-font-size`
+- `illustrated-message-medium-title-font-size`
+- `illustrated-message-small-body-font-size`
+- `illustrated-message-small-cjk-title-font-size`
+- `illustrated-message-small-title-font-size`
+
+_Newly deprecated tokens (6):_
+
+- `drop-zone-body-size`
+- `drop-zone-cjk-title-size`
+- `drop-zone-title-size`
+- `illustrated-message-body-size`
+- `illustrated-message-cjk-title-size`
+- `illustrated-message-title-size`
+
+_Token value updated (1):_
+
+- `drop-zone-border-dash-gap`
diff --git a/.changeset/six-phones-rescue.md b/.changeset/six-phones-rescue.md
new file mode 100644
index 00000000..c7718d06
--- /dev/null
+++ b/.changeset/six-phones-rescue.md
@@ -0,0 +1,20 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added new and updating existing background layer tokens to S2 set in Tokens Studio and S2/Variables. Also reordered token organization to reflect proper usage based on [S2 guidelines](https://s2.spectrum.corp.adobe.com/page/background-layers/#editing-contexts).
+
+## Design Motivation
+
+In Spectrum 2, background layers are used differently depending on the primary context of the page. We now have a full set of tokens to help users distinguish between primary purposes, editing vs browsing.
+
+## Token Diff
+
+_Tokens added (2):_
+
+- `background-elevated-color`
+- `background-pasteboard-color`
+
+_Token values updated (1):_
+
+- `background-base-color`
diff --git a/.changeset/sixty-poems-tap.md b/.changeset/sixty-poems-tap.md
new file mode 100644
index 00000000..c6d406b0
--- /dev/null
+++ b/.changeset/sixty-poems-tap.md
@@ -0,0 +1,84 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+- [Updated thumbnail size tokens and added new tokens](https://github.com/adobe/spectrum-tokens-studio-data/pull/144)
+- [Updated S2 Action bar tokens](https://github.com/adobe/spectrum-tokens-studio-data/pull/149)
+
+## Design Motivation
+
+Thumbnail: updated sizes in order for opacity checkerboards to translate better in implementation.
+
+⚠️ Important note: Accepting updates from this release will update the thumbnail sizes. The change in size is no more than 4 px. In some cases, you may want to relink to a new size. View the migration guide below to find the closest recommended size:
+
+| Former thumbnail size | Available thumbnail size |
+| :-------------------- | :--------------------------------------- |
+| size 50 (16 x 16) | size 50 (16 x 16) |
+| size 75 (18 x 18) | size 75 (20 x 20) |
+| size 100 (20 x 20) | size 75 (20 x 20) |
+| size 200 (22 x 22) | size 100 (24 x 24) |
+| size 300 (26 x 26) | size 200 (28 x 28) |
+| size 400 (28 x 28) | size 200 (28 x 28) |
+| size 500 (32 x 32) | size 300 (32 x 32) |
+| size 600 (36 x 36) | size 400 (36 x 36) |
+| size 700 (40 x 40) | size 500 (40 x 40) |
+| size 800 (44 x 44) | size 600 (44 x 44) |
+| size 900 (50 x 50) | size 700 (48 x 48) or size 800 (52 x 52) |
+| size 1000 (56 x 56) | size 900 (56 x 56) |
+| -- | size 1000 (64 x 64) |
+
+Action bar: Updated S2 action bar (non-color) in respective desktop and mobile layout sets.
+
+## Token Diff
+
+_Tokens added (8):_
+
+- `action-bar-top-to-content-area`
+- `action-bar-bottom-to-content-area`
+- `action-bar-edge-to-content-area`
+- `action-bar-close-button-to-counter`
+- `action-bar-counter-font-size`
+- `thumbnail-opacity-checkerboard-square-size`
+- `thumbnail-corner-radius`
+- `text-to-control-50`
+
+_Tokens updated (2):_
+
+- `action-bar-height`
+- `action-bar-top-to-item-counter`
+
+_Token values updated (11):_
+
+- `thumbnail-size-75`
+ - `desktop`: `18px` -> `20px`
+ - `mobile`: `22px` -> `24px`
+- `thumbnail-size-100`
+ - `desktop`: `20px` -> `24px`
+ - `mobile`: `26px` -> `28px`
+- `thumbnail-size-200`
+ - `desktop`: `22px` -> `28px`
+ - `mobile`: `28px` -> `32px`
+- `thumbnail-size-300`
+ - `desktop`: `26px` -> `32px`
+ - `mobile`: `32px` -> `36px`
+- `thumbnail-size-400`
+ - `desktop`: `28px` -> `36px`
+ - `mobile`: `36px` -> `40px`
+- `thumbnail-size-500`
+ - `desktop`: `32px` -> `40px`
+ - `mobile`: `40px` -> `44px`
+- `thumbnail-size-600`
+ - `desktop`: `36px` -> `44px`
+ - `mobile`: `46px` -> `48px`
+- `thumbnail-size-700`
+ - `desktop`: `40px` -> `48px`
+ - `mobile`: `50px` -> `52px`
+- `thumbnail-size-800`
+ - `desktop`: `44px` -> `52px`
+ - `mobile`: `55px` -> `56px`
+- `thumbnail-size-900`
+ - `desktop`: `50px` -> `56px`
+ - `mobile`: `62px` -> `64px`
+- `thumbnail-size-1000`
+ - `desktop`: `56px` -> `64px`
+ - `mobile`: `70px` -> `72px`
diff --git a/.changeset/slimy-emus-enjoy.md b/.changeset/slimy-emus-enjoy.md
new file mode 100644
index 00000000..5c9dc806
--- /dev/null
+++ b/.changeset/slimy-emus-enjoy.md
@@ -0,0 +1,15 @@
+---
+"@adobe/spectrum-tokens": major
+---
+
+A handful of values transitioned from being defined per-set to being constants; set values are deprecated and root values are defined.
+
+## Token Diff
+
+_Token values updated (5):_
+
+- `neutral-background-color-default`: changed from a color-set to a single value of a reference of `gray-800`
+- `neutral-background-color-down`: changed from a color-set to a single value of a reference of `gray-900`
+- `neutral-background-color-hover`: changed from a color-set to a single value of a reference of `gray-900`
+- `neutral-background-color-key-focus`: changed from a color-set to a single value of a reference of `gray-900`
+- `notice-background-color-default`: changed from a color-set to a single value of a reference of `notice-color-800`
diff --git a/.changeset/small-clocks-jam.md b/.changeset/small-clocks-jam.md
new file mode 100644
index 00000000..cd43fc16
--- /dev/null
+++ b/.changeset/small-clocks-jam.md
@@ -0,0 +1,55 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated background aliases in dark theme; added new non-semantic colors
+
+## Design Motivation
+
+The existing background colors were updated for better consistency across semantic and non-semantic variants of the Badge component. The colors also introduce some general improved contrast in dark theme across other components using these aliases.
+The new non-semantic visual and background colors were added because new hues were introduced. These colors will be used in status light and badge components, respectively.
+
+## Token Diff
+
+_Tokens added (10):_
+
+- `brown-background-color-default`
+- `brown-visual-color`
+- `cinnamon-background-color-default`
+- `cinnamon-visual-color`
+- `pink-background-color-default`
+- `pink-visual-color`
+- `silver-background-color-default`
+- `silver-visual-color`
+- `turquoise-background-color-default`
+- `turquoise-visual-color`
+
+_Token values updated (27):_
+
+- `accent-background-color-default`
+- `accent-background-color-down`
+- `accent-background-color-hover`
+- `accent-background-color-key-focus`
+- `celery-background-color-default`
+- `chartreuse-background-color-default`
+- `gray-background-color-default`
+- `informative-background-color-default`
+- `informative-background-color-down`
+- `informative-background-color-hover`
+- `informative-background-color-key-focus`
+- `negative-background-color-default`
+- `negative-background-color-down`
+- `negative-background-color-hover`
+- `negative-background-color-key-focus`
+- `neutral-subdued-background-color-default`
+- `neutral-subdued-background-color-down`
+- `neutral-subdued-background-color-hover`
+- `neutral-subdued-background-color-key-focus`
+- `notice-background-color-default`
+- `orange-background-color-default`
+- `positive-background-color-default`
+- `positive-background-color-down`
+- `positive-background-color-hover`
+- `positive-background-color-key-focus`
+- `table-selected-row-background-color`
+- `yellow-background-color-default`
diff --git a/.changeset/smart-glasses-help.md b/.changeset/smart-glasses-help.md
new file mode 100644
index 00000000..4d8d01e5
--- /dev/null
+++ b/.changeset/smart-glasses-help.md
@@ -0,0 +1,26 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Adding S2 tokens for number field and takeover dialog components.
+
+## Token Diff
+
+_Tokens added (16):_
+
+- `in-field-stepper-to-end-extra-large`
+- `in-field-stepper-to-end-large`
+- `in-field-stepper-to-end-medium`
+- `in-field-stepper-to-end-small`
+- `number-field-minimum-width-multiplier`
+- `number-field-visual-to-in-field-stepper-extra-large`
+- `number-field-visual-to-in-field-stepper-large`
+- `number-field-visual-to-in-field-stepper-medium`
+- `number-field-visual-to-in-field-stepper-small`
+- `number-field-with-stepper-minimum-width-extra-large`
+- `number-field-with-stepper-minimum-width-large`
+- `number-field-with-stepper-minimum-width-medium`
+- `number-field-with-stepper-minimum-width-small`
+- `takeover-dialog-height`
+- `takeover-dialog-width`
+- `window-to-edge`
diff --git a/.changeset/smooth-turtles-retire.md b/.changeset/smooth-turtles-retire.md
new file mode 100644
index 00000000..6326d449
--- /dev/null
+++ b/.changeset/smooth-turtles-retire.md
@@ -0,0 +1,56 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+The tokens listed in the diff below had identical values between sets and so were merged to single values to simplify the data.
+
+## Token Diff
+
+_Tokens values updated (46):_
+
+- `accordion-disclosure-indicator-to-text`
+- `accordion-edge-to-disclosure-indicator`
+- `accordion-edge-to-text`
+- `accordion-focus-indicator-gap`
+- `accordion-top-to-text-compact-medium`
+- `accordion-top-to-text-compact-small`
+- `action-button-edge-to-hold-icon-extra-small`
+- `action-button-edge-to-hold-icon-small`
+- `asterisk-icon-size-75`
+- `background-base-color`
+- `background-layer-1-color`
+- `color-area-border-rounding`
+- `corner-radius-0`
+- `corner-radius-100`
+- `corner-radius-1000`
+- `corner-radius-200`
+- `corner-radius-300`
+- `corner-radius-400`
+- `corner-radius-500`
+- `corner-radius-600`
+- `corner-radius-700`
+- `corner-radius-75`
+- `corner-radius-800`
+- `corner-radius-extra-large-default`
+- `corner-radius-full`
+- `corner-radius-large-default`
+- `corner-radius-medium-default`
+- `corner-radius-medium-size-extra-large`
+- `corner-radius-medium-size-extra-small`
+- `corner-radius-medium-size-large`
+- `corner-radius-medium-size-medium`
+- `corner-radius-medium-size-small`
+- `corner-radius-none`
+- `corner-radius-small-default`
+- `corner-radius-small-size-extra-large`
+- `corner-radius-small-size-large`
+- `corner-radius-small-size-medium`
+- `corner-radius-small-size-small`
+- `drop-shadow-x`
+- `field-label-top-margin-extra-large`
+- `field-label-top-margin-large`
+- `field-label-top-margin-medium`
+- `field-label-top-margin-small`
+- `gray-background-color-default`
+- `status-light-dot-size-small`
+- `table-edge-to-content`
diff --git a/.changeset/soft-moles-walk.md b/.changeset/soft-moles-walk.md
new file mode 100644
index 00000000..fa78bba5
--- /dev/null
+++ b/.changeset/soft-moles-walk.md
@@ -0,0 +1,338 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added schema to all tokens and fixed values that didn't meet schema requirements
+
+## Token Diff
+
+_Token values updated (328):_
+
+- `accent-background-color-default`
+- `accent-background-color-down`
+- `accent-background-color-hover`
+- `accent-background-color-key-focus`
+- `accent-color-100`
+- `accent-color-1000`
+- `accent-color-1100`
+- `accent-color-1200`
+- `accent-color-1300`
+- `accent-color-1400`
+- `accent-color-200`
+- `accent-color-300`
+- `accent-color-400`
+- `accent-color-500`
+- `accent-color-600`
+- `accent-color-700`
+- `accent-color-800`
+- `accent-color-900`
+- `accent-content-color-default`
+- `accent-content-color-down`
+- `accent-content-color-hover`
+- `accent-content-color-key-focus`
+- `accent-content-color-selected`
+- `accent-visual-color`
+- `blue-100`
+- `blue-1000`
+- `blue-1100`
+- `blue-1200`
+- `blue-1300`
+- `blue-1400`
+- `blue-200`
+- `blue-300`
+- `blue-400`
+- `blue-500`
+- `blue-600`
+- `blue-700`
+- `blue-800`
+- `blue-900`
+- `blue-background-color-default`
+- `blue-visual-color`
+- `celery-100`
+- `celery-1000`
+- `celery-1100`
+- `celery-1200`
+- `celery-1300`
+- `celery-1400`
+- `celery-200`
+- `celery-300`
+- `celery-400`
+- `celery-500`
+- `celery-600`
+- `celery-700`
+- `celery-800`
+- `celery-900`
+- `celery-background-color-default`
+- `celery-visual-color`
+- `chartreuse-100`
+- `chartreuse-1000`
+- `chartreuse-1100`
+- `chartreuse-1200`
+- `chartreuse-1300`
+- `chartreuse-1400`
+- `chartreuse-200`
+- `chartreuse-300`
+- `chartreuse-400`
+- `chartreuse-500`
+- `chartreuse-600`
+- `chartreuse-700`
+- `chartreuse-800`
+- `chartreuse-900`
+- `chartreuse-background-color-default`
+- `chartreuse-visual-color`
+- `contextual-help-body-size`
+- `cyan-100`
+- `cyan-1000`
+- `cyan-1100`
+- `cyan-1200`
+- `cyan-1300`
+- `cyan-1400`
+- `cyan-200`
+- `cyan-300`
+- `cyan-400`
+- `cyan-500`
+- `cyan-600`
+- `cyan-700`
+- `cyan-800`
+- `cyan-900`
+- `cyan-background-color-default`
+- `cyan-visual-color`
+- `drop-zone-background-color`
+- `focus-indicator-color`
+- `fuchsia-100`
+- `fuchsia-1000`
+- `fuchsia-1100`
+- `fuchsia-1200`
+- `fuchsia-1300`
+- `fuchsia-1400`
+- `fuchsia-200`
+- `fuchsia-300`
+- `fuchsia-400`
+- `fuchsia-500`
+- `fuchsia-600`
+- `fuchsia-700`
+- `fuchsia-800`
+- `fuchsia-900`
+- `fuchsia-background-color-default`
+- `fuchsia-visual-color`
+- `green-100`
+- `green-1000`
+- `green-1100`
+- `green-1200`
+- `green-1300`
+- `green-1400`
+- `green-200`
+- `green-300`
+- `green-400`
+- `green-500`
+- `green-600`
+- `green-700`
+- `green-800`
+- `green-900`
+- `green-background-color-default`
+- `green-visual-color`
+- `icon-color-blue-primary-default`
+- `icon-color-green-primary-default`
+- `icon-color-red-primary-default`
+- `icon-color-yellow-primary-default`
+- `indigo-100`
+- `indigo-1000`
+- `indigo-1100`
+- `indigo-1200`
+- `indigo-1300`
+- `indigo-1400`
+- `indigo-200`
+- `indigo-300`
+- `indigo-400`
+- `indigo-500`
+- `indigo-600`
+- `indigo-700`
+- `indigo-800`
+- `indigo-900`
+- `indigo-background-color-default`
+- `indigo-visual-color`
+- `informative-background-color-default`
+- `informative-background-color-down`
+- `informative-background-color-hover`
+- `informative-background-color-key-focus`
+- `informative-color-100`
+- `informative-color-1000`
+- `informative-color-1100`
+- `informative-color-1200`
+- `informative-color-1300`
+- `informative-color-1400`
+- `informative-color-200`
+- `informative-color-300`
+- `informative-color-400`
+- `informative-color-500`
+- `informative-color-600`
+- `informative-color-700`
+- `informative-color-800`
+- `informative-color-900`
+- `informative-visual-color`
+- `magenta-100`
+- `magenta-1000`
+- `magenta-1100`
+- `magenta-1200`
+- `magenta-1300`
+- `magenta-1400`
+- `magenta-200`
+- `magenta-300`
+- `magenta-400`
+- `magenta-500`
+- `magenta-600`
+- `magenta-700`
+- `magenta-800`
+- `magenta-900`
+- `magenta-background-color-default`
+- `magenta-visual-color`
+- `navigational-indicator-top-to-back-icon-extra-large`
+- `navigational-indicator-top-to-back-icon-large`
+- `navigational-indicator-top-to-back-icon-medium`
+- `navigational-indicator-top-to-back-icon-small`
+- `negative-background-color-default`
+- `negative-background-color-down`
+- `negative-background-color-hover`
+- `negative-background-color-key-focus`
+- `negative-border-color-default`
+- `negative-border-color-down`
+- `negative-border-color-focus`
+- `negative-border-color-focus-hover`
+- `negative-border-color-hover`
+- `negative-border-color-key-focus`
+- `negative-color-100`
+- `negative-color-1000`
+- `negative-color-1100`
+- `negative-color-1200`
+- `negative-color-1300`
+- `negative-color-1400`
+- `negative-color-200`
+- `negative-color-300`
+- `negative-color-400`
+- `negative-color-500`
+- `negative-color-600`
+- `negative-color-700`
+- `negative-color-800`
+- `negative-color-900`
+- `negative-content-color-default`
+- `negative-content-color-down`
+- `negative-content-color-hover`
+- `negative-content-color-key-focus`
+- `negative-visual-color`
+- `notice-background-color-default`
+- `notice-color-100`
+- `notice-color-1000`
+- `notice-color-1100`
+- `notice-color-1200`
+- `notice-color-1300`
+- `notice-color-1400`
+- `notice-color-200`
+- `notice-color-300`
+- `notice-color-400`
+- `notice-color-500`
+- `notice-color-600`
+- `notice-color-700`
+- `notice-color-800`
+- `notice-color-900`
+- `notice-visual-color`
+- `orange-100`
+- `orange-1000`
+- `orange-1100`
+- `orange-1200`
+- `orange-1300`
+- `orange-1400`
+- `orange-200`
+- `orange-300`
+- `orange-400`
+- `orange-500`
+- `orange-600`
+- `orange-700`
+- `orange-800`
+- `orange-900`
+- `orange-background-color-default`
+- `orange-visual-color`
+- `positive-background-color-default`
+- `positive-background-color-down`
+- `positive-background-color-hover`
+- `positive-background-color-key-focus`
+- `positive-color-100`
+- `positive-color-1000`
+- `positive-color-1100`
+- `positive-color-1200`
+- `positive-color-1300`
+- `positive-color-1400`
+- `positive-color-200`
+- `positive-color-300`
+- `positive-color-400`
+- `positive-color-500`
+- `positive-color-600`
+- `positive-color-700`
+- `positive-color-800`
+- `positive-color-900`
+- `positive-visual-color`
+- `purple-100`
+- `purple-1000`
+- `purple-1100`
+- `purple-1200`
+- `purple-1300`
+- `purple-1400`
+- `purple-200`
+- `purple-300`
+- `purple-400`
+- `purple-500`
+- `purple-600`
+- `purple-700`
+- `purple-800`
+- `purple-900`
+- `purple-background-color-default`
+- `purple-visual-color`
+- `red-100`
+- `red-1000`
+- `red-1100`
+- `red-1200`
+- `red-1300`
+- `red-1400`
+- `red-200`
+- `red-300`
+- `red-400`
+- `red-500`
+- `red-600`
+- `red-700`
+- `red-800`
+- `red-900`
+- `red-background-color-default`
+- `red-visual-color`
+- `seafoam-100`
+- `seafoam-1000`
+- `seafoam-1100`
+- `seafoam-1200`
+- `seafoam-1300`
+- `seafoam-1400`
+- `seafoam-200`
+- `seafoam-300`
+- `seafoam-400`
+- `seafoam-500`
+- `seafoam-600`
+- `seafoam-700`
+- `seafoam-800`
+- `seafoam-900`
+- `seafoam-background-color-default`
+- `seafoam-visual-color`
+- `side-navigation-item-to-header`
+- `table-selected-row-background-color`
+- `yellow-100`
+- `yellow-1000`
+- `yellow-1100`
+- `yellow-1200`
+- `yellow-1300`
+- `yellow-1400`
+- `yellow-200`
+- `yellow-300`
+- `yellow-400`
+- `yellow-500`
+- `yellow-600`
+- `yellow-700`
+- `yellow-800`
+- `yellow-900`
+- `yellow-background-color-default`
+- `yellow-visual-color`
diff --git a/.changeset/sour-rabbits-own.md b/.changeset/sour-rabbits-own.md
new file mode 100644
index 00000000..634bb8a5
--- /dev/null
+++ b/.changeset/sour-rabbits-own.md
@@ -0,0 +1,59 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added Title typography tokens
+
+## Design Motivation
+
+Adding new typography styles for Title. While the Heading style is for the loudest, most broad message, there are still going to be other important items in your information hierarchy. The Title style is for text that’s communicating other need-to-know concepts. It’s often set in Bold weight, and it has a range of font sizes that can be paired with Body and Detail sizes to create visual balance. File names, cards, user names, panels, and other high-signal concepts in interfaces use the Title style.
+
+## Token Diff
+
+_Tokens added (45):_
+
+- `title-cjk-emphasized-font-style`
+- `title-cjk-emphasized-font-weight`
+- `title-cjk-font-family`
+- `title-cjk-font-style`
+- `title-cjk-font-weight`
+- `title-cjk-line-height`
+- `title-cjk-size-l`
+- `title-cjk-size-m`
+- `title-cjk-size-s`
+- `title-cjk-size-xl`
+- `title-cjk-size-xs`
+- `title-cjk-size-xxl`
+- `title-cjk-size-xxxl`
+- `title-cjk-strong-emphasized-font-style`
+- `title-cjk-strong-emphasized-font-weight`
+- `title-cjk-strong-font-style`
+- `title-cjk-strong-font-weight`
+- `title-line-height`
+- `title-margin-bottom-multiplier`
+- `title-margin-top-multiplier`
+- `title-sans-serif-emphasized-font-style`
+- `title-sans-serif-emphasized-font-weight`
+- `title-sans-serif-font-family`
+- `title-sans-serif-font-style`
+- `title-sans-serif-font-weight`
+- `title-sans-serif-strong-emphasized-font-style`
+- `title-sans-serif-strong-emphasized-font-weight`
+- `title-sans-serif-strong-font-style`
+- `title-sans-serif-strong-font-weight`
+- `title-serif-emphasized-font-style`
+- `title-serif-emphasized-font-weight`
+- `title-serif-font-family`
+- `title-serif-font-style`
+- `title-serif-font-weight`
+- `title-serif-strong-emphasized-font-style`
+- `title-serif-strong-emphasized-font-weight`
+- `title-serif-strong-font-style`
+- `title-serif-strong-font-weight`
+- `title-size-l`
+- `title-size-m`
+- `title-size-s`
+- `title-size-xl`
+- `title-size-xs`
+- `title-size-xxl`
+- `title-size-xxxl`
diff --git a/.changeset/sour-wasps-sparkle.md b/.changeset/sour-wasps-sparkle.md
new file mode 100644
index 00000000..5b93043b
--- /dev/null
+++ b/.changeset/sour-wasps-sparkle.md
@@ -0,0 +1,49 @@
+---
+"@adobe/spectrum-tokens": major
+---
+
+Renamed previous drop shadow tokens from S1 and pointed them to the new `100` S2 drop shadow tokens
+Added new drop shadow tokens, `100`, `200`, `emphasized-default`, `emphasized-hover`, `elevated`.
+
+## Design Motivation
+
+These tokens reflect the updates to drop tokens foundations in Spectrum 2, allowing more options and flexibility of usage in containers
+
+## Token Diff
+
+_Tokens added (24):_
+
+- `drop-shadow-blur`
+- `drop-shadow-blur-100`
+- `drop-shadow-blur-200`
+- `drop-shadow-color`
+- `drop-shadow-color-100`
+- `drop-shadow-color-200`
+- `drop-shadow-elevated-blur`
+- `drop-shadow-elevated-color`
+- `drop-shadow-elevated-x`
+- `drop-shadow-elevated-y`
+- `drop-shadow-emphasized-default-blur`
+- `drop-shadow-emphasized-default-color`
+- `drop-shadow-emphasized-default-x`
+- `drop-shadow-emphasized-default-y`
+- `drop-shadow-emphasized-hover-blur`
+- `drop-shadow-emphasized-hover-color`
+- `drop-shadow-emphasized-hover-x`
+- `drop-shadow-emphasized-hover-y`
+- `drop-shadow-x`
+- `drop-shadow-x-100`
+- `drop-shadow-x-200`
+- `drop-shadow-y`
+- `drop-shadow-y-100`
+- `drop-shadow-y-200`
+
+_Tokens deleted (2):_
+
+- `drop-shadow-blur`
+- `drop-shadow-y`
+
+_Token values updated (2):_
+
+- `color-handle-drop-shadow-color`
+- `drop-shadow-color`
diff --git a/.changeset/spicy-days-fetch.md b/.changeset/spicy-days-fetch.md
new file mode 100644
index 00000000..39fec9ae
--- /dev/null
+++ b/.changeset/spicy-days-fetch.md
@@ -0,0 +1,23 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated popover border colors:
+
+popover-border-color: transparent-white-25 (light theme)
+popover-border-color: gray-400 (dark theme)
+
+## Design Motivation
+
+We've received feedback from Adobe Concept (Kelly Hurlburt) that `1px` `gray-200` border in dark theme doesn't provide sufficient visual contrast when used on `background-color-layer-2`.
+
+## Token Diff
+
+Updated (1)
+
+`popover-border-color`:
+
+- `schema`: `alias.json` -> `color-set.json`
+- `value`: `gray-200` ->
+ - `light.value`: `transparent-white-25`
+ - `dark.value`: `gray-400`
diff --git a/.changeset/strange-rings-love.md b/.changeset/strange-rings-love.md
new file mode 100644
index 00000000..92f7e00a
--- /dev/null
+++ b/.changeset/strange-rings-love.md
@@ -0,0 +1,61 @@
+---
+"@adobe/spectrum-tokens": patch
+---
+
+Returned some tokens that were removed by accident in the previous merging.
+
+## Token Diff
+
+_Tokens added (51):_
+
+- `checkbox-control-size-extra-large`
+- `checkbox-control-size-large`
+- `checkbox-control-size-medium`
+- `checkbox-control-size-small`
+- `checkbox-top-to-control-extra-large`
+- `checkbox-top-to-control-large`
+- `checkbox-top-to-control-medium`
+- `checkbox-top-to-control-small`
+- `color-area-border-rounding`
+- `corner-radius-100`
+- `corner-radius-200`
+- `corner-radius-75`
+- `drop-shadow-blur`
+- `drop-shadow-x`
+- `drop-shadow-y`
+- `radio-button-control-size-extra-large`
+- `radio-button-control-size-large`
+- `radio-button-control-size-medium`
+- `radio-button-control-size-small`
+- `radio-button-top-to-control-extra-large`
+- `radio-button-top-to-control-large`
+- `radio-button-top-to-control-medium`
+- `radio-button-top-to-control-small`
+- `slider-bottom-to-handle-extra-large`
+- `slider-bottom-to-handle-large`
+- `slider-bottom-to-handle-medium`
+- `slider-bottom-to-handle-small`
+- `slider-control-height-extra-large`
+- `slider-control-height-large`
+- `slider-control-height-medium`
+- `slider-control-height-small`
+- `slider-handle-border-width-down-extra-large`
+- `slider-handle-border-width-down-large`
+- `slider-handle-border-width-down-medium`
+- `slider-handle-border-width-down-small`
+- `slider-handle-size-extra-large`
+- `slider-handle-size-large`
+- `slider-handle-size-medium`
+- `slider-handle-size-small`
+- `switch-control-height-extra-large`
+- `switch-control-height-large`
+- `switch-control-height-medium`
+- `switch-control-height-small`
+- `switch-control-width-extra-large`
+- `switch-control-width-large`
+- `switch-control-width-medium`
+- `switch-control-width-small`
+- `switch-top-to-control-extra-large`
+- `switch-top-to-control-large`
+- `switch-top-to-control-medium`
+- `switch-top-to-control-small`
diff --git a/.changeset/strong-trains-crash.md b/.changeset/strong-trains-crash.md
new file mode 100644
index 00000000..6562676a
--- /dev/null
+++ b/.changeset/strong-trains-crash.md
@@ -0,0 +1,18 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added coach-indicator s2 tokens
+
+## Token Diff
+
+_Tokens added (8):_
+
+- `coach-indicator-collapsed-gap`
+- `coach-indicator-collapsed-ring-rounding-increment`
+- `coach-indicator-collapsed-ring-thickness`
+- `coach-indicator-color`
+- `coach-indicator-expanded-gap`
+- `coach-indicator-expanded-ring-rounding-increment`
+- `coach-indicator-expanded-ring-thickness`
+- `coach-indicator-opacity`
diff --git a/.changeset/sweet-pillows-protect.md b/.changeset/sweet-pillows-protect.md
new file mode 100644
index 00000000..00f7f981
--- /dev/null
+++ b/.changeset/sweet-pillows-protect.md
@@ -0,0 +1,15 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated `color-slider-border-rounding` token to use 7px instead of 4px in desktop only.
+This token value update is the same value used by alias token: `corner-radius-medium-size-small`.
+
+## Motivation and context
+
+S2 color slider design updates.
+
+## Token Diff
+
+*Token values updated (1):*
+ - `color-slider-border-rounding`
diff --git a/.changeset/sweet-rules-admire.md b/.changeset/sweet-rules-admire.md
new file mode 100644
index 00000000..eb665530
--- /dev/null
+++ b/.changeset/sweet-rules-admire.md
@@ -0,0 +1,11 @@
+---
+"@adobe/spectrum-tokens": patch
+---
+
+fixing a typo with takeover-dialog-height
+
+## Token Diff
+
+**Updated Token (1):**
+
+- `takeover-dialog-height`: `1.00%` -> `100%`
diff --git a/.changeset/swift-bugs-shout.md b/.changeset/swift-bugs-shout.md
new file mode 100644
index 00000000..a9fb4a8e
--- /dev/null
+++ b/.changeset/swift-bugs-shout.md
@@ -0,0 +1,30 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added tokens for s2 detail typography
+
+_New tokens (6)_
+
+- `detail-cjk-size-xs`
+- `detail-cjk-size-s`
+- `detail-cjk-size-m`
+- `detail-cjk-size-l`
+- `detail-cjk-size-xl`
+- `detail-size-xs`
+
+_Updated token values (13)_
+
+- `detail-sans-serif-font-weight`: `bold-font-weight` -> `medium-font-weight`
+- `detail-serif-font-weight`: `bold-font-weight` -> `medium-font-weight`
+- `detail-cjk-font-weight`: `extra-bold-font-weight` -> `bold-font-weight`
+- `detail-cjk-strong-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+- `detail-sans-serif-emphasized-font-weight`: `bold-font-weight` -> `regular-font-weight`
+- `detail-serif-emphasized-font-weight`: `bold-font-weight` -> `medium-font-weight`
+- `detail-cjk-emphasized-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+- `detail-cjk-strong-emphasized-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+- `detail-size-xl`: `font-size-200` -> `font-size-300`
+- `detail-size-l`: `font-size-100` -> `font-size-200`
+- `detail-size-m`: `font-size-75` -> `font-size-100`
+- `detail-size-s`: `font-size-50` -> `font-size-75`
+- `detail-color`: `gray-900` -> `gray-600`
diff --git a/.changeset/tame-bobcats-beg.md b/.changeset/tame-bobcats-beg.md
new file mode 100644
index 00000000..9fe0b0f8
--- /dev/null
+++ b/.changeset/tame-bobcats-beg.md
@@ -0,0 +1,15 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Fixed bug in the light theme value for notice-background-color-default, from notice-color-800 to notice-color-600
+
+## Design Motivation
+
+While updating the badge component in Figma, we noticed a bug where notice-background-color-default in S2 was entered incorrectly for light theme, and should instead match the value for S1
+
+## Token Diff
+
+_Token values updated (1):_
+
+- `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`
diff --git a/.changeset/tender-monkeys-flash.md b/.changeset/tender-monkeys-flash.md
new file mode 100644
index 00000000..28c31608
--- /dev/null
+++ b/.changeset/tender-monkeys-flash.md
@@ -0,0 +1,309 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+S2 subtle and visual colors update
+Updated S2 Table tokens
+
+Tokens added (42):
+
+- `illustrated-message-maximum-width`
+- `side-focus-indicator`
+- `table-row-bottom-to-text-extra-large`
+- `table-row-bottom-to-text-extra-large-regular`
+- `table-row-bottom-to-text-large`
+- `table-row-bottom-to-text-large-regular`
+- `table-row-bottom-to-text-medium`
+- `table-row-bottom-to-text-medium-regular`
+- `table-row-bottom-to-text-small`
+- `table-row-bottom-to-text-small-regular`
+- `table-row-checkbox-to-top-extra-large`
+- `table-row-checkbox-to-top-extra-large-regular`
+- `table-row-checkbox-to-top-large`
+- `table-row-checkbox-to-top-large-regular`
+- `table-row-checkbox-to-top-medium`
+- `table-row-checkbox-to-top-medium-regular`
+- `table-row-checkbox-to-top-small`
+- `table-row-checkbox-to-top-small-regular`
+- `table-row-height-extra-large`
+- `table-row-height-extra-large-regular`
+- `table-row-height-large`
+- `table-row-height-large-regular`
+- `table-row-height-medium`
+- `table-row-height-medium-regular`
+- `table-row-height-small`
+- `table-row-height-small-regular`
+- `table-row-top-to-text-extra-large`
+- `table-row-top-to-text-extra-large-regular`
+- `table-row-top-to-text-large`
+- `table-row-top-to-text-large-regular`
+- `table-row-top-to-text-medium`
+- `table-row-top-to-text-medium-regular`
+- `table-row-top-to-text-small`
+- `table-row-top-to-text-small-regular`
+- `table-thumbnail-to-top-minimum-extra-large`
+- `table-thumbnail-to-top-minimum-extra-large-regular`
+- `table-thumbnail-to-top-minimum-large`
+- `table-thumbnail-to-top-minimum-large-regular`
+- `table-thumbnail-to-top-minimum-medium`
+- `table-thumbnail-to-top-minimum-medium-regular`
+- `table-thumbnail-to-top-minimum-small`
+- `table-thumbnail-to-top-minimum-small-regular`
+
+
+
+Tokens updated (101):
+
+- `informative-subtle-background-color-default`
+ - light: `blue-200` -> `informative-color-200`
+ - dark: `blue-200` -> `informative-color-300`
+- `positive-subtle-background-color-default`
+ - light: `green-200` -> `positive-color-200`
+ - dark: `green-200` -> `positive-color-300`
+- `notice-subtle-background-color-default`
+ - light: `orange-200` -> `notice-color-200`
+ - dark: `orange-200` -> `notice-color-300`
+- `negative-subtle-background-color-default`
+ - light: `red-200` -> `negative-color-200`
+ - dark: `red-200` -> `negative-color-300`
+- `table-column-header-row-top-to-text-medium`
+ - desktop: `7px` -> `6px`
+- `table-row-height-small-regular`
+ - desktop: `32px` -> `table-row-height-small`
+ - mobile: `40px` -> `table-row-height-small`
+- `table-row-height-medium-regular`
+ - desktop: `40px` -> `table-row-height-medium`
+ - mobile: `50px` -> `table-row-height-medium`
+- `table-row-height-large-regular`
+ - desktop: `48px` -> `table-row-height-large`
+ - mobile: `60px` -> `table-row-height-large`
+- `table-row-height-extra-large-regular`
+ - desktop: `56px` -> `table-row-height-extra-large`
+ - mobile: `70px` -> `table-row-height-extra-large`
+- `table-row-top-to-text-small-regular`
+ - desktop: `8px` -> `table-row-top-to-text-small`
+ - mobile: `10px` -> `table-row-top-to-text-small`
+- `table-row-top-to-text-medium-regular`
+ - desktop: `11px` -> `table-row-top-to-text-medium`
+ - mobile: `14px` -> `table-row-top-to-text-medium`
+- `table-row-top-to-text-large-regular`
+ - desktop: `14px` -> `table-row-top-to-text-large`
+ - mobile: `18px` -> `table-row-top-to-text-large`
+- `table-row-top-to-text-extra-large-regular`
+ - desktop: `17px` -> `table-row-top-to-text-extra-large`
+ - mobile: `21px` -> `table-row-top-to-text-extra-large`
+- `table-row-bottom-to-text-small-regular`
+ - desktop: `9px` -> `table-row-bottom-to-text-small`
+ - mobile: `11px` -> `table-row-bottom-to-text-small`
+- `table-row-bottom-to-text-medium-regular`
+ - desktop: `12px` -> `table-row-bottom-to-text-medium`
+ - mobile: `15px` -> `table-row-bottom-to-text-medium`
+- `table-row-bottom-to-text-large-regular`
+ - desktop: `14px` -> `table-row-bottom-to-text-large`
+ - mobile: `18px` -> `table-row-bottom-to-text-large`
+- `table-row-bottom-to-text-extra-large-regular`
+ - desktop: `17px` -> `table-row-bottom-to-text-extra-large`
+ - mobile: `22px` -> `table-row-bottom-to-text-extra-large`
+- `table-row-top-to-text-medium-spacious`
+ - mobile: `18px` -> `16px`
+- `table-header-row-checkbox-to-top-medium`
+ - desktop: `9px` -> `8px`
+ - mobile: `13px` -> `11px`
+- `table-row-checkbox-to-top-small-regular`
+ - desktop: `10px` -> `table-row-checkbox-to-top-small`
+ - mobile: `14px` -> `table-row-checkbox-to-top-small`
+- `table-row-checkbox-to-top-medium-compact`
+ - desktop: `9px` -> `8px`
+ - mobile: `13px` -> `11px`
+- `table-row-checkbox-to-top-medium-regular`
+ - desktop: `13px` -> `table-row-checkbox-to-top-medium`
+ - mobile: `18px` -> `table-row-checkbox-to-top-medium`
+- `table-row-checkbox-to-top-medium-spacious`
+ - desktop: `17px` -> `16px`
+ - mobile: `23px` -> `21px`
+- `table-row-checkbox-to-top-large-regular`
+ - desktop: `16px` -> `table-row-checkbox-to-top-large`
+ - mobile: `22px` -> `table-row-checkbox-to-top-large`
+- `table-row-checkbox-to-top-extra-large-regular`
+ - desktop: `19px` -> `table-row-checkbox-to-top-extra-large`
+ - mobile: `26px` -> `table-row-checkbox-to-top-extra-large`
+- `table-thumbnail-to-top-minimum-small-regular`
+ - desktop: `5px` -> `table-thumbnail-to-top-minimum-small`
+ - mobile: `6px` -> `table-thumbnail-to-top-minimum-small`
+- `table-thumbnail-to-top-minimum-medium-regular`
+ - desktop: `7px` -> `table-thumbnail-to-top-minimum-medium`
+ - mobile: `9px` -> `table-thumbnail-to-top-minimum-medium`
+- `table-thumbnail-to-top-minimum-large-regular`
+ - desktop: `8px` -> `table-thumbnail-to-top-minimum-large`
+ - mobile: `10px` -> `table-thumbnail-to-top-minimum-large`
+- `table-thumbnail-to-top-minimum-extra-large-regular`
+ - desktop: `8px` -> `table-thumbnail-to-top-minimum-extra-large`
+ - mobile: `10px` -> `table-thumbnail-to-top-minimum-extra-large`
+- `blue-800`
+ - dark: `rgb(69, 110, 254)` -> `rgb(64, 105, 253)`
+- `red-800`
+ - dark: `rgb(230, 54, 35)` -> `rgb(223, 52, 34)`
+- `orange-800`
+ - dark: `rgb(205, 86, 0)` -> `rgb(199, 82, 0)`
+- `yellow-800`
+ - dark: `rgb(169, 110, 0)` -> `rgb(164, 106, 0)`
+- `chartreuse-800`
+ - dark: `rgb(109, 131, 0)` -> `rgb(106, 127, 0)`
+- `celery-800`
+ - dark: `rgb(69, 138, 19)` -> `rgb(66, 134, 18)`
+- `green-800`
+ - dark: `rgb(6, 140, 82)` -> `rgb(6, 136, 80)`
+- `seafoam-800`
+ - dark: `rgb(8, 138, 116)` -> `rgb(8, 134, 112)`
+- `cyan-800`
+ - dark: `rgb(15, 128, 194)` -> `rgb(13, 125, 186)`
+- `indigo-800`
+ - dark: `rgb(119, 97, 252)` -> `rgb(116, 91, 252)`
+- `purple-800`
+ - dark: `rgb(161, 84, 229)` -> `rgb(157, 78, 228)`
+- `fuchsia-800`
+ - dark: `rgb(192, 64, 212)` -> `rgb(186, 60, 206)`
+- `magenta-800`
+ - dark: `rgb(231, 41, 105)` -> `rgb(224, 38, 101)`
+- `pink-800`
+ - dark: `rgb(220, 47, 156)` -> `rgb(213, 45, 151)`
+- `turquoise-800`
+ - dark: `rgb(9, 135, 147)` -> `rgb(9, 131, 142)`
+- `brown-800`
+ - dark: `rgb(148, 118, 73)` -> `rgb(143, 114, 69)`
+- `silver-800`
+ - dark: `rgb(123, 123, 123)` -> `rgb(118, 118, 118)`
+- `cinnamon-800`
+ - dark: `rgb(179, 103, 64)` -> `rgb(176, 98, 59)`
+- `accent-background-color-default`
+ - dark: `accent-color-700` -> `accent-color-800`
+- `accent-background-color-hover`
+ - dark: `accent-color-600` -> `accent-color-700`
+- `accent-background-color-down`
+ - dark: `accent-color-600` -> `accent-color-700`
+- `accent-background-color-key-focus`
+ - dark: `accent-color-600` -> `accent-color-700`
+- `informative-background-color-default`
+ - dark: `informative-color-700` -> `informative-color-800`
+- `informative-background-color-hover`
+ - dark: `informative-color-600` -> `informative-color-700`
+- `informative-background-color-down`
+ - dark: `informative-color-600` -> `informative-color-700`
+- `informative-background-color-key-focus`
+ - dark: `informative-color-600` -> `informative-color-700`
+- `negative-background-color-default`
+ - dark: `negative-color-700` -> `negative-color-800`
+- `negative-background-color-hover`
+ - dark: `negative-color-600` -> `negative-color-700`
+- `negative-background-color-down`
+ - dark: `negative-color-600` -> `negative-color-700`
+- `negative-background-color-key-focus`
+ - dark: `negative-color-600` -> `negative-color-700`
+- `positive-background-color-default`
+ - dark: `positive-color-700` -> `positive-color-800`
+- `positive-background-color-hover`
+ - dark: `positive-color-600` -> `positive-color-700`
+- `positive-background-color-down`
+ - dark: `positive-color-600` -> `positive-color-700`
+- `positive-background-color-key-focus`
+ - dark: `positive-color-600` -> `positive-color-700`
+- `red-background-color-default`
+ - dark: `red-700` -> `red-800`
+- `green-background-color-default`
+ - dark: `green-700` -> `green-800`
+- `seafoam-background-color-default`
+ - dark: `seafoam-700` -> `seafoam-800`
+- `cyan-background-color-default`
+ - dark: `cyan-700` -> `cyan-800`
+- `blue-background-color-default`
+ - dark: `blue-700` -> `blue-800`
+- `indigo-background-color-default`
+ - dark: `indigo-700` -> `indigo-800`
+- `purple-background-color-default`
+ - dark: `purple-700` -> `purple-800`
+- `fuchsia-background-color-default`
+ - dark: `fuchsia-700` -> `fuchsia-800`
+- `magenta-background-color-default`
+ - dark: `magenta-700` -> `magenta-800`
+- `negative-visual-color`
+ - dark: `negative-color-700` -> `negative-color-900`
+- `notice-visual-color`
+ - light: `notice-color-700` -> `notice-color-800`
+- `positive-visual-color`
+ - light: `positive-color-700` -> `positive-color-800`
+ - dark: `positive-color-800` -> `positive-color-900`
+- `brown-background-color-default`
+ - dark: `brown-700` -> `brown-800`
+- `cinnamon-background-color-default`
+ - dark: `cinnamon-700` -> `cinnamon-800`
+- `pink-background-color-default`
+ - dark: `pink-700` -> `pink-800`
+- `silver-background-color-default`
+ - dark: `silver-700` -> `silver-800`
+- `turquoise-background-color-default`
+ - dark: `turquoise-700` -> `turquoise-800`
+- `neutral-subtle-background-color-default`
+ - light: `gray-100` -> `gray-100`
+ - dark: `gray-100` -> `gray-300`
+- `accent-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `accent-color-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `accent-color-300`
+- `gray-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `gray-100`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `gray-300`
+- `blue-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `blue-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `blue-300`
+- `green-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `green-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `green-300`
+- `orange-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `orange-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `orange-300`
+- `red-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `red-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `red-300`
+- `brown-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `brown-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `brown-300`
+- `cinnamon-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `cinnamon-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `cinnamon-300`
+- `celery-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `celery-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `celery-300`
+- `chartreuse-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `chartreuse-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `chartreuse-300`
+- `cyan-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `cyan-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `cyan-300`
+- `fuchsia-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `fuchsia-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `fuchsia-300`
+- `indigo-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `indigo-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `indigo-300`
+- `magenta-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `magenta-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `magenta-300`
+- `pink-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `pink-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `pink-300`
+- `purple-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `purple-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `purple-300`
+- `seafoam-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `seafoam-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `seafoam-300`
+- `silver-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `silver-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `silver-300`
+- `turquoise-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `turquoise-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `turquoise-300`
+- `yellow-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `yellow-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `yellow-300`
+
+
diff --git a/.changeset/three-buttons-hunt.md b/.changeset/three-buttons-hunt.md
new file mode 100644
index 00000000..a9edd4a2
--- /dev/null
+++ b/.changeset/three-buttons-hunt.md
@@ -0,0 +1,12 @@
+---
+"@adobe/spectrum-tokens": patch
+---
+
+Change takeover dialog dimensions to use percentages which were previously converted to ems by mistake.
+
+## Token Diff
+
+**Updated Tokens (2):**
+
+- `takeover-dialog-height`: `1.00em` -> `1.00%`
+- `takeover-dialog-width`: `1.00em` -> `1.00%`
diff --git a/.changeset/twelve-impalas-compare.md b/.changeset/twelve-impalas-compare.md
new file mode 100644
index 00000000..9039defd
--- /dev/null
+++ b/.changeset/twelve-impalas-compare.md
@@ -0,0 +1,21 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Spectrum 2 Toast Tokens
+
+## Design motivation
+
+Updated the `color-area-border-rounding` token type from spacing to borderRadius and adjusted value referenced, desktop and mobile scale.
+
+These changes occurred as a result of scaling things for S2 design language and experiences.
+
+## Token Diff
+
+_Token values updated (5):_
+
+- `toast-height`
+- `toast-top-to-workflow-icon`
+- `toast-top-to-text`
+- `toast-bottom-to-text`
+- `color-area-border-rounding`
diff --git a/.changeset/twelve-kangaroos-rescue.md b/.changeset/twelve-kangaroos-rescue.md
new file mode 100644
index 00000000..59563e5a
--- /dev/null
+++ b/.changeset/twelve-kangaroos-rescue.md
@@ -0,0 +1,77 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated tokens according to updated token spec for Spectrum 2, including new and deprecated tokens
+
+## Design Motivation
+
+### Change 1: Updated terminology to align with t-shirt sizes
+
+Previously in S1, the breadcrumb variants were default, compact, and multiline. However, in S2, we have aligned breadcrumb to t-shirt sizes, resulting in the following changes:
+
+- Breadcrumbs (default) -> Breadcrumbs (L)
+- Breadcrumbs (compact) -> Breadcrumbs (M)
+- Breadcrumbs (multiline) -> Breadcrumbs (multiline)
+
+### Change 2: Updated truncated menu button sizes and spacing
+
+Other structural changes
+
+- In S1 all variants used M sized action button – now we use S, M, L sized action buttons for respective sizes.
+- In S1 all variants had same spacing 8px around chevron, now we use different spacings for all the three variants
+
+## Token Diff
+
+_Tokens added (11):_
+
+- `breadcrumbs-separator-to-bottom-text-multiline`
+- `breadcrumbs-start-edge-to-text-large`
+- `breadcrumbs-start-edge-to-text-medium`
+- `breadcrumbs-start-edge-to-text-multiline`
+- `breadcrumbs-top-to-separator-large`
+- `breadcrumbs-top-to-separator-medium`
+- `breadcrumbs-top-to-separator-multiline`
+- `breadcrumbs-truncated-menu-to-separator`
+- `breadcrumbs-text-to-separator-large`
+- `breadcrumbs-text-to-separator-medium`
+- `breadcrumbs-text-to-separator-multiline`
+
+_Newly deprecated tokens (13):_
+
+- `breadcrumbs-height`
+- `breadcrumbs-height-compact`
+- `breadcrumbs-top-to-text`
+- `breadcrumbs-top-to-text-compact`
+- `breadcrumbs-bottom-to-text`
+- `breadcrumbs-bottom-to-text-compact`
+- `breadcrumbs-start-edge-to-text`
+- `breadcrumbs-top-to-separator-icon`
+- `breadcrumbs-top-to-separator-icon-compact`
+- `breadcrumbs-top-to-separator-icon-multiline`
+- `breadcrumbs-separator-icon-to-bottom-text-multiline`
+- `breadcrumbs-truncated-menu-to-separator-icon`
+- `breadcrumbs-top-to-truncated-menu-compact`
+
+_Token values updated (20):_
+
+- `breadcrumbs-top-to-separator-icon-multiline`
+- `breadcrumbs-top-to-text-multiline`
+- `breadcrumbs-bottom-to-text-multiline`
+- `breadcrumbs-height-multiline`
+- `breadcrumbs-top-to-separator-icon-multiline`
+- `breadcrumbs-top-to-text-multiline`
+- `breadcrumbs-height`
+- `breadcrumbs-height-compact`
+- `breadcrumbs-truncated-menu-to-separator-icon`
+- `breadcrumbs-truncated-menu-to-bottom-text`
+- `breadcrumbs-bottom-to-text`
+- `breadcrumbs-bottom-to-text-compact`
+- `breadcrumbs-separator-icon-to-bottom-text-multiline`
+- `breadcrumbs-start-edge-to-text`
+- `breadcrumbs-top-to-separator-icon`
+- `breadcrumbs-top-to-separator-icon-compact`
+- `breadcrumbs-top-to-text`
+- `breadcrumbs-top-to-text-compact`
+- `breadcrumbs-top-to-truncated-menu`
+- `breadcrumbs-top-to-truncated-menu-compact`
diff --git a/.changeset/unlucky-buckets-shop.md b/.changeset/unlucky-buckets-shop.md
new file mode 100644
index 00000000..3ff3456c
--- /dev/null
+++ b/.changeset/unlucky-buckets-shop.md
@@ -0,0 +1,45 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+existing corner-radius tokens, adding net-new global corner radius tokens, and introducing new alias names that point to these global values.
+
+## Design Motivation
+
+More on Spectrum 2 rounding: https://s2.spectrum.corp.adobe.com/page/object-styles/#rounding
+
+In Spectrum 2, rounding also applies to the different t-shirt sized components and varies based on a Major Second logarithmic scale, rounded to whole numbers to avoid using half-pixels. This allows for components to retain a consistent and identifiable shape at all sizes. Because of this there are now component size specific tokens like corner-radius-small-size-medium or corner-radius-medium-size-extra-large to help us keep track of the nuance within t-shirt sizes.
+
+## Token Diff
+
+_Tokens added (23):_
+
+- `corner-radius-0`
+- `corner-radius-300`
+- `corner-radius-400`
+- `corner-radius-500`
+- `corner-radius-600`
+- `corner-radius-700`
+- `corner-radius-800`
+- `corner-radius-1000`
+- `corner-radius-extra-large-default`
+- `corner-radius-full`
+- `corner-radius-large-default`
+- `corner-radius-medium-default`
+- `corner-radius-medium-size-extra-small`
+- `corner-radius-medium-size-small`
+- `corner-radius-medium-size-medium`
+- `corner-radius-medium-size-large`
+- `corner-radius-medium-size-extra-large`
+- `corner-radius-none`
+- `corner-radius-small-default`
+- `corner-radius-small-size-small`
+- `corner-radius-small-size-medium`
+- `corner-radius-small-size-large`
+- `corner-radius-small-size-extra-large`
+
+_Token values updated (3):_
+
+- `corner-radius-75`
+- `corner-radius-100`
+- `corner-radius-200`
diff --git a/.changeset/warm-experts-beg.md b/.changeset/warm-experts-beg.md
new file mode 100644
index 00000000..f6fbfb0a
--- /dev/null
+++ b/.changeset/warm-experts-beg.md
@@ -0,0 +1,5 @@
+---
+"@adobe/spectrum-tokens": patch
+---
+
+fix: rgb used instead of rgba for a couple tokens
diff --git a/.changeset/weak-crabs-hammer.md b/.changeset/weak-crabs-hammer.md
new file mode 100644
index 00000000..363ee55f
--- /dev/null
+++ b/.changeset/weak-crabs-hammer.md
@@ -0,0 +1,37 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+S2 Menu token updates
+
+## Token Diff
+
+_Tokens added (23):_
+
+- `link-out-icon-size-100`
+- `link-out-icon-size-200`
+- `link-out-icon-size-75`
+- `menu-item-background-color-default`
+- `menu-item-background-color-disabled`
+- `menu-item-background-color-down`
+- `menu-item-background-color-hover`
+- `menu-item-background-color-keyboard-focus`
+- `menu-item-background-opacity`
+- `menu-item-label-to-description`
+- `menu-item-label-to-description-extra-large`
+- `menu-item-label-to-description-large`
+- `menu-item-label-to-description-medium`
+- `menu-item-label-to-description-small`
+- `menu-item-top-to-thumbnail-extra-large`
+- `menu-item-top-to-thumbnail-large`
+- `menu-item-top-to-thumbnail-medium`
+- `menu-item-top-to-thumbnail-small`
+- `menu-section-header-to-description-extra-large`
+- `menu-section-header-to-description-large`
+- `menu-section-header-to-description-medium`
+- `menu-section-header-to-description-small`
+- `text-to-visual-400`
+
+_Token values updated (1):_
+
+- `menu-item-section-divider-height`
diff --git a/.changeset/wet-apricots-tickle.md b/.changeset/wet-apricots-tickle.md
new file mode 100644
index 00000000..85ac8bc0
--- /dev/null
+++ b/.changeset/wet-apricots-tickle.md
@@ -0,0 +1,25 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated S2 swatch tokens and added swatch-group tokens in S2 Color and S2 Non-color data sets, respectively.
+
+## Design Motivation
+
+Swatch and swatch group components are being formalized as Spectrum 2 components. These tokens define the design data needed for implementation. Changes include updated corner rounding, colors and spacing for spacious density.
+
+For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13497).
+
+## Token Diff
+
+_Tokens added (3):_
+
+- `swatch-group-spacing-spacious`
+- `swatch-group-border-opacity`
+- `swatch-group-border-color`
+
+_Tokens values updated (3):_
+
+- `swatch-border-color`: `gray-900` -> `gray-1000`
+- `swatch-border-opacity`: `0.51` -> `0.42`
+- `swatch-disabled-icon-border-opacity`: `0.51` -> `0.42`
diff --git a/.changeset/wet-jobs-lie.md b/.changeset/wet-jobs-lie.md
new file mode 100644
index 00000000..8adf1d55
--- /dev/null
+++ b/.changeset/wet-jobs-lie.md
@@ -0,0 +1,18 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Added new semantic color aliases to Tokens Studio, in the S2 color tokens, alias sets for both light and dark themes.
+
+## Design Motivation
+
+New values for tag component for S2. New negative-subdued background tokens were needed for negative and not selected tag components.
+
+## Token Diff
+
+_Tokens added (4):_
+
+- `negative-subdued-background-color-default`
+- `negative-subdued-background-color-down`
+- `negative-subdued-background-color-hover`
+- `negative-subdued-background-color-key-focus`
diff --git a/.changeset/wicked-rings-knock.md b/.changeset/wicked-rings-knock.md
new file mode 100644
index 00000000..da3d1f70
--- /dev/null
+++ b/.changeset/wicked-rings-knock.md
@@ -0,0 +1,80 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated avatar and avatar group tokens
+
+## Description
+
+- Updated avatar size tokens, including all sizes from `75` to `700`
+- Added new avatar size tokens, from `800` to `1500`
+- Added new avatar border thickness and color tokens
+- Added avatar group size tokens, from `50` to `500`
+- Added avatar group spacing tokens, from `50` to `500`
+
+## Motivation and context
+
+- Avatar: added new sizes and updated existing sizes to better match other components and work across a variety of use cases.
+ - ⚠️ Important note: Accepting updates from this release will update the avatar sizes. The largest change in size is 8px. In some cases, you may want to relink to a new size. View the migration guide below to find the closest recommended size:
+
+| Former avatar size | Available avatar size |
+| :----------------- | :--------------------------------------- |
+| size 50 (16 x 16) | size 50 (16 x 16) |
+| size 75 (18 x 18) | size 50 (16 x 16) or size 75 (20 x 20) |
+| size 100 (20 x 20) | size 75 (20 x 20) |
+| size 200 (22 x 22) | size 75 (20 x 20) or size 100 (24 x 24) |
+| size 300 (26 x 26) | size 100 (24 x 24) or size 200 (28 x 28) |
+| size 400 (28 x 28) | size 200 (28 x 28) |
+| size 500 (32 x 32) | size 300 (32 x 32) |
+| size 600 (36 x 36) | size 400 (36 x 36) |
+| size 700 (40 x 40) | size 500 (40 x 40) |
+| -- | size 600 (44 x 44) |
+| -- | size 700 (48 x 48) |
+| -- | size 800 (52 x 52) |
+| -- | size 900 (56 x 56) |
+| -- | size 1000 (64 x 64) |
+| -- | size 1100 (72 x 72) |
+| -- | size 1200 (80 x 80) |
+| -- | size 1300 (88 x 88) |
+| -- | size 1400 (96 x 96) |
+| -- | size 1500 (104 x 104) |
+
+## Token Diff
+
+_Tokens added (24):_
+
+- `avatar-border-color`
+- `avatar-border-width`
+- `avatar-group-size-100`
+- `avatar-group-size-200`
+- `avatar-group-size-300`
+- `avatar-group-size-400`
+- `avatar-group-size-50`
+- `avatar-group-size-500`
+- `avatar-group-size-75`
+- `avatar-size-1000`
+- `avatar-size-1100`
+- `avatar-size-1200`
+- `avatar-size-1300`
+- `avatar-size-1400`
+- `avatar-size-1500`
+- `avatar-size-800`
+- `avatar-size-900`
+- `avatar-to-avatar-100`
+- `avatar-to-avatar-200`
+- `avatar-to-avatar-300`
+- `avatar-to-avatar-400`
+- `avatar-to-avatar-50`
+- `avatar-to-avatar-500`
+- `avatar-to-avatar-75`
+
+_Token values updated (8):_
+
+- `avatar-size-100`
+- `avatar-size-200`
+- `avatar-size-300`
+- `avatar-size-400`
+- `avatar-size-500`
+- `avatar-size-600`
+- `avatar-size-700`
+- `avatar-size-75`
diff --git a/.changeset/wild-numbers-sip.md b/.changeset/wild-numbers-sip.md
new file mode 100644
index 00000000..6a412d8c
--- /dev/null
+++ b/.changeset/wild-numbers-sip.md
@@ -0,0 +1,36 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+Updated values and added new tokens for Switch.
+
+## Design Motivation
+
+Added new tokens: `switch-handle-size-_` and `switch-handle-selected-size-_` for both desktop and mobile.
+Update token values on: `switch-control-width-_` and `switch-control-height-_` for both desktop and mobile.
+
+The design for Switch in S2 has changed and now has a border when it's not selected. New handle sizes are added and control sizes have been updated.
+
+## Token Diff
+
+_Tokens added (8):_
+
+- `switch-handle-selected-size-extra-large`
+- `switch-handle-selected-size-large`
+- `switch-handle-selected-size-medium`
+- `switch-handle-selected-size-small`
+- `switch-handle-size-extra-large`
+- `switch-handle-size-large`
+- `switch-handle-size-medium`
+- `switch-handle-size-small`
+
+_Token values updated (8):_
+
+- `switch-control-height-extra-large`
+- `switch-control-height-large`
+- `switch-control-height-medium`
+- `switch-control-height-small`
+- `switch-control-width-extra-large`
+- `switch-control-width-large`
+- `switch-control-width-medium`
+- `switch-control-width-small`
diff --git a/.changeset/wise-turtles-confess.md b/.changeset/wise-turtles-confess.md
new file mode 100644
index 00000000..f46679a5
--- /dev/null
+++ b/.changeset/wise-turtles-confess.md
@@ -0,0 +1,80 @@
+---
+"@adobe/spectrum-tokens": minor
+---
+
+feat: add new color tokens
+
+## Design Motivation
+
+Added new colors due to needs from Premiere Pro. The additional colors will also help when creating new data vis color palettes for Spectrum 2.
+
+## Token Diff
+
+Tokens added (64):
+
+- `brown-100`
+- `brown-1000`
+- `brown-1100`
+- `brown-1200`
+- `brown-1300`
+- `brown-1400`
+- `brown-1500`
+- `brown-1600`
+- `brown-200`
+- `brown-300`
+- `brown-400`
+- `brown-500`
+- `brown-600`
+- `brown-700`
+- `brown-800`
+- `brown-900`
+- `pink-100`
+- `pink-1000`
+- `pink-1100`
+- `pink-1200`
+- `pink-1300`
+- `pink-1400`
+- `pink-1500`
+- `pink-1600`
+- `pink-200`
+- `pink-300`
+- `pink-400`
+- `pink-500`
+- `pink-600`
+- `pink-700`
+- `pink-800`
+- `pink-900`
+- `silver-100`
+- `silver-1000`
+- `silver-1100`
+- `silver-1200`
+- `silver-1300`
+- `silver-1400`
+- `silver-1500`
+- `silver-1600`
+- `silver-200`
+- `silver-300`
+- `silver-400`
+- `silver-500`
+- `silver-600`
+- `silver-700`
+- `silver-800`
+- `silver-900`
+- `turquoise-100`
+- `turquoise-1000`
+- `turquoise-1100`
+- `turquoise-1200`
+- `turquoise-1300`
+- `turquoise-1400`
+- `turquoise-1500`
+- `turquoise-1600`
+- `turquoise-200`
+- `turquoise-300`
+- `turquoise-400`
+- `turquoise-500`
+- `turquoise-600`
+- `turquoise-700`
+- `turquoise-800`
+- `turquoise-900`
+
+
diff --git a/.lintstagedrc.json b/.lintstagedrc.json
index be745b8b..f1608849 100644
--- a/.lintstagedrc.json
+++ b/.lintstagedrc.json
@@ -1,3 +1,3 @@
{
- "**/*.{js,jsx,ts,tsx,json,yml,yaml,md}": ["prettier --write"]
+ "**/*!(pnpm-lock).{js,jsx,ts,tsx,json,yml,yaml,md}": ["prettier --write"]
}
diff --git a/.moon/workspace.yml b/.moon/workspace.yml
index c6718bfb..23516e67 100644
--- a/.moon/workspace.yml
+++ b/.moon/workspace.yml
@@ -4,8 +4,9 @@ projects:
tokens: "packages/tokens"
visualizer: "docs/visualizer"
site: "docs/site"
- root: "."
csvGenerator: tools/token-csv-generator
+ transform-tokens-json: "tools/transform-tokens-json"
+ root: "."
diff: "tools/diff-generator"
vcs:
manager: "git"
diff --git a/COPYRIGHT b/COPYRIGHT
index 4e7a3040..29e09ec3 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright 2023 Adobe. All rights reserved.
+Copyright 2024 Adobe. All rights reserved.
Adobe holds the copyright for all the files found in this repository.
-See the LICENSE file for licensing information.
\ No newline at end of file
+See the LICENSE file for licensing information.
diff --git a/README.md b/README.md
index 4a33f7e0..18615ee4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-Note: for [Spectrum 2](https://s2.spectrum.adobe.com/) tokens, look at the [`beta` branch](https://github.com/adobe/spectrum-tokens/tree/beta) and `beta` tagged packages on [NPM](https://www.npmjs.com/package/@adobe/spectrum-tokens?activeTab=versions).
+Note: for [Spectrum 2](https://s2.spectrum.adobe.com/) token data has been graduated to the `main` branch. If you need access to the S1 data, use the [`s1-legacy` branch](https://github.com/adobe/spectrum-tokens/tree/s1-legacy) and `v12.x.x` packages on [NPM](https://www.npmjs.com/package/@adobe/spectrum-tokens?activeTab=versions).
+
+The [Spectrum token visualizer](https://opensource.adobe.com/spectrum-tokens/visualizer/) shows the token data for S1. For Spectrum 2 data, use [opensource.adobe.com/spectrum-tokens/s2-visualizer/](https://opensource.adobe.com/spectrum-tokens/s2-visualizer/).
# Spectrum Tokens Monorepo
@@ -15,6 +17,7 @@ Packages in this monorepo:
- [Spectrum Tokens](packages/tokens/) design tokens for Spectrum, Adobe's design system.
- [Spectrum Token Visualizer Tool](docs/visualizer/) a visualizer for inspecting tokens. Published as a [static site](https://opensource.adobe.com/spectrum-tokens/visualizer/), not an NPM package.
+- [Spectrum Token Visualizer Tool S2](docs/s2-visualizer/) a version of the visualizer that shows the Spectrum 2 data. Published as a [static site](https://opensource.adobe.com/spectrum-tokens/s2-visualizer/).
- [Spectrum Tokens Docs](docs/site/) a static site to show the component options API and other token data.
- [Spectrum Token Diff Generator](tools/diff-generator/) a library and cli tool that reports changes made between two schema/releases/branches.
diff --git a/commitlint.config.cjs b/commitlint.config.cjs
index 340499dd..3d7202e4 100644
--- a/commitlint.config.cjs
+++ b/commitlint.config.cjs
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
@@ -16,4 +16,7 @@ governing permissions and limitations under the License.
module.exports = {
extends: ["@commitlint/config-conventional"],
+ ignores: [
+ (message) => message.includes("[create-pull-request] automated change"),
+ ],
};
diff --git a/docs/site/moon.yml b/docs/site/moon.yml
index 7622c353..c7edc6c6 100644
--- a/docs/site/moon.yml
+++ b/docs/site/moon.yml
@@ -8,7 +8,8 @@
# OF ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.
$schema: "https://moonrepo.dev/schemas/project.json"
-stack: "frontend"
+stack: frontend
+type: application
tags:
- docs
- site
diff --git a/docs/visualizer/src/components/graph-grid.ts b/docs/visualizer/src/components/graph-grid.ts
index ecda3a50..a0cbcbc6 100644
--- a/docs/visualizer/src/components/graph-grid.ts
+++ b/docs/visualizer/src/components/graph-grid.ts
@@ -180,13 +180,13 @@ class GraphGrid extends LitElement {
i === 0
? 1
: // FIRST line ( primary grid outline )
- i % 8 === 0
- ? 1
- : // every EIGHTH line - to show density when way zoomed out
- i === cellCount / 2
- ? dynamicCenterLineAlpha
- : // CENTER line with dynamic fade in
- 0.5; // de-emphasized lines within the grid interior
+ i % 8 === 0
+ ? 1
+ : // every EIGHTH line - to show density when way zoomed out
+ i === cellCount / 2
+ ? dynamicCenterLineAlpha
+ : // CENTER line with dynamic fade in
+ 0.5; // de-emphasized lines within the grid interior
const lineColor = `rgba(${lineColorR},${lineColorG},${lineColorB},${lineAlpha.toFixed(
2,
)})`;
diff --git a/docs/visualizer/src/components/token-graph.ts b/docs/visualizer/src/components/token-graph.ts
index b96db46f..e64189f9 100644
--- a/docs/visualizer/src/components/token-graph.ts
+++ b/docs/visualizer/src/components/token-graph.ts
@@ -403,13 +403,13 @@ export class TokenGraph extends LitElement {
isOnAncestorPath && isOnDescendentPath
? "selectionConnection"
: // orange
- isOnAncestorPath
- ? "ancestorPath"
- : // blue
- isOnDescendentPath
- ? "descendentPath"
- : // purple
- "descendentPath"; // may momentarily have this color on defocus before the next render pass
+ isOnAncestorPath
+ ? "ancestorPath"
+ : // blue
+ isOnDescendentPath
+ ? "descendentPath"
+ : // purple
+ "descendentPath"; // may momentarily have this color on defocus before the next render pass
// const labelColor = isInHoverUpstream ? "#D341D5" : "#FFFFFF";
// const labelColor = "#000000";
diff --git a/docs/visualizer/src/controllers/graph-controller.ts b/docs/visualizer/src/controllers/graph-controller.ts
index 99472d97..c7339380 100644
--- a/docs/visualizer/src/controllers/graph-controller.ts
+++ b/docs/visualizer/src/controllers/graph-controller.ts
@@ -220,9 +220,8 @@ export class GraphController {
async hydrateFromJson() {
const filters = this.appState.setFilters;
- this.completeGraphModel = await this.graphDataSource.getFilteredGraphModel(
- filters,
- );
+ this.completeGraphModel =
+ await this.graphDataSource.getFilteredGraphModel(filters);
this.listOfComponents = await this.graphDataSource.getAllComponentNames();
diff --git a/docs/visualizer/src/controllers/graph-data-source.ts b/docs/visualizer/src/controllers/graph-data-source.ts
index 79eddefd..2ca6acb2 100644
--- a/docs/visualizer/src/controllers/graph-data-source.ts
+++ b/docs/visualizer/src/controllers/graph-data-source.ts
@@ -51,7 +51,7 @@ interface RawSpectrumTokenJson {
}
const SOURCE_PATH =
- "https://raw.githubusercontent.com/adobe/spectrum-tokens/main/packages/tokens/";
+ "https://raw.githubusercontent.com/adobe/spectrum-tokens/s1-legacy/packages/tokens/";
const MANIFEST_JSON = "manifest.json";
diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md
index 4c842072..efd381a2 100644
--- a/packages/tokens/CHANGELOG.md
+++ b/packages/tokens/CHANGELOG.md
@@ -88,27 +88,1770 @@
### Patch Changes
-- 9361a58: Fixed misnamed accordion token.
+- [#444](https://github.com/adobe/spectrum-tokens/pull/444) [`51904cd`](https://github.com/adobe/spectrum-tokens/commit/51904cdabfcb165a560c58664c8bc75be601f28b) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - fixing a typo with takeover-dialog-height
+
+ ## Token Diff
+
+ **Updated Token (1):**
+
+ - `takeover-dialog-height`: `1.00%` -> `100%`
+
+## 13.0.0-beta.51
+
+### Patch Changes
+
+- [#441](https://github.com/adobe/spectrum-tokens/pull/441) [`89949e4`](https://github.com/adobe/spectrum-tokens/commit/89949e4d0008baacec05359a83620fa45e35cf5e) Thanks [@GarthDB](https://github.com/GarthDB)! - Change takeover dialog dimensions to use percentages which were previously converted to ems by mistake.
+
+ ## Token Diff
+
+ **Updated Tokens (2):**
+
+ - `takeover-dialog-height`: `1.00em` -> `1.00%`
+ - `takeover-dialog-width`: `1.00em` -> `100%`
+
+## 13.0.0-beta.50
+
+### Minor Changes
+
+- [#425](https://github.com/adobe/spectrum-tokens/pull/425) [`91f4536`](https://github.com/adobe/spectrum-tokens/commit/91f4536a416cf6c9e5b0b423bf3ead3233e808fc) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Adding S2 tokens for number field and takeover dialog components.
+
+ ## Token Diff
+
+ _Tokens added (16):_
+
+ - `in-field-stepper-to-end-extra-large`
+ - `in-field-stepper-to-end-large`
+ - `in-field-stepper-to-end-medium`
+ - `in-field-stepper-to-end-small`
+ - `number-field-minimum-width-multiplier`
+ - `number-field-visual-to-in-field-stepper-extra-large`
+ - `number-field-visual-to-in-field-stepper-large`
+ - `number-field-visual-to-in-field-stepper-medium`
+ - `number-field-visual-to-in-field-stepper-small`
+ - `number-field-with-stepper-minimum-width-extra-large`
+ - `number-field-with-stepper-minimum-width-large`
+ - `number-field-with-stepper-minimum-width-medium`
+ - `number-field-with-stepper-minimum-width-small`
+ - `takeover-dialog-height`
+ - `takeover-dialog-width`
+ - `window-to-edge`
+
+## 13.0.0-beta.49
+
+### Minor Changes
+
+- [#418](https://github.com/adobe/spectrum-tokens/pull/418) [`45ed87b`](https://github.com/adobe/spectrum-tokens/commit/45ed87b43af53370f74fc46c545b4c13005f381c) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - ## Design Motivation
+
+ Made the following changes to component typography tokens for both mobile and desktop.
+
+ ## Token Diff
+
+ _Tokens added (2):_
+
+ - `heading-cjk-size-xxxxl`
+ - `heading-size-xxxxl`
+
+ _Tokens changed (7):_
+
+ - `heading-sans-serif-font-weight`: `bold-font-weight` -> `extra-bold-font-weight`
+ - `heading-cjk-heavy-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+ - `heading-sans-serif-emphasized-font-weight`: `bold-font-weight` -> `extra-bold-font-weight`
+ - `heading-size-s`: `font-size-300` -> `font-size-400`
+ - `heading-size-xs`: `font-size-200` -> `font-size-300`
+ - `heading-cjk-size-xxxl`: `font-size-1300` -> `font-size-1200`
+ - `heading-cjk-size-xxl`: `font-size-900` -> `font-size-1000`
+
+- [#422](https://github.com/adobe/spectrum-tokens/pull/422) [`4673d13`](https://github.com/adobe/spectrum-tokens/commit/4673d1383602d81484ae346dd278a28a26f5d91b) Thanks [@GarthDB](https://github.com/GarthDB)! - Added tokens for s2 detail typography
+
+ _New tokens (6)_
+
+ - `detail-cjk-size-xs`
+ - `detail-cjk-size-s`
+ - `detail-cjk-size-m`
+ - `detail-cjk-size-l`
+ - `detail-cjk-size-xl`
+ - `detail-size-xs`
+
+ _Updated token values (13)_
+
+ - `detail-sans-serif-font-weight`: `bold-font-weight` -> `medium-font-weight`
+ - `detail-serif-font-weight`: `bold-font-weight` -> `medium-font-weight`
+ - `detail-cjk-font-weight`: `extra-bold-font-weight` -> `bold-font-weight`
+ - `detail-cjk-strong-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+ - `detail-sans-serif-emphasized-font-weight`: `bold-font-weight` -> `regular-font-weight`
+ - `detail-serif-emphasized-font-weight`: `bold-font-weight` -> `medium-font-weight`
+ - `detail-cjk-emphasized-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+ - `detail-cjk-strong-emphasized-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+ - `detail-size-xl`: `font-size-200` -> `font-size-300`
+ - `detail-size-l`: `font-size-100` -> `font-size-200`
+ - `detail-size-m`: `font-size-75` -> `font-size-100`
+ - `detail-size-s`: `font-size-50` -> `font-size-75`
+ - `detail-color`: `gray-900` -> `gray-600`
+
+## 13.0.0-beta.48
+
+### Minor Changes
+
+- [#415](https://github.com/adobe/spectrum-tokens/pull/415) [`caca973`](https://github.com/adobe/spectrum-tokens/commit/caca973300d34fc688fb828633b1da2ba8284990) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - 1. New typography tokens:
+
+ - Letter spacing, text-align, cjk
+
+ 1. New gradient stop tokens
+ 1. New component tokens for bar panel, rating, segmented control, slider, select box
+ 1. New static color tokens
+
+ _Tokens added (51):_
+
+ - `letter-spacing`
+ - `text-align-start`
+ - `text-align-center`
+ - `text-align-end`
+ - `body-size-xxs`
+ - `body-cjk-size-xxxl`
+ - `body-cjk-size-xxl`
+ - `body-cjk-size-xl`
+ - `body-cjk-size-l`
+ - `body-cjk-size-m`
+ - `body-cjk-size-s`
+ - `body-cjk-size-xs`
+ - `body-cjk-size-xxs`
+ - `gradient-stop-1-genai`
+ - `gradient-stop-2-genai`
+ - `gradient-stop-3-genai`
+ - `gradient-stop-1-premium`
+ - `gradient-stop-2-premium`
+ - `gradient-stop-3-premium`
+ - `bar-panel-width`
+ - `bar-panel-minimum-width`
+ - `bar-panel-maximum-width`
+ - `bar-panel-spacing-extra-spacious`
+ - `rating-top-to-content-area-small`
+ - `rating-bottom-to-content-area-small`
+ - `rating-edge-to-content-area-small`
+ - `rating-top-to-content-area-medium`
+ - `rating-bottom-to-content-area-medium`
+ - `rating-edge-to-content-area-medium`
+ - `rating-width-small`
+ - `rating-height-small`
+ - `rating-width-medium`
+ - `rating-height-medium`
+ - `segmented-control-selection-border-width`
+ - `slider-handle-precision-width`
+ - `slider-track-height-medium`
+ - `slider-track-height-large`
+ - `segmented-control-item-height`
+ - `static-blue-900`
+ - `static-blue-1000`
+ - `static-fuchsia-900`
+ - `static-fuchsia-1000`
+ - `static-indigo-900`
+ - `static-indigo-1000`
+ - `static-magenta-900`
+ - `static-magenta-1000`
+ - `static-red-900`
+ - `static-red-1000`
+ - `bar-panel-gripper-color`
+ - `bar-panel-gripper-color-drag`
+ - `select-box-selected-border-color`
+
+ _Token values updated (9):_
+
+ - `font-size-1200`
+ - `desktop`: `50px` -> `51px`
+ - `font-size-1300`
+ - `desktop`: `60px` -> `58px`
+ - `cjk-letter-spacing`: `0.05em` -> `letter-spacing`
+ - `body-cjk-strong-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+ - `body-cjk-strong-emphasized-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
+ - `slider-control-to-field-label-small`
+ - `desktop`: `5px` -> `-4px`
+ - `mobile`: `6px` -> `-8px`
+ - `slider-control-to-field-label-medium`
+ - `desktop`: `8px` -> `-12px`
+ - `mobile`: `10px` -> `-16px`
+ - `slider-control-to-field-label-large`
+ - `desktop`: `11px` -> `-16px`
+ - `mobile`: `14px` -> `-20px`
+ - `slider-control-to-field-label-extra-large`
+ - `desktop`: `14px` -> `-20px`
+ - `mobile`: `17px` -> `-28px`
+
+## 13.0.0-beta.47
+
+### Minor Changes
+
+- [`75a573b`](https://github.com/adobe/spectrum-tokens/commit/75a573bcbb7b71ecdf5f246682755de24dae5afc) Thanks [@GarthDB](https://github.com/GarthDB)! - S2 subtle and visual colors update
+ Updated S2 Table tokens
+
+ Tokens added (42):
+
+ - `illustrated-message-maximum-width`
+ - `side-focus-indicator`
+ - `table-row-bottom-to-text-extra-large`
+ - `table-row-bottom-to-text-extra-large-regular`
+ - `table-row-bottom-to-text-large`
+ - `table-row-bottom-to-text-large-regular`
+ - `table-row-bottom-to-text-medium`
+ - `table-row-bottom-to-text-medium-regular`
+ - `table-row-bottom-to-text-small`
+ - `table-row-bottom-to-text-small-regular`
+ - `table-row-checkbox-to-top-extra-large`
+ - `table-row-checkbox-to-top-extra-large-regular`
+ - `table-row-checkbox-to-top-large`
+ - `table-row-checkbox-to-top-large-regular`
+ - `table-row-checkbox-to-top-medium`
+ - `table-row-checkbox-to-top-medium-regular`
+ - `table-row-checkbox-to-top-small`
+ - `table-row-checkbox-to-top-small-regular`
+ - `table-row-height-extra-large`
+ - `table-row-height-extra-large-regular`
+ - `table-row-height-large`
+ - `table-row-height-large-regular`
+ - `table-row-height-medium`
+ - `table-row-height-medium-regular`
+ - `table-row-height-small`
+ - `table-row-height-small-regular`
+ - `table-row-top-to-text-extra-large`
+ - `table-row-top-to-text-extra-large-regular`
+ - `table-row-top-to-text-large`
+ - `table-row-top-to-text-large-regular`
+ - `table-row-top-to-text-medium`
+ - `table-row-top-to-text-medium-regular`
+ - `table-row-top-to-text-small`
+ - `table-row-top-to-text-small-regular`
+ - `table-thumbnail-to-top-minimum-extra-large`
+ - `table-thumbnail-to-top-minimum-extra-large-regular`
+ - `table-thumbnail-to-top-minimum-large`
+ - `table-thumbnail-to-top-minimum-large-regular`
+ - `table-thumbnail-to-top-minimum-medium`
+ - `table-thumbnail-to-top-minimum-medium-regular`
+ - `table-thumbnail-to-top-minimum-small`
+ - `table-thumbnail-to-top-minimum-small-regular`
+
+
+
+ Tokens updated (101):
+
+ - `informative-subtle-background-color-default`
+ - light: `blue-200` -> `informative-color-200`
+ - dark: `blue-200` -> `informative-color-300`
+ - `positive-subtle-background-color-default`
+ - light: `green-200` -> `positive-color-200`
+ - dark: `green-200` -> `positive-color-300`
+ - `notice-subtle-background-color-default`
+ - light: `orange-200` -> `notice-color-200`
+ - dark: `orange-200` -> `notice-color-300`
+ - `negative-subtle-background-color-default`
+ - light: `red-200` -> `negative-color-200`
+ - dark: `red-200` -> `negative-color-300`
+ - `table-column-header-row-top-to-text-medium`
+ - desktop: `7px` -> `6px`
+ - `table-row-height-small-regular`
+ - desktop: `32px` -> `table-row-height-small`
+ - mobile: `40px` -> `table-row-height-small`
+ - `table-row-height-medium-regular`
+ - desktop: `40px` -> `table-row-height-medium`
+ - mobile: `50px` -> `table-row-height-medium`
+ - `table-row-height-large-regular`
+ - desktop: `48px` -> `table-row-height-large`
+ - mobile: `60px` -> `table-row-height-large`
+ - `table-row-height-extra-large-regular`
+ - desktop: `56px` -> `table-row-height-extra-large`
+ - mobile: `70px` -> `table-row-height-extra-large`
+ - `table-row-top-to-text-small-regular`
+ - desktop: `8px` -> `table-row-top-to-text-small`
+ - mobile: `10px` -> `table-row-top-to-text-small`
+ - `table-row-top-to-text-medium-regular`
+ - desktop: `11px` -> `table-row-top-to-text-medium`
+ - mobile: `14px` -> `table-row-top-to-text-medium`
+ - `table-row-top-to-text-large-regular`
+ - desktop: `14px` -> `table-row-top-to-text-large`
+ - mobile: `18px` -> `table-row-top-to-text-large`
+ - `table-row-top-to-text-extra-large-regular`
+ - desktop: `17px` -> `table-row-top-to-text-extra-large`
+ - mobile: `21px` -> `table-row-top-to-text-extra-large`
+ - `table-row-bottom-to-text-small-regular`
+ - desktop: `9px` -> `table-row-bottom-to-text-small`
+ - mobile: `11px` -> `table-row-bottom-to-text-small`
+ - `table-row-bottom-to-text-medium-regular`
+ - desktop: `12px` -> `table-row-bottom-to-text-medium`
+ - mobile: `15px` -> `table-row-bottom-to-text-medium`
+ - `table-row-bottom-to-text-large-regular`
+ - desktop: `14px` -> `table-row-bottom-to-text-large`
+ - mobile: `18px` -> `table-row-bottom-to-text-large`
+ - `table-row-bottom-to-text-extra-large-regular`
+ - desktop: `17px` -> `table-row-bottom-to-text-extra-large`
+ - mobile: `22px` -> `table-row-bottom-to-text-extra-large`
+ - `table-row-top-to-text-medium-spacious`
+ - mobile: `18px` -> `16px`
+ - `table-header-row-checkbox-to-top-medium`
+ - desktop: `9px` -> `8px`
+ - mobile: `13px` -> `11px`
+ - `table-row-checkbox-to-top-small-regular`
+ - desktop: `10px` -> `table-row-checkbox-to-top-small`
+ - mobile: `14px` -> `table-row-checkbox-to-top-small`
+ - `table-row-checkbox-to-top-medium-compact`
+ - desktop: `9px` -> `8px`
+ - mobile: `13px` -> `11px`
+ - `table-row-checkbox-to-top-medium-regular`
+ - desktop: `13px` -> `table-row-checkbox-to-top-medium`
+ - mobile: `18px` -> `table-row-checkbox-to-top-medium`
+ - `table-row-checkbox-to-top-medium-spacious`
+ - desktop: `17px` -> `16px`
+ - mobile: `23px` -> `21px`
+ - `table-row-checkbox-to-top-large-regular`
+ - desktop: `16px` -> `table-row-checkbox-to-top-large`
+ - mobile: `22px` -> `table-row-checkbox-to-top-large`
+ - `table-row-checkbox-to-top-extra-large-regular`
+ - desktop: `19px` -> `table-row-checkbox-to-top-extra-large`
+ - mobile: `26px` -> `table-row-checkbox-to-top-extra-large`
+ - `table-thumbnail-to-top-minimum-small-regular`
+ - desktop: `5px` -> `table-thumbnail-to-top-minimum-small`
+ - mobile: `6px` -> `table-thumbnail-to-top-minimum-small`
+ - `table-thumbnail-to-top-minimum-medium-regular`
+ - desktop: `7px` -> `table-thumbnail-to-top-minimum-medium`
+ - mobile: `9px` -> `table-thumbnail-to-top-minimum-medium`
+ - `table-thumbnail-to-top-minimum-large-regular`
+ - desktop: `8px` -> `table-thumbnail-to-top-minimum-large`
+ - mobile: `10px` -> `table-thumbnail-to-top-minimum-large`
+ - `table-thumbnail-to-top-minimum-extra-large-regular`
+ - desktop: `8px` -> `table-thumbnail-to-top-minimum-extra-large`
+ - mobile: `10px` -> `table-thumbnail-to-top-minimum-extra-large`
+ - `blue-800`
+ - dark: `rgb(69, 110, 254)` -> `rgb(64, 105, 253)`
+ - `red-800`
+ - dark: `rgb(230, 54, 35)` -> `rgb(223, 52, 34)`
+ - `orange-800`
+ - dark: `rgb(205, 86, 0)` -> `rgb(199, 82, 0)`
+ - `yellow-800`
+ - dark: `rgb(169, 110, 0)` -> `rgb(164, 106, 0)`
+ - `chartreuse-800`
+ - dark: `rgb(109, 131, 0)` -> `rgb(106, 127, 0)`
+ - `celery-800`
+ - dark: `rgb(69, 138, 19)` -> `rgb(66, 134, 18)`
+ - `green-800`
+ - dark: `rgb(6, 140, 82)` -> `rgb(6, 136, 80)`
+ - `seafoam-800`
+ - dark: `rgb(8, 138, 116)` -> `rgb(8, 134, 112)`
+ - `cyan-800`
+ - dark: `rgb(15, 128, 194)` -> `rgb(13, 125, 186)`
+ - `indigo-800`
+ - dark: `rgb(119, 97, 252)` -> `rgb(116, 91, 252)`
+ - `purple-800`
+ - dark: `rgb(161, 84, 229)` -> `rgb(157, 78, 228)`
+ - `fuchsia-800`
+ - dark: `rgb(192, 64, 212)` -> `rgb(186, 60, 206)`
+ - `magenta-800`
+ - dark: `rgb(231, 41, 105)` -> `rgb(224, 38, 101)`
+ - `pink-800`
+ - dark: `rgb(220, 47, 156)` -> `rgb(213, 45, 151)`
+ - `turquoise-800`
+ - dark: `rgb(9, 135, 147)` -> `rgb(9, 131, 142)`
+ - `brown-800`
+ - dark: `rgb(148, 118, 73)` -> `rgb(143, 114, 69)`
+ - `silver-800`
+ - dark: `rgb(123, 123, 123)` -> `rgb(118, 118, 118)`
+ - `cinnamon-800`
+ - dark: `rgb(179, 103, 64)` -> `rgb(176, 98, 59)`
+ - `accent-background-color-default`
+ - dark: `accent-color-700` -> `accent-color-800`
+ - `accent-background-color-hover`
+ - dark: `accent-color-600` -> `accent-color-700`
+ - `accent-background-color-down`
+ - dark: `accent-color-600` -> `accent-color-700`
+ - `accent-background-color-key-focus`
+ - dark: `accent-color-600` -> `accent-color-700`
+ - `informative-background-color-default`
+ - dark: `informative-color-700` -> `informative-color-800`
+ - `informative-background-color-hover`
+ - dark: `informative-color-600` -> `informative-color-700`
+ - `informative-background-color-down`
+ - dark: `informative-color-600` -> `informative-color-700`
+ - `informative-background-color-key-focus`
+ - dark: `informative-color-600` -> `informative-color-700`
+ - `negative-background-color-default`
+ - dark: `negative-color-700` -> `negative-color-800`
+ - `negative-background-color-hover`
+ - dark: `negative-color-600` -> `negative-color-700`
+ - `negative-background-color-down`
+ - dark: `negative-color-600` -> `negative-color-700`
+ - `negative-background-color-key-focus`
+ - dark: `negative-color-600` -> `negative-color-700`
+ - `positive-background-color-default`
+ - dark: `positive-color-700` -> `positive-color-800`
+ - `positive-background-color-hover`
+ - dark: `positive-color-600` -> `positive-color-700`
+ - `positive-background-color-down`
+ - dark: `positive-color-600` -> `positive-color-700`
+ - `positive-background-color-key-focus`
+ - dark: `positive-color-600` -> `positive-color-700`
+ - `red-background-color-default`
+ - dark: `red-700` -> `red-800`
+ - `green-background-color-default`
+ - dark: `green-700` -> `green-800`
+ - `seafoam-background-color-default`
+ - dark: `seafoam-700` -> `seafoam-800`
+ - `cyan-background-color-default`
+ - dark: `cyan-700` -> `cyan-800`
+ - `blue-background-color-default`
+ - dark: `blue-700` -> `blue-800`
+ - `indigo-background-color-default`
+ - dark: `indigo-700` -> `indigo-800`
+ - `purple-background-color-default`
+ - dark: `purple-700` -> `purple-800`
+ - `fuchsia-background-color-default`
+ - dark: `fuchsia-700` -> `fuchsia-800`
+ - `magenta-background-color-default`
+ - dark: `magenta-700` -> `magenta-800`
+ - `negative-visual-color`
+ - dark: `negative-color-700` -> `negative-color-900`
+ - `notice-visual-color`
+ - light: `notice-color-700` -> `notice-color-800`
+ - `positive-visual-color`
+ - light: `positive-color-700` -> `positive-color-800`
+ - dark: `positive-color-800` -> `positive-color-900`
+ - `brown-background-color-default`
+ - dark: `brown-700` -> `brown-800`
+ - `cinnamon-background-color-default`
+ - dark: `cinnamon-700` -> `cinnamon-800`
+ - `pink-background-color-default`
+ - dark: `pink-700` -> `pink-800`
+ - `silver-background-color-default`
+ - dark: `silver-700` -> `silver-800`
+ - `turquoise-background-color-default`
+ - dark: `turquoise-700` -> `turquoise-800`
+ - `neutral-subtle-background-color-default`
+ - light: `gray-100` -> `gray-100`
+ - dark: `gray-100` -> `gray-300`
+ - `accent-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `accent-color-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `accent-color-300`
+ - `gray-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `gray-100`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `gray-300`
+ - `blue-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `blue-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `blue-300`
+ - `green-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `green-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `green-300`
+ - `orange-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `orange-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `orange-300`
+ - `red-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `red-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `red-300`
+ - `brown-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `brown-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `brown-300`
+ - `cinnamon-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `cinnamon-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `cinnamon-300`
+ - `celery-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `celery-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `celery-300`
+ - `chartreuse-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `chartreuse-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `chartreuse-300`
+ - `cyan-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `cyan-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `cyan-300`
+ - `fuchsia-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `fuchsia-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `fuchsia-300`
+ - `indigo-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `indigo-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `indigo-300`
+ - `magenta-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `magenta-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `magenta-300`
+ - `pink-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `pink-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `pink-300`
+ - `purple-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `purple-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `purple-300`
+ - `seafoam-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `seafoam-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `seafoam-300`
+ - `silver-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `silver-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `silver-300`
+ - `turquoise-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `turquoise-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `turquoise-300`
+ - `yellow-subtle-background-color-default`
+ - light: `rgba(0, 0, 0, 0.2)` -> `yellow-200`
+ - dark: `rgba(0, 0, 0, 0.6)` -> `yellow-300`
+
+
+
+## 13.0.0-beta.46
+
+### Minor Changes
+
+- [#396](https://github.com/adobe/spectrum-tokens/pull/396) [`4fcfe5b`](https://github.com/adobe/spectrum-tokens/commit/4fcfe5bd83214a7ca3644646bbf0f38802a20f43) Thanks [@larz0](https://github.com/larz0)! - Added brand new tokens for the S2 Standard Panel:
+
+ ## Design Motivation
+
+ Added tokens needed for the new S2 standard panel component.
+
+ ## Token Diff
+
+ _Tokens Added (12):_
+
+ - `standard-panel-width`
+ - `standard-panel-minimum-width`
+ - `standard-panel-maximum-width`
+ - `standard-panel-top-to-close-button-compact`
+ - `standard-panel-top-to-close-button-regular`
+ - `standard-panel-top-to-close-button-spacious`
+ - `standard-panel-edge-to-close-button-compact`
+ - `standard-panel-edge-to-close-button-regular`
+ - `standard-panel-edge-to-close-button-spacious`
+ - `standard-panel-title-font-size`
+ - `standard-panel-gripper-color`
+ - `standard-panel-gripper-color-drag`
+
+## 13.0.0-beta.45
+
+### Minor Changes
+
+- [#390](https://github.com/adobe/spectrum-tokens/pull/390) [`cc9c304`](https://github.com/adobe/spectrum-tokens/commit/cc9c3048893058c3f01d6f1ce4688d8ab3716397) Thanks [@lynnhao](https://github.com/lynnhao)! - Updated code tokens for S2
+
+ ## Design Motivation
+
+ These code token updates include some fixes to CJK font-weights to match the Latin font-weights when possible. We added CJK size tokens for consistency with other typography style tokens. Note that the new CJK size tokens currently point to the default code font-size tokens since Source Code Pro handles Latin and CJK sizing comparably.
+
+ ## Token Diff
+
+ _Tokens added (5):_
+
+ - `code-cjk-size-l`
+ - `code-cjk-size-m`
+ - `code-cjk-size-s`
+ - `code-cjk-size-xl`
+ - `code-cjk-size-xs`
+
+ _Token values updated (2):_
+
+ - `code-cjk-strong-emphasized-font-weight`
+ - `code-cjk-strong-font-weight`
+
+## 13.0.0-beta.44
+
+### Minor Changes
+
+- [#388](https://github.com/adobe/spectrum-tokens/pull/388) [`58425e6`](https://github.com/adobe/spectrum-tokens/commit/58425e67b2d4cbd716205d4d502cc823245811fe) Thanks [@lynnhao](https://github.com/lynnhao)! - Updated avatar and avatar group tokens
+
+ ## Description
+
+ - Updated avatar size tokens, including all sizes from `75` to `700`
+ - Added new avatar size tokens, from `800` to `1500`
+ - Added new avatar border thickness and color tokens
+ - Added avatar group size tokens, from `50` to `500`
+ - Added avatar group spacing tokens, from `50` to `500`
+
+ ## Motivation and context
+
+ - Avatar: added new sizes and updated existing sizes to better match other components and work across a variety of use cases.
+ - ⚠️ Important note: Accepting updates from this release will update the avatar sizes. The largest change in size is 8px. In some cases, you may want to relink to a new size. View the migration guide below to find the closest recommended size:
+
+ | Former avatar size | Available avatar size |
+ | :----------------- | :--------------------------------------- |
+ | size 50 (16 x 16) | size 50 (16 x 16) |
+ | size 75 (18 x 18) | size 50 (16 x 16) or size 75 (20 x 20) |
+ | size 100 (20 x 20) | size 75 (20 x 20) |
+ | size 200 (22 x 22) | size 75 (20 x 20) or size 100 (24 x 24) |
+ | size 300 (26 x 26) | size 100 (24 x 24) or size 200 (28 x 28) |
+ | size 400 (28 x 28) | size 200 (28 x 28) |
+ | size 500 (32 x 32) | size 300 (32 x 32) |
+ | size 600 (36 x 36) | size 400 (36 x 36) |
+ | size 700 (40 x 40) | size 500 (40 x 40) |
+ | -- | size 600 (44 x 44) |
+ | -- | size 700 (48 x 48) |
+ | -- | size 800 (52 x 52) |
+ | -- | size 900 (56 x 56) |
+ | -- | size 1000 (64 x 64) |
+ | -- | size 1100 (72 x 72) |
+ | -- | size 1200 (80 x 80) |
+ | -- | size 1300 (88 x 88) |
+ | -- | size 1400 (96 x 96) |
+ | -- | size 1500 (104 x 104) |
+
+ ## Token Diff
+
+ _Tokens added (24):_
+
+ - `avatar-border-color`
+ - `avatar-border-width`
+ - `avatar-group-size-100`
+ - `avatar-group-size-200`
+ - `avatar-group-size-300`
+ - `avatar-group-size-400`
+ - `avatar-group-size-50`
+ - `avatar-group-size-500`
+ - `avatar-group-size-75`
+ - `avatar-size-1000`
+ - `avatar-size-1100`
+ - `avatar-size-1200`
+ - `avatar-size-1300`
+ - `avatar-size-1400`
+ - `avatar-size-1500`
+ - `avatar-size-800`
+ - `avatar-size-900`
+ - `avatar-to-avatar-100`
+ - `avatar-to-avatar-200`
+ - `avatar-to-avatar-300`
+ - `avatar-to-avatar-400`
+ - `avatar-to-avatar-50`
+ - `avatar-to-avatar-500`
+ - `avatar-to-avatar-75`
+
+ _Token values updated (8):_
+
+ - `avatar-size-100`
+ - `avatar-size-200`
+ - `avatar-size-300`
+ - `avatar-size-400`
+ - `avatar-size-500`
+ - `avatar-size-600`
+ - `avatar-size-700`
+ - `avatar-size-75`
+
+## 13.0.0-beta.43
+
+### Minor Changes
+
+- [#384](https://github.com/adobe/spectrum-tokens/pull/384) [`681b4b0`](https://github.com/adobe/spectrum-tokens/commit/681b4b0094d31bae4c9b1b095fa59d6448c26cab) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added dragged drop shadow tokens that point to new 300 global drop shadow tokens
+
+ ## Design Motivation
+
+ These are new foundational drop shadow tokens that represent a higher elevation when items are dragged. The more prominent shadow also brings more visual focus to the dragged item. They will be used in the standard panel "dragged" state, as well as in future component updates, to be determined.
+
+ ## Token Diff
+
+ _Tokens added (8):_
+
+ - `drop-shadow-blur-300`
+ - `drop-shadow-color-300`
+ - `drop-shadow-dragged-blur`
+ - `drop-shadow-dragged-color`
+ - `drop-shadow-dragged-x`
+ - `drop-shadow-dragged-y`
+ - `drop-shadow-x-300`
+ - `drop-shadow-y-300`
+
+## 13.0.0-beta.42
+
+### Minor Changes
+
+- [#382](https://github.com/adobe/spectrum-tokens/pull/382) [`2af3850`](https://github.com/adobe/spectrum-tokens/commit/2af3850a554812fd9c1b3e6fd902a746c9ac42c7) Thanks [@nabuhasan](https://github.com/nabuhasan)! - Updated S2 swatch tokens and added swatch-group tokens in S2 Color and S2 Non-color data sets, respectively.
+
+ ## Design Motivation
+
+ Swatch and swatch group components are being formalized as Spectrum 2 components. These tokens define the design data needed for implementation. Changes include updated corner rounding, colors and spacing for spacious density.
+
+ For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13497).
+
+ ## Token Diff
+
+ _Tokens added (3):_
+
+ - `swatch-group-spacing-spacious`
+ - `swatch-group-border-opacity`
+ - `swatch-group-border-color`
+
+ _Tokens values updated (3):_
+
+ - `swatch-border-color`: `gray-900` -> `gray-1000`
+ - `swatch-border-opacity`: `0.51` -> `0.42`
+ - `swatch-disabled-icon-border-opacity`: `0.51` -> `0.42`
+
+## 13.0.0-beta.41
+
+### Minor Changes
+
+- [#375](https://github.com/adobe/spectrum-tokens/pull/375) [`6e3be6d`](https://github.com/adobe/spectrum-tokens/commit/6e3be6d8a458efa1752a8dd1360f03fa83f84c37) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - [Updated thumbnail size tokens and added new tokens](https://github.com/adobe/spectrum-tokens-studio-data/pull/144)
+
+ - [Updated S2 Action bar tokens](https://github.com/adobe/spectrum-tokens-studio-data/pull/149)
+
+ ## Design Motivation
+
+ Thumbnail: updated sizes in order for opacity checkerboards to translate better in implementation.
+
+ ⚠️ Important note: Accepting updates from this release will update the thumbnail sizes. The change in size is no more than 4 px. In some cases, you may want to relink to a new size. View the migration guide below to find the closest recommended size:
+
+ | Former thumbnail size | Available thumbnail size |
+ | :-------------------- | :--------------------------------------- |
+ | size 50 (16 x 16) | size 50 (16 x 16) |
+ | size 75 (18 x 18) | size 75 (20 x 20) |
+ | size 100 (20 x 20) | size 75 (20 x 20) |
+ | size 200 (22 x 22) | size 100 (24 x 24) |
+ | size 300 (26 x 26) | size 200 (28 x 28) |
+ | size 400 (28 x 28) | size 200 (28 x 28) |
+ | size 500 (32 x 32) | size 300 (32 x 32) |
+ | size 600 (36 x 36) | size 400 (36 x 36) |
+ | size 700 (40 x 40) | size 500 (40 x 40) |
+ | size 800 (44 x 44) | size 600 (44 x 44) |
+ | size 900 (50 x 50) | size 700 (48 x 48) or size 800 (52 x 52) |
+ | size 1000 (56 x 56) | size 900 (56 x 56) |
+ | -- | size 1000 (64 x 64) |
+
+ Action bar: Updated S2 action bar (non-color) in respective desktop and mobile layout sets.
+
+ ## Token Diff
+
+ _Tokens added (8):_
+
+ - `action-bar-top-to-content-area`
+ - `action-bar-bottom-to-content-area`
+ - `action-bar-edge-to-content-area`
+ - `action-bar-close-button-to-counter`
+ - `action-bar-counter-font-size`
+ - `thumbnail-opacity-checkerboard-square-size`
+ - `thumbnail-corner-radius`
+ - `text-to-control-50`
+
+ _Tokens updated (2):_
+
+ - `action-bar-height`
+ - `action-bar-top-to-item-counter`
+
+ _Token values updated (11):_
+
+ - `thumbnail-size-75`
+ - `desktop`: `18px` -> `20px`
+ - `mobile`: `22px` -> `24px`
+ - `thumbnail-size-100`
+ - `desktop`: `20px` -> `24px`
+ - `mobile`: `26px` -> `28px`
+ - `thumbnail-size-200`
+ - `desktop`: `22px` -> `28px`
+ - `mobile`: `28px` -> `32px`
+ - `thumbnail-size-300`
+ - `desktop`: `26px` -> `32px`
+ - `mobile`: `32px` -> `36px`
+ - `thumbnail-size-400`
+ - `desktop`: `28px` -> `36px`
+ - `mobile`: `36px` -> `40px`
+ - `thumbnail-size-500`
+ - `desktop`: `32px` -> `40px`
+ - `mobile`: `40px` -> `44px`
+ - `thumbnail-size-600`
+ - `desktop`: `36px` -> `44px`
+ - `mobile`: `46px` -> `48px`
+ - `thumbnail-size-700`
+ - `desktop`: `40px` -> `48px`
+ - `mobile`: `50px` -> `52px`
+ - `thumbnail-size-800`
+ - `desktop`: `44px` -> `52px`
+ - `mobile`: `55px` -> `56px`
+ - `thumbnail-size-900`
+ - `desktop`: `50px` -> `56px`
+ - `mobile`: `62px` -> `64px`
+ - `thumbnail-size-1000`
+ - `desktop`: `56px` -> `64px`
+ - `mobile`: `70px` -> `72px`
+
+## 13.0.0-beta.40
+
+### Minor Changes
+
+- [#373](https://github.com/adobe/spectrum-tokens/pull/373) [`e04bddf`](https://github.com/adobe/spectrum-tokens/commit/e04bddf65549c87cd314b54966fe066ae649b7f7) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - Updated S2 accordion tokens (non-color) in respective desktop and mobile layout sets
+
+ - Added S2 meter tokens, including both color and non-color.
+
+ ## Design Motivation
+
+ - Accordion component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing content-area-edge-to-content tokens enhances inclusivity for various design patterns. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13435).
+ - Meter component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing static tokens enables us to standardize the use of tokens across various components with indicators and tracks. This includes progress bars, progress circles, and potentially sliders in the future. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13414).
+
+ ## Token Diff
+
+ _Tokens added (18):_
+
+ - `accordion-content-area-edge-to-content-extra-large`
+ - `accordion-content-area-edge-to-content-large`
+ - `accordion-content-area-edge-to-content-medium`
+ - `accordion-content-area-edge-to-content-small`
+ - `accordion-disclosure-indicator-to-text-extra-large`
+ - `accordion-disclosure-indicator-to-text-large`
+ - `accordion-disclosure-indicator-to-text-medium`
+ - `accordion-disclosure-indicator-to-text-small`
+ - `accordion-item-to-divider`
+ - `meter-thickness-extra-large`
+ - `meter-thickness-medium`
+ - `static-black-text-color`
+ - `static-black-track-color`
+ - `static-black-track-indicator-color`
+ - `static-white-text-color`
+ - `static-white-track-color`
+ - `static-white-track-indicator-color`
+ - `track-color`
+
+ _Newly deprecated tokens (2):_
+
+ - `accordion-edge-to-disclosure-indicator`
+ - `accordion-disclosure-indicator-to-text`
+
+ _Tokens updated (1):_
+
+ - `meter-thickness-large`
+
+## 13.0.0-beta.39
+
+### Minor Changes
+
+- [#364](https://github.com/adobe/spectrum-tokens/pull/364) [`f96ffca`](https://github.com/adobe/spectrum-tokens/commit/f96ffca4990547f8ddc8341d141e0edc65b872d9) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added coach-indicator s2 tokens
+
+ ## Token Diff
+
+ _Tokens added (8):_
+
+ - `coach-indicator-collapsed-gap`
+ - `coach-indicator-collapsed-ring-rounding-increment`
+ - `coach-indicator-collapsed-ring-thickness`
+ - `coach-indicator-color`
+ - `coach-indicator-expanded-gap`
+ - `coach-indicator-expanded-ring-rounding-increment`
+ - `coach-indicator-expanded-ring-thickness`
+ - `coach-indicator-opacity`
+
+## 13.0.0-beta.38
+
+### Minor Changes
+
+- [#360](https://github.com/adobe/spectrum-tokens/pull/360) [`f73a0b4`](https://github.com/adobe/spectrum-tokens/commit/f73a0b40464f1c73f2d9e8f6cf97da926e392ac7) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - Fixed token type from Sizing to Font size for contextual-help-body-size and `contextual-help-title-size`
+
+ - Renamed tokens by deprecating previous ones and creating new ones, with font in the token name
+ Updated value of `contextual-help-title-font-size`
+
+ Marked the the following tokens in Tokens Studio for deprecation:
+
+ - `negative-subdued-background-color-default` ( --> points to `negative-subtle-background-color-default`)
+ - `negative-subdued-background-color-hover`
+ - `negative-subdued-background-color-down`
+ - `negative-subdued-background-color-key-focus`
+
+ ## Design motivation
+
+ - The updated type sorts them correctly in the Tokens Studio data
+ - The updated value reflects the latest design for Spectrum 2, using the new title style instead of heading
+ - The negative-subdued tokens were deprecated because the tag "error" variant has been deprecated and are no longer needed in the system. A new "subtle" token has been added for the in-line alert use case.
+
+ ## Token diff
+
+ _Tokens added (2):_
+
+ - `contextual-help-body-font-size`
+ - `contextual-help-title-font-size`
+
+ _Newly deprecated Tokens (6):_
+
+ - `contextual-help-body-size`
+ - `contextual-help-title-size`
+ - `negative-subdued-background-color-default`
+ - `negative-subdued-background-color-hover`
+ - `negative-subdued-background-color-down`
+ - `negative-subdued-background-color-key-focus`
+
+## 13.0.0-beta.37
+
+### Minor Changes
+
+- [#355](https://github.com/adobe/spectrum-tokens/pull/355) [`783a200`](https://github.com/adobe/spectrum-tokens/commit/783a200983efa8e1f2cc31fd40ac3ed7298bb312) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updated tokens according to updated token spec for Spectrum 2, including new and deprecated tokens
+
+ ## Design Motivation
+
+ ### Change 1: Updated terminology to align with t-shirt sizes
+
+ Previously in S1, the breadcrumb variants were default, compact, and multiline. However, in S2, we have aligned breadcrumb to t-shirt sizes, resulting in the following changes:
+
+ - Breadcrumbs (default) -> Breadcrumbs (L)
+ - Breadcrumbs (compact) -> Breadcrumbs (M)
+ - Breadcrumbs (multiline) -> Breadcrumbs (multiline)
+
+ ### Change 2: Updated truncated menu button sizes and spacing
+
+ Other structural changes
+
+ - In S1 all variants used M sized action button – now we use S, M, L sized action buttons for respective sizes.
+ - In S1 all variants had same spacing 8px around chevron, now we use different spacings for all the three variants
+
+ ## Token Diff
+
+ _Tokens added (11):_
+
+ - `breadcrumbs-separator-to-bottom-text-multiline`
+ - `breadcrumbs-start-edge-to-text-large`
+ - `breadcrumbs-start-edge-to-text-medium`
+ - `breadcrumbs-start-edge-to-text-multiline`
+ - `breadcrumbs-top-to-separator-large`
+ - `breadcrumbs-top-to-separator-medium`
+ - `breadcrumbs-top-to-separator-multiline`
+ - `breadcrumbs-truncated-menu-to-separator`
+ - `breadcrumbs-text-to-separator-large`
+ - `breadcrumbs-text-to-separator-medium`
+ - `breadcrumbs-text-to-separator-multiline`
+
+ _Newly deprecated tokens (13):_
+
+ - `breadcrumbs-height`
+ - `breadcrumbs-height-compact`
+ - `breadcrumbs-top-to-text`
+ - `breadcrumbs-top-to-text-compact`
+ - `breadcrumbs-bottom-to-text`
+ - `breadcrumbs-bottom-to-text-compact`
+ - `breadcrumbs-start-edge-to-text`
+ - `breadcrumbs-top-to-separator-icon`
+ - `breadcrumbs-top-to-separator-icon-compact`
+ - `breadcrumbs-top-to-separator-icon-multiline`
+ - `breadcrumbs-separator-icon-to-bottom-text-multiline`
+ - `breadcrumbs-truncated-menu-to-separator-icon`
+ - `breadcrumbs-top-to-truncated-menu-compact`
+
+ _Token values updated (20):_
+
+ - `breadcrumbs-top-to-separator-icon-multiline`
+ - `breadcrumbs-top-to-text-multiline`
+ - `breadcrumbs-bottom-to-text-multiline`
+ - `breadcrumbs-height-multiline`
+ - `breadcrumbs-top-to-separator-icon-multiline`
+ - `breadcrumbs-top-to-text-multiline`
+ - `breadcrumbs-height`
+ - `breadcrumbs-height-compact`
+ - `breadcrumbs-truncated-menu-to-separator-icon`
+ - `breadcrumbs-truncated-menu-to-bottom-text`
+ - `breadcrumbs-bottom-to-text`
+ - `breadcrumbs-bottom-to-text-compact`
+ - `breadcrumbs-separator-icon-to-bottom-text-multiline`
+ - `breadcrumbs-start-edge-to-text`
+ - `breadcrumbs-top-to-separator-icon`
+ - `breadcrumbs-top-to-separator-icon-compact`
+ - `breadcrumbs-top-to-text`
+ - `breadcrumbs-top-to-text-compact`
+ - `breadcrumbs-top-to-truncated-menu`
+ - `breadcrumbs-top-to-truncated-menu-compact`
+
+## 13.0.0-beta.36
+
+### Minor Changes
+
+- [#342](https://github.com/adobe/spectrum-tokens/pull/342) [`9da9532`](https://github.com/adobe/spectrum-tokens/commit/9da9532f1915070d289f7cce6f4e562c2565f889) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Newly defined S2 Icon colors by the Icons team were incorporated into our system. This includes updates to existing colors and new color additions. More details on icon colors can be found [in this document](https://paper.dropbox.com/doc/S2-Icon-colors-May-update--CPQCbAN3uvmfSCYV5UekAgYkAg-BqbGyRAAL87Ehoqm9WrCB) and [this Figma file](https://www.figma.com/design/KRqwJWgLuW4R7HwFUzKWiB/S2-Icon-color?node-id=0%3A1&t=jRZwm9gOH4dyLwL7-1).
+
+ ## Design motivation
+
+ Icons team defined new S2 color tokens needed for their iconography assets.
+
+ ## Token diff
+
+ _Tokens added (78):_
+
+ - `icon-color-blue-background`
+ - `icon-color-blue-primary-down`
+ - `icon-color-blue-primary-hover`
+ - `icon-color-brown-background`
+ - `icon-color-brown-primary-default`
+ - `icon-color-brown-primary-down`
+ - `icon-color-brown-primary-hover`
+ - `icon-color-celery-background`
+ - `icon-color-celery-primary-default`
+ - `icon-color-celery-primary-down`
+ - `icon-color-celery-primary-hover`
+ - `icon-color-chartreuse-background`
+ - `icon-color-chartreuse-primary-default`
+ - `icon-color-chartreuse-primary-down`
+ - `icon-color-chartreuse-primary-hover`
+ - `icon-color-cinnamon-background`
+ - `icon-color-cinnamon-primary-default`
+ - `icon-color-cinnamon-primary-down`
+ - `icon-color-cinnamon-primary-hover`
+ - `icon-color-cyan-background`
+ - `icon-color-cyan-primary-default`
+ - `icon-color-cyan-primary-down`
+ - `icon-color-cyan-primary-hover`
+ - `icon-color-disabled-primary`
+ - `icon-color-emphasized-background`
+ - `icon-color-fuchsia-background`
+ - `icon-color-fuchsia-primary-default`
+ - `icon-color-fuchsia-primary-down`
+ - `icon-color-fuchsia-primary-hover`
+ - `icon-color-green-background`
+ - `icon-color-green-primary-down`
+ - `icon-color-green-primary-hover`
+ - `icon-color-indigo-background`
+ - `icon-color-indigo-primary-default`
+ - `icon-color-indigo-primary-down`
+ - `icon-color-indigo-primary-hover`
+ - `icon-color-informative`
+ - `icon-color-inverse-background`
+ - `icon-color-magenta-background`
+ - `icon-color-magenta-primary-default`
+ - `icon-color-magenta-primary-down`
+ - `icon-color-magenta-primary-hover`
+ - `icon-color-negative`
+ - `icon-color-neutral`
+ - `icon-color-notice`
+ - `icon-color-orange-background`
+ - `icon-color-orange-primary-default`
+ - `icon-color-orange-primary-down`
+ - `icon-color-orange-primary-hover`
+ - `icon-color-pink-background`
+ - `icon-color-pink-primary-default`
+ - `icon-color-pink-primary-down`
+ - `icon-color-pink-primary-hover`
+ - `icon-color-positive`
+ - `icon-color-primary-down`
+ - `icon-color-primary-hover`
+ - `icon-color-purple-background`
+ - `icon-color-purple-primary-default`
+ - `icon-color-purple-primary-down`
+ - `icon-color-purple-primary-hover`
+ - `icon-color-red-background`
+ - `icon-color-red-primary-down`
+ - `icon-color-red-primary-hover`
+ - `icon-color-seafoam-background`
+ - `icon-color-seafoam-primary-default`
+ - `icon-color-seafoam-primary-down`
+ - `icon-color-seafoam-primary-hover`
+ - `icon-color-silver-background`
+ - `icon-color-silver-primary-default`
+ - `icon-color-silver-primary-down`
+ - `icon-color-silver-primary-hover`
+ - `icon-color-turquoise-background`
+ - `icon-color-turquoise-primary-default`
+ - `icon-color-turquoise-primary-down`
+ - `icon-color-turquoise-primary-hover`
+ - `icon-color-yellow-background`
+ - `icon-color-yellow-primary-down`
+ - `icon-color-yellow-primary-hover`
+
+## 13.0.0-beta.35
+
+### Minor Changes
+
+- [#337](https://github.com/adobe/spectrum-tokens/pull/337) [`df2ab7e`](https://github.com/adobe/spectrum-tokens/commit/df2ab7ed77d385593342a3ced7bfded94bd8af8e) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updated illustrated message and drop zone tokens
+
+ ## Design Motivation
+
+ - The previous tokens had the incorrect types. By fixing the type, they can reference the updated tokens that are replacing them.
+ - Illustrated message now has three sizes (S, M, L) in Spectrum 2 to cover a wider range of use cases
+ - Component font size tokens now specify font in the token name
+
+ ## Token Diff
+
+ _Tokens added (12):_
+
+ - `drop-zone-body-font-size`
+ - `drop-zone-cjk-title-font-size`
+ - `drop-zone-title-font-size`
+ - `illustrated-message-large-body-font-size`
+ - `illustrated-message-large-cjk-title-font-size`
+ - `illustrated-message-large-title-font-size`
+ - `illustrated-message-medium-body-font-size`
+ - `illustrated-message-medium-cjk-title-font-size`
+ - `illustrated-message-medium-title-font-size`
+ - `illustrated-message-small-body-font-size`
+ - `illustrated-message-small-cjk-title-font-size`
+ - `illustrated-message-small-title-font-size`
+
+ _Newly deprecated tokens (6):_
+
+ - `drop-zone-body-size`
+ - `drop-zone-cjk-title-size`
+ - `drop-zone-title-size`
+ - `illustrated-message-body-size`
+ - `illustrated-message-cjk-title-size`
+ - `illustrated-message-title-size`
+
+ _Token value updated (1):_
+
+ - `drop-zone-border-dash-gap`
+
+## 13.0.0-beta.34
+
+### Minor Changes
+
+- [#334](https://github.com/adobe/spectrum-tokens/pull/334) [`4d28593`](https://github.com/adobe/spectrum-tokens/commit/4d28593c9d34414d72d78a1cc6c480d9ffdf82ce) Thanks [@nabuhasan](https://github.com/nabuhasan)! - S2 Popover tokens update
+
+ ## Token Diff
+
+ _Tokens added (3):_
+
+ - `popover-border-color`
+ - `popover-border-opacity`
+ - `popover-edge-to-content-area`
+
+ _Newly deprecated token (1):_
+
+ - `popover-top-to-content-area`
+
+## 13.0.0-beta.33
+
+### Minor Changes
+
+- [#331](https://github.com/adobe/spectrum-tokens/pull/331) [`0bbfedb`](https://github.com/adobe/spectrum-tokens/commit/0bbfedb9dbb63fdd5b20e91f65b3f958a833313b) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - S2 Menu token updates
+
+ ## Token Diff
+
+ _Tokens added (23):_
+
+ - `link-out-icon-size-100`
+ - `link-out-icon-size-200`
+ - `link-out-icon-size-75`
+ - `menu-item-background-color-default`
+ - `menu-item-background-color-disabled`
+ - `menu-item-background-color-down`
+ - `menu-item-background-color-hover`
+ - `menu-item-background-color-keyboard-focus`
+ - `menu-item-background-opacity`
+ - `menu-item-label-to-description`
+ - `menu-item-label-to-description-extra-large`
+ - `menu-item-label-to-description-large`
+ - `menu-item-label-to-description-medium`
+ - `menu-item-label-to-description-small`
+ - `menu-item-top-to-thumbnail-extra-large`
+ - `menu-item-top-to-thumbnail-large`
+ - `menu-item-top-to-thumbnail-medium`
+ - `menu-item-top-to-thumbnail-small`
+ - `menu-section-header-to-description-extra-large`
+ - `menu-section-header-to-description-large`
+ - `menu-section-header-to-description-medium`
+ - `menu-section-header-to-description-small`
+ - `text-to-visual-400`
+
+ _Token values updated (1):_
+
+ - `menu-item-section-divider-height`
+
+## 13.0.0-beta.32
+
+### Minor Changes
+
+- [#325](https://github.com/adobe/spectrum-tokens/pull/325) [`095248e`](https://github.com/adobe/spectrum-tokens/commit/095248e26bdd1c8b65a61f3793646bb44093c38b) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added semantic aliases used by in-line alert.
+
+ ## Token Diff
+
+ _Tokens added (5):_
+
+ - `informative-subtle-background-color-default`
+ - `negative-subtle-background-color-default`
+ - `neutral-subtle-background-color-default`
+ - `notice-subtle-background-color-default`
+ - `positive-subtle-background-color-default`
+
+## 13.0.0-beta.31
+
+### Minor Changes
+
+- [#327](https://github.com/adobe/spectrum-tokens/pull/327) [`3caa31d`](https://github.com/adobe/spectrum-tokens/commit/3caa31d014a3d49496422c38a93c3c7645da0373) Thanks [@GarthDB](https://github.com/GarthDB)! - Added `private` metadata to global tokens.
+
+## 13.0.0-beta.30
+
+### Minor Changes
+
+- [#321](https://github.com/adobe/spectrum-tokens/pull/321) [`e392c49`](https://github.com/adobe/spectrum-tokens/commit/e392c497a4d474c9619a882ad9ab4948441712e0) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added new Standard dialog, status light, and updated alert-banner-top-to-workflow-icon tokens
+
+ ## Token Diff
+
+ _Tokens added (10):_
+
+ - `standard-dialog-body-font-size`
+ - `standard-dialog-maximum-width-large`
+ - `standard-dialog-maximum-width-medium`
+ - `standard-dialog-maximum-width-small`
+ - `standard-dialog-minimum-width`
+ - `standard-dialog-title-font-size`
+ - `status-light-text-to-visual-100`
+ - `status-light-text-to-visual-200`
+ - `status-light-text-to-visual-300`
+ - `status-light-text-to-visual-75`
+
+ _Token values updated (10):_
+
+ - `alert-banner-to-top-workflow-icon`
+ - `alert-banner-top-to-workflow-icon`
+ - `status-light-dot-size-extra-large`
+ - `status-light-dot-size-large`
+ - `status-light-dot-size-medium`
+ - `status-light-top-to-dot-extra-large`
+ - `status-light-top-to-dot-large`
+ - `status-light-top-to-dot-medium`
+ - `status-light-top-to-dot-small`
+ - `status-light-dot-size-small`
+
+## 13.0.0-beta.29
+
+### Minor Changes
+
+- [#319](https://github.com/adobe/spectrum-tokens/pull/319) [`5f962fc`](https://github.com/adobe/spectrum-tokens/commit/5f962fc864c516213db58bece2c47a74c68cc985) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updated values for component pill edge to visual only tokens for both desktop and mobile.
+
+ These values are updated based on the new workflow icon size.
+
+ ## Token Diff
+
+ _Token values updated (4):_
+
+ - `component-pill-edge-to-visual-only-100`
+ - `component-pill-edge-to-visual-only-200`
+ - `component-pill-edge-to-visual-only-300`
+ - `component-pill-edge-to-visual-only-75`
+
+- [#316](https://github.com/adobe/spectrum-tokens/pull/316) [`664ab0b`](https://github.com/adobe/spectrum-tokens/commit/664ab0bba68b9f4752599ed73c98b5d339414478) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - S2 Color loupe tokens update (color-only)
+
+ ## Token Diff
+
+ _Newly deprecated tokens (2):_
+
+ - `color-loupe-drop-shadow-color`
+ - `drop-shadow-color`
+
+## 13.0.0-beta.28
+
+### Patch Changes
+
+- 1150331: Removed duplicate tokens from src files.
+
+## 13.0.0-beta.27
+
+### Minor Changes
+
+- 3236495: Updated coach mark tokens for both desktop and mobile
+
+ ## Token Diff
+
+ _Tokens added (6):_
+
+ - `coach-mark-body-font-size`
+ - `coach-mark-pagination-body-font-size`
+ - `coach-mark-title-font-size`
+
+ _Newly deprecated tokens (3):_
+
+ - `coach-mark-body-size`
+ - `coach-mark-pagination-body-size`
+ - `coach-mark-title-size`
+
+## 13.0.0-beta.26
+
+### Minor Changes
+
+- b59fa8f: Updated alert dialog tokens
+
+ ## Token Diff
+
+ _Tokens added (4):_
+
+ - `alert-dialog-description-font-size`
+ - `alert-dialog-description-size`
+ - `alert-dialog-title-font-size`
+ - `alert-dialog-title-size`
+
+ _Newly deprecated tokens (2):_
+
+ - `alert-dialog-description-size`
+ - `alert-dialog-title-size`
+
+## 13.0.0-beta.25
+
+### Minor Changes
+
+- e79ddd6: S2 Combo box, In-field button and In-field progress circle updates
+
+ ## Motivation and context
+
+ These changes occurred as a result of scaling things for S2 design language and experiences.
+
+ ## Token Diff
+
+ _Tokens added (15):_
+
+ - `combo-box-visual-to-field-button`
+ - `combo-box-visual-to-field-button-extra-large`
+ - `combo-box-visual-to-field-button-large`
+ - `combo-box-visual-to-field-button-medium`
+ - `combo-box-visual-to-field-button-quiet`
+ - `combo-box-visual-to-field-button-small`
+ - `in-field-button-edge-to-fill-extra-large`
+ - `in-field-button-edge-to-fill-large`
+ - `in-field-button-edge-to-fill-medium`
+ - `in-field-button-edge-to-fill-small`
+ - `in-field-progress-circle-edge-to-fill`
+ - `in-field-progress-circle-size-100`
+ - `in-field-progress-circle-size-200`
+ - `in-field-progress-circle-size-300`
+ - `in-field-progress-circle-size-75`
+
+ _Newly deprecated tokens (6):_
+
+ - `combo-box-quiet-minimum-width-multiplier`
+ - `combo-box-visual-to-field-button-small`
+ - `combo-box-visual-to-field-button-medium`
+ - `combo-box-visual-to-field-button-large`
+ - `combo-box-visual-to-field-button-extra-large`
+ - `in-field-button-edge-to-fill`
+
+- e79ddd6: S2 Color loupe tokens update
+
+ ## Design Motivation
+
+ These changes occurred as a result of scaling things for S2 design language and experiences.
+
+ ## Token Diff
+
+ _Newly deprecated tokens (2):_
+
+ - `color-loupe-drop-shadow-blur`
+ - `color-loupe-drop-shadow-y`
+
+## 13.0.0-beta.24
+
+### Major Changes
+
+- 1c8f7ab: Renamed previous drop shadow tokens from S1 and pointed them to the new `100` S2 drop shadow tokens
+ Added new drop shadow tokens, `100`, `200`, `emphasized-default`, `emphasized-hover`, `elevated`.
+
+ ## Design Motivation
+
+ These tokens reflect the updates to drop tokens foundations in Spectrum 2, allowing more options and flexibility of usage in containers
+
+ ## Token Diff
+
+ _Tokens added (24):_
+
+ - `drop-shadow-blur`
+ - `drop-shadow-blur-100`
+ - `drop-shadow-blur-200`
+ - `drop-shadow-color`
+ - `drop-shadow-color-100`
+ - `drop-shadow-color-200`
+ - `drop-shadow-elevated-blur`
+ - `drop-shadow-elevated-color`
+ - `drop-shadow-elevated-x`
+ - `drop-shadow-elevated-y`
+ - `drop-shadow-emphasized-default-blur`
+ - `drop-shadow-emphasized-default-color`
+ - `drop-shadow-emphasized-default-x`
+ - `drop-shadow-emphasized-default-y`
+ - `drop-shadow-emphasized-hover-blur`
+ - `drop-shadow-emphasized-hover-color`
+ - `drop-shadow-emphasized-hover-x`
+ - `drop-shadow-emphasized-hover-y`
+ - `drop-shadow-x`
+ - `drop-shadow-x-100`
+ - `drop-shadow-x-200`
+ - `drop-shadow-y`
+ - `drop-shadow-y-100`
+ - `drop-shadow-y-200`
+
+ _Tokens deleted (2):_
+
+ - `drop-shadow-blur`
+ - `drop-shadow-y`
+
+ _Token values updated (2):_
+
+ - `color-handle-drop-shadow-color`
+ - `drop-shadow-color`
+
+### Minor Changes
+
+- 3230aba: Updated and added S2 drop shadow tokens
+
+ ## Design Motivation
+
+ These changes occurred as a result of scaling things for S2 design language and experiences.
+
+ ## Token Diff
+
+ _Tokens added (7):_
+
+ - `field-default-width-extra-large`
+ - `field-default-width-large`
+ - `field-default-width-medium`
+ - `field-default-width-small`
+ - `tag-minimum-width-large`
+ - `tag-minimum-width-medium`
+ - `tag-minimum-width-small`
+
+ _Token values updated (4):_
+
+ - `field-top-to-progress-circle-extra-large`
+ - `field-top-to-progress-circle-large`
+ - `field-top-to-progress-circle-medium`
+ - `field-top-to-progress-circle-small`
+
+ _Newly Deprecated Tokens (4):_
+
+ - `field-width-extra-large`
+ - `field-width-large`
+ - `field-width-medium`
+ - `field-width-small`
+
+## 13.0.0-beta.23
+
+### Patch Changes
+
+- 936f608: Fixed misnamed accordion token.
## Token Diff
_Tokens added (1):_
- - `accordion-top-to-text-spacious-small`
+ - `accordion-top-to-text-spacious-small`
+
+ _Newly deprecated token (1):_
+
+ - `accordion-small-top-to-text-spacious`
+
+## 13.0.0-beta.22
+
+### Minor Changes
+
+- c42448c: Updated and added alert dialog tokens for both desktop and mobile.
+
+ ## Design Motivation
+
+ Title text in alert dialog is now using the new Title typography token. Also updated the size for description text, and added a new token for top to alert icon.
+
+ Title is a new typography style for Spectrum 2, and has a default `title-color` token.
+
+ ## Token Diff
+
+ _Tokens added (2):_
+
+ - `alert-banner-top-to-alert-icon`
+ - `title-color`
+
+ _Token values updated (2):_
+
+ - `alert-dialog-description-size`
+ - `alert-dialog-title-size`
+
+- 46a801c: Added tokens for S2 title color
+
+## 13.0.0-beta.21
+
+### Minor Changes
+
+- d71bea1: S2 Opacity checkerboard non-color token updates
+
+ ## Design Motivation
+
+ These changes occurred as a result of scaling things for S2 design language and experiences.
+
+ ## Token Diff
+
+ _Tokens added (2):_
+
+ - `opacity-checkerboard-square-size-medium`
+ - `opacity-checkerboard-square-size-small`
_Newly deprecated token (1):_
- - `accordion-small-top-to-text-spacious`
+ - `opacity-checkerboard-square-size`
+
+## 13.0.0-beta.20
+
+### Minor Changes
+
+- fb61f17: Added Title typography tokens
+
+ ## Design Motivation
+
+ Adding new typography styles for Title. While the Heading style is for the loudest, most broad message, there are still going to be other important items in your information hierarchy. The Title style is for text that’s communicating other need-to-know concepts. It’s often set in Bold weight, and it has a range of font sizes that can be paired with Body and Detail sizes to create visual balance. File names, cards, user names, panels, and other high-signal concepts in interfaces use the Title style.
+
+ ## Token Diff
+
+ _Tokens added (45):_
+
+ - `title-cjk-emphasized-font-style`
+ - `title-cjk-emphasized-font-weight`
+ - `title-cjk-font-family`
+ - `title-cjk-font-style`
+ - `title-cjk-font-weight`
+ - `title-cjk-line-height`
+ - `title-cjk-size-l`
+ - `title-cjk-size-m`
+ - `title-cjk-size-s`
+ - `title-cjk-size-xl`
+ - `title-cjk-size-xs`
+ - `title-cjk-size-xxl`
+ - `title-cjk-size-xxxl`
+ - `title-cjk-strong-emphasized-font-style`
+ - `title-cjk-strong-emphasized-font-weight`
+ - `title-cjk-strong-font-style`
+ - `title-cjk-strong-font-weight`
+ - `title-line-height`
+ - `title-margin-bottom-multiplier`
+ - `title-margin-top-multiplier`
+ - `title-sans-serif-emphasized-font-style`
+ - `title-sans-serif-emphasized-font-weight`
+ - `title-sans-serif-font-family`
+ - `title-sans-serif-font-style`
+ - `title-sans-serif-font-weight`
+ - `title-sans-serif-strong-emphasized-font-style`
+ - `title-sans-serif-strong-emphasized-font-weight`
+ - `title-sans-serif-strong-font-style`
+ - `title-sans-serif-strong-font-weight`
+ - `title-serif-emphasized-font-style`
+ - `title-serif-emphasized-font-weight`
+ - `title-serif-font-family`
+ - `title-serif-font-style`
+ - `title-serif-font-weight`
+ - `title-serif-strong-emphasized-font-style`
+ - `title-serif-strong-emphasized-font-weight`
+ - `title-serif-strong-font-style`
+ - `title-serif-strong-font-weight`
+ - `title-size-l`
+ - `title-size-m`
+ - `title-size-s`
+ - `title-size-xl`
+ - `title-size-xs`
+ - `title-size-xxl`
+ - `title-size-xxxl`
+
+## 13.0.0-beta.19
+
+### Minor Changes
+
+- 723d3b0: Updated, added, and deprecated tokens for text field and text area.
+
+ ## Design Motivation
+
+ Updating text field and text area for Spectrum 2.
+
+ ## Token Diff
+
+ _Tokens added (4):_
+
+ - `field-width-small`
+ - `field-width-medium`
+ - `field-width-large`
+ - `field-width-extra-large`
+
+ _Updated token values (4):_
+
+ - `side-label-character-count-top-margin-small`
+ - `side-label-character-count-top-margin-medium`
+ - `side-label-character-count-top-margin-large`
+ - `side-label-character-count-top-margin-extra-large`
+
+ _Newly deprecated tokens (8):_
+
+ - `field-width`
+ - `field-edge-to-text-quiet`
+ - `field-edge-to-border-quiet`
+ - `field-edge-to-alert-icon-quiet`
+ - `field-edge-to-validation-icon-quiet`
+ - `field-label-to-component-quiet-small`
+ - `field-label-to-component-quiet-medium`
+ - `field-label-to-component-quiet-large`
+ - `field-label-to-component-quiet-extra-large`
+ - `character-count-to-field-quiet-small`
+ - `character-count-to-field-quiet-medium`
+ - `character-count-to-field-quiet-large`
+ - `character-count-to-field-quiet-extra-large`
+
+- 66b1edf: Updated color of color-area-border-color token from gray.900 to gray.1000 in both light and dark sets.
+
+ ## Design motivation
+
+ These changes occurred as a result of scaling things for S2 design language and experiences.
+
+ ## Token Diff
+
+ _Token value updated (1):_
+
+ - `color-area-border-color`
+
+- 7b5f18b: Update alert banner for Spectrum 2
+
+ ## Design Motivation
+
+ These changes occurred as a result of scaling things for S2 design language and experiences.
+
+ ## Token Diff
+
+ _Token values updated (5):_
+
+ - `alert-banner-bottom-to-text`
+ - `alert-banner-minimum-height`
+ - `alert-banner-top-to-text`
+ - `alert-banner-top-to-workflow-icon`
+ - `search-field-minimum-width-multiplier`
+
+- 4a84fdd: Spectrum 2 Toast Tokens
+
+ ## Design motivation
+
+ Updated the `color-area-border-rounding` token type from spacing to borderRadius and adjusted value referenced, desktop and mobile scale.
+
+ These changes occurred as a result of scaling things for S2 design language and experiences.
+
+ ## Token Diff
+
+ _Token values updated (5):_
+
+ - `toast-height`
+ - `toast-top-to-workflow-icon`
+ - `toast-top-to-text`
+ - `toast-bottom-to-text`
+ - `color-area-border-rounding`
+
+## 13.0.0-beta.18
+
+### Minor Changes
+
+- 940bd78: Updated background aliases in dark theme; added new non-semantic colors
+
+ ## Design Motivation
+
+ The existing background colors were updated for better consistency across semantic and non-semantic variants of the Badge component. The colors also introduce some general improved contrast in dark theme across other components using these aliases.
+ The new non-semantic visual and background colors were added because new hues were introduced. These colors will be used in status light and badge components, respectively.
+
+ ## Token Diff
+
+ _Tokens added (10):_
+
+ - `brown-background-color-default`
+ - `brown-visual-color`
+ - `cinnamon-background-color-default`
+ - `cinnamon-visual-color`
+ - `pink-background-color-default`
+ - `pink-visual-color`
+ - `silver-background-color-default`
+ - `silver-visual-color`
+ - `turquoise-background-color-default`
+ - `turquoise-visual-color`
+
+ _Token values updated (27):_
+
+ - `accent-background-color-default`
+ - `accent-background-color-down`
+ - `accent-background-color-hover`
+ - `accent-background-color-key-focus`
+ - `celery-background-color-default`
+ - `chartreuse-background-color-default`
+ - `gray-background-color-default`
+ - `informative-background-color-default`
+ - `informative-background-color-down`
+ - `informative-background-color-hover`
+ - `informative-background-color-key-focus`
+ - `negative-background-color-default`
+ - `negative-background-color-down`
+ - `negative-background-color-hover`
+ - `negative-background-color-key-focus`
+ - `neutral-subdued-background-color-default`
+ - `neutral-subdued-background-color-down`
+ - `neutral-subdued-background-color-hover`
+ - `neutral-subdued-background-color-key-focus`
+ - `notice-background-color-default`
+ - `orange-background-color-default`
+ - `positive-background-color-default`
+ - `positive-background-color-down`
+ - `positive-background-color-hover`
+ - `positive-background-color-key-focus`
+ - `table-selected-row-background-color`
+ - `yellow-background-color-default`
+
+## 13.0.0-beta.17
+
+### Minor Changes
+
+- 9072ae7: `color-slider-border-color` token was updated to reference `gray-1000` instead of `gray-90`0 in both light and dark themes.
+- 912e307: Updated `color-slider-border-rounding` token to use 7px instead of 4px in desktop only.
+ This token value update is the same value used by alias token: `corner-radius-medium-size-small`.
+
+ ## Design Motivation
+
+ S2 color slider design changes.
+
+ ## Token Diff
+
+ _Token values updated (2):_
+
+ - `color-slider-border-color`
+ - `color-slider-border-rounding`
+
+## 13.0.0-beta.16
+
+### Minor Changes
+
+- 80a3fec: New non-color tokens for S2 tag component added to both desktop and mobile layout.component sets.
+
+ ## Design Motivation
+
+ New values for tag component for S2.
+
+ ## Token Diff
+
+ _Tokens added (9):_
+
+ - `tag-edge-to-clear-icon-large`
+ - `tag-edge-to-clear-icon-medium`
+ - `tag-edge-to-clear-icon-small`
+ - `tag-label-clear-icon-large`
+ - `tag-label-to-clear-icon-large`
+ - `tag-label-to-clear-icon-medium`
+ - `tag-label-to-clear-icon-small`
+ - `tag-maximum-width-multiplier`
+ - `tag-minimum-width-multiplier`
+
+## 13.0.0-beta.15
+
+### Minor Changes
+
+- c7c1d81: Added new semantic color aliases to Tokens Studio, in the S2 color tokens, alias sets for both light and dark themes.
+- 4b78009: Updated values and added new tokens for Switch.
+
+ ## Design Motivation
+
+ New negative-subdued background tokens were needed for negative and not selected tag components.
+
+ Added new tokens: `switch-handle-size-_` and `switch-handle-selected-size-_` for both desktop and mobile.
+ Update token values on: `switch-control-width-_` and `switch-control-height-_` for both desktop and mobile.
+
+ The design for Switch in S2 has changed and now has a border when it's not selected. New handle sizes are added and control sizes have been updated.
-## 12.24.0
+ ## Token Diff
+
+ _Tokens added (12):_
+
+ - `negative-subdued-background-color-default`
+ - `negative-subdued-background-color-down`
+ - `negative-subdued-background-color-hover`
+ - `negative-subdued-background-color-key-focus`
+ - `switch-handle-selected-size-extra-large`
+ - `switch-handle-selected-size-large`
+ - `switch-handle-selected-size-medium`
+ - `switch-handle-selected-size-small`
+ - `switch-handle-size-extra-large`
+ - `switch-handle-size-large`
+ - `switch-handle-size-medium`
+ - `switch-handle-size-small`
+
+ _Token values updated (8):_
+
+ - `switch-control-height-extra-large`
+ - `switch-control-height-large`
+ - `switch-control-height-medium`
+ - `switch-control-height-small`
+ - `switch-control-width-extra-large`
+ - `switch-control-width-large`
+ - `switch-control-width-medium`
+ - `switch-control-width-small`
+
+## 13.0.0-beta.14
### Minor Changes
-- 4208725: The 14 tokens listed in the diff below had identical values between sets and so were merged to single values to simplify the data.
+- f004b0c: The tokens listed in the diff below had identical values between sets and so were merged to single values to simplify the data.
## Token Diff
- _Tokens values update (14):_
+ _Tokens values updated (46):_
- `accordion-disclosure-indicator-to-text`
- `accordion-edge-to-disclosure-indicator`
@@ -119,170 +1862,2021 @@
- `action-button-edge-to-hold-icon-extra-small`
- `action-button-edge-to-hold-icon-small`
- `asterisk-icon-size-75`
+ - `background-base-color`
+ - `background-layer-1-color`
+ - `color-area-border-rounding`
+ - `corner-radius-0`
+ - `corner-radius-100`
+ - `corner-radius-1000`
+ - `corner-radius-200`
+ - `corner-radius-300`
+ - `corner-radius-400`
+ - `corner-radius-500`
+ - `corner-radius-600`
+ - `corner-radius-700`
- `corner-radius-75`
+ - `corner-radius-800`
+ - `corner-radius-extra-large-default`
+ - `corner-radius-full`
+ - `corner-radius-large-default`
+ - `corner-radius-medium-default`
+ - `corner-radius-medium-size-extra-large`
+ - `corner-radius-medium-size-extra-small`
+ - `corner-radius-medium-size-large`
+ - `corner-radius-medium-size-medium`
+ - `corner-radius-medium-size-small`
+ - `corner-radius-none`
+ - `corner-radius-small-default`
+ - `corner-radius-small-size-extra-large`
+ - `corner-radius-small-size-large`
+ - `corner-radius-small-size-medium`
+ - `corner-radius-small-size-small`
- `drop-shadow-x`
+ - `field-label-top-margin-extra-large`
+ - `field-label-top-margin-large`
+ - `field-label-top-margin-medium`
- `field-label-top-margin-small`
+ - `gray-background-color-default`
- `status-light-dot-size-small`
- `table-edge-to-content`
-## 12.23.3
+## 13.0.0-beta.13
-### Patch Changes
+### Minor Changes
+
+- ef600c4: ## Design Motivation
+
+ - The updated tooltip component in Spectrum 2 has a larger, slightly rounded tip
+ - Added tokens for horizontal and vertical orientation
+
+ ## Tokens Diff
+
+ _Tokens added (3):_
+
+ - `divider-horizontal-minimum-width`
+ - `divider-vertical-minimum-height`
+ - `tooltip-tip-corner-radius`
+
+ _Token values updated (2):_
+
+ - `tooltip-tip-height`
+ - `tooltip-tip-width`
+
+## 13.0.0-beta.12
+
+### Minor Changes
+
+- c87d743: Updates to spacing tokens for the S2 field label component include:
+
+ Token: field-label-top-to-asterisk-[medium, large, extra-large]. Only value for extra-large token required updating in the desktop scale. All other sizes presented accurate values.
-- 94959f1: Added font-size token $schema
+ Token: field-label-top-margin-[medium, large, extra-large]. All values were updated to reflect 0px for both desktop and mobile scales
+
+ ## Design Motivation
+
+ These changes occurred as a result of updates to the field label component for S2.
## Token Diff
- Tokens with update $schema (15):
+ _Token values updated (4):_
+
+ - `field-label-top-margin-extra-large`
+ - `field-label-top-margin-large`
+ - `field-label-top-margin-medium`
+ - `field-label-top-to-asterisk-extra-large`
- - `font-size-50`
- - `font-size-75`
- - `font-size-100`
- - `font-size-200`
- - `font-size-300`
- - `font-size-400`
- - `font-size-500`
- - `font-size-600`
- - `font-size-700`
- - `font-size-800`
- - `font-size-900`
- - `font-size-1000`
- - `font-size-1100`
- - `font-size-1200`
- - `font-size-1300`
+ ## Schema Diff
-## 12.23.2
+ Adds missing schema information for `corner-radius-1000`. Also added `schemas/token-types/multiplier.json` to the `scale-set` schema.
-### Patch Changes
+## 13.0.0-beta.11
-- 2af5a10: fix: aligns letter-spacing token schemas to "dimension" for consistency
+### Minor Changes
-## 12.23.1
+- 3c6303a: Updated text-to-visual-300 mobile value from 11px to 10px.
-### Patch Changes
+ ## Design Motivation
+
+ To better follow our logarithmic scale rounding principle.
+
+ ## Token Diff
+
+ _Token values updated (1):_
-- 51e0fee: Fixed typo and renamed `/schemas/token-types/percent.json` -> `/schemas/token-types/opacity.json`.
+ - `text-to-visual-300`
-## 12.23.0
+- 6579966: existing corner-radius tokens, adding net-new global corner radius tokens, and introducing new alias names that point to these global values.
+
+ ## Design Motivation
+
+ More on Spectrum 2 rounding: https://s2.spectrum.corp.adobe.com/page/object-styles/#rounding
+
+ In Spectrum 2, rounding also applies to the different t-shirt sized components and varies based on a Major Second logarithmic scale, rounded to whole numbers to avoid using half-pixels. This allows for components to retain a consistent and identifiable shape at all sizes. Because of this there are now component size specific tokens like corner-radius-small-size-medium or corner-radius-medium-size-extra-large to help us keep track of the nuance within t-shirt sizes.
+
+ ## Token Diff
+
+ _Tokens added (23):_
+
+ - `corner-radius-0`
+ - `corner-radius-300`
+ - `corner-radius-400`
+ - `corner-radius-500`
+ - `corner-radius-600`
+ - `corner-radius-700`
+ - `corner-radius-800`
+ - `corner-radius-1000`
+ - `corner-radius-extra-large-default`
+ - `corner-radius-full`
+ - `corner-radius-large-default`
+ - `corner-radius-medium-default`
+ - `corner-radius-medium-size-extra-small`
+ - `corner-radius-medium-size-small`
+ - `corner-radius-medium-size-medium`
+ - `corner-radius-medium-size-large`
+ - `corner-radius-medium-size-extra-large`
+ - `corner-radius-none`
+ - `corner-radius-small-default`
+ - `corner-radius-small-size-small`
+ - `corner-radius-small-size-medium`
+ - `corner-radius-small-size-large`
+ - `corner-radius-small-size-extra-large`
+
+ _Token values updated (3):_
+
+ - `corner-radius-75`
+ - `corner-radius-100`
+ - `corner-radius-200`
+
+## 13.0.0-beta.10
### Minor Changes
-- 0b732aa: Basic types added to tokens
- Added testing for schema types
+- 23d9085: Updated desktop and mobile values for component-edge-to-visual-only tokens.
+
+ Spacing changed due to new workflow icon sizes.
## Token Diff
- _Tokens modified (3):_
+ _Token values updated (5):_
- - `color-handle-drop-shadow-color`: removed set specific definition
- - `color-handle-outer-border-color`: removed set specific definition
- - `picker-border-width`: added `express` value of 0
+ - `component-edge-to-visual-only-100`
+ - `component-edge-to-visual-only-200`
+ - `component-edge-to-visual-only-300`
+ - `component-edge-to-visual-only-50`
+ - `component-edge-to-visual-only-75`
-## 12.22.1
+- c5430b7: Updated help-text-top-to-workflow-icon-_ token values to point to component-top-to-workflow-icon-_ tokens
-### Patch Changes
+ ## Token Diff
-- 068dca4: Fixing a bug; `contextual-help-body-size` is referencing heading instead of body typography tokens.
+ _Newly deprecated tokens (4):_
- ### Token Diff
+ - `help-text-top-to-workflow-icon-extra-large`: use `component-edge-to-visual-only-300`
+ - `help-text-top-to-workflow-icon-large`: use `component-edge-to-visual-only-200`
+ - `help-text-top-to-workflow-icon-medium`: use `component-edge-to-visual-only-100`
+ - `help-text-top-to-workflow-icon-small`: use `component-edge-to-visual-only-75`
- _Token values updated (1):_
+## 13.0.0-beta.9
- - `contextual-help-body-size`
- - `desktop`: `heading-size-s` -> `body-size-s`
- - `mobile`: `heading-size-xs` -> `body-size-xs`
+### Minor Changes
+
+- cf09c84: Updated workflow-icon-size-50, 75, 100, 200, 300 with Spectrum 2 values in mobile and desktop.
+ Updated component-top-to-workflow and text-to-visual padding.
+ Added 3 new non-color tokens for S2 component downstates in Tokens Studio.
+
+ ## Design Motivation
+
+ Spectrum 2 icons have a different workflow icon sizing with base sizes 20 px (desktop), 24 px (mobile).
+
+ Updated padding values due to new workflow icon sizes in S2.
+
+ These tokens are used to calculate the perspective transform in CSS to achieve the effect of a component scaling down for down states in Spectrum 2. This is not applicable to all components.
+
+ ## Tokens Diff
-## 12.22.0
+ _Tokens added (3):_
+
+ - `component-size-difference-down`
+ - `component-size-minimum-perspective-down`
+ - `component-size-width-ratio-down`
+
+ _Token values updated (15):_
+
+ - `component-top-to-workflow-icon-100`
+ - `component-top-to-workflow-icon-200`
+ - `component-top-to-workflow-icon-300`
+ - `component-top-to-workflow-icon-50`
+ - `component-top-to-workflow-icon-75`
+ - `text-to-visual-100`
+ - `text-to-visual-200`
+ - `text-to-visual-300`
+ - `text-to-visual-50`
+ - `text-to-visual-75`
+ - `workflow-icon-size-100`
+ - `workflow-icon-size-200`
+ - `workflow-icon-size-300`
+ - `workflow-icon-size-50`
+ - `workflow-icon-size-75`
+
+## 13.0.0-beta.8
### Minor Changes
-- f50ceea: Updated size for the Arrow UI icon used in submenus (previously was too small and looked imbalanced relative to everything else)
+- 507f3c2: Added new and updating existing background layer tokens to S2 set in Tokens Studio and S2/Variables. Also reordered token organization to reflect proper usage based on [S2 guidelines](https://s2.spectrum.corp.adobe.com/page/background-layers/#editing-contexts).
- ### Token Diff
+ ## Design Motivation
- _Token values updated (4):_
+ In Spectrum 2, background layers are used differently depending on the primary context of the page. We now have a full set of tokens to help users distinguish between primary purposes, editing vs browsing.
+
+ ## Token Diff
+
+ _Tokens added (2):_
+
+ - `background-elevated-color`
+ - `background-pasteboard-color`
+
+ _Token values updated (1):_
- - `navigational-indicator-top-to-back-icon-small`: `desktop` `7px` -> `6px` and `mobile` `9px` -> `7px`
- - `navigational-indicator-top-to-back-icon-medium`: `desktop` `11px` -> `9px` and `mobile` `13px` -> `12px`
- - `navigational-indicator-top-to-back-icon-large`: `desktop` `14px` -> `12px` and `mobile` `17px` -> `16px`
- - `navigational-indicator-top-to-back-icon-extra-large`: `desktop` `17px` -> `15px` and `mobile` `22px` -> `19px`
+ - `background-base-color`
-## 12.21.0
+## 13.0.0-beta.7
### Minor Changes
-- 9ee663d: Modified and new Side nav tokens
+- 4853f76: Added schema to all tokens and fixed values that didn't meet schema requirements
- ### Design Motivation
+ ## Token Diff
- Category headings changed to Adobe Clean 12 Medium @ `gray-600`, to differentiate them from multi-level, top navigation items.
+ _Token values updated (328):_
+
+ - `accent-background-color-default`
+ - `accent-background-color-down`
+ - `accent-background-color-hover`
+ - `accent-background-color-key-focus`
+ - `accent-color-100`
+ - `accent-color-1000`
+ - `accent-color-1100`
+ - `accent-color-1200`
+ - `accent-color-1300`
+ - `accent-color-1400`
+ - `accent-color-200`
+ - `accent-color-300`
+ - `accent-color-400`
+ - `accent-color-500`
+ - `accent-color-600`
+ - `accent-color-700`
+ - `accent-color-800`
+ - `accent-color-900`
+ - `accent-content-color-default`
+ - `accent-content-color-down`
+ - `accent-content-color-hover`
+ - `accent-content-color-key-focus`
+ - `accent-content-color-selected`
+ - `accent-visual-color`
+ - `blue-100`
+ - `blue-1000`
+ - `blue-1100`
+ - `blue-1200`
+ - `blue-1300`
+ - `blue-1400`
+ - `blue-200`
+ - `blue-300`
+ - `blue-400`
+ - `blue-500`
+ - `blue-600`
+ - `blue-700`
+ - `blue-800`
+ - `blue-900`
+ - `blue-background-color-default`
+ - `blue-visual-color`
+ - `celery-100`
+ - `celery-1000`
+ - `celery-1100`
+ - `celery-1200`
+ - `celery-1300`
+ - `celery-1400`
+ - `celery-200`
+ - `celery-300`
+ - `celery-400`
+ - `celery-500`
+ - `celery-600`
+ - `celery-700`
+ - `celery-800`
+ - `celery-900`
+ - `celery-background-color-default`
+ - `celery-visual-color`
+ - `chartreuse-100`
+ - `chartreuse-1000`
+ - `chartreuse-1100`
+ - `chartreuse-1200`
+ - `chartreuse-1300`
+ - `chartreuse-1400`
+ - `chartreuse-200`
+ - `chartreuse-300`
+ - `chartreuse-400`
+ - `chartreuse-500`
+ - `chartreuse-600`
+ - `chartreuse-700`
+ - `chartreuse-800`
+ - `chartreuse-900`
+ - `chartreuse-background-color-default`
+ - `chartreuse-visual-color`
+ - `contextual-help-body-size`
+ - `cyan-100`
+ - `cyan-1000`
+ - `cyan-1100`
+ - `cyan-1200`
+ - `cyan-1300`
+ - `cyan-1400`
+ - `cyan-200`
+ - `cyan-300`
+ - `cyan-400`
+ - `cyan-500`
+ - `cyan-600`
+ - `cyan-700`
+ - `cyan-800`
+ - `cyan-900`
+ - `cyan-background-color-default`
+ - `cyan-visual-color`
+ - `drop-zone-background-color`
+ - `focus-indicator-color`
+ - `fuchsia-100`
+ - `fuchsia-1000`
+ - `fuchsia-1100`
+ - `fuchsia-1200`
+ - `fuchsia-1300`
+ - `fuchsia-1400`
+ - `fuchsia-200`
+ - `fuchsia-300`
+ - `fuchsia-400`
+ - `fuchsia-500`
+ - `fuchsia-600`
+ - `fuchsia-700`
+ - `fuchsia-800`
+ - `fuchsia-900`
+ - `fuchsia-background-color-default`
+ - `fuchsia-visual-color`
+ - `green-100`
+ - `green-1000`
+ - `green-1100`
+ - `green-1200`
+ - `green-1300`
+ - `green-1400`
+ - `green-200`
+ - `green-300`
+ - `green-400`
+ - `green-500`
+ - `green-600`
+ - `green-700`
+ - `green-800`
+ - `green-900`
+ - `green-background-color-default`
+ - `green-visual-color`
+ - `icon-color-blue-primary-default`
+ - `icon-color-green-primary-default`
+ - `icon-color-red-primary-default`
+ - `icon-color-yellow-primary-default`
+ - `indigo-100`
+ - `indigo-1000`
+ - `indigo-1100`
+ - `indigo-1200`
+ - `indigo-1300`
+ - `indigo-1400`
+ - `indigo-200`
+ - `indigo-300`
+ - `indigo-400`
+ - `indigo-500`
+ - `indigo-600`
+ - `indigo-700`
+ - `indigo-800`
+ - `indigo-900`
+ - `indigo-background-color-default`
+ - `indigo-visual-color`
+ - `informative-background-color-default`
+ - `informative-background-color-down`
+ - `informative-background-color-hover`
+ - `informative-background-color-key-focus`
+ - `informative-color-100`
+ - `informative-color-1000`
+ - `informative-color-1100`
+ - `informative-color-1200`
+ - `informative-color-1300`
+ - `informative-color-1400`
+ - `informative-color-200`
+ - `informative-color-300`
+ - `informative-color-400`
+ - `informative-color-500`
+ - `informative-color-600`
+ - `informative-color-700`
+ - `informative-color-800`
+ - `informative-color-900`
+ - `informative-visual-color`
+ - `magenta-100`
+ - `magenta-1000`
+ - `magenta-1100`
+ - `magenta-1200`
+ - `magenta-1300`
+ - `magenta-1400`
+ - `magenta-200`
+ - `magenta-300`
+ - `magenta-400`
+ - `magenta-500`
+ - `magenta-600`
+ - `magenta-700`
+ - `magenta-800`
+ - `magenta-900`
+ - `magenta-background-color-default`
+ - `magenta-visual-color`
+ - `navigational-indicator-top-to-back-icon-extra-large`
+ - `navigational-indicator-top-to-back-icon-large`
+ - `navigational-indicator-top-to-back-icon-medium`
+ - `navigational-indicator-top-to-back-icon-small`
+ - `negative-background-color-default`
+ - `negative-background-color-down`
+ - `negative-background-color-hover`
+ - `negative-background-color-key-focus`
+ - `negative-border-color-default`
+ - `negative-border-color-down`
+ - `negative-border-color-focus`
+ - `negative-border-color-focus-hover`
+ - `negative-border-color-hover`
+ - `negative-border-color-key-focus`
+ - `negative-color-100`
+ - `negative-color-1000`
+ - `negative-color-1100`
+ - `negative-color-1200`
+ - `negative-color-1300`
+ - `negative-color-1400`
+ - `negative-color-200`
+ - `negative-color-300`
+ - `negative-color-400`
+ - `negative-color-500`
+ - `negative-color-600`
+ - `negative-color-700`
+ - `negative-color-800`
+ - `negative-color-900`
+ - `negative-content-color-default`
+ - `negative-content-color-down`
+ - `negative-content-color-hover`
+ - `negative-content-color-key-focus`
+ - `negative-visual-color`
+ - `notice-background-color-default`
+ - `notice-color-100`
+ - `notice-color-1000`
+ - `notice-color-1100`
+ - `notice-color-1200`
+ - `notice-color-1300`
+ - `notice-color-1400`
+ - `notice-color-200`
+ - `notice-color-300`
+ - `notice-color-400`
+ - `notice-color-500`
+ - `notice-color-600`
+ - `notice-color-700`
+ - `notice-color-800`
+ - `notice-color-900`
+ - `notice-visual-color`
+ - `orange-100`
+ - `orange-1000`
+ - `orange-1100`
+ - `orange-1200`
+ - `orange-1300`
+ - `orange-1400`
+ - `orange-200`
+ - `orange-300`
+ - `orange-400`
+ - `orange-500`
+ - `orange-600`
+ - `orange-700`
+ - `orange-800`
+ - `orange-900`
+ - `orange-background-color-default`
+ - `orange-visual-color`
+ - `positive-background-color-default`
+ - `positive-background-color-down`
+ - `positive-background-color-hover`
+ - `positive-background-color-key-focus`
+ - `positive-color-100`
+ - `positive-color-1000`
+ - `positive-color-1100`
+ - `positive-color-1200`
+ - `positive-color-1300`
+ - `positive-color-1400`
+ - `positive-color-200`
+ - `positive-color-300`
+ - `positive-color-400`
+ - `positive-color-500`
+ - `positive-color-600`
+ - `positive-color-700`
+ - `positive-color-800`
+ - `positive-color-900`
+ - `positive-visual-color`
+ - `purple-100`
+ - `purple-1000`
+ - `purple-1100`
+ - `purple-1200`
+ - `purple-1300`
+ - `purple-1400`
+ - `purple-200`
+ - `purple-300`
+ - `purple-400`
+ - `purple-500`
+ - `purple-600`
+ - `purple-700`
+ - `purple-800`
+ - `purple-900`
+ - `purple-background-color-default`
+ - `purple-visual-color`
+ - `red-100`
+ - `red-1000`
+ - `red-1100`
+ - `red-1200`
+ - `red-1300`
+ - `red-1400`
+ - `red-200`
+ - `red-300`
+ - `red-400`
+ - `red-500`
+ - `red-600`
+ - `red-700`
+ - `red-800`
+ - `red-900`
+ - `red-background-color-default`
+ - `red-visual-color`
+ - `seafoam-100`
+ - `seafoam-1000`
+ - `seafoam-1100`
+ - `seafoam-1200`
+ - `seafoam-1300`
+ - `seafoam-1400`
+ - `seafoam-200`
+ - `seafoam-300`
+ - `seafoam-400`
+ - `seafoam-500`
+ - `seafoam-600`
+ - `seafoam-700`
+ - `seafoam-800`
+ - `seafoam-900`
+ - `seafoam-background-color-default`
+ - `seafoam-visual-color`
+ - `side-navigation-item-to-header`
+ - `table-selected-row-background-color`
+ - `yellow-100`
+ - `yellow-1000`
+ - `yellow-1100`
+ - `yellow-1200`
+ - `yellow-1300`
+ - `yellow-1400`
+ - `yellow-200`
+ - `yellow-300`
+ - `yellow-400`
+ - `yellow-500`
+ - `yellow-600`
+ - `yellow-700`
+ - `yellow-800`
+ - `yellow-900`
+ - `yellow-background-color-default`
+ - `yellow-visual-color`
+
+## 13.0.0-beta.6
- ### Token Diff
+### Minor Changes
+
+- 6d1c661: Added new Spectrum 2 color tokens for both light and dark themes:
+
+ Cinnamon 100 to 1600
+
+ ## Design Motivation
+
+ This is the last new color that is a part of the new color set needed from Premiere Pro. The additional color will also help when creating new data vis color palettes for Spectrum 2.
+
+ ## Token Diff
- Token added (1):
+ _Tokens added (17):_
+
+ - `cinnamon-100`
+ - `cinnamon-200`
+ - `cinnamon-300`
+ - `cinnamon-400`
+ - `cinnamon-500`
+ - `cinnamon-600`
+ - `cinnamon-700`
+ - `cinnamon-800`
+ - `cinnamon-900`
+ - `cinnamon-1000`
+ - `cinnamon-1100`
+ - `cinnamon-1200`
+ - `cinnamon-1300`
+ - `cinnamon-1400`
+ - `cinnamon-1500`
+ - `cinnamon-1600`
+
+- 91d7e95: Fixed bug in the light theme value for notice-background-color-default, from notice-color-800 to notice-color-600
- - `side-navigation-header-to-item`
+ ## Design Motivation
+
+ While updating the badge component in Figma, we noticed a bug where notice-background-color-default in S2 was entered incorrectly for light theme, and should instead match the value for S1
+
+ ## Token Diff
+
+ _Token values updated (1):_
+
+ - `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`
+
+## 13.0.0-beta.5
- Token value updated (1):
+### Major Changes
- - `side-navigation-item-to-header`: changed from `desktop: 16px` `mobile: 20px` to `desktop: 24px` `mobile: 30px`
+- 0af2674: feat: new color values for spectrum2
-## 12.20.0
+ ## Design Motivation
+
+ This update addresses several improvements:
+
+ fuchsia, seafoam: all values shifted to make room for new colors, pink and turquoise
+ all other colors: certain values were updated to address accessibility contrast requirements against Spectrum 2 background layer colors
+
+ ## Token Diff
+
+ Token values updated (246):
+
+ - `accent-background-color-default`
+ - `accent-background-color-down`
+ - `accent-background-color-hover`
+ - `accent-background-color-key-focus`
+ - `accent-color-1000`
+ - `accent-color-200`
+ - `accent-color-300`
+ - `accent-color-400`
+ - `accent-color-500`
+ - `accent-color-600`
+ - `accent-color-700`
+ - `accent-color-800`
+ - `accent-color-900`
+ - `accent-content-color-default`
+ - `accent-content-color-down`
+ - `accent-content-color-hover`
+ - `accent-content-color-key-focus`
+ - `accent-content-color-selected`
+ - `accent-visual-color`
+ - `blue-1000`
+ - `blue-200`
+ - `blue-300`
+ - `blue-400`
+ - `blue-500`
+ - `blue-600`
+ - `blue-700`
+ - `blue-800`
+ - `blue-900`
+ - `blue-background-color-default`
+ - `blue-visual-color`
+ - `celery-1000`
+ - `celery-200`
+ - `celery-300`
+ - `celery-400`
+ - `celery-500`
+ - `celery-600`
+ - `celery-700`
+ - `celery-800`
+ - `celery-900`
+ - `celery-background-color-default`
+ - `celery-visual-color`
+ - `chartreuse-1000`
+ - `chartreuse-200`
+ - `chartreuse-300`
+ - `chartreuse-400`
+ - `chartreuse-500`
+ - `chartreuse-600`
+ - `chartreuse-700`
+ - `chartreuse-800`
+ - `chartreuse-900`
+ - `chartreuse-background-color-default`
+ - `chartreuse-visual-color`
+ - `cyan-1000`
+ - `cyan-300`
+ - `cyan-400`
+ - `cyan-500`
+ - `cyan-600`
+ - `cyan-700`
+ - `cyan-800`
+ - `cyan-900`
+ - `cyan-background-color-default`
+ - `cyan-visual-color`
+ - `drop-zone-background-color`
+ - `focus-indicator-color`
+ - `fuchsia-100`
+ - `fuchsia-1000`
+ - `fuchsia-1100`
+ - `fuchsia-1200`
+ - `fuchsia-1300`
+ - `fuchsia-1400`
+ - `fuchsia-1500`
+ - `fuchsia-1600`
+ - `fuchsia-200`
+ - `fuchsia-300`
+ - `fuchsia-400`
+ - `fuchsia-500`
+ - `fuchsia-600`
+ - `fuchsia-700`
+ - `fuchsia-800`
+ - `fuchsia-900`
+ - `fuchsia-background-color-default`
+ - `fuchsia-visual-color`
+ - `green-100`
+ - `green-1000`
+ - `green-200`
+ - `green-300`
+ - `green-400`
+ - `green-500`
+ - `green-600`
+ - `green-700`
+ - `green-800`
+ - `green-900`
+ - `green-background-color-default`
+ - `green-visual-color`
+ - `icon-color-blue-primary-default`
+ - `icon-color-green-primary-default`
+ - `icon-color-red-primary-default`
+ - `icon-color-yellow-primary-default`
+ - `indigo-1000`
+ - `indigo-300`
+ - `indigo-400`
+ - `indigo-500`
+ - `indigo-600`
+ - `indigo-700`
+ - `indigo-800`
+ - `indigo-900`
+ - `indigo-background-color-default`
+ - `indigo-visual-color`
+ - `informative-background-color-default`
+ - `informative-background-color-down`
+ - `informative-background-color-hover`
+ - `informative-background-color-key-focus`
+ - `informative-color-1000`
+ - `informative-color-200`
+ - `informative-color-300`
+ - `informative-color-400`
+ - `informative-color-500`
+ - `informative-color-600`
+ - `informative-color-700`
+ - `informative-color-800`
+ - `informative-color-900`
+ - `informative-visual-color`
+ - `magenta-100`
+ - `magenta-1000`
+ - `magenta-1100`
+ - `magenta-1200`
+ - `magenta-1300`
+ - `magenta-1400`
+ - `magenta-200`
+ - `magenta-300`
+ - `magenta-400`
+ - `magenta-500`
+ - `magenta-600`
+ - `magenta-700`
+ - `magenta-800`
+ - `magenta-900`
+ - `magenta-background-color-default`
+ - `magenta-visual-color`
+ - `negative-background-color-default`
+ - `negative-background-color-down`
+ - `negative-background-color-hover`
+ - `negative-background-color-key-focus`
+ - `negative-border-color-default`
+ - `negative-border-color-focus`
+ - `negative-border-color-hover`
+ - `negative-border-color-key-focus`
+ - `negative-color-1000`
+ - `negative-color-200`
+ - `negative-color-300`
+ - `negative-color-400`
+ - `negative-color-500`
+ - `negative-color-600`
+ - `negative-color-700`
+ - `negative-color-800`
+ - `negative-color-900`
+ - `negative-content-color-default`
+ - `negative-content-color-down`
+ - `negative-content-color-hover`
+ - `negative-content-color-key-focus`
+ - `negative-visual-color`
+ - `notice-background-color-default`
+ - `notice-color-1000`
+ - `notice-color-200`
+ - `notice-color-400`
+ - `notice-color-500`
+ - `notice-color-600`
+ - `notice-color-700`
+ - `notice-color-800`
+ - `notice-color-900`
+ - `notice-visual-color`
+ - `orange-1000`
+ - `orange-200`
+ - `orange-400`
+ - `orange-500`
+ - `orange-600`
+ - `orange-700`
+ - `orange-800`
+ - `orange-900`
+ - `orange-background-color-default`
+ - `orange-visual-color`
+ - `positive-background-color-default`
+ - `positive-background-color-down`
+ - `positive-background-color-hover`
+ - `positive-background-color-key-focus`
+ - `positive-color-100`
+ - `positive-color-1000`
+ - `positive-color-200`
+ - `positive-color-300`
+ - `positive-color-400`
+ - `positive-color-500`
+ - `positive-color-600`
+ - `positive-color-700`
+ - `positive-color-800`
+ - `positive-color-900`
+ - `positive-visual-color`
+ - `purple-1000`
+ - `purple-200`
+ - `purple-300`
+ - `purple-400`
+ - `purple-500`
+ - `purple-600`
+ - `purple-700`
+ - `purple-800`
+ - `purple-900`
+ - `purple-background-color-default`
+ - `purple-visual-color`
+ - `red-1000`
+ - `red-200`
+ - `red-300`
+ - `red-400`
+ - `red-500`
+ - `red-600`
+ - `red-700`
+ - `red-800`
+ - `red-900`
+ - `red-background-color-default`
+ - `red-visual-color`
+ - `seafoam-100`
+ - `seafoam-1000`
+ - `seafoam-1100`
+ - `seafoam-1200`
+ - `seafoam-1300`
+ - `seafoam-1400`
+ - `seafoam-1500`
+ - `seafoam-1600`
+ - `seafoam-200`
+ - `seafoam-300`
+ - `seafoam-400`
+ - `seafoam-500`
+ - `seafoam-600`
+ - `seafoam-700`
+ - `seafoam-800`
+ - `seafoam-900`
+ - `seafoam-background-color-default`
+ - `seafoam-visual-color`
+ - `table-selected-row-background-color`
+ - `yellow-1000`
+ - `yellow-300`
+ - `yellow-400`
+ - `yellow-500`
+ - `yellow-600`
+ - `yellow-700`
+ - `yellow-800`
+ - `yellow-900`
+ - `yellow-background-color-default`
+ - `yellow-visual-color`
+
+
### Minor Changes
-- 9e42269: Added UI icon sizes
+- 7b5ec24: feat: add new color tokens
-### Token Diff
+ ## Design Motivation
-_Tokens added (46):_
-
-- `arrow-icon-size-100`
-- `arrow-icon-size-200`
-- `arrow-icon-size-300`
-- `arrow-icon-size-400`
-- `arrow-icon-size-500`
-- `arrow-icon-size-600`
-- `arrow-icon-size-75`
-- `asterisk-icon-size-100`
-- `asterisk-icon-size-200`
-- `asterisk-icon-size-300`
-- `asterisk-icon-size-75`
-- `checkmark-icon-size-100`
-- `checkmark-icon-size-200`
-- `checkmark-icon-size-300`
-- `checkmark-icon-size-400`
-- `checkmark-icon-size-50`
-- `checkmark-icon-size-500`
-- `checkmark-icon-size-600`
-- `checkmark-icon-size-75`
-- `chevron-icon-size-100`
-- `chevron-icon-size-200`
-- `chevron-icon-size-300`
-- `chevron-icon-size-400`
-- `chevron-icon-size-50`
-- `chevron-icon-size-500`
-- `chevron-icon-size-600`
-- `chevron-icon-size-75`
-- `corner-triangle-icon-size-100`
-- `corner-triangle-icon-size-200`
-- `corner-triangle-icon-size-300`
-- `corner-triangle-icon-size-75`
-- `cross-icon-size-100`
-- `cross-icon-size-200`
-- `cross-icon-size-300`
-- `cross-icon-size-400`
-- `cross-icon-size-500`
-- `cross-icon-size-600`
-- `cross-icon-size-75`
-- `dash-icon-size-100`
-- `dash-icon-size-200`
-- `dash-icon-size-300`
-- `dash-icon-size-400`
-- `dash-icon-size-50`
-- `dash-icon-size-500`
-- `dash-icon-size-600`
-- `dash-icon-size-75`
+ Added new colors due to needs from Premiere Pro. The additional colors will also help when creating new data vis color palettes for Spectrum 2.
+
+ ## Token Diff
+
+ Tokens added (64):
+
+ - `brown-100`
+ - `brown-1000`
+ - `brown-1100`
+ - `brown-1200`
+ - `brown-1300`
+ - `brown-1400`
+ - `brown-1500`
+ - `brown-1600`
+ - `brown-200`
+ - `brown-300`
+ - `brown-400`
+ - `brown-500`
+ - `brown-600`
+ - `brown-700`
+ - `brown-800`
+ - `brown-900`
+ - `pink-100`
+ - `pink-1000`
+ - `pink-1100`
+ - `pink-1200`
+ - `pink-1300`
+ - `pink-1400`
+ - `pink-1500`
+ - `pink-1600`
+ - `pink-200`
+ - `pink-300`
+ - `pink-400`
+ - `pink-500`
+ - `pink-600`
+ - `pink-700`
+ - `pink-800`
+ - `pink-900`
+ - `silver-100`
+ - `silver-1000`
+ - `silver-1100`
+ - `silver-1200`
+ - `silver-1300`
+ - `silver-1400`
+ - `silver-1500`
+ - `silver-1600`
+ - `silver-200`
+ - `silver-300`
+ - `silver-400`
+ - `silver-500`
+ - `silver-600`
+ - `silver-700`
+ - `silver-800`
+ - `silver-900`
+ - `turquoise-100`
+ - `turquoise-1000`
+ - `turquoise-1100`
+ - `turquoise-1200`
+ - `turquoise-1300`
+ - `turquoise-1400`
+ - `turquoise-1500`
+ - `turquoise-1600`
+ - `turquoise-200`
+ - `turquoise-300`
+ - `turquoise-400`
+ - `turquoise-500`
+ - `turquoise-600`
+ - `turquoise-700`
+ - `turquoise-800`
+ - `turquoise-900`
+
+
+
+## 13.0.0-beta.4
+
+### Major Changes
+
+- a08dced: A handful of values transitioned from being defined per-set to being constants; set values are deprecated and root values are defined.
+
+ ## Token Diff
+
+ _Token values updated (5):_
+
+ - `neutral-background-color-default`: changed from a color-set to a single value of a reference of `gray-800`
+ - `neutral-background-color-down`: changed from a color-set to a single value of a reference of `gray-900`
+ - `neutral-background-color-hover`: changed from a color-set to a single value of a reference of `gray-900`
+ - `neutral-background-color-key-focus`: changed from a color-set to a single value of a reference of `gray-900`
+ - `notice-background-color-default`: changed from a color-set to a single value of a reference of `notice-color-800`
+
+### Patch Changes
+
+- c0a10b4: fix: rgb used instead of rgba for a couple tokens
+
+## 13.0.0-beta.3
+
+### Patch Changes
+
+- a546ef7: Returned some tokens that were removed by accident in the previous merging.
+
+ ## Token Diff
+
+ _Tokens added (51):_
+
+ - `checkbox-control-size-extra-large`
+ - `checkbox-control-size-large`
+ - `checkbox-control-size-medium`
+ - `checkbox-control-size-small`
+ - `checkbox-top-to-control-extra-large`
+ - `checkbox-top-to-control-large`
+ - `checkbox-top-to-control-medium`
+ - `checkbox-top-to-control-small`
+ - `color-area-border-rounding`
+ - `corner-radius-100`
+ - `corner-radius-200`
+ - `corner-radius-75`
+ - `drop-shadow-blur`
+ - `drop-shadow-x`
+ - `drop-shadow-y`
+ - `radio-button-control-size-extra-large`
+ - `radio-button-control-size-large`
+ - `radio-button-control-size-medium`
+ - `radio-button-control-size-small`
+ - `radio-button-top-to-control-extra-large`
+ - `radio-button-top-to-control-large`
+ - `radio-button-top-to-control-medium`
+ - `radio-button-top-to-control-small`
+ - `slider-bottom-to-handle-extra-large`
+ - `slider-bottom-to-handle-large`
+ - `slider-bottom-to-handle-medium`
+ - `slider-bottom-to-handle-small`
+ - `slider-control-height-extra-large`
+ - `slider-control-height-large`
+ - `slider-control-height-medium`
+ - `slider-control-height-small`
+ - `slider-handle-border-width-down-extra-large`
+ - `slider-handle-border-width-down-large`
+ - `slider-handle-border-width-down-medium`
+ - `slider-handle-border-width-down-small`
+ - `slider-handle-size-extra-large`
+ - `slider-handle-size-large`
+ - `slider-handle-size-medium`
+ - `slider-handle-size-small`
+ - `switch-control-height-extra-large`
+ - `switch-control-height-large`
+ - `switch-control-height-medium`
+ - `switch-control-height-small`
+ - `switch-control-width-extra-large`
+ - `switch-control-width-large`
+ - `switch-control-width-medium`
+ - `switch-control-width-small`
+ - `switch-top-to-control-extra-large`
+ - `switch-top-to-control-large`
+ - `switch-top-to-control-medium`
+ - `switch-top-to-control-small`
+
+## 13.0.0-beta.2
+
+### Major Changes
+
+- ee15851: Updated color tokens to use S2 values
+
+ ## Design Motivation
+
+ The S2 microsite documentation discusses changes to the [grays](https://s2.spectrum.corp.adobe.com/page/grays/) and [colors](https://s2.spectrum.corp.adobe.com/page/colors/).
+
+ ## Token Diff
+
+ Tokens added (46):
+
+ - `accent-color-1500`
+ - `accent-color-1600`
+ - `blue-1500`
+ - `blue-1600`
+ - `celery-1500`
+ - `celery-1600`
+ - `chartreuse-1500`
+ - `chartreuse-1600`
+ - `cyan-1500`
+ - `cyan-1600`
+ - `fuchsia-1500`
+ - `fuchsia-1600`
+ - `gray-1000`
+ - `gray-25`
+ - `green-1500`
+ - `green-1600`
+ - `indigo-1500`
+ - `indigo-1600`
+ - `informative-color-1500`
+ - `informative-color-1600`
+ - `magenta-1500`
+ - `magenta-1600`
+ - `negative-color-1500`
+ - `negative-color-1600`
+ - `notice-color-1500`
+ - `notice-color-1600`
+ - `orange-1500`
+ - `orange-1600`
+ - `positive-color-1500`
+ - `positive-color-1600`
+ - `purple-1500`
+ - `purple-1600`
+ - `red-1500`
+ - `red-1600`
+ - `seafoam-1500`
+ - `seafoam-1600`
+ - `transparent-black-1000`
+ - `transparent-black-25`
+ - `transparent-black-50`
+ - `transparent-black-75`
+ - `transparent-white-1000`
+ - `transparent-white-25`
+ - `transparent-white-50`
+ - `transparent-white-75`
+ - `yellow-1500`
+ - `yellow-1600`
+
+
+
+ Token values updated (408):
+
+ - `accent-background-color-default`
+ - `accent-background-color-down`
+ - `accent-background-color-hover`
+ - `accent-background-color-key-focus`
+ - `accent-color-100`
+ - `accent-color-1000`
+ - `accent-color-1100`
+ - `accent-color-1200`
+ - `accent-color-1300`
+ - `accent-color-1400`
+ - `accent-color-200`
+ - `accent-color-300`
+ - `accent-color-400`
+ - `accent-color-500`
+ - `accent-color-600`
+ - `accent-color-700`
+ - `accent-color-800`
+ - `accent-color-900`
+ - `accent-content-color-default`
+ - `accent-content-color-down`
+ - `accent-content-color-hover`
+ - `accent-content-color-key-focus`
+ - `accent-content-color-selected`
+ - `accent-visual-color`
+ - `background-base-color`
+ - `background-layer-1-color`
+ - `background-layer-2-color`
+ - `blue-100`
+ - `blue-1000`
+ - `blue-1100`
+ - `blue-1200`
+ - `blue-1300`
+ - `blue-1400`
+ - `blue-200`
+ - `blue-300`
+ - `blue-400`
+ - `blue-500`
+ - `blue-600`
+ - `blue-700`
+ - `blue-800`
+ - `blue-900`
+ - `blue-background-color-default`
+ - `blue-visual-color`
+ - `body-color`
+ - `card-selection-background-color`
+ - `celery-100`
+ - `celery-1000`
+ - `celery-1100`
+ - `celery-1200`
+ - `celery-1300`
+ - `celery-1400`
+ - `celery-200`
+ - `celery-300`
+ - `celery-400`
+ - `celery-500`
+ - `celery-600`
+ - `celery-700`
+ - `celery-800`
+ - `celery-900`
+ - `celery-background-color-default`
+ - `celery-visual-color`
+ - `chartreuse-100`
+ - `chartreuse-1000`
+ - `chartreuse-1100`
+ - `chartreuse-1200`
+ - `chartreuse-1300`
+ - `chartreuse-1400`
+ - `chartreuse-200`
+ - `chartreuse-300`
+ - `chartreuse-400`
+ - `chartreuse-500`
+ - `chartreuse-600`
+ - `chartreuse-700`
+ - `chartreuse-800`
+ - `chartreuse-900`
+ - `chartreuse-background-color-default`
+ - `chartreuse-visual-color`
+ - `coach-mark-pagination-color`
+ - `code-color`
+ - `color-area-border-color`
+ - `color-loupe-drop-shadow-color`
+ - `color-loupe-inner-border`
+ - `color-slider-border-color`
+ - `cyan-100`
+ - `cyan-1000`
+ - `cyan-1100`
+ - `cyan-1200`
+ - `cyan-1300`
+ - `cyan-1400`
+ - `cyan-200`
+ - `cyan-300`
+ - `cyan-400`
+ - `cyan-500`
+ - `cyan-600`
+ - `cyan-700`
+ - `cyan-800`
+ - `cyan-900`
+ - `cyan-background-color-default`
+ - `cyan-visual-color`
+ - `detail-color`
+ - `disabled-background-color`
+ - `disabled-border-color`
+ - `disabled-content-color`
+ - `disabled-static-black-background-color`
+ - `disabled-static-black-border-color`
+ - `disabled-static-black-content-color`
+ - `disabled-static-white-background-color`
+ - `disabled-static-white-border-color`
+ - `disabled-static-white-content-color`
+ - `drop-zone-background-color`
+ - `floating-action-button-drop-shadow-color`
+ - `floating-action-button-shadow-color`
+ - `focus-indicator-color`
+ - `fuchsia-100`
+ - `fuchsia-1000`
+ - `fuchsia-1100`
+ - `fuchsia-1200`
+ - `fuchsia-1300`
+ - `fuchsia-1400`
+ - `fuchsia-200`
+ - `fuchsia-300`
+ - `fuchsia-400`
+ - `fuchsia-500`
+ - `fuchsia-600`
+ - `fuchsia-700`
+ - `fuchsia-800`
+ - `fuchsia-900`
+ - `fuchsia-background-color-default`
+ - `fuchsia-visual-color`
+ - `gray-100`
+ - `gray-200`
+ - `gray-300`
+ - `gray-400`
+ - `gray-50`
+ - `gray-500`
+ - `gray-600`
+ - `gray-700`
+ - `gray-75`
+ - `gray-800`
+ - `gray-900`
+ - `gray-background-color-default`
+ - `gray-visual-color`
+ - `green-100`
+ - `green-1000`
+ - `green-1100`
+ - `green-1200`
+ - `green-1300`
+ - `green-1400`
+ - `green-200`
+ - `green-300`
+ - `green-400`
+ - `green-500`
+ - `green-600`
+ - `green-700`
+ - `green-800`
+ - `green-900`
+ - `green-background-color-default`
+ - `green-visual-color`
+ - `heading-color`
+ - `icon-color-blue-primary-default`
+ - `icon-color-green-primary-default`
+ - `icon-color-inverse`
+ - `icon-color-primary-default`
+ - `icon-color-red-primary-default`
+ - `icon-color-yellow-primary-default`
+ - `indigo-100`
+ - `indigo-1000`
+ - `indigo-1100`
+ - `indigo-1200`
+ - `indigo-1300`
+ - `indigo-1400`
+ - `indigo-200`
+ - `indigo-300`
+ - `indigo-400`
+ - `indigo-500`
+ - `indigo-600`
+ - `indigo-700`
+ - `indigo-800`
+ - `indigo-900`
+ - `indigo-background-color-default`
+ - `indigo-visual-color`
+ - `informative-background-color-default`
+ - `informative-background-color-down`
+ - `informative-background-color-hover`
+ - `informative-background-color-key-focus`
+ - `informative-color-100`
+ - `informative-color-1000`
+ - `informative-color-1100`
+ - `informative-color-1200`
+ - `informative-color-1300`
+ - `informative-color-1400`
+ - `informative-color-200`
+ - `informative-color-300`
+ - `informative-color-400`
+ - `informative-color-500`
+ - `informative-color-600`
+ - `informative-color-700`
+ - `informative-color-800`
+ - `informative-color-900`
+ - `informative-visual-color`
+ - `magenta-100`
+ - `magenta-1000`
+ - `magenta-1100`
+ - `magenta-1200`
+ - `magenta-1300`
+ - `magenta-1400`
+ - `magenta-200`
+ - `magenta-300`
+ - `magenta-400`
+ - `magenta-500`
+ - `magenta-600`
+ - `magenta-700`
+ - `magenta-800`
+ - `magenta-900`
+ - `magenta-background-color-default`
+ - `magenta-visual-color`
+ - `negative-background-color-default`
+ - `negative-background-color-down`
+ - `negative-background-color-hover`
+ - `negative-background-color-key-focus`
+ - `negative-border-color-default`
+ - `negative-border-color-down`
+ - `negative-border-color-focus`
+ - `negative-border-color-focus-hover`
+ - `negative-border-color-hover`
+ - `negative-border-color-key-focus`
+ - `negative-color-100`
+ - `negative-color-1000`
+ - `negative-color-1100`
+ - `negative-color-1200`
+ - `negative-color-1300`
+ - `negative-color-1400`
+ - `negative-color-200`
+ - `negative-color-300`
+ - `negative-color-400`
+ - `negative-color-500`
+ - `negative-color-600`
+ - `negative-color-700`
+ - `negative-color-800`
+ - `negative-color-900`
+ - `negative-content-color-default`
+ - `negative-content-color-down`
+ - `negative-content-color-hover`
+ - `negative-content-color-key-focus`
+ - `negative-visual-color`
+ - `neutral-background-color-default`
+ - `neutral-background-color-down`
+ - `neutral-background-color-hover`
+ - `neutral-background-color-key-focus`
+ - `neutral-background-color-selected-default`
+ - `neutral-background-color-selected-down`
+ - `neutral-background-color-selected-hover`
+ - `neutral-background-color-selected-key-focus`
+ - `neutral-content-color-default`
+ - `neutral-content-color-down`
+ - `neutral-content-color-focus`
+ - `neutral-content-color-focus-hover`
+ - `neutral-content-color-hover`
+ - `neutral-content-color-key-focus`
+ - `neutral-subdued-background-color-default`
+ - `neutral-subdued-background-color-down`
+ - `neutral-subdued-background-color-hover`
+ - `neutral-subdued-background-color-key-focus`
+ - `neutral-subdued-content-color-default`
+ - `neutral-subdued-content-color-down`
+ - `neutral-subdued-content-color-hover`
+ - `neutral-subdued-content-color-key-focus`
+ - `neutral-subdued-content-color-selected`
+ - `neutral-visual-color`
+ - `notice-background-color-default`
+ - `notice-color-100`
+ - `notice-color-1000`
+ - `notice-color-1100`
+ - `notice-color-1200`
+ - `notice-color-1300`
+ - `notice-color-1400`
+ - `notice-color-200`
+ - `notice-color-300`
+ - `notice-color-400`
+ - `notice-color-500`
+ - `notice-color-600`
+ - `notice-color-700`
+ - `notice-color-800`
+ - `notice-color-900`
+ - `notice-visual-color`
+ - `opacity-checkerboard-square-dark`
+ - `orange-100`
+ - `orange-1000`
+ - `orange-1100`
+ - `orange-1200`
+ - `orange-1300`
+ - `orange-1400`
+ - `orange-200`
+ - `orange-300`
+ - `orange-400`
+ - `orange-500`
+ - `orange-600`
+ - `orange-700`
+ - `orange-800`
+ - `orange-900`
+ - `orange-background-color-default`
+ - `orange-visual-color`
+ - `positive-background-color-default`
+ - `positive-background-color-down`
+ - `positive-background-color-hover`
+ - `positive-background-color-key-focus`
+ - `positive-color-100`
+ - `positive-color-1000`
+ - `positive-color-1100`
+ - `positive-color-1200`
+ - `positive-color-1300`
+ - `positive-color-1400`
+ - `positive-color-200`
+ - `positive-color-300`
+ - `positive-color-400`
+ - `positive-color-500`
+ - `positive-color-600`
+ - `positive-color-700`
+ - `positive-color-800`
+ - `positive-color-900`
+ - `positive-visual-color`
+ - `purple-100`
+ - `purple-1000`
+ - `purple-1100`
+ - `purple-1200`
+ - `purple-1300`
+ - `purple-1400`
+ - `purple-200`
+ - `purple-300`
+ - `purple-400`
+ - `purple-500`
+ - `purple-600`
+ - `purple-700`
+ - `purple-800`
+ - `purple-900`
+ - `purple-background-color-default`
+ - `purple-visual-color`
+ - `red-100`
+ - `red-1000`
+ - `red-1100`
+ - `red-1200`
+ - `red-1300`
+ - `red-1400`
+ - `red-200`
+ - `red-300`
+ - `red-400`
+ - `red-500`
+ - `red-600`
+ - `red-700`
+ - `red-800`
+ - `red-900`
+ - `red-background-color-default`
+ - `red-visual-color`
+ - `seafoam-100`
+ - `seafoam-1000`
+ - `seafoam-1100`
+ - `seafoam-1200`
+ - `seafoam-1300`
+ - `seafoam-1400`
+ - `seafoam-200`
+ - `seafoam-300`
+ - `seafoam-400`
+ - `seafoam-500`
+ - `seafoam-600`
+ - `seafoam-700`
+ - `seafoam-800`
+ - `seafoam-900`
+ - `seafoam-background-color-default`
+ - `seafoam-visual-color`
+ - `swatch-border-color`
+ - `table-row-hover-color`
+ - `table-selected-row-background-color`
+ - `table-selected-row-background-color-non-emphasized`
+ - `thumbnail-border-color`
+ - `transparent-black-100`
+ - `transparent-black-200`
+ - `transparent-black-300`
+ - `transparent-black-400`
+ - `transparent-black-500`
+ - `transparent-black-600`
+ - `transparent-black-700`
+ - `transparent-black-800`
+ - `transparent-black-900`
+ - `transparent-white-100`
+ - `transparent-white-200`
+ - `transparent-white-300`
+ - `transparent-white-400`
+ - `transparent-white-500`
+ - `transparent-white-600`
+ - `transparent-white-700`
+ - `transparent-white-800`
+ - `transparent-white-900`
+ - `yellow-100`
+ - `yellow-1000`
+ - `yellow-1100`
+ - `yellow-1200`
+ - `yellow-1300`
+ - `yellow-1400`
+ - `yellow-200`
+ - `yellow-300`
+ - `yellow-400`
+ - `yellow-500`
+ - `yellow-600`
+ - `yellow-700`
+ - `yellow-800`
+ - `yellow-900`
+ - `yellow-background-color-default`
+ - `yellow-visual-color`
+
+
+
+## 13.0.0-beta.1
+
+### Major Changes
+
+- f1cb901: Merged dark and darkest color sets. This was done by removing `dark` and renaming `darkest` to `dark`.
+
+ ## Design Motivation
+
+ The S2 microsite documentation discusses the move to a [single dark theme](https://s2.spectrum.corp.adobe.com/page/grays/#a-single-dark-theme).
+
+ ## Token Diff
+
+ Token values updated (358):
+
+ - `accent-background-color-default`
+ - `accent-background-color-down`
+ - `accent-background-color-hover`
+ - `accent-background-color-key-focus`
+ - `accent-visual-color`
+ - `background-base-color`
+ - `background-layer-1-color`
+ - `background-layer-2-color`
+ - `blue-100`
+ - `blue-1000`
+ - `blue-1100`
+ - `blue-1200`
+ - `blue-1300`
+ - `blue-1400`
+ - `blue-200`
+ - `blue-300`
+ - `blue-400`
+ - `blue-500`
+ - `blue-600`
+ - `blue-700`
+ - `blue-800`
+ - `blue-900`
+ - `blue-background-color-default`
+ - `blue-visual-color`
+ - `body-color`
+ - `card-selection-background-color`
+ - `celery-100`
+ - `celery-1000`
+ - `celery-1100`
+ - `celery-1200`
+ - `celery-1300`
+ - `celery-1400`
+ - `celery-200`
+ - `celery-300`
+ - `celery-400`
+ - `celery-500`
+ - `celery-600`
+ - `celery-700`
+ - `celery-800`
+ - `celery-900`
+ - `celery-background-color-default`
+ - `celery-visual-color`
+ - `chartreuse-100`
+ - `chartreuse-1000`
+ - `chartreuse-1100`
+ - `chartreuse-1200`
+ - `chartreuse-1300`
+ - `chartreuse-1400`
+ - `chartreuse-200`
+ - `chartreuse-300`
+ - `chartreuse-400`
+ - `chartreuse-500`
+ - `chartreuse-600`
+ - `chartreuse-700`
+ - `chartreuse-800`
+ - `chartreuse-900`
+ - `chartreuse-background-color-default`
+ - `chartreuse-visual-color`
+ - `coach-mark-pagination-color`
+ - `code-color`
+ - `color-area-border-color`
+ - `color-slider-border-color`
+ - `cyan-100`
+ - `cyan-1000`
+ - `cyan-1100`
+ - `cyan-1200`
+ - `cyan-1300`
+ - `cyan-1400`
+ - `cyan-200`
+ - `cyan-300`
+ - `cyan-400`
+ - `cyan-500`
+ - `cyan-600`
+ - `cyan-700`
+ - `cyan-800`
+ - `cyan-900`
+ - `cyan-background-color-default`
+ - `cyan-visual-color`
+ - `detail-color`
+ - `disabled-background-color`
+ - `disabled-border-color`
+ - `disabled-content-color`
+ - `drop-shadow-color`
+ - `drop-zone-background-color`
+ - `focus-indicator-color`
+ - `fuchsia-100`
+ - `fuchsia-1000`
+ - `fuchsia-1100`
+ - `fuchsia-1200`
+ - `fuchsia-1300`
+ - `fuchsia-1400`
+ - `fuchsia-200`
+ - `fuchsia-300`
+ - `fuchsia-400`
+ - `fuchsia-500`
+ - `fuchsia-600`
+ - `fuchsia-700`
+ - `fuchsia-800`
+ - `fuchsia-900`
+ - `fuchsia-background-color-default`
+ - `fuchsia-visual-color`
+ - `gray-100`
+ - `gray-200`
+ - `gray-300`
+ - `gray-400`
+ - `gray-50`
+ - `gray-500`
+ - `gray-600`
+ - `gray-700`
+ - `gray-75`
+ - `gray-800`
+ - `gray-900`
+ - `gray-background-color-default`
+ - `gray-visual-color`
+ - `green-100`
+ - `green-1000`
+ - `green-1100`
+ - `green-1200`
+ - `green-1300`
+ - `green-1400`
+ - `green-200`
+ - `green-300`
+ - `green-400`
+ - `green-500`
+ - `green-600`
+ - `green-700`
+ - `green-800`
+ - `green-900`
+ - `green-background-color-default`
+ - `green-visual-color`
+ - `heading-color`
+ - `icon-color-blue-primary-default`
+ - `icon-color-green-primary-default`
+ - `icon-color-inverse`
+ - `icon-color-primary-default`
+ - `icon-color-red-primary-default`
+ - `icon-color-yellow-primary-default`
+ - `indigo-100`
+ - `indigo-1000`
+ - `indigo-1100`
+ - `indigo-1200`
+ - `indigo-1300`
+ - `indigo-1400`
+ - `indigo-200`
+ - `indigo-300`
+ - `indigo-400`
+ - `indigo-500`
+ - `indigo-600`
+ - `indigo-700`
+ - `indigo-800`
+ - `indigo-900`
+ - `indigo-background-color-default`
+ - `indigo-visual-color`
+ - `informative-background-color-default`
+ - `informative-background-color-down`
+ - `informative-background-color-hover`
+ - `informative-background-color-key-focus`
+ - `informative-color-100`
+ - `informative-color-1000`
+ - `informative-color-1100`
+ - `informative-color-1200`
+ - `informative-color-1300`
+ - `informative-color-1400`
+ - `informative-color-200`
+ - `informative-color-300`
+ - `informative-color-400`
+ - `informative-color-500`
+ - `informative-color-600`
+ - `informative-color-700`
+ - `informative-color-800`
+ - `informative-color-900`
+ - `informative-visual-color`
+ - `magenta-100`
+ - `magenta-1000`
+ - `magenta-1100`
+ - `magenta-1200`
+ - `magenta-1300`
+ - `magenta-1400`
+ - `magenta-200`
+ - `magenta-300`
+ - `magenta-400`
+ - `magenta-500`
+ - `magenta-600`
+ - `magenta-700`
+ - `magenta-800`
+ - `magenta-900`
+ - `magenta-background-color-default`
+ - `magenta-visual-color`
+ - `negative-background-color-default`
+ - `negative-background-color-down`
+ - `negative-background-color-hover`
+ - `negative-background-color-key-focus`
+ - `negative-border-color-default`
+ - `negative-border-color-down`
+ - `negative-border-color-focus`
+ - `negative-border-color-focus-hover`
+ - `negative-border-color-hover`
+ - `negative-border-color-key-focus`
+ - `negative-color-100`
+ - `negative-color-1000`
+ - `negative-color-1100`
+ - `negative-color-1200`
+ - `negative-color-1300`
+ - `negative-color-1400`
+ - `negative-color-200`
+ - `negative-color-300`
+ - `negative-color-400`
+ - `negative-color-500`
+ - `negative-color-600`
+ - `negative-color-700`
+ - `negative-color-800`
+ - `negative-color-900`
+ - `negative-content-color-default`
+ - `negative-content-color-down`
+ - `negative-content-color-hover`
+ - `negative-content-color-key-focus`
+ - `negative-visual-color`
+ - `neutral-background-color-default`
+ - `neutral-background-color-down`
+ - `neutral-background-color-hover`
+ - `neutral-background-color-key-focus`
+ - `neutral-content-color-default`
+ - `neutral-content-color-down`
+ - `neutral-content-color-focus`
+ - `neutral-content-color-focus-hover`
+ - `neutral-content-color-hover`
+ - `neutral-content-color-key-focus`
+ - `neutral-subdued-background-color-default`
+ - `neutral-subdued-background-color-down`
+ - `neutral-subdued-background-color-hover`
+ - `neutral-subdued-background-color-key-focus`
+ - `neutral-subdued-content-color-default`
+ - `neutral-subdued-content-color-down`
+ - `neutral-subdued-content-color-hover`
+ - `neutral-subdued-content-color-key-focus`
+ - `neutral-subdued-content-color-selected`
+ - `neutral-visual-color`
+ - `notice-background-color-default`
+ - `notice-color-100`
+ - `notice-color-1000`
+ - `notice-color-1100`
+ - `notice-color-1200`
+ - `notice-color-1300`
+ - `notice-color-1400`
+ - `notice-color-200`
+ - `notice-color-300`
+ - `notice-color-400`
+ - `notice-color-500`
+ - `notice-color-600`
+ - `notice-color-700`
+ - `notice-color-800`
+ - `notice-color-900`
+ - `notice-visual-color`
+ - `opacity-checkerboard-square-dark`
+ - `orange-100`
+ - `orange-1000`
+ - `orange-1100`
+ - `orange-1200`
+ - `orange-1300`
+ - `orange-1400`
+ - `orange-200`
+ - `orange-300`
+ - `orange-400`
+ - `orange-500`
+ - `orange-600`
+ - `orange-700`
+ - `orange-800`
+ - `orange-900`
+ - `orange-background-color-default`
+ - `orange-visual-color`
+ - `overlay-opacity`
+ - `positive-background-color-default`
+ - `positive-background-color-down`
+ - `positive-background-color-hover`
+ - `positive-background-color-key-focus`
+ - `positive-color-100`
+ - `positive-color-1000`
+ - `positive-color-1100`
+ - `positive-color-1200`
+ - `positive-color-1300`
+ - `positive-color-1400`
+ - `positive-color-200`
+ - `positive-color-300`
+ - `positive-color-400`
+ - `positive-color-500`
+ - `positive-color-600`
+ - `positive-color-700`
+ - `positive-color-800`
+ - `positive-color-900`
+ - `positive-visual-color`
+ - `purple-100`
+ - `purple-1000`
+ - `purple-1100`
+ - `purple-1200`
+ - `purple-1300`
+ - `purple-1400`
+ - `purple-200`
+ - `purple-300`
+ - `purple-400`
+ - `purple-500`
+ - `purple-600`
+ - `purple-700`
+ - `purple-800`
+ - `purple-900`
+ - `purple-background-color-default`
+ - `purple-visual-color`
+ - `red-100`
+ - `red-1000`
+ - `red-1100`
+ - `red-1200`
+ - `red-1300`
+ - `red-1400`
+ - `red-200`
+ - `red-300`
+ - `red-400`
+ - `red-500`
+ - `red-600`
+ - `red-700`
+ - `red-800`
+ - `red-900`
+ - `red-background-color-default`
+ - `red-visual-color`
+ - `seafoam-100`
+ - `seafoam-1000`
+ - `seafoam-1100`
+ - `seafoam-1200`
+ - `seafoam-1300`
+ - `seafoam-1400`
+ - `seafoam-200`
+ - `seafoam-300`
+ - `seafoam-400`
+ - `seafoam-500`
+ - `seafoam-600`
+ - `seafoam-700`
+ - `seafoam-800`
+ - `seafoam-900`
+ - `seafoam-background-color-default`
+ - `seafoam-visual-color`
+ - `swatch-border-color`
+ - `table-row-hover-color`
+ - `table-selected-row-background-color`
+ - `thumbnail-border-color`
+ - `yellow-100`
+ - `yellow-1000`
+ - `yellow-1100`
+ - `yellow-1200`
+ - `yellow-1300`
+ - `yellow-1400`
+ - `yellow-200`
+ - `yellow-300`
+ - `yellow-400`
+ - `yellow-500`
+ - `yellow-600`
+ - `yellow-700`
+ - `yellow-800`
+ - `yellow-900`
+ - `yellow-background-color-default`
+ - `yellow-visual-color`
+
+
+
+## 13.0.0-beta.0
+
+### Major Changes
+
+- 4f518be: Merged Spectrum and Express system set data. This is part of the Spectrum 2 work that will no longer have two separate systems.
+
+ The merge takes the keeps the `value` and `uuid` from `spectrum`.
+
+ ## Token Diff
+
+ Tokens values updated (102):
+
+ - `accent-background-color-default`
+ - `accent-background-color-down`
+ - `accent-background-color-hover`
+ - `accent-background-color-key-focus`
+ - `accent-color-100`
+ - `accent-color-1000`
+ - `accent-color-1100`
+ - `accent-color-1200`
+ - `accent-color-1300`
+ - `accent-color-1400`
+ - `accent-color-200`
+ - `accent-color-300`
+ - `accent-color-400`
+ - `accent-color-500`
+ - `accent-color-600`
+ - `accent-color-700`
+ - `accent-color-800`
+ - `accent-color-900`
+ - `accent-content-color-default`
+ - `accent-content-color-down`
+ - `accent-content-color-hover`
+ - `accent-content-color-key-focus`
+ - `accent-content-color-selected`
+ - `accent-visual-color`
+ - `border-width-100`
+ - `checkbox-control-size-extra-large`
+ - `checkbox-control-size-large`
+ - `checkbox-control-size-medium`
+ - `checkbox-control-size-small`
+ - `checkbox-top-to-control-extra-large`
+ - `checkbox-top-to-control-large`
+ - `checkbox-top-to-control-medium`
+ - `checkbox-top-to-control-small`
+ - `color-area-border-rounding`
+ - `color-area-border-width`
+ - `color-handle-drop-shadow-color`
+ - `corner-radius-100`
+ - `corner-radius-200`
+ - `corner-radius-75`
+ - `drop-shadow-blur`
+ - `drop-shadow-x`
+ - `drop-shadow-y`
+ - `drop-zone-background-color`
+ - `heading-cjk-font-weight`
+ - `heading-sans-serif-emphasized-font-weight`
+ - `heading-sans-serif-font-weight`
+ - `heading-serif-emphasized-font-weight`
+ - `heading-serif-font-weight`
+ - `in-field-button-edge-to-fill`
+ - `in-field-button-fill-stacked-inner-border-rounding`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-large`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-medium`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-small`
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large`
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-large`
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-medium`
+ - `in-field-button-stacked-inner-edge-to-fill`
+ - `neutral-background-color-selected-default`
+ - `neutral-background-color-selected-down`
+ - `neutral-background-color-selected-hover`
+ - `neutral-background-color-selected-key-focus`
+ - `picker-border-width`
+ - `radio-button-control-size-extra-large`
+ - `radio-button-control-size-large`
+ - `radio-button-control-size-medium`
+ - `radio-button-control-size-small`
+ - `radio-button-top-to-control-extra-large`
+ - `radio-button-top-to-control-large`
+ - `radio-button-top-to-control-medium`
+ - `radio-button-top-to-control-small`
+ - `slider-bottom-to-handle-extra-large`
+ - `slider-bottom-to-handle-large`
+ - `slider-bottom-to-handle-medium`
+ - `slider-bottom-to-handle-small`
+ - `slider-control-height-extra-large`
+ - `slider-control-height-large`
+ - `slider-control-height-medium`
+ - `slider-control-height-small`
+ - `slider-handle-border-width-down-extra-large`
+ - `slider-handle-border-width-down-large`
+ - `slider-handle-border-width-down-medium`
+ - `slider-handle-border-width-down-small`
+ - `slider-handle-gap`
+ - `slider-handle-size-extra-large`
+ - `slider-handle-size-large`
+ - `slider-handle-size-medium`
+ - `slider-handle-size-small`
+ - `slider-track-thickness`
+ - `switch-control-height-extra-large`
+ - `switch-control-height-large`
+ - `switch-control-height-medium`
+ - `switch-control-height-small`
+ - `switch-control-width-extra-large`
+ - `switch-control-width-large`
+ - `switch-control-width-medium`
+ - `switch-control-width-small`
+ - `switch-top-to-control-extra-large`
+ - `switch-top-to-control-large`
+ - `switch-top-to-control-medium`
+ - `switch-top-to-control-small`
+ - `table-selected-row-background-color-non-emphasized`
+
+
## 12.19.1
@@ -296,16 +3890,16 @@ _Tokens added (46):_
- 0c716de: Added icon tokens
-### Token Diff
+ ### Token Diff
-_Tokens added (6):_
+ _Tokens added (6):_
-- `icon-color-blue-primary-default`
-- `icon-color-green-primary-default`
-- `icon-color-inverse`
-- `icon-color-primary-default`
-- `icon-color-red-primary-default`
-- `icon-color-yellow-primary-default`
+ - `icon-color-blue-primary-default`
+ - `icon-color-green-primary-default`
+ - `icon-color-inverse`
+ - `icon-color-primary-default`
+ - `icon-color-red-primary-default`
+ - `icon-color-yellow-primary-default`
## 12.18.1
@@ -313,12 +3907,12 @@ _Tokens added (6):_
- 6f5443e: Added missing `wireframe` values for 2 color tokens
-### Token Diff
+ ## Token Diff
-_Tokens update (2):_
+ _Tokens update (2):_
-- `opacity-checkerboard-square-dark`
-- `overlay-opacity`
+ - `opacity-checkerboard-square-dark`
+ - `overlay-opacity`
## 12.18.0
@@ -326,19 +3920,19 @@ _Tokens update (2):_
- bb89361: Update meter token from meter-default-width to meter-width.
-### Design motivation
+ ### Design motivation
-We try to avoid "default" in the name (unless it's the state) because it's a word that implies that it's relative to something else that may not be named, which could get confusing. So meter-width I think for the name, and then just add a note in the specs.
+ We try to avoid "default" in the name (unless it's the state) because it's a word that implies that it's relative to something else that may not be named, which could get confusing. So meter-width I think for the name, and then just add a note in the specs.
-### Token diff
+ ### Token diff
-_Renamed token:_
+ _Renamed token:_
-- `meter-default-width` -> `meter-width`
+ - `meter-default-width` -> `meter-width`
-_Token added for deprecation and rename:_
+ _Token added for deprecation and rename:_
-- `meter-default-width`
+ - `meter-default-width`
## 12.17.0
@@ -346,7 +3940,7 @@ _Token added for deprecation and rename:_
- 687f6c3: Updated coach-mark tokens
-### Token Diff
+#### Token Diff
_Tokens added (3):_
@@ -367,7 +3961,7 @@ _Token values updated (4):_
- 25dc20d: Add new menu-item token for section dividers
-### Token Diff
+#### Token Diff
_Tokens added (1):_
@@ -379,7 +3973,7 @@ _Tokens added (1):_
- fc12f6d: Added side-navigation token
-### Token Diff
+#### Token Diff
_Tokens added (1):_
@@ -391,29 +3985,29 @@ _Tokens added (1):_
- cb9e3bf: Added in-field button tokens
-### Token Diff
+ ## Token Diff
-_Tokens added (19):_
-
-- `in-field-button-edge-to-disclosure-icon-stacked-extra-large`
-- `in-field-button-edge-to-disclosure-icon-stacked-large`
-- `in-field-button-edge-to-disclosure-icon-stacked-medium`
-- `in-field-button-edge-to-disclosure-icon-stacked-small`
-- `in-field-button-edge-to-fill`
-- `in-field-button-fill-stacked-inner-border-rounding`
-- `in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large`
-- `in-field-button-inner-edge-to-disclosure-icon-stacked-large`
-- `in-field-button-inner-edge-to-disclosure-icon-stacked-medium`
-- `in-field-button-inner-edge-to-disclosure-icon-stacked-small`
-- `in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large`
-- `in-field-button-outer-edge-to-disclosure-icon-stacked-large`
-- `in-field-button-outer-edge-to-disclosure-icon-stacked-medium`
-- `in-field-button-outer-edge-to-disclosure-icon-stacked-small`
-- `in-field-button-stacked-inner-edge-to-fill`
-- `in-field-button-width-stacked-extra-large`
-- `in-field-button-width-stacked-large`
-- `in-field-button-width-stacked-medium`
-- `in-field-button-width-stacked-small`
+ _Tokens added (19):_
+
+ - `in-field-button-edge-to-disclosure-icon-stacked-extra-large`
+ - `in-field-button-edge-to-disclosure-icon-stacked-large`
+ - `in-field-button-edge-to-disclosure-icon-stacked-medium`
+ - `in-field-button-edge-to-disclosure-icon-stacked-small`
+ - `in-field-button-edge-to-fill`
+ - `in-field-button-fill-stacked-inner-border-rounding`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-large`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-medium`
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-small`
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large`
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-large`
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-medium`
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-small`
+ - `in-field-button-stacked-inner-edge-to-fill`
+ - `in-field-button-width-stacked-extra-large`
+ - `in-field-button-width-stacked-large`
+ - `in-field-button-width-stacked-medium`
+ - `in-field-button-width-stacked-small`
## 12.13.1
@@ -427,98 +4021,98 @@ _Tokens added (19):_
- d740d2c: added table tokens
-### Token diff
-
-_Tokens added (88):_
-
-- `table-border-divider-width`
-- `table-checkbox-to-text`
-- `table-column-header-row-bottom-to-text-extra-large`
-- `table-column-header-row-bottom-to-text-large`
-- `table-column-header-row-bottom-to-text-medium`
-- `table-column-header-row-bottom-to-text-small`
-- `table-column-header-row-top-to-text-extra-large`
-- `table-column-header-row-top-to-text-large`
-- `table-column-header-row-top-to-text-medium`
-- `table-column-header-row-top-to-text-small`
-- `table-edge-to-content`
-- `table-header-row-checkbox-to-top-extra-large`
-- `table-header-row-checkbox-to-top-large`
-- `table-header-row-checkbox-to-top-medium`
-- `table-header-row-checkbox-to-top-small`
-- `table-row-bottom-to-text-extra-large-compact`
-- `table-row-bottom-to-text-extra-large-regular`
-- `table-row-bottom-to-text-extra-large-spacious`
-- `table-row-bottom-to-text-large-compact`
-- `table-row-bottom-to-text-large-regular`
-- `table-row-bottom-to-text-large-spacious`
-- `table-row-bottom-to-text-medium-compact`
-- `table-row-bottom-to-text-medium-regular`
-- `table-row-bottom-to-text-medium-spacious`
-- `table-row-bottom-to-text-small-compact`
-- `table-row-bottom-to-text-small-regular`
-- `table-row-bottom-to-text-small-spacious`
-- `table-row-checkbox-to-top-extra-large-compact`
-- `table-row-checkbox-to-top-extra-large-regular`
-- `table-row-checkbox-to-top-extra-large-spacious`
-- `table-row-checkbox-to-top-large-compact`
-- `table-row-checkbox-to-top-large-regular`
-- `table-row-checkbox-to-top-large-spacious`
-- `table-row-checkbox-to-top-medium-compact`
-- `table-row-checkbox-to-top-medium-regular`
-- `table-row-checkbox-to-top-medium-spacious`
-- `table-row-checkbox-to-top-small-compact`
-- `table-row-checkbox-to-top-small-regular`
-- `table-row-checkbox-to-top-small-spacious`
-- `table-row-down-opacity`
-- `table-row-height-extra-large-compact`
-- `table-row-height-extra-large-regular`
-- `table-row-height-extra-large-spacious`
-- `table-row-height-large-compact`
-- `table-row-height-large-regular`
-- `table-row-height-large-spacious`
-- `table-row-height-medium-compact`
-- `table-row-height-medium-regular`
-- `table-row-height-medium-spacious`
-- `table-row-height-small-compact`
-- `table-row-height-small-regular`
-- `table-row-height-small-spacious`
-- `table-row-hover-color`
-- `table-row-hover-opacity`
-- `table-row-top-to-text-extra-large-compact`
-- `table-row-top-to-text-extra-large-regular`
-- `table-row-top-to-text-extra-large-spacious`
-- `table-row-top-to-text-large-compact`
-- `table-row-top-to-text-large-regular`
-- `table-row-top-to-text-large-spacious`
-- `table-row-top-to-text-medium-compact`
-- `table-row-top-to-text-medium-regular`
-- `table-row-top-to-text-medium-spacious`
-- `table-row-top-to-text-small-compact`
-- `table-row-top-to-text-small-regular`
-- `table-row-top-to-text-small-spacious`
-- `table-section-header-row-height-extra-large`
-- `table-section-header-row-height-large`
-- `table-section-header-row-height-medium`
-- `table-section-header-row-height-small`
-- `table-selected-row-background-color`
-- `table-selected-row-background-color-non-emphasized`
-- `table-selected-row-background-opacity`
-- `table-selected-row-background-opacity-hover`
-- `table-selected-row-background-opacity-non-emphasized`
-- `table-selected-row-background-opacity-non-emphasized-hover`
-- `table-thumbnail-to-top-minimum-extra-large-compact`
-- `table-thumbnail-to-top-minimum-extra-large-regular`
-- `table-thumbnail-to-top-minimum-extra-large-spacious`
-- `table-thumbnail-to-top-minimum-large-compact`
-- `table-thumbnail-to-top-minimum-large-regular`
-- `table-thumbnail-to-top-minimum-large-spacious`
-- `table-thumbnail-to-top-minimum-medium-compact`
-- `table-thumbnail-to-top-minimum-medium-regular`
-- `table-thumbnail-to-top-minimum-medium-spacious`
-- `table-thumbnail-to-top-minimum-small-compact`
-- `table-thumbnail-to-top-minimum-small-regular`
-- `table-thumbnail-to-top-minimum-small-spacious`
+ ## Token diff
+
+ _Tokens added (88):_
+
+ - `table-border-divider-width`
+ - `table-checkbox-to-text`
+ - `table-column-header-row-bottom-to-text-extra-large`
+ - `table-column-header-row-bottom-to-text-large`
+ - `table-column-header-row-bottom-to-text-medium`
+ - `table-column-header-row-bottom-to-text-small`
+ - `table-column-header-row-top-to-text-extra-large`
+ - `table-column-header-row-top-to-text-large`
+ - `table-column-header-row-top-to-text-medium`
+ - `table-column-header-row-top-to-text-small`
+ - `table-edge-to-content`
+ - `table-header-row-checkbox-to-top-extra-large`
+ - `table-header-row-checkbox-to-top-large`
+ - `table-header-row-checkbox-to-top-medium`
+ - `table-header-row-checkbox-to-top-small`
+ - `table-row-bottom-to-text-extra-large-compact`
+ - `table-row-bottom-to-text-extra-large-regular`
+ - `table-row-bottom-to-text-extra-large-spacious`
+ - `table-row-bottom-to-text-large-compact`
+ - `table-row-bottom-to-text-large-regular`
+ - `table-row-bottom-to-text-large-spacious`
+ - `table-row-bottom-to-text-medium-compact`
+ - `table-row-bottom-to-text-medium-regular`
+ - `table-row-bottom-to-text-medium-spacious`
+ - `table-row-bottom-to-text-small-compact`
+ - `table-row-bottom-to-text-small-regular`
+ - `table-row-bottom-to-text-small-spacious`
+ - `table-row-checkbox-to-top-extra-large-compact`
+ - `table-row-checkbox-to-top-extra-large-regular`
+ - `table-row-checkbox-to-top-extra-large-spacious`
+ - `table-row-checkbox-to-top-large-compact`
+ - `table-row-checkbox-to-top-large-regular`
+ - `table-row-checkbox-to-top-large-spacious`
+ - `table-row-checkbox-to-top-medium-compact`
+ - `table-row-checkbox-to-top-medium-regular`
+ - `table-row-checkbox-to-top-medium-spacious`
+ - `table-row-checkbox-to-top-small-compact`
+ - `table-row-checkbox-to-top-small-regular`
+ - `table-row-checkbox-to-top-small-spacious`
+ - `table-row-down-opacity`
+ - `table-row-height-extra-large-compact`
+ - `table-row-height-extra-large-regular`
+ - `table-row-height-extra-large-spacious`
+ - `table-row-height-large-compact`
+ - `table-row-height-large-regular`
+ - `table-row-height-large-spacious`
+ - `table-row-height-medium-compact`
+ - `table-row-height-medium-regular`
+ - `table-row-height-medium-spacious`
+ - `table-row-height-small-compact`
+ - `table-row-height-small-regular`
+ - `table-row-height-small-spacious`
+ - `table-row-hover-color`
+ - `table-row-hover-opacity`
+ - `table-row-top-to-text-extra-large-compact`
+ - `table-row-top-to-text-extra-large-regular`
+ - `table-row-top-to-text-extra-large-spacious`
+ - `table-row-top-to-text-large-compact`
+ - `table-row-top-to-text-large-regular`
+ - `table-row-top-to-text-large-spacious`
+ - `table-row-top-to-text-medium-compact`
+ - `table-row-top-to-text-medium-regular`
+ - `table-row-top-to-text-medium-spacious`
+ - `table-row-top-to-text-small-compact`
+ - `table-row-top-to-text-small-regular`
+ - `table-row-top-to-text-small-spacious`
+ - `table-section-header-row-height-extra-large`
+ - `table-section-header-row-height-large`
+ - `table-section-header-row-height-medium`
+ - `table-section-header-row-height-small`
+ - `table-selected-row-background-color`
+ - `table-selected-row-background-color-non-emphasized`
+ - `table-selected-row-background-opacity`
+ - `table-selected-row-background-opacity-hover`
+ - `table-selected-row-background-opacity-non-emphasized`
+ - `table-selected-row-background-opacity-non-emphasized-hover`
+ - `table-thumbnail-to-top-minimum-extra-large-compact`
+ - `table-thumbnail-to-top-minimum-extra-large-regular`
+ - `table-thumbnail-to-top-minimum-extra-large-spacious`
+ - `table-thumbnail-to-top-minimum-large-compact`
+ - `table-thumbnail-to-top-minimum-large-regular`
+ - `table-thumbnail-to-top-minimum-large-spacious`
+ - `table-thumbnail-to-top-minimum-medium-compact`
+ - `table-thumbnail-to-top-minimum-medium-regular`
+ - `table-thumbnail-to-top-minimum-medium-spacious`
+ - `table-thumbnail-to-top-minimum-small-compact`
+ - `table-thumbnail-to-top-minimum-small-regular`
+ - `table-thumbnail-to-top-minimum-small-spacious`
## 12.12.1
@@ -526,61 +4120,61 @@ _Tokens added (88):_
- 6365597: Added IDs to previously publish tab tokens
-### Token Diff
+ ## Token Diff
-_Tokens updated (51):_
-
-- `accent-content-color-selected`
-- `neutral-subdued-content-color-selected`
-- `tab-item-bottom-to-text-compact-extra-large`
-- `tab-item-bottom-to-text-compact-large`
-- `tab-item-bottom-to-text-compact-medium`
-- `tab-item-bottom-to-text-compact-small`
-- `tab-item-bottom-to-text-extra-large`
-- `tab-item-bottom-to-text-large`
-- `tab-item-bottom-to-text-medium`
-- `tab-item-bottom-to-text-small`
-- `tab-item-compact-height-extra-large`
-- `tab-item-compact-height-large`
-- `tab-item-compact-height-medium`
-- `tab-item-compact-height-small`
-- `tab-item-focus-indicator-gap-extra-large`
-- `tab-item-focus-indicator-gap-large`
-- `tab-item-focus-indicator-gap-medium`
-- `tab-item-focus-indicator-gap-small`
-- `tab-item-height-extra-large`
-- `tab-item-height-large`
-- `tab-item-height-medium`
-- `tab-item-height-small`
-- `tab-item-start-to-edge-extra-large`
-- `tab-item-start-to-edge-large`
-- `tab-item-start-to-edge-medium`
-- `tab-item-start-to-edge-quiet`
-- `tab-item-start-to-edge-small`
-- `tab-item-to-tab-item-horizontal-extra-large`
-- `tab-item-to-tab-item-horizontal-large`
-- `tab-item-to-tab-item-horizontal-medium`
-- `tab-item-to-tab-item-horizontal-small`
-- `tab-item-to-tab-item-vertical-extra-large`
-- `tab-item-to-tab-item-vertical-large`
-- `tab-item-to-tab-item-vertical-medium`
-- `tab-item-to-tab-item-vertical-small`
-- `tab-item-top-to-text-compact-extra-large`
-- `tab-item-top-to-text-compact-large`
-- `tab-item-top-to-text-compact-medium`
-- `tab-item-top-to-text-compact-small`
-- `tab-item-top-to-text-extra-large`
-- `tab-item-top-to-text-large`
-- `tab-item-top-to-text-medium`
-- `tab-item-top-to-text-small`
-- `tab-item-top-to-workflow-icon-compact-extra-large`
-- `tab-item-top-to-workflow-icon-compact-large`
-- `tab-item-top-to-workflow-icon-compact-medium`
-- `tab-item-top-to-workflow-icon-compact-small`
-- `tab-item-top-to-workflow-icon-extra-large`
-- `tab-item-top-to-workflow-icon-large`
-- `tab-item-top-to-workflow-icon-medium`
-- `tab-item-top-to-workflow-icon-small`
+ _Tokens updated (51):_
+
+ - `accent-content-color-selected`
+ - `neutral-subdued-content-color-selected`
+ - `tab-item-bottom-to-text-compact-extra-large`
+ - `tab-item-bottom-to-text-compact-large`
+ - `tab-item-bottom-to-text-compact-medium`
+ - `tab-item-bottom-to-text-compact-small`
+ - `tab-item-bottom-to-text-extra-large`
+ - `tab-item-bottom-to-text-large`
+ - `tab-item-bottom-to-text-medium`
+ - `tab-item-bottom-to-text-small`
+ - `tab-item-compact-height-extra-large`
+ - `tab-item-compact-height-large`
+ - `tab-item-compact-height-medium`
+ - `tab-item-compact-height-small`
+ - `tab-item-focus-indicator-gap-extra-large`
+ - `tab-item-focus-indicator-gap-large`
+ - `tab-item-focus-indicator-gap-medium`
+ - `tab-item-focus-indicator-gap-small`
+ - `tab-item-height-extra-large`
+ - `tab-item-height-large`
+ - `tab-item-height-medium`
+ - `tab-item-height-small`
+ - `tab-item-start-to-edge-extra-large`
+ - `tab-item-start-to-edge-large`
+ - `tab-item-start-to-edge-medium`
+ - `tab-item-start-to-edge-quiet`
+ - `tab-item-start-to-edge-small`
+ - `tab-item-to-tab-item-horizontal-extra-large`
+ - `tab-item-to-tab-item-horizontal-large`
+ - `tab-item-to-tab-item-horizontal-medium`
+ - `tab-item-to-tab-item-horizontal-small`
+ - `tab-item-to-tab-item-vertical-extra-large`
+ - `tab-item-to-tab-item-vertical-large`
+ - `tab-item-to-tab-item-vertical-medium`
+ - `tab-item-to-tab-item-vertical-small`
+ - `tab-item-top-to-text-compact-extra-large`
+ - `tab-item-top-to-text-compact-large`
+ - `tab-item-top-to-text-compact-medium`
+ - `tab-item-top-to-text-compact-small`
+ - `tab-item-top-to-text-extra-large`
+ - `tab-item-top-to-text-large`
+ - `tab-item-top-to-text-medium`
+ - `tab-item-top-to-text-small`
+ - `tab-item-top-to-workflow-icon-compact-extra-large`
+ - `tab-item-top-to-workflow-icon-compact-large`
+ - `tab-item-top-to-workflow-icon-compact-medium`
+ - `tab-item-top-to-workflow-icon-compact-small`
+ - `tab-item-top-to-workflow-icon-extra-large`
+ - `tab-item-top-to-workflow-icon-large`
+ - `tab-item-top-to-workflow-icon-medium`
+ - `tab-item-top-to-workflow-icon-small`
## 12.12.0
@@ -588,61 +4182,61 @@ _Tokens updated (51):_
- ba02b18: Added tokens for the tabs component
-### Token diff
-
-_Tokens added (51):_
-
-- `accent-content-color-selected`
-- `neutral-subdued-content-color-selected`
-- `tab-item-bottom-to-text-compact-extra-large`
-- `tab-item-bottom-to-text-compact-large`
-- `tab-item-bottom-to-text-compact-medium`
-- `tab-item-bottom-to-text-compact-small`
-- `tab-item-bottom-to-text-extra-large`
-- `tab-item-bottom-to-text-large`
-- `tab-item-bottom-to-text-medium`
-- `tab-item-bottom-to-text-small`
-- `tab-item-compact-height-extra-large`
-- `tab-item-compact-height-large`
-- `tab-item-compact-height-medium`
-- `tab-item-compact-height-small`
-- `tab-item-focus-indicator-gap-extra-large`
-- `tab-item-focus-indicator-gap-large`
-- `tab-item-focus-indicator-gap-medium`
-- `tab-item-focus-indicator-gap-small`
-- `tab-item-height-extra-large`
-- `tab-item-height-large`
-- `tab-item-height-medium`
-- `tab-item-height-small`
-- `tab-item-start-to-edge-extra-large`
-- `tab-item-start-to-edge-large`
-- `tab-item-start-to-edge-medium`
-- `tab-item-start-to-edge-quiet`
-- `tab-item-start-to-edge-small`
-- `tab-item-to-tab-item-horizontal-extra-large`
-- `tab-item-to-tab-item-horizontal-large`
-- `tab-item-to-tab-item-horizontal-medium`
-- `tab-item-to-tab-item-horizontal-small`
-- `tab-item-to-tab-item-vertical-extra-large`
-- `tab-item-to-tab-item-vertical-large`
-- `tab-item-to-tab-item-vertical-medium`
-- `tab-item-to-tab-item-vertical-small`
-- `tab-item-top-to-text-compact-extra-large`
-- `tab-item-top-to-text-compact-large`
-- `tab-item-top-to-text-compact-medium`
-- `tab-item-top-to-text-compact-small`
-- `tab-item-top-to-text-extra-large`
-- `tab-item-top-to-text-large`
-- `tab-item-top-to-text-medium`
-- `tab-item-top-to-text-small`
-- `tab-item-top-to-workflow-icon-compact-extra-large`
-- `tab-item-top-to-workflow-icon-compact-large`
-- `tab-item-top-to-workflow-icon-compact-medium`
-- `tab-item-top-to-workflow-icon-compact-small`
-- `tab-item-top-to-workflow-icon-extra-large`
-- `tab-item-top-to-workflow-icon-large`
-- `tab-item-top-to-workflow-icon-medium`
-- `tab-item-top-to-workflow-icon-small`
+ ## Token diff
+
+ _Tokens added (51):_
+
+ - `accent-content-color-selected`
+ - `neutral-subdued-content-color-selected`
+ - `tab-item-bottom-to-text-compact-extra-large`
+ - `tab-item-bottom-to-text-compact-large`
+ - `tab-item-bottom-to-text-compact-medium`
+ - `tab-item-bottom-to-text-compact-small`
+ - `tab-item-bottom-to-text-extra-large`
+ - `tab-item-bottom-to-text-large`
+ - `tab-item-bottom-to-text-medium`
+ - `tab-item-bottom-to-text-small`
+ - `tab-item-compact-height-extra-large`
+ - `tab-item-compact-height-large`
+ - `tab-item-compact-height-medium`
+ - `tab-item-compact-height-small`
+ - `tab-item-focus-indicator-gap-extra-large`
+ - `tab-item-focus-indicator-gap-large`
+ - `tab-item-focus-indicator-gap-medium`
+ - `tab-item-focus-indicator-gap-small`
+ - `tab-item-height-extra-large`
+ - `tab-item-height-large`
+ - `tab-item-height-medium`
+ - `tab-item-height-small`
+ - `tab-item-start-to-edge-extra-large`
+ - `tab-item-start-to-edge-large`
+ - `tab-item-start-to-edge-medium`
+ - `tab-item-start-to-edge-quiet`
+ - `tab-item-start-to-edge-small`
+ - `tab-item-to-tab-item-horizontal-extra-large`
+ - `tab-item-to-tab-item-horizontal-large`
+ - `tab-item-to-tab-item-horizontal-medium`
+ - `tab-item-to-tab-item-horizontal-small`
+ - `tab-item-to-tab-item-vertical-extra-large`
+ - `tab-item-to-tab-item-vertical-large`
+ - `tab-item-to-tab-item-vertical-medium`
+ - `tab-item-to-tab-item-vertical-small`
+ - `tab-item-top-to-text-compact-extra-large`
+ - `tab-item-top-to-text-compact-large`
+ - `tab-item-top-to-text-compact-medium`
+ - `tab-item-top-to-text-compact-small`
+ - `tab-item-top-to-text-extra-large`
+ - `tab-item-top-to-text-large`
+ - `tab-item-top-to-text-medium`
+ - `tab-item-top-to-text-small`
+ - `tab-item-top-to-workflow-icon-compact-extra-large`
+ - `tab-item-top-to-workflow-icon-compact-large`
+ - `tab-item-top-to-workflow-icon-compact-medium`
+ - `tab-item-top-to-workflow-icon-compact-small`
+ - `tab-item-top-to-workflow-icon-extra-large`
+ - `tab-item-top-to-workflow-icon-large`
+ - `tab-item-top-to-workflow-icon-medium`
+ - `tab-item-top-to-workflow-icon-small`
## 12.11.0
@@ -650,15 +4244,15 @@ _Tokens added (51):_
- 1a57f08: Fixed typo with `picker-end-edge-to-disclosure-icon-quiet` by adding a new token and deprecating `picker-end-edge-to-disclousure-icon-quiet`.
-### Token Diff
+ ## Token Diff
-_Token added (1):_
+ _Token added (1):_
-- `picker-end-edge-to-disclosure-icon-quiet`
+ - `picker-end-edge-to-disclosure-icon-quiet`
-_Newly deprecated token (1):_
+ _Newly deprecated token (1):_
-- `picker-end-edge-to-disclousure-icon-quiet`
+ - `picker-end-edge-to-disclousure-icon-quiet`
## 12.10.0
@@ -666,11 +4260,11 @@ _Newly deprecated token (1):_
- 0829c5d: Added UUIDs to each token
-### Token Diff
+ ## Token Diff
-_Modified Tokens (1154)_
+ _Modified Tokens (1154)_
-Every token has a `uuid` property added to them.
+ Every token has a `uuid` property added to them.
## 12.9.1
@@ -678,19 +4272,19 @@ Every token has a `uuid` property added to them.
- cace8d8: Fixed component name typo
-### Token Diff
+ ## Token Diff
-The following tokens have update `component` metadata property (all have been set to `coach-mark`):
+ The following tokens have update `component` metadata property (all have been set to `coach-mark`):
-- `coach-mark-minimum-width`
-- `coach-mark-edge-to-content`
-- `coach-mark-pagination-text-to-bottom-edge`
-- `coach-mark-width`
-- `coach-mark-media-minimum-height`
-- `coach-mark-media-height`
-- `coach-mark-title-size`
-- `coach-mark-body-size`
-- `coach-mark-pagination-body-size`
+ - `coach-mark-minimum-width`
+ - `coach-mark-edge-to-content`
+ - `coach-mark-pagination-text-to-bottom-edge`
+ - `coach-mark-width`
+ - `coach-mark-media-minimum-height`
+ - `coach-mark-media-height`
+ - `coach-mark-title-size`
+ - `coach-mark-body-size`
+ - `coach-mark-pagination-body-size`
## 12.9.0
@@ -698,15 +4292,15 @@ The following tokens have update `component` metadata property (all have been se
- fe7a002: Fixed typo by adding correct token (`floating-action-button-drop-shadow-color`) and deprecating incorrect token name (`floating-action-button-shadow-color`).
-### Token Diff
+ ## Token Diff
-_Token added (1):_
+ _Token added (1):_
-- `floating-action-button-drop-shadow-color`
+ - `floating-action-button-drop-shadow-color`
-_Newly deprecated token (1):_
+ _Newly deprecated token (1):_
-- `floating-action-button-shadow-color` (use `floating-action-button-drop-shadow-color` instead)
+ - `floating-action-button-shadow-color` (use `floating-action-button-drop-shadow-color` instead)
## 12.8.0
@@ -714,12 +4308,12 @@ _Newly deprecated token (1):_
- d639b4b: Updated color-handle-inner-border-opacity to remove express specific value
-### Token Diff
+ ## Token Diff
-_Token values updated (2):_
+ _Token values updated (2):_
-- `color-handle-inner-border-opacity` (to remove express specific values)
-- `color-handle-outer-border-opacity` (to remove express specific values)
+ - `color-handle-inner-border-opacity` (to remove express specific values)
+ - `color-handle-outer-border-opacity` (to remove express specific values)
## 12.7.0
diff --git a/packages/tokens/index.js b/packages/tokens/index.js
index f3d273e6..6a1f2e99 100644
--- a/packages/tokens/index.js
+++ b/packages/tokens/index.js
@@ -34,6 +34,14 @@ export const writeJson = async (fileName, jsonData) => {
);
};
+export const isDeprecated = (token) =>
+ (Object.hasOwn(token, "deprecated") && token.deprecated == true) ||
+ (Object.hasOwn(token, "sets") &&
+ Object.values(token.sets).every(
+ (setValue) =>
+ Object.hasOwn(setValue, "deprecated") && setValue.deprecated == true,
+ ));
+
export const getFileTokens = async (tokenFileName) =>
await readJson(resolve(__dirname, "src", tokenFileName));
diff --git a/packages/tokens/moon.yml b/packages/tokens/moon.yml
index 1a1e37a8..e334997c 100644
--- a/packages/tokens/moon.yml
+++ b/packages/tokens/moon.yml
@@ -8,7 +8,6 @@
# OF ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.
$schema: "https://moonrepo.dev/schemas/project.json"
-type: library
fileGroups:
sources:
- "src/**/*"
diff --git a/packages/tokens/package.json b/packages/tokens/package.json
index ba245a7d..d87793e1 100644
--- a/packages/tokens/package.json
+++ b/packages/tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@adobe/spectrum-tokens",
- "version": "12.28.0",
+ "version": "13.0.0-beta.58",
"description": "Design tokens for Spectrum, Adobe's design system",
"type": "module",
"main": "index.js",
@@ -23,6 +23,7 @@
},
"homepage": "https://github.com/adobe/spectrum-tokens/tree/main/packages/tokens#readme",
"devDependencies": {
+ "@adobe/token-diff-generator": "workspace:*",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"deep-object-diff": "^1.1.9",
diff --git a/packages/tokens/src/color-aliases.json b/packages/tokens/src/color-aliases.json
index 004e1aa2..5f99619b 100644
--- a/packages/tokens/src/color-aliases.json
+++ b/packages/tokens/src/color-aliases.json
@@ -28,11 +28,6 @@
"uuid": "26b9803c-577f-4a29-badd-dfc459e8b73e"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
- "value": "0.5",
- "uuid": "df41eb51-872f-458d-9439-910064f74b7b"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"value": "0.6",
"uuid": "31d5b502-6266-4309-8f8a-3892e6e158da"
@@ -42,34 +37,14 @@
"value": "0.4",
"uuid": "93b904da-5d1f-4fd9-aa26-5aabe19df108"
}
- },
- "uuid": "bc377afe-9055-45f9-8906-9f83ee07dada"
+ }
},
"drop-shadow-color": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.15)",
- "uuid": "be45ace6-9227-41d1-80be-0c58c3f8b3cb"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.5)",
- "uuid": "4633ae77-5101-4c62-8253-6406df2613f1"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.8)",
- "uuid": "e54491a8-d3ca-4d67-bacb-74ac192a387f"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.15)",
- "uuid": "1deef94a-efba-4670-a1be-78ee021bdfe8"
- }
- },
- "uuid": "4467906f-b4e1-48d9-bd5f-cfec4052c47d"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-color-100}",
+ "uuid": "be45ace6-9227-41d1-80be-0c58c3f8b3cb",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with drop-shadow-color-100"
},
"opacity-disabled": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
@@ -77,73 +52,26 @@
"uuid": "fdf6fd5d-55a0-4428-a258-4e8fafc74b74"
},
"background-base-color": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-200}",
- "uuid": "e0d8739d-18dd-44bc-92ea-e443882a780b"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-50}",
- "uuid": "46060531-9372-41a7-8db3-d3c100338e6d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-50}",
- "uuid": "cf1299aa-86c7-4523-b6ae-6de597ac3712"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-200}",
- "uuid": "6945b976-83b4-4aec-a687-cb461bc9fe70"
- }
- },
- "uuid": "44807783-e21a-42a9-b880-2cebdaa11e0c"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-25}",
+ "uuid": "e0d8739d-18dd-44bc-92ea-e443882a780b"
},
"background-layer-1-color": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-100}",
- "uuid": "7e6678b7-2903-434b-8ee2-06c83815b01d"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-75}",
- "uuid": "fc1758f3-22bd-4dc0-9ef3-91fa0f454036"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-75}",
- "uuid": "da228344-5b83-4e08-96d2-089068138ba0"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-100}",
- "uuid": "3ccfa493-5375-492a-93b0-7418655c3b56"
- }
- },
- "uuid": "b3e813b0-a76f-42b8-98f2-3c8a4090a4c5"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-50}",
+ "uuid": "7e6678b7-2903-434b-8ee2-06c83815b01d"
},
"background-layer-2-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-50}",
+ "value": "{gray-25}",
"uuid": "b7b2bf98-b96a-40ca-b51e-5876d3418085"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-100}",
- "uuid": "dd462fc7-bd79-4b52-9411-adf317832989"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-100}",
+ "value": "{gray-75}",
"uuid": "e30b7936-6ae7-4ada-8892-94a1f67d55c9"
},
"wireframe": {
@@ -151,201 +79,59 @@
"value": "{gray-50}",
"uuid": "6556a64d-5944-4d65-a6cc-9c6121044ac7"
}
- },
- "uuid": "9abdcab8-2ff4-40b2-8d86-5e0a09b8cf88"
+ }
},
"neutral-background-color-default": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-800}",
- "uuid": "5d54b2d5-b0c6-4438-b141-80ca91a0b8a4"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-400}",
- "uuid": "4f58764f-deb1-4863-89ce-663868fe73e6"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-400}",
- "uuid": "a1c5a204-e937-4ce1-a5be-580f6b0df7a5"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-800}",
- "uuid": "9ff12440-fe4e-4f47-ab43-aea39f9ce6f2"
- }
- },
- "uuid": "0c809329-bfc8-4802-a5f8-feecc0ce6018"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-800}",
+ "uuid": "95cf1481-f476-47ce-a45a-54da64b44255"
},
"neutral-background-color-hover": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "uuid": "e0379e06-e2d3-4d6f-ba81-6cdf4012a022"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
- "uuid": "7ea82825-f138-44e5-9c75-29c444086d6a"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
- "uuid": "0ce569ea-d735-42a3-96c2-60201fcb616f"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "uuid": "b6c12c43-39da-415b-a828-43883dfa212d"
- }
- },
- "uuid": "68fad5b1-bbbe-4337-b98e-bb9b605ea006"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "142f9467-e519-4ed7-bd98-69a31e876e70"
},
"neutral-background-color-down": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "uuid": "5577ffde-5708-4ea7-a50d-d938f07eba7f"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-200}",
- "uuid": "20e71891-57dc-4dc7-9f30-330d3753e8dd"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-200}",
- "uuid": "4901987b-b70c-42ef-92fd-b8c5b6894bfc"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "uuid": "69c94cbb-b852-4b5c-8e5f-26664dbf083a"
- }
- },
- "uuid": "b25017fb-d8a3-4e90-9f6d-2e1bebdffb10"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "5a0fdda5-6ac2-4a31-a7b9-6b3a5dd868d6"
},
"neutral-background-color-key-focus": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "uuid": "b8ba6d4d-737e-4c18-a901-bb35fdc173c3"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
- "uuid": "78a08d31-921c-4b47-a50c-4f283e916712"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
- "uuid": "f90c1f60-5d23-41ed-ab42-30eeb9d079ba"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "uuid": "83e3eea6-e59e-4aca-8126-a9e984e90b08"
- }
- },
- "uuid": "ddbc3e84-ae77-435b-93e6-da50c7a949e0"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "f52c6bfb-2d62-4fc8-a1cd-6c8d7420eeb4"
},
"neutral-background-color-selected-default": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-700}",
- "uuid": "fd1c9f2b-8358-4bd3-a5cc-d211673428bc"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-800}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "60caae29-d389-421e-a574-b26bcaeed3bf"
- }
- },
- "uuid": "1cd150bf-e900-4581-8952-dcf3e37c5b0a"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-800}",
+ "uuid": "fd1c9f2b-8358-4bd3-a5cc-d211673428bc"
},
"neutral-background-color-selected-hover": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-800}",
- "uuid": "1c220122-5f32-42f9-848f-ae10061241e5"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "0deac090-f00a-4927-880d-dfdca06bd66e"
- }
- },
- "uuid": "48b07514-10c0-49ee-a383-11cc2eceb866"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "1c220122-5f32-42f9-848f-ae10061241e5"
},
"neutral-background-color-selected-down": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "uuid": "966c56d0-4461-45e7-9e20-0277f2111a34"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "bf3de5f6-665c-4a6a-b238-e767b7240fd8"
- }
- },
- "uuid": "98605fb3-1905-4309-95b9-bdd53e08b341"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "966c56d0-4461-45e7-9e20-0277f2111a34"
},
"neutral-background-color-selected-key-focus": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-800}",
- "uuid": "9b8df7df-3439-4614-b446-97a4de782e27"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "e012e155-2220-43e9-a248-61c71e99cc2b"
- }
- },
- "uuid": "d94c6eec-4f22-45e5-a5b3-f91773b99358"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "9b8df7df-3439-4614-b446-97a4de782e27"
},
"neutral-subdued-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-600}",
+ "value": "{gray-700}",
"uuid": "3b09b2fd-cbf9-4933-9655-27a75d984f06"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-400}",
- "uuid": "ccb9da64-89e5-4e9b-b868-1ac9e1d1f183"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-400}",
+ "value": "{gray-500}",
"uuid": "bc9979cb-e7c6-45b2-be4d-0ba3c817e2ef"
},
"wireframe": {
@@ -353,25 +139,19 @@
"value": "{gray-600}",
"uuid": "7a4f50a8-4e1b-49b4-b94a-6282c63bd5ea"
}
- },
- "uuid": "46f2e88e-6238-43d9-8632-b8e3e5a4a52d"
+ }
},
"neutral-subdued-background-color-hover": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-700}",
+ "value": "{gray-800}",
"uuid": "a1ab50d5-1aa1-4198-9510-7ea8458cc62f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
- "uuid": "338e2fda-0da2-4a52-b718-ca0ca50e88f9"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
+ "value": "{gray-400}",
"uuid": "2d72c9fc-22d0-4e4d-9b00-fae4b30a47b5"
},
"wireframe": {
@@ -379,8 +159,7 @@
"value": "{gray-700}",
"uuid": "0e32d8e6-2f91-4d56-a717-8bfc17c0a2c6"
}
- },
- "uuid": "12111698-b0d6-49a6-a652-c9f31c67aa61"
+ }
},
"neutral-subdued-background-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -392,12 +171,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-200}",
- "uuid": "6098f9a7-595e-488f-b44c-2b51a8924f90"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-200}",
+ "value": "{gray-400}",
"uuid": "11bf9149-d8df-4f37-ba21-51ff911b0517"
},
"wireframe": {
@@ -405,25 +179,19 @@
"value": "{gray-800}",
"uuid": "a4cbab05-1225-45a3-b612-194df4ab85ae"
}
- },
- "uuid": "8d0018a9-9d83-426c-a757-2923b67db391"
+ }
},
"neutral-subdued-background-color-key-focus": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-700}",
+ "value": "{gray-800}",
"uuid": "eece165c-743c-4d7a-b770-3ee50e1951cf"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
- "uuid": "8f3f4b30-3887-4368-a38b-ec274eb99aa0"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-300}",
+ "value": "{gray-400}",
"uuid": "a1e08db6-3a72-4b8e-9475-b54a7b9be506"
},
"wireframe": {
@@ -431,8 +199,7 @@
"value": "{gray-700}",
"uuid": "ea153fd0-f7f2-41ab-8f65-8181b26a939b"
}
- },
- "uuid": "f26e8e36-183c-4364-94e6-4158b461825b"
+ }
},
"neutral-subdued-content-color-selected": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
@@ -449,12 +216,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-500}",
- "uuid": "94a5cedd-01d3-44c8-b741-01f3b70a5e90"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-600}",
+ "value": "{accent-color-800}",
"uuid": "f24eb871-6419-4cef-88a2-cca8548ae31e"
},
"wireframe": {
@@ -462,8 +224,7 @@
"value": "{accent-color-900}",
"uuid": "ebd98dbc-0949-4fca-8fe1-4cd7d610e7a5"
}
- },
- "uuid": "1b8286ae-82d5-41e6-a15b-84f2f325094d"
+ }
},
"accent-background-color-hover": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -475,12 +236,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-400}",
- "uuid": "7c891ae9-00a1-4b9f-8a77-d582a9d2addb"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-500}",
+ "value": "{accent-color-700}",
"uuid": "9e140a94-c11f-470b-b7af-49880e58d4ce"
},
"wireframe": {
@@ -488,25 +244,19 @@
"value": "{accent-color-1000}",
"uuid": "17ce0649-1b72-4e06-96a3-5137c8688233"
}
- },
- "uuid": "ca7fdae0-9e35-4c28-8ff2-fb92be1c3155"
+ }
},
"accent-background-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-1100}",
+ "value": "{accent-color-1000}",
"uuid": "026b1d5e-7cbc-4ee9-91e8-19766b9ac541"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-300}",
- "uuid": "d2101964-8d67-44a1-9f94-623caf51ad1d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-400}",
+ "value": "{accent-color-700}",
"uuid": "e2c0de7e-d271-4b2c-9393-d864a95732e6"
},
"wireframe": {
@@ -514,8 +264,7 @@
"value": "{accent-color-1100}",
"uuid": "8d496041-f129-4794-9d8b-e64bb685b0c1"
}
- },
- "uuid": "d6c0d9cb-0778-45a2-9c70-8c7e234556df"
+ }
},
"accent-background-color-key-focus": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -527,12 +276,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-400}",
- "uuid": "46be0da3-d704-4d26-929e-4507a813d615"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-500}",
+ "value": "{accent-color-700}",
"uuid": "af809118-7a97-409c-925f-8d7636a791c8"
},
"wireframe": {
@@ -540,8 +284,7 @@
"value": "{accent-color-1000}",
"uuid": "98781a4d-1bcc-4ede-8d40-37c76e445b3d"
}
- },
- "uuid": "0a1e74f1-ffc9-4f6a-bed6-f75882e072e7"
+ }
},
"accent-content-color-selected": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
@@ -558,12 +301,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-500}",
- "uuid": "8676a0d3-13df-4994-8614-94fa72c89486"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-600}",
+ "value": "{informative-color-800}",
"uuid": "da3a7c08-7f54-4486-bb66-146db21f0627"
},
"wireframe": {
@@ -571,8 +309,7 @@
"value": "{informative-color-900}",
"uuid": "d3fda217-e0cb-4dd8-8d13-a22bcc648f4d"
}
- },
- "uuid": "f95deae9-0726-4fb5-be41-0680d40439ec"
+ }
},
"informative-background-color-hover": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -584,12 +321,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-400}",
- "uuid": "5f53230c-36b0-46da-993c-3d707a4e148a"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-500}",
+ "value": "{informative-color-700}",
"uuid": "092415a8-0054-4f6d-9a93-1541c767b2c5"
},
"wireframe": {
@@ -597,25 +329,19 @@
"value": "{informative-color-1000}",
"uuid": "5d0b457c-b59e-4cd6-b8c5-fa934e9a56ae"
}
- },
- "uuid": "8c7a907e-7572-46c1-8a72-42552293510b"
+ }
},
"informative-background-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-1100}",
+ "value": "{informative-color-1000}",
"uuid": "91f91b8c-0e65-4b7b-8c7b-60d3b6e235d8"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-300}",
- "uuid": "28a819c5-6d64-4bad-a6c9-7b7c250dc46e"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-400}",
+ "value": "{informative-color-700}",
"uuid": "c9c09cc9-1ebd-4738-9613-6a0a67bea4f9"
},
"wireframe": {
@@ -623,8 +349,7 @@
"value": "{informative-color-1100}",
"uuid": "e210cabe-f803-4a46-8da7-e35e003140d6"
}
- },
- "uuid": "73ad4073-7d38-4e74-947b-7e9d6140663b"
+ }
},
"informative-background-color-key-focus": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -636,12 +361,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-400}",
- "uuid": "527b21ef-5b24-4c16-8b99-f2bdd3b8f2f8"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-500}",
+ "value": "{informative-color-700}",
"uuid": "e5292c94-ea4a-49ba-8c25-6ab1114e0fe3"
},
"wireframe": {
@@ -649,8 +369,7 @@
"value": "{informative-color-1000}",
"uuid": "1be73e4a-0817-435d-910c-0b0fc1825cbb"
}
- },
- "uuid": "a6b570d5-3e91-4dff-b706-bf485a137d03"
+ }
},
"negative-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -662,12 +381,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-500}",
- "uuid": "5e18e40b-8db1-45ba-ac1c-4a54d5b7270a"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-600}",
+ "value": "{negative-color-800}",
"uuid": "1117b73b-42e3-4ad6-8b26-af76859a27bb"
},
"wireframe": {
@@ -675,8 +389,7 @@
"value": "{negative-color-900}",
"uuid": "4720ac8b-47ae-443a-b393-89f08a1b52c6"
}
- },
- "uuid": "dc84d6f1-c287-405a-bb35-352b030d3718"
+ }
},
"negative-background-color-hover": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -688,12 +401,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-400}",
- "uuid": "94b551c9-a0ea-48f1-8ab3-c3168a1f511d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-500}",
+ "value": "{negative-color-700}",
"uuid": "648da867-549e-47c3-9312-e9cfda288705"
},
"wireframe": {
@@ -701,25 +409,19 @@
"value": "{negative-color-1000}",
"uuid": "8c39a7fc-c904-4cf7-8ccc-be459d1a9c0e"
}
- },
- "uuid": "81b0e851-9a50-4960-ac8c-e29a04ff7b0d"
+ }
},
"negative-background-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-1100}",
+ "value": "{negative-color-1000}",
"uuid": "3c2d5afe-fff4-487d-a312-000f738c8704"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-300}",
- "uuid": "fc862942-7fbb-411b-8857-d8a7ae226633"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-400}",
+ "value": "{negative-color-700}",
"uuid": "8565ec8e-2196-47ac-8636-40084acbfd4f"
},
"wireframe": {
@@ -727,8 +429,7 @@
"value": "{negative-color-1100}",
"uuid": "da8b206c-6b7c-4994-be3b-6e99e813ad30"
}
- },
- "uuid": "a88541e5-37e6-4865-a24e-cc319c1c7b62"
+ }
},
"negative-background-color-key-focus": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -740,12 +441,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-400}",
- "uuid": "6382df57-549e-40b4-b378-3921bba6b850"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-500}",
+ "value": "{negative-color-700}",
"uuid": "f1470931-f4f8-47d9-b118-5b813e4c154a"
},
"wireframe": {
@@ -753,8 +449,7 @@
"value": "{negative-color-1000}",
"uuid": "3791aad5-91cc-4aed-af41-8033afe33bf6"
}
- },
- "uuid": "4cefc283-c2f0-4199-9fab-40426911023b"
+ }
},
"positive-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -766,12 +461,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-500}",
- "uuid": "2fc671b6-0dde-416e-ae7e-a67c30d4a800"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-600}",
+ "value": "{positive-color-800}",
"uuid": "82b54f71-7c9e-4388-9e3b-4d13f12fad60"
},
"wireframe": {
@@ -779,8 +469,7 @@
"value": "{positive-color-900}",
"uuid": "87a32594-ddb7-48f8-a322-6dc0b761dc05"
}
- },
- "uuid": "f237a708-8e19-41bc-a1b5-ce25b68f474f"
+ }
},
"positive-background-color-hover": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -792,12 +481,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-400}",
- "uuid": "596bfca6-ab01-421f-8fc1-b61ebef37ded"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-500}",
+ "value": "{positive-color-700}",
"uuid": "2992a78b-9ce0-4b29-a4f6-ddbc51f820f2"
},
"wireframe": {
@@ -805,25 +489,19 @@
"value": "{positive-color-1000}",
"uuid": "e6572844-3118-460c-824f-b11b82e27180"
}
- },
- "uuid": "0e986617-aa45-47dc-8b11-139089ea89ac"
+ }
},
"positive-background-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-1100}",
+ "value": "{positive-color-1000}",
"uuid": "4096a319-241e-410c-ad51-521d57155004"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-300}",
- "uuid": "2e7048e0-a74e-4e40-b739-053cf298f4e2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-400}",
+ "value": "{positive-color-700}",
"uuid": "58a934d2-a715-4544-aa79-7f94bd493f09"
},
"wireframe": {
@@ -831,8 +509,7 @@
"value": "{positive-color-1100}",
"uuid": "18af3356-ca03-4a36-bd15-b59bf11ee776"
}
- },
- "uuid": "1922ea54-19d8-44d6-97e5-9ab66c0782db"
+ }
},
"positive-background-color-key-focus": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -844,12 +521,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-400}",
- "uuid": "3ac208d1-7fac-4692-ada9-1a19f4896a81"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-500}",
+ "value": "{positive-color-700}",
"uuid": "56d371b4-437f-4ca9-854f-ae6daf5dcfce"
},
"wireframe": {
@@ -857,48 +529,41 @@
"value": "{positive-color-1000}",
"uuid": "2ca6e211-63f7-4c0e-b089-03905788c7f1"
}
- },
- "uuid": "0983a44e-7aa9-4b1b-9d1f-4932d0c4a961"
+ }
},
"notice-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{notice-color-600}",
- "uuid": "87666730-0d8e-434d-9bfb-0a45e729c482"
- },
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{notice-color-800}",
- "uuid": "48df522d-8857-42d3-a2b3-e86828a39cfd"
+ "value": "{notice-color-900}",
+ "uuid": "323428c1-792d-41b4-8a17-a12f1ac00e2a"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{notice-color-800}",
- "uuid": "0a0bb434-e005-41ec-bee5-709a2e41928b"
+ "value": "{notice-color-600}",
+ "uuid": "48f3445a-63d8-4477-a2f5-1fee6a022328"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{notice-color-1100}",
- "uuid": "640e857c-c62c-4289-b83a-1e36cee90ad4"
+ "uuid": "0fdc01c4-459a-4f74-a8e0-fdbe93f8138f"
}
- },
- "uuid": "95bfb862-41e4-40f1-817b-3a236898bb48"
+ }
},
"disabled-background-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-200}",
+ "value": "{gray-100}",
"uuid": "a46de9d2-5c68-4a1e-97cd-7cbaf4038303"
},
"disabled-static-white-background-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{transparent-white-200}",
+ "value": "{transparent-white-100}",
"uuid": "fbd40c55-bb12-43ff-9fa6-c93884befc89"
},
"disabled-static-black-background-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{transparent-black-200}",
+ "value": "{transparent-black-100}",
"uuid": "579e401c-de49-41af-a8c7-a0a070c31979"
},
"gray-background-color-default": {
@@ -911,21 +576,15 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-700}",
- "uuid": "fe9180f1-54db-4ec3-82c6-f6b084dd24f7"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-700}",
- "uuid": "fa68c3bf-88b5-4653-a42d-7de5ce7cec3d"
+ "value": "{gray-500}",
+ "uuid": "a3e71134-b44f-4b52-a84d-4841e01505e6"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-600}",
- "uuid": "6a74ab0a-e481-4d38-9db7-ea8ef885940b"
+ "value": "{gray-700}",
+ "uuid": "c41bb795-182e-45c0-afea-4ae2148e37a4"
}
- },
- "uuid": "f76e86c1-02ef-447f-97d2-8dbaf0d1b03c"
+ }
},
"red-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -937,12 +596,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{red-700}",
- "uuid": "3da4e1a0-7a02-4488-92d8-744b2f3e5cbc"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{red-700}",
+ "value": "{red-800}",
"uuid": "ce074ee2-a2a2-4da3-a99e-603524193d46"
},
"wireframe": {
@@ -950,8 +604,7 @@
"value": "{red-1100}",
"uuid": "4b943658-87e5-4026-87de-0265d1f48a49"
}
- },
- "uuid": "fd5b572e-a0e2-48a6-99f8-ed098507e8d6"
+ }
},
"orange-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -963,12 +616,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{orange-800}",
- "uuid": "706d7352-dd31-42c1-91d4-b9407ee49868"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{orange-800}",
+ "value": "{orange-900}",
"uuid": "3e9a6c2a-bd09-4d28-a95c-920109c1852f"
},
"wireframe": {
@@ -976,8 +624,7 @@
"value": "{orange-1100}",
"uuid": "55baa188-9e75-4e31-b2db-729dd47ed1dd"
}
- },
- "uuid": "bbcdb9c1-0c50-4f6d-8da1-37e166860f22"
+ }
},
"yellow-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -989,21 +636,15 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{yellow-1000}",
- "uuid": "5fd7e36b-05df-4384-a3f1-a3d8b9330823"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{yellow-1000}",
- "uuid": "61c5e375-bff3-479f-8c32-2d2a5edb906c"
+ "value": "{yellow-1100}",
+ "uuid": "61c5e375-bff3-479f-8c32-2d2a5edb906c"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{yellow-1100}",
"uuid": "08e44ba2-3627-4ce0-b8f5-eea6ce277517"
}
- },
- "uuid": "b3abccc3-58c1-41b3-b9e2-c21e5610be67"
+ }
},
"chartreuse-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1015,12 +656,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{chartreuse-900}",
- "uuid": "8c8db46e-af99-4057-85ea-3f05055b97cc"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{chartreuse-900}",
+ "value": "{chartreuse-1000}",
"uuid": "5df9a029-dc91-4078-a198-574486948834"
},
"wireframe": {
@@ -1028,8 +664,7 @@
"value": "{chartreuse-1100}",
"uuid": "ebb64096-1155-4376-a13c-4a5db968253a"
}
- },
- "uuid": "f78ade0c-eeb6-496f-b99d-657072f27485"
+ }
},
"celery-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1041,12 +676,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{celery-800}",
- "uuid": "87f5b73a-19b1-40f7-991b-0d4b6bfc4a99"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{celery-800}",
+ "value": "{celery-900}",
"uuid": "a9ab7a59-9cab-47fb-876d-6f0af93dc5df"
},
"wireframe": {
@@ -1054,8 +684,7 @@
"value": "{celery-1100}",
"uuid": "3e44abd8-ea12-4c0a-9007-4a6edaa3b962"
}
- },
- "uuid": "2c159320-bf17-48b6-9d09-b2d037f937d1"
+ }
},
"green-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1067,12 +696,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{green-700}",
- "uuid": "fbe68215-410b-4f50-82f1-365754366275"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{green-700}",
+ "value": "{green-800}",
"uuid": "49170573-9c22-42e1-a1ce-cd3d3972ddb7"
},
"wireframe": {
@@ -1080,8 +704,7 @@
"value": "{green-1100}",
"uuid": "d9b7a966-e6c6-43a9-b2bd-6b72ff31aed7"
}
- },
- "uuid": "2fc00105-857e-4eb5-a414-2cc6b4cd22ff"
+ }
},
"seafoam-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1093,12 +716,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{seafoam-700}",
- "uuid": "d49fb92d-b0ea-44c6-a17b-817da00361f9"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{seafoam-700}",
+ "value": "{seafoam-800}",
"uuid": "9a727140-328d-430f-9b10-8965eebe77d1"
},
"wireframe": {
@@ -1106,8 +724,7 @@
"value": "{seafoam-1100}",
"uuid": "4152095a-615b-4562-b183-78f765f6b3b0"
}
- },
- "uuid": "29502bad-fdad-4a78-b60f-f515a62bac43"
+ }
},
"cyan-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1119,12 +736,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{cyan-700}",
- "uuid": "4dda3368-def2-4cd6-ae04-1483bb129ca5"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{cyan-700}",
+ "value": "{cyan-800}",
"uuid": "543af64f-9c28-4e88-8597-3259cd7ebf1f"
},
"wireframe": {
@@ -1132,8 +744,7 @@
"value": "{cyan-1100}",
"uuid": "64bd4cb9-d698-4fb0-8b56-c0c519245549"
}
- },
- "uuid": "d228688c-fee3-460c-b2f0-6abce661db3d"
+ }
},
"blue-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1145,12 +756,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-700}",
- "uuid": "04d7615b-5006-4857-9a66-38a3955516f8"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-700}",
+ "value": "{blue-800}",
"uuid": "83591a94-83e1-4557-8f50-cc1fe9793b76"
},
"wireframe": {
@@ -1158,8 +764,7 @@
"value": "{blue-1100}",
"uuid": "dd76a630-e1fd-4831-94db-8622af24f4da"
}
- },
- "uuid": "7944588f-bff1-4669-8f8b-0ad3c028dce0"
+ }
},
"indigo-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1171,12 +776,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-700}",
- "uuid": "40af8933-2b38-4818-a88c-52d2f487f7b9"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-700}",
+ "value": "{indigo-800}",
"uuid": "b7f5a677-4e89-40e1-8324-7619a628ce8b"
},
"wireframe": {
@@ -1184,8 +784,7 @@
"value": "{indigo-1100}",
"uuid": "71e2c0b9-4513-4679-9b97-ef1c345ec343"
}
- },
- "uuid": "358aa988-9b99-4c33-8f5f-1198510ca5df"
+ }
},
"purple-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1197,12 +796,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{purple-700}",
- "uuid": "a2a42a1c-c0c9-41a5-80fd-c9316e233918"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{purple-700}",
+ "value": "{purple-800}",
"uuid": "e577d521-0271-4226-a094-624b35a05826"
},
"wireframe": {
@@ -1210,8 +804,7 @@
"value": "{purple-1100}",
"uuid": "cde24ea8-c181-42cb-9f71-0675628c5338"
}
- },
- "uuid": "a65c1b35-c3f0-4ec9-8931-5168a526fe97"
+ }
},
"fuchsia-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1223,12 +816,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{fuchsia-700}",
- "uuid": "56575347-51b7-4822-98a6-d4275eae2ab5"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{fuchsia-700}",
+ "value": "{fuchsia-800}",
"uuid": "7b4d71d3-ad78-4e02-a48e-fa79f40854a2"
},
"wireframe": {
@@ -1236,8 +824,7 @@
"value": "{fuchsia-1100}",
"uuid": "5eb86ed6-384e-4e72-a615-8bab097bbec8"
}
- },
- "uuid": "862d0909-d391-49b2-96f0-1c85f0048fc4"
+ }
},
"magenta-background-color-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1249,12 +836,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{magenta-700}",
- "uuid": "f7841ca9-3d7e-419b-870e-3b3747433b38"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{magenta-700}",
+ "value": "{magenta-800}",
"uuid": "5867d764-d909-4490-b947-533e89997d0a"
},
"wireframe": {
@@ -1262,8 +844,7 @@
"value": "{magenta-1100}",
"uuid": "299e780b-ddb9-444b-b416-2f33c9929be0"
}
- },
- "uuid": "c92d3443-05b2-4290-a74e-c601ab758e9b"
+ }
},
"background-opacity-default": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
@@ -1327,7 +908,7 @@
},
"neutral-subdued-content-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
+ "value": "{gray-800}",
"uuid": "8ab4accc-bd95-48e0-ae3a-539740a07cc6"
},
"neutral-subdued-content-color-key-focus": {
@@ -1347,7 +928,7 @@
},
"accent-content-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-1100}",
+ "value": "{accent-color-1000}",
"uuid": "25d3b2d2-e7d5-4686-95ff-bfaaddc14ff1"
},
"accent-content-color-key-focus": {
@@ -1367,7 +948,7 @@
},
"negative-content-color-down": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-1100}",
+ "value": "{negative-color-1000}",
"uuid": "f760cc99-ebec-4d34-931e-5621aef995a0"
},
"negative-content-color-key-focus": {
@@ -1382,12 +963,12 @@
},
"disabled-static-white-content-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{transparent-white-500}",
+ "value": "{transparent-white-400}",
"uuid": "fe319bca-0413-4ad8-a783-c64563e05816"
},
"disabled-static-black-content-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{transparent-black-500}",
+ "value": "{transparent-black-400}",
"uuid": "e75dbb08-80eb-4de5-afd4-55a532c69c97"
},
"neutral-visual-color": {
@@ -1399,11 +980,6 @@
"uuid": "0dc6ed4d-17d5-4878-8ac3-bd99549b4f42"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-600}",
- "uuid": "931b7722-20ef-4c45-8855-4cb4e82e936c"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{gray-600}",
"uuid": "35ef6675-7e66-4ef5-8c8d-e8e70939b224"
@@ -1413,8 +989,7 @@
"value": "{gray-500}",
"uuid": "96d8bbe9-5fc6-4260-8cb3-5888836c4708"
}
- },
- "uuid": "8c258b68-face-42d2-8115-4a20b1ff281f"
+ }
},
"accent-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1425,11 +1000,6 @@
"uuid": "dbcb4372-f250-42bd-a5bc-b9d48cfb9322"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{accent-color-900}",
- "uuid": "a595a519-0df5-463e-8ec6-f71dd9cefbee"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{accent-color-900}",
"uuid": "8ccd197f-fc8e-4d31-866c-2b96049eea89"
@@ -1439,8 +1009,7 @@
"value": "{accent-color-900}",
"uuid": "a65c3f83-e46a-4d31-a6f0-de3b87479ea3"
}
- },
- "uuid": "e9907cf2-5c99-4155-82a5-33e6657a5ba4"
+ }
},
"informative-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1451,11 +1020,6 @@
"uuid": "cd900a8d-1852-4592-9031-9edab2f9721f"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{informative-color-900}",
- "uuid": "97225780-35eb-4cc8-abc0-fcca31985063"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{informative-color-900}",
"uuid": "fd64c9ca-6ad7-415c-b0b8-2579399e33a5"
@@ -1465,8 +1029,7 @@
"value": "{informative-color-900}",
"uuid": "405f9ef3-b882-4c72-9f5e-47739a8ae9d6"
}
- },
- "uuid": "a915f4f5-af40-46c6-a35a-0efb9d8aac53"
+ }
},
"negative-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1478,12 +1041,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-700}",
- "uuid": "2f57b877-57ac-4bed-be53-07f4f6353ce2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{negative-color-700}",
+ "value": "{negative-color-900}",
"uuid": "70cb0316-5b7a-416c-bf93-7d8885c4fce6"
},
"wireframe": {
@@ -1491,23 +1049,17 @@
"value": "{negative-color-900}",
"uuid": "ae218610-35ca-478d-8277-f032b1f85737"
}
- },
- "uuid": "a1097979-35e2-43b0-99de-2cbe53ea00db"
+ }
},
"notice-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{notice-color-700}",
+ "value": "{notice-color-800}",
"uuid": "b8b38df6-aac5-49fc-99bb-d64a543c5bf8"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{notice-color-900}",
- "uuid": "560ad974-d101-44a2-90c7-8c5b5a3ce273"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{notice-color-900}",
"uuid": "2759c912-6385-40e4-9ed9-ff2e11815b4d"
@@ -1517,25 +1069,19 @@
"value": "{notice-color-900}",
"uuid": "0cbb9365-59d0-4514-a352-b5379733c360"
}
- },
- "uuid": "fe7cfa0e-c782-410f-a355-c1526222d9e4"
+ }
},
"positive-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-700}",
+ "value": "{positive-color-800}",
"uuid": "455acfc0-1997-4fee-b1dc-3c91bbd9fca2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-800}",
- "uuid": "8cd5afec-80b0-449f-860d-08d6e111af84"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{positive-color-800}",
+ "value": "{positive-color-900}",
"uuid": "25e8289f-6c82-4485-8920-a187f790cd47"
},
"wireframe": {
@@ -1543,8 +1089,7 @@
"value": "{positive-color-900}",
"uuid": "cb447264-e862-4880-b9a3-f23028c836ac"
}
- },
- "uuid": "0e1d30df-1779-4b28-ad93-64827e982d00"
+ }
},
"gray-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1555,11 +1100,6 @@
"uuid": "744537db-023b-4833-8262-9c349b0915ee"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-600}",
- "uuid": "cffe0ccb-5c67-4435-a9b2-b6fb7072417a"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{gray-600}",
"uuid": "0f7a39c2-3ee7-4ff0-873f-334c81054b77"
@@ -1569,8 +1109,7 @@
"value": "{gray-500}",
"uuid": "25d6638d-5597-4307-9a90-5ea276ce68c7"
}
- },
- "uuid": "6854095c-ac3e-49b4-8753-5fc2eb7abb80"
+ }
},
"red-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1581,11 +1120,6 @@
"uuid": "7fe7c804-7e6b-48ac-b1fa-b88874e0a330"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{red-700}",
- "uuid": "1676050d-200e-46d7-9a8f-2e74f0be5cfe"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{red-700}",
"uuid": "870f90ab-7f3e-41b6-9c11-59e9c4ff82c6"
@@ -1595,8 +1129,7 @@
"value": "{red-900}",
"uuid": "5fa19855-1c32-4fa7-9363-8edea0bad4e2"
}
- },
- "uuid": "6c0a6428-ed2d-4f53-b986-fbc8c4d14e88"
+ }
},
"orange-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1607,11 +1140,6 @@
"uuid": "8fdaf9e0-bd3e-4188-84bd-7abf72e50b58"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{orange-900}",
- "uuid": "55248d8a-e628-46e2-8882-099162eb18b1"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{orange-900}",
"uuid": "e7bf9977-2edf-48bc-8099-ad95e57b55b1"
@@ -1621,8 +1149,7 @@
"value": "{orange-900}",
"uuid": "535ebae4-5308-4132-9ba7-2ead58c7af2d"
}
- },
- "uuid": "dd5b5b66-e8a5-4c5b-9159-903d975345c2"
+ }
},
"yellow-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1633,11 +1160,6 @@
"uuid": "73e40884-6d55-4a56-a376-bd788e615754"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{yellow-1100}",
- "uuid": "231e80f5-8dfe-49b7-9cb5-db35bb93f3aa"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{yellow-1100}",
"uuid": "4a2ebbb5-b8b7-43a0-9d64-4974bb382a8b"
@@ -1647,8 +1169,7 @@
"value": "{yellow-900}",
"uuid": "24e58c48-8597-40f1-96e0-90ae08910665"
}
- },
- "uuid": "411ea3a1-6d41-474b-81c5-8356eb2dbfe3"
+ }
},
"chartreuse-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1659,11 +1180,6 @@
"uuid": "18735078-a942-442b-bc04-1b72bac77c98"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{chartreuse-900}",
- "uuid": "d7a17594-69fb-433d-b3cd-e63547ec5940"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{chartreuse-900}",
"uuid": "a46d8e05-4f56-4b46-a279-0164abfa42e8"
@@ -1673,8 +1189,7 @@
"value": "{chartreuse-900}",
"uuid": "cea3da59-71a3-4ac6-b475-877ea2444839"
}
- },
- "uuid": "30d087e8-d588-4bc6-96e3-59bf8e9565c1"
+ }
},
"celery-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1685,11 +1200,6 @@
"uuid": "8f6f9f6e-1762-4ac3-a9b9-6cacd135dfac"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{celery-800}",
- "uuid": "e2239975-bc80-4d08-90fb-e95fe61a1d35"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{celery-800}",
"uuid": "37c1311b-29ed-44ab-b656-a7538726ad77"
@@ -1699,8 +1209,7 @@
"value": "{celery-900}",
"uuid": "88890424-a280-473b-a529-027e7ac828ac"
}
- },
- "uuid": "a98a7116-e19c-4c8a-8c63-535f3fc3c2ee"
+ }
},
"green-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1711,11 +1220,6 @@
"uuid": "83f76815-8660-425e-80e6-825a5be0628f"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{green-800}",
- "uuid": "7418e20d-c751-49ca-8cd2-f0b7fb00831e"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{green-800}",
"uuid": "1219770d-543d-4216-9e87-c158f8a74df6"
@@ -1725,8 +1229,7 @@
"value": "{green-900}",
"uuid": "b2ca6377-9a7b-467f-8352-bda31fd4abbf"
}
- },
- "uuid": "790fa82a-ac72-4f0c-8238-3da2738dce44"
+ }
},
"seafoam-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1737,11 +1240,6 @@
"uuid": "2b0a6584-db41-43b9-ba39-39171548c01a"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{seafoam-800}",
- "uuid": "45a2c99b-29f5-468d-956e-e3c0a78fcfd6"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{seafoam-800}",
"uuid": "736e4768-7944-40ec-a412-4cd36299e03d"
@@ -1751,8 +1249,7 @@
"value": "{seafoam-900}",
"uuid": "7f641817-9a7d-4625-b534-3b7e38bb5eae"
}
- },
- "uuid": "df95350c-00ab-47a3-a5b4-5685122cf31e"
+ }
},
"cyan-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1763,11 +1260,6 @@
"uuid": "c3c126c9-2133-416a-ac0e-4ae00546941b"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{cyan-900}",
- "uuid": "b4c9bf18-a3d0-423b-85a1-d1de8390b7e9"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{cyan-900}",
"uuid": "091a2073-baa0-4cc6-b943-9dddc285ad62"
@@ -1777,8 +1269,7 @@
"value": "{cyan-900}",
"uuid": "cf213ea9-796e-4263-8866-b16f66b95e97"
}
- },
- "uuid": "8353f6f2-10ba-46c0-b348-e80148a0ba13"
+ }
},
"blue-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1789,11 +1280,6 @@
"uuid": "b7cca44c-7c7d-4904-8f2c-d5bde4ea42a2"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-900}",
- "uuid": "b876d683-a479-41cb-a370-5bdb75f48e9c"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{blue-900}",
"uuid": "63fe16ed-70fa-4eaf-918c-f642ff69ce05"
@@ -1803,8 +1289,7 @@
"value": "{blue-900}",
"uuid": "4d8f8afe-c348-459d-9006-bc60bd53df84"
}
- },
- "uuid": "acc6aee5-ce5c-4b44-b8b5-10b118420ed8"
+ }
},
"indigo-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1815,11 +1300,6 @@
"uuid": "cb59d4d5-c17e-428d-a22a-e9a3fc02ac9c"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-900}",
- "uuid": "0f645ef3-051f-4e88-bbd4-3724fa3d93b2"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{indigo-900}",
"uuid": "584ccbd4-3243-4041-b665-e2342d2b26e8"
@@ -1829,8 +1309,7 @@
"value": "{indigo-900}",
"uuid": "7c047042-0227-420d-b78f-193d4534b218"
}
- },
- "uuid": "89d267a2-a0ea-42e6-9cad-60eff42560e2"
+ }
},
"purple-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1841,11 +1320,6 @@
"uuid": "681fc141-b235-4cde-9c3a-f0033943d772"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{purple-900}",
- "uuid": "e108a5d7-dd3b-4238-ba9b-8c600e1614d0"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{purple-900}",
"uuid": "0ee2957b-c401-4106-8ff3-9de9fa544a03"
@@ -1855,8 +1329,7 @@
"value": "{purple-900}",
"uuid": "4b7780b2-d488-4446-88f8-cab0fd27bcd5"
}
- },
- "uuid": "291aad5e-5dea-4318-98bd-16ed32ce4065"
+ }
},
"fuchsia-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1867,11 +1340,6 @@
"uuid": "36b69bb1-d443-4ec6-807b-ea449a886825"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{fuchsia-900}",
- "uuid": "a336ee97-c030-42e6-ba5f-5ac6585ddeab"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{fuchsia-900}",
"uuid": "38e60263-cb08-4090-a653-5acbd1664ae0"
@@ -1881,8 +1349,7 @@
"value": "{fuchsia-900}",
"uuid": "66316379-927a-4e47-a5dd-84eb0c82eba8"
}
- },
- "uuid": "5df99248-f4ae-48cc-9f7f-5ea6da6f8942"
+ }
},
"magenta-visual-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
@@ -1893,11 +1360,6 @@
"uuid": "8bc581a9-558c-424d-a72b-f24b48207b82"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{magenta-900}",
- "uuid": "2b4d2516-870c-4cb4-88a6-dce1d920ad4c"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{magenta-900}",
"uuid": "178e4bc6-6986-4e77-aab0-78dbe66f8e6f"
@@ -1907,8 +1369,7 @@
"value": "{magenta-900}",
"uuid": "4de213eb-5f57-45a2-bea7-5f1b402b81ff"
}
- },
- "uuid": "787dba09-d1c2-4e52-985a-568a91234610"
+ }
},
"disabled-border-color": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
@@ -1954,5 +1415,660 @@
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{negative-color-1000}",
"uuid": "393cb93a-3d0a-4118-a2ee-451fdc871b0f"
+ },
+ "background-elevated-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-75}",
+ "uuid": "4c19885d-0411-43dc-8f4a-db81905728e6"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-25}",
+ "uuid": "2275e0fa-69a3-4542-9ec6-919e44035118"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-25}",
+ "uuid": "d9cb27b8-5535-4e3a-8ca5-6eda69b934af"
+ }
+ }
+ },
+ "background-pasteboard-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-25}",
+ "uuid": "6a7c5092-c262-49b0-b5ec-5b8b4fa66d1e"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "4938710b-5a69-49eb-8517-6f5556c23298"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "6a60aa01-d789-4d39-9867-2264e66d419c"
+ }
+ }
+ },
+ "brown-visual-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-800}",
+ "uuid": "12fd4bac-b0ef-4285-a0e4-5947526a91a9"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-900}",
+ "uuid": "a25ac05c-c108-4caf-a77e-79b4fd36ee91"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-800}",
+ "uuid": "986418d6-3e22-441d-ba7f-732ee47aad04"
+ }
+ }
+ },
+ "cinnamon-visual-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-800}",
+ "uuid": "86aa8b9c-b124-45ba-a359-a58295d28509"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-900}",
+ "uuid": "24026c61-470e-41b9-a247-58605b54706d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-800}",
+ "uuid": "0535836b-ff76-4619-8e53-20f400b9996c"
+ }
+ }
+ },
+ "pink-visual-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-800}",
+ "uuid": "4be32a08-c731-4c59-b376-ba0ef134e14e"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-900}",
+ "uuid": "496cef67-3a25-4d99-8545-e8aa9a7f0adc"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-800}",
+ "uuid": "b2fc4b00-4b9e-4e57-9892-0b4a59df4868"
+ }
+ }
+ },
+ "silver-visual-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-800}",
+ "uuid": "35f96ec6-0eae-4c55-aa54-134f03feda7d"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-900}",
+ "uuid": "f7d55707-b9db-4711-b93f-dcc03932516c"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-800}",
+ "uuid": "dca6ce31-57d3-4bb9-8d6a-cc2c66a3a3f4"
+ }
+ }
+ },
+ "turquoise-visual-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-800}",
+ "uuid": "2c31e5bc-cf23-42d6-85e8-9947e305d1ff"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-900}",
+ "uuid": "04c6819d-5049-4e18-bb83-95239fa3d8c2"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-800}",
+ "uuid": "47319d06-bec7-4520-893c-f4442b85cfd5"
+ }
+ }
+ },
+ "brown-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-900}",
+ "uuid": "168c3534-c54e-415b-a623-27c2a8caea8c"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-800}",
+ "uuid": "c6dcdb8e-4966-4de6-a74a-fffa0793d58e"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-900}",
+ "uuid": "5f0767be-3be9-4d10-a708-740565e1c457"
+ }
+ }
+ },
+ "cinnamon-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-900}",
+ "uuid": "6dc7df67-2cfb-440f-9b1c-b7262a7cc2d3"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-800}",
+ "uuid": "d442e5b5-5083-443d-ba60-12c60406c452"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-900}",
+ "uuid": "d2c78c57-304d-4d62-87b0-2adb4085552f"
+ }
+ }
+ },
+ "pink-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-900}",
+ "uuid": "78fc6322-a961-429a-bd40-3e1c1bf2c4e9"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-800}",
+ "uuid": "3a363aa8-cf27-48a1-8c61-b1f1eaff6110"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-900}",
+ "uuid": "636ebb71-7386-4a6a-b0c3-5778dd993b22"
+ }
+ }
+ },
+ "silver-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-900}",
+ "uuid": "13d332e4-45b0-4549-a1a3-a608034960a1"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-800}",
+ "uuid": "a6e04390-003e-4565-bf96-e0fb8a791cb9"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-900}",
+ "uuid": "422a0b99-1222-4c78-ac55-615992ed607c"
+ }
+ }
+ },
+ "turquoise-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-900}",
+ "uuid": "e763acbc-2c17-46c5-8484-1d8536e7ef10"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-800}",
+ "uuid": "6beacbfc-6d61-4567-86fe-39771550cf20"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-900}",
+ "uuid": "73e40908-216f-406e-993f-287477753e65"
+ }
+ }
+ },
+ "title-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "a7e9c20c-ab9b-46de-bf6a-c8fec9a8986b"
+ },
+ "drop-shadow-color-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.12)",
+ "uuid": "5c0f0543-7e9b-43d6-9fea-c771b9b524c6"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.36)",
+ "uuid": "8d7e0eb7-c3c7-485e-896c-d5d5107e3b8f"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.12)",
+ "uuid": "8e496445-97fc-4ff6-96d4-81b0215b8ffe"
+ }
+ }
+ },
+ "drop-shadow-color-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.16)",
+ "uuid": "5945eb42-744c-41df-a4ab-a3d61f8782ee"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.48)",
+ "uuid": "c88f7b8e-e5f5-4d0e-a8dd-025f8d274948"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.16)",
+ "uuid": "aa54be1b-bf30-42b7-91ec-09259bea0bd3"
+ }
+ }
+ },
+ "drop-shadow-color-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.2)",
+ "uuid": "84ced765-054d-44f4-9dbe-5be607f65a16"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.6)",
+ "uuid": "8fd7fa72-67c3-4004-b8b3-af55a4b9cada"
+ }
+ }
+ },
+ "drop-shadow-emphasized-default-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-color-100}",
+ "uuid": "af4e0a7a-7c6a-4cf2-a17b-0b07ef365869"
+ },
+ "drop-shadow-emphasized-hover-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-color-200}",
+ "uuid": "4c84adb3-9edf-4a5d-b39a-5f31a0d3529c"
+ },
+ "drop-shadow-elevated-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-color-200}",
+ "uuid": "e475981f-97af-479c-859b-7619dd87c448"
+ },
+ "neutral-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "cc79fbaf-a2e1-4761-82e7-1dbea52acee8"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-300}",
+ "uuid": "9a9589e8-c08c-486f-a42f-8e139dedaa37"
+ }
+ }
+ },
+ "static-black-text-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{black}",
+ "uuid": "9b7919b5-764c-4f93-b4c7-39d8bf7f2b51"
+ },
+ "static-white-text-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{white}",
+ "uuid": "13ee65f0-4bb9-4213-905d-92c1b788a702"
+ },
+ "track-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-300}",
+ "uuid": "6f2bb13a-8579-495c-8fe3-0046b1f99b01"
+ },
+ "static-black-track-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{transparent-black-300}",
+ "uuid": "c6d40ce0-bcee-4b56-9e63-a51ee1579ef0"
+ },
+ "static-white-track-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{transparent-white-300}",
+ "uuid": "23791534-8963-4ff8-bfb4-15108da47103"
+ },
+ "static-black-track-indicator-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{transparent-black-900}",
+ "uuid": "0599d3b0-4d9e-4a12-ae0e-8f60e3533ab9"
+ },
+ "static-white-track-indicator-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{transparent-white-900}",
+ "uuid": "a1cbc282-1376-48d1-b8bb-92f10aef7c6f"
+ },
+ "drop-shadow-dragged-color": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-color-300}",
+ "uuid": "83c30113-68b5-475b-ba46-9179c9ff7e8d"
+ },
+ "gray-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "83fd0c1f-fbf3-4540-b370-6f44a6dbba7e"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-300}",
+ "uuid": "a95998aa-d6ce-4090-9743-614196862acf"
+ }
+ }
+ },
+ "blue-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-200}",
+ "uuid": "7d52711e-43fa-4a95-a7b1-3a7367570596"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-300}",
+ "uuid": "7da4709c-caf3-401a-a2ce-07186a7e8e8c"
+ }
+ }
+ },
+ "green-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-200}",
+ "uuid": "3b582b64-988e-4b5d-a08d-e04269403536"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-300}",
+ "uuid": "e10ef55e-c18d-4b73-97d0-330b480e9aa4"
+ }
+ }
+ },
+ "orange-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-200}",
+ "uuid": "e7e1eb3c-7590-4622-a261-8de879bb1500"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-300}",
+ "uuid": "9b2505cc-2a71-4b1e-804d-3f2ffa69d06c"
+ }
+ }
+ },
+ "red-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-200}",
+ "uuid": "5d7cd7c1-66fa-49d4-923b-8cca2dcb4726"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-300}",
+ "uuid": "c098c385-7fce-4f16-b1d1-54a86c608e64"
+ }
+ }
+ },
+ "brown-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-200}",
+ "uuid": "4f1f131b-b6d1-401b-82ff-be6fc0cce9f3"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-300}",
+ "uuid": "77b47209-4527-462b-a11f-b3e5f47857ec"
+ }
+ }
+ },
+ "cinnamon-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-200}",
+ "uuid": "4d114a18-a876-4b01-a356-64b6098496f4"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-300}",
+ "uuid": "68b6af88-a951-48f8-89c3-9d599a05f4dc"
+ }
+ }
+ },
+ "celery-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-200}",
+ "uuid": "cf459b71-0d91-4cb4-96b8-f536e553f66e"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-300}",
+ "uuid": "67618d20-60a0-44d9-b98a-a84faf409788"
+ }
+ }
+ },
+ "chartreuse-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-200}",
+ "uuid": "2dd50902-f9bb-4f79-b31c-3997f4fd2163"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-300}",
+ "uuid": "b80c47b0-222b-49a2-9012-1465a4575092"
+ }
+ }
+ },
+ "cyan-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cyan-200}",
+ "uuid": "084200e3-85bf-496e-b12a-b439e108b9fb"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cyan-300}",
+ "uuid": "740e1c42-e68c-4c10-9bcd-30dc0bae6418"
+ }
+ }
+ },
+ "fuchsia-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-200}",
+ "uuid": "9bb9c1e9-6067-49a4-b4af-13ccd87830d9"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-300}",
+ "uuid": "3e62d682-c770-498d-a25a-5544775aeaa1"
+ }
+ }
+ },
+ "indigo-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-200}",
+ "uuid": "dda05431-bce9-4686-8738-78fb409ab28f"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-300}",
+ "uuid": "533023cb-f78a-4f1c-af52-244b3c10a7bb"
+ }
+ }
+ },
+ "magenta-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-200}",
+ "uuid": "09787c85-44e0-4efe-b427-f6e7dde544a4"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-300}",
+ "uuid": "143b0387-7069-4bef-b852-9c456d692b88"
+ }
+ }
+ },
+ "pink-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-200}",
+ "uuid": "41f3d269-85d6-4c82-9b1c-e40ea508fa78"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-300}",
+ "uuid": "72400c8f-2e44-4757-8be6-3c1eb28d9606"
+ }
+ }
+ },
+ "purple-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-200}",
+ "uuid": "a53f9f9a-8fde-4de2-83a3-944e1c4556c1"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-300}",
+ "uuid": "896f2a2f-4d02-4104-ac33-a3705a9c61e3"
+ }
+ }
+ },
+ "seafoam-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{seafoam-200}",
+ "uuid": "7623166b-5320-40eb-8a5f-2cd12f17bdb2"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{seafoam-300}",
+ "uuid": "73620c8b-3943-46c0-acb8-d517e7e6081e"
+ }
+ }
+ },
+ "silver-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-200}",
+ "uuid": "c80f665a-801e-45c8-b59b-8b9b47ebb356"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-300}",
+ "uuid": "6f596774-e326-4d80-bf1d-23f7ad1f4ccb"
+ }
+ }
+ },
+ "turquoise-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-200}",
+ "uuid": "aa7d44fd-6c77-43dc-8981-4200356fd02a"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-300}",
+ "uuid": "5e5d9ba8-df94-43e1-ad40-f78312925ec5"
+ }
+ }
+ },
+ "yellow-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-200}",
+ "uuid": "5d5cfc7a-e6f4-4d6d-a39b-359350ddd280"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-300}",
+ "uuid": "fcb0fe04-3498-4cfa-964d-5134bbcc74c6"
+ }
+ }
}
-}
+}
\ No newline at end of file
diff --git a/packages/tokens/src/color-component.json b/packages/tokens/src/color-component.json
index 900db638..58c6a2fa 100644
--- a/packages/tokens/src/color-component.json
+++ b/packages/tokens/src/color-component.json
@@ -2,13 +2,13 @@
"swatch-border-color": {
"component": "swatch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
+ "value": "{gray-1000}",
"uuid": "7da5157d-7f25-405b-8de0-f3669565fb48"
},
"swatch-border-opacity": {
"component": "swatch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
- "value": "0.51",
+ "value": "0.42",
"uuid": "0e397a80-cf33-44ed-8b7d-1abaf4426bf5"
},
"swatch-disabled-icon-border-color": {
@@ -20,7 +20,7 @@
"swatch-disabled-icon-border-opacity": {
"component": "swatch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
- "value": "0.51",
+ "value": "0.42",
"uuid": "cdbba3b6-cb51-4fec-88f0-273d4bb59a18"
},
"thumbnail-border-color": {
@@ -57,11 +57,6 @@
"uuid": "84a7cd5e-bb2b-4bb5-bb5f-f5839ae3a761"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-800}",
- "uuid": "5dbb3e96-fe86-43a2-be8b-3ceecfe2d5ba"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{gray-800}",
"uuid": "f783b8cb-d31f-46c2-b550-990639752510"
@@ -71,8 +66,7 @@
"value": "{gray-200}",
"uuid": "e7fe88a4-6ab3-4963-8f10-9908a5a83123"
}
- },
- "uuid": "0b807f40-d63e-4482-8d53-18fadc9663d5"
+ }
},
"avatar-opacity-disabled": {
"component": "avatar",
@@ -83,7 +77,7 @@
"color-area-border-color": {
"component": "color-area",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
+ "value": "{gray-1000}",
"uuid": "70fc4674-0f09-48f5-8850-48b4b38c2f01"
},
"color-area-border-opacity": {
@@ -95,7 +89,7 @@
"color-slider-border-color": {
"component": "color-slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
+ "value": "{gray-1000}",
"uuid": "0c85e7fa-f950-436c-a68a-dd7fb8dfac9e"
},
"color-slider-border-opacity": {
@@ -107,8 +101,24 @@
"color-loupe-drop-shadow-color": {
"component": "color-loupe",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{transparent-black-300}",
- "uuid": "918b8089-d89f-45d2-8c9c-f3f13f81b0b9"
+ "value": "{drop-shadow-elevated-color}",
+ "uuid": "918b8089-d89f-45d2-8c9c-f3f13f81b0b9",
+ "deprecated": true,
+ "deprecated_comment": "Use `drop-shadow-elevated-color` instead"
+ },
+ "color-loupe-drop-shadow-y": {
+ "component": "color-loupe",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-elevated-y}",
+ "uuid": "c9af5d60-11b1-4fc3-972e-6a607120657b",
+ "deprecated": true
+ },
+ "color-loupe-drop-shadow-blur": {
+ "component": "color-loupe",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-elevated-blur}",
+ "uuid": "86caa027-9e9e-4a5f-aa38-058f0a96bc9d",
+ "deprecated": true
},
"color-loupe-inner-border": {
"component": "color-loupe",
@@ -123,13 +133,13 @@
"uuid": "4e1d1cc5-736e-4e82-9054-5c1a74ac1aca"
},
"card-selection-background-color": {
- "component": "cards",
+ "component": "card",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{gray-100}",
"uuid": "622c6e86-dea6-416d-9f13-bb6ef112d3cb"
},
"card-selection-background-color-opacity": {
- "component": "cards",
+ "component": "card",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"value": "0.95",
"uuid": "ac039445-0bf8-4821-b02e-e7e06a416576"
@@ -184,9 +194,9 @@
},
"color-handle-drop-shadow-color": {
"component": "color-handle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"deprecated": true,
"deprecated_comment": "Express does not need a separate design for Color loupe and Color handle components",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{drop-shadow-color}",
"uuid": "97dfaf7f-ac2d-4517-84cc-6f692f712fc5"
},
@@ -198,11 +208,11 @@
},
"floating-action-button-shadow-color": {
"component": "floating-action-button",
- "deprecated": true,
- "deprecated_comment": "Use `floating-action-button-drop-shadow-color` instead",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{floating-action-button-drop-shadow-color}",
- "uuid": "f843b1b7-4b2f-496e-a679-b0372e49d575"
+ "uuid": "f843b1b7-4b2f-496e-a679-b0372e49d575",
+ "deprecated": true,
+ "deprecated_comment": "Use `floating-action-button-drop-shadow-color` instead"
},
"table-row-hover-color": {
"component": "table",
@@ -257,5 +267,247 @@
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"value": "0.15",
"uuid": "6a093ea1-f07e-4673-b52f-5b28a2e080d0"
+ },
+ "menu-item-background-color-default": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "f4d97d6a-c1f3-4ef5-b7e5-8fbee1365a83"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-200}",
+ "uuid": "9b9e8b32-46b8-470d-85b9-352c00e90138"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "9f60dd0a-2a38-4f0d-a83c-3acf777a622a"
+ }
+ }
+ },
+ "menu-item-background-color-hover": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "857e82a6-537e-4534-9084-353c5401f567"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-200}",
+ "uuid": "f68ff159-e886-4519-b95e-e93879a2f535"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "d3d08f7a-c516-4f0c-9377-4824d615ab66"
+ }
+ }
+ },
+ "menu-item-background-color-down": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "d609bd79-ab48-4a7a-95b1-da5a88ac5338"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-200}",
+ "uuid": "7ccdd9e8-3677-4de8-b9df-19efa80d88c0"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "a8911c6e-f480-4a7d-b7fe-e20a45fb8b2a"
+ }
+ }
+ },
+ "menu-item-background-color-keyboard-focus": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "dd044387-57b9-4867-90fa-b3c4c4a62e5c"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-200}",
+ "uuid": "ae9dc785-2406-407e-ab47-d42d6fbf65f6"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "541a7020-5cf5-4ebd-ac1f-2b776d5925af"
+ }
+ }
+ },
+ "menu-item-background-color-disabled": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "211d6540-cf9d-4d80-815b-885844283fa6"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-200}",
+ "uuid": "0e2c2900-180c-443a-86ff-49170166e616"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "ce26d102-2e5e-4b11-b9bf-4d1b347c60c5"
+ }
+ }
+ },
+ "popover-border-color": {
+ "component": "popover",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{transparent-white-25}",
+ "uuid": "66da6f53-5446-43c1-bbe0-73b46763fde1"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-400}",
+ "uuid": "825dc035-7b1c-4ddd-b1a9-be1546dae7e3"
+ }
+ }
+ },
+ "popover-border-opacity": {
+ "component": "popover",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0",
+ "uuid": "05c58363-1d34-4991-a7f7-7be7da4df50a"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "1.0",
+ "uuid": "fa9feacc-0c82-41a7-badc-5803c45a703b"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0",
+ "uuid": "d8f81d4f-b921-4a41-89c1-cdc79d40901a"
+ }
+ }
+ },
+ "coach-indicator-color": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-800}",
+ "uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
+ },
+ "swatch-group-border-color": {
+ "component": "swatch-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-1000}",
+ "uuid": "08b8d06a-5475-47bf-ad2e-9f52ee07345a"
+ },
+ "avatar-border-color": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-25}",
+ "uuid": "bae79ea7-2b3e-4d43-af42-7deab67acc7c"
+ },
+ "standard-panel-gripper-color-drag": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-800}",
+ "uuid": "69e2d0b3-6807-4e46-9f8a-72bf49439f36"
+ },
+ "standard-panel-gripper-color": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-200}",
+ "uuid": "71840c7b-acdd-45b9-a228-5091591f5405"
+ },
+ "bar-panel-gripper-color": {
+ "component": "bar-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-200}",
+ "uuid": "5a46c025-32b4-4bda-bab0-5ab0fb69ca8e"
+ },
+ "bar-panel-gripper-color-drag": {
+ "component": "bar-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-800}",
+ "uuid": "16431c28-23e4-4077-bcfa-138f90583282"
+ },
+ "select-box-selected-border-color": {
+ "component": "select-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-800}",
+ "uuid": "4bbb81b1-09fb-4ebe-80b5-cebb75c13839"
+ },
+ "tree-view-row-background-hover": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "39d26185-da40-47b5-b4b3-e47689129256"
+ },
+ "tree-view-selected-row-background-color-emphasized": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{informative-background-color-default}",
+ "uuid": "65854450-ed1a-49ea-ab29-d257b8a0569e"
+ },
+ "tree-view-selected-row-background-default": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "8f19994d-f49a-42ea-97bd-98ab1d76d02d"
+ },
+ "tree-view-selected-row-background-hover": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-100}",
+ "uuid": "c325ed8f-8248-40c3-a0f0-efba57638f24"
+ },
+ "color-wheel-border-color": {
+ "component": "color-wheel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-1000}",
+ "uuid": "a60c3946-dff7-4245-bdcd-b61445066e48"
+ },
+ "color-wheel-border-opacity": {
+ "component": "color-wheel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0.1",
+ "uuid": "be8fac27-b644-492e-a89d-6c87cfecb8a1"
+ },
+ "action-bar-border-color": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{transparent-white-25}",
+ "uuid": "166159cc-9353-4d22-90f0-64718533d73a"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-400}",
+ "uuid": "dac0d761-d8c1-4b1f-bfbe-766651122ecf"
+ }
+ }
}
}
diff --git a/packages/tokens/src/color-palette.json b/packages/tokens/src/color-palette.json
index e4bd755e..15d14616 100644
--- a/packages/tokens/src/color-palette.json
+++ b/packages/tokens/src/color-palette.json
@@ -5,136 +5,200 @@
"uuid": "9b799da8-2130-417e-b7ee-5e1154a89837",
"private": true
},
- "transparent-white-100": {
+ "transparent-white-25": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgba(255, 255, 255, 0)",
+ "uuid": "98a7279b-e21c-41ae-9bae-8b9b2b243e35",
+ "private": true
+ },
+ "transparent-white-50": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(255, 255, 255, 0.04)",
+ "uuid": "db1dbf26-fa48-42e1-b724-7953b0a6a543",
+ "private": true
+ },
+ "transparent-white-75": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(255, 255, 255, 0.07)",
+ "uuid": "28d11d38-570d-4d99-b581-855781b972c5",
+ "private": true
+ },
+ "transparent-white-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(255, 255, 255, 0.11)",
"uuid": "a1b64a62-7c78-415e-a9be-c86acbf361ca",
"private": true
},
"transparent-white-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(255, 255, 255, 0.1)",
+ "value": "rgba(255, 255, 255, 0.14)",
"uuid": "936db837-bc5a-40b0-a0e8-8e39b9fc62cb",
"private": true
},
"transparent-white-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(255, 255, 255, 0.25)",
+ "value": "rgba(255, 255, 255, 0.17)",
"uuid": "5ffa0283-ce9c-4f96-9227-f559ec54ee0c",
"private": true
},
"transparent-white-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(255, 255, 255, 0.4)",
+ "value": "rgba(255, 255, 255, 0.21)",
"uuid": "12e610d4-e3dc-4e86-9c09-09d86915b6f1",
"private": true
},
"transparent-white-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(255, 255, 255, 0.55)",
+ "value": "rgba(255, 255, 255, 0.39)",
"uuid": "89c1380f-3e8e-4895-b025-027cee7ecd5b",
"private": true
},
"transparent-white-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(255, 255, 255, 0.7)",
+ "value": "rgba(255, 255, 255, 0.51)",
"uuid": "b24431ee-5c72-4a73-8733-746c6f5d77c0",
"private": true
},
"transparent-white-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(255, 255, 255, 0.8)",
+ "value": "rgba(255, 255, 255, 0.66)",
"uuid": "3ecc14ec-a21e-47ba-8225-915509a532af",
"private": true
},
"transparent-white-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(255, 255, 255, 0.9)",
+ "value": "rgba(255, 255, 255, 0.85)",
"uuid": "b85836bf-af47-412a-900a-4ec5ad0733b2",
"private": true
},
"transparent-white-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 255, 255)",
+ "value": "rgba(255, 255, 255, 0.94)",
"uuid": "c5c823c6-1911-4e0e-ba2f-5105f467e108",
"private": true
},
+ "transparent-white-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "1409a50a-9a9d-463d-957f-fa2e4f98a0cd",
+ "private": true
+ },
"black": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(0, 0, 0)",
"uuid": "28dea8b0-4e9a-46f9-babb-c8910e6ae783",
"private": true
},
- "transparent-black-100": {
+ "transparent-black-25": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgba(0, 0, 0, 0)",
+ "uuid": "d0867b86-6245-4c02-8617-ea7fd5c80288",
+ "private": true
+ },
+ "transparent-black-50": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.03)",
+ "uuid": "d6aa176c-30bd-423f-b05f-4360672bd87e",
+ "private": true
+ },
+ "transparent-black-75": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.05)",
+ "uuid": "d33a66ea-ca60-416f-9e92-967dbbb1e983",
+ "private": true
+ },
+ "transparent-black-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgba(0, 0, 0, 0.09)",
"uuid": "7565eb32-d745-4fc3-8779-a717f8ba910a",
"private": true
},
"transparent-black-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.1)",
+ "value": "rgba(0, 0, 0, 0.12)",
"uuid": "a84ecad8-8005-4ce4-add6-7f83f7e05ba0",
"private": true
},
"transparent-black-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.25)",
+ "value": "rgba(0, 0, 0, 0.15)",
"uuid": "16a871e1-d9df-42bb-8889-99059d70e82e",
"private": true
},
"transparent-black-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.4)",
+ "value": "rgba(0, 0, 0, 0.22)",
"uuid": "b769453b-586c-4dd2-b3a1-ddf5964160bc",
"private": true
},
"transparent-black-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.55)",
+ "value": "rgba(0, 0, 0, 0.44)",
"uuid": "cebedd9f-9e4b-47cf-addb-45d8ff9c9179",
"private": true
},
"transparent-black-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.7)",
+ "value": "rgba(0, 0, 0, 0.56)",
"uuid": "199e19a5-bf7d-4933-8425-d7d5881e4cf5",
"private": true
},
"transparent-black-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.8)",
+ "value": "rgba(0, 0, 0, 0.69)",
"uuid": "56da822f-98ea-4ad1-b993-3f052de45f36",
"private": true
},
"transparent-black-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgba(0, 0, 0, 0.9)",
+ "value": "rgba(0, 0, 0, 0.84)",
"uuid": "3e89f180-b0f0-4de0-904b-c80f0210a361",
"private": true
},
"transparent-black-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 0, 0)",
+ "value": "rgba(0, 0, 0, 0.93)",
"uuid": "c0a331f9-53e3-4c72-b5e3-139d730a1752",
"private": true
},
- "gray-50": {
+ "transparent-black-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 0, 0)",
+ "uuid": "098f2f56-e52f-47b1-943a-d1d7218de484",
+ "private": true
+ },
+ "gray-25": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(17, 17, 17)",
+ "uuid": "ac61b090-d356-4f7f-ac6d-b4f20617c9e3"
+ },
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(255, 255, 255)",
- "uuid": "f6e408a6-81ae-4658-8375-a532f324eba0"
+ "uuid": "a8c6363c-5297-41e3-ad76-1b6d0d3a3cc9"
},
- "dark": {
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "0906f3b2-74a9-4012-9e26-4d8f68f0eba9"
+ }
+ },
+ "private": true
+ },
+ "gray-50": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(29, 29, 29)",
- "uuid": "d5641118-4015-426d-bf92-7c63393b3775"
+ "value": "rgb(248, 248, 248)",
+ "uuid": "f6e408a6-81ae-4658-8375-a532f324eba0"
},
- "darkest": {
+ "dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 0, 0)",
+ "value": "rgb(27, 27, 27)",
"uuid": "0913be1e-b648-4b80-9976-fd8e5e53f4fc"
},
"wireframe": {
@@ -143,25 +207,19 @@
"uuid": "16ee1a81-e7d0-46ff-af81-5eca376ce203"
}
},
- "private": true,
- "uuid": "f668a787-a8e4-4d8f-861b-1ff7bd128793"
+ "private": true
},
"gray-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(253, 253, 253)",
+ "value": "rgb(243, 243, 243)",
"uuid": "01cd6c7e-f2eb-4b5d-9e2a-30940e1ab37b"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(38, 38, 38)",
- "uuid": "9a66da2c-7f73-4364-8674-85f794399e37"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(14, 14, 14)",
+ "value": "rgb(34, 34, 34)",
"uuid": "1666d544-ad1b-445a-9a57-d2277fb752eb"
},
"wireframe": {
@@ -170,25 +228,19 @@
"uuid": "4b6e738d-ac71-4d34-83eb-cd45e511b144"
}
},
- "private": true,
- "uuid": "a8999689-c198-4d38-bbff-57fc217e7922"
+ "private": true
},
"gray-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(248, 248, 248)",
+ "value": "rgb(233, 233, 233)",
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(50, 50, 50)",
- "uuid": "4500355e-ce60-4046-b692-71301b6b1348"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(29, 29, 29)",
+ "value": "rgb(44, 44, 44)",
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
},
"wireframe": {
@@ -197,25 +249,19 @@
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
}
},
- "private": true,
- "uuid": "55a0effe-1758-4b2f-908c-d36e460880b8"
+ "private": true
},
"gray-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(230, 230, 230)",
+ "value": "rgb(225, 225, 225)",
"uuid": "8de4888d-8da5-45a0-8d5d-64a734993ae4"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(63, 63, 63)",
- "uuid": "352ca27b-fdb8-4a66-b46d-6e6994c6a19d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(48, 48, 48)",
+ "value": "rgb(50, 50, 50)",
"uuid": "0a676e7a-8a89-4607-a918-3abcfb0234a2"
},
"wireframe": {
@@ -224,25 +270,19 @@
"uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
}
},
- "private": true,
- "uuid": "067d4f1e-c9cb-42f4-a108-cb5ded87f014"
+ "private": true
},
"gray-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(213, 213, 213)",
+ "value": "rgb(218, 218, 218)",
"uuid": "aad52960-a7ec-4f69-85f9-3e1a87975120"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(84, 84, 84)",
- "uuid": "70fe1801-98f7-4cb8-a275-8cb9f180f2fc"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(75, 75, 75)",
+ "value": "rgb(57, 57, 57)",
"uuid": "cc8c4299-c40d-4e93-80b2-c052ee8aaf40"
},
"wireframe": {
@@ -251,25 +291,19 @@
"uuid": "57d4b287-c9d9-4c56-894b-2df496d9a3b4"
}
},
- "private": true,
- "uuid": "87708b3e-3407-4fb2-adc3-a8a1127a82b1"
+ "private": true
},
"gray-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(177, 177, 177)",
+ "value": "rgb(198, 198, 198)",
"uuid": "9a4b4fc4-25e4-4ca8-b0d1-949c5851b47e"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(112, 112, 112)",
- "uuid": "4ef9462d-9c24-4a0f-b205-0eb04bf242a2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(106, 106, 106)",
+ "value": "rgb(68, 68, 68)",
"uuid": "c34dd99f-e576-4c98-a89d-86dd47514c55"
},
"wireframe": {
@@ -278,25 +312,19 @@
"uuid": "4634f126-2240-4de9-b244-ab2b833d70ef"
}
},
- "private": true,
- "uuid": "a3d15bb5-3d17-4d5b-b7a6-f0b3b9d6bead"
+ "private": true
},
"gray-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(144, 144, 144)",
+ "value": "rgb(143, 143, 143)",
"uuid": "7fa86c73-f058-4922-be8d-19902515cf44"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(144, 144, 144)",
- "uuid": "c295d2a4-0711-40a0-904c-b8d0c7e1b724"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(141, 141, 141)",
+ "value": "rgb(109, 109, 109)",
"uuid": "05808575-f14b-49d1-aefb-e3667ec0f5a4"
},
"wireframe": {
@@ -305,25 +333,19 @@
"uuid": "bc09529e-716c-4541-a75a-081ed9fdd860"
}
},
- "private": true,
- "uuid": "f413727c-d46a-4d66-a8a3-4b2dccd6efd8"
+ "private": true
},
"gray-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(109, 109, 109)",
+ "value": "rgb(113, 113, 113)",
"uuid": "e6a41088-a188-483c-b197-63ed3c70463d"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(178, 178, 178)",
- "uuid": "7c21df9e-eb58-44da-9bea-e2bacd494130"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(176, 176, 176)",
+ "value": "rgb(138, 138, 138)",
"uuid": "8880b8f1-7850-49ef-a7ab-fd4e16cb37a6"
},
"wireframe": {
@@ -332,25 +354,19 @@
"uuid": "3ab25385-aece-42c4-af86-01ea97ed2455"
}
},
- "private": true,
- "uuid": "089feb70-0076-4745-ad5b-6edd6961caf6"
+ "private": true
},
"gray-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(70, 70, 70)",
+ "value": "rgb(80, 80, 80)",
"uuid": "97111e8e-5823-47f2-af64-c3244b8d3492"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(209, 209, 209)",
- "uuid": "0b0dc002-bbda-46bf-a0fa-6d361009e31c"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(208, 208, 208)",
+ "value": "rgb(175, 175, 175)",
"uuid": "3cc563c6-386e-4b08-850d-68d4a292e559"
},
"wireframe": {
@@ -359,25 +375,19 @@
"uuid": "b5201efc-0a69-4a87-8b9b-e869bcf03457"
}
},
- "private": true,
- "uuid": "e8af5fd3-3237-483a-bca2-79c3e19c8cef"
+ "private": true
},
"gray-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(34, 34, 34)",
+ "value": "rgb(41, 41, 41)",
"uuid": "2caf1f36-80b9-4659-90be-8d89672bb19f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(235, 235, 235)",
- "uuid": "bca0223a-6639-4881-a7a4-e131c28968e7"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(235, 235, 235)",
+ "value": "rgb(219, 219, 219)",
"uuid": "d39fc368-ec71-40cd-85e9-afb07862f2b7"
},
"wireframe": {
@@ -386,25 +396,19 @@
"uuid": "22e79b14-2a60-4721-8e9b-800fa9e7a128"
}
},
- "private": true,
- "uuid": "5a77ca5d-b4b4-4ca9-bceb-b5fcd4a84edd"
+ "private": true
},
"gray-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 0, 0)",
+ "value": "rgb(19, 19, 19)",
"uuid": "59093f0d-98b7-4659-bea6-3248ad20e96c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 255, 255)",
- "uuid": "1ea0996b-81ab-4182-a86f-fd51a829eb96"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 255, 255)",
+ "value": "rgb(242, 242, 242)",
"uuid": "90d25d68-afb1-4b2a-9dba-3fe22d44976f"
},
"wireframe": {
@@ -413,4981 +417,6135 @@
"uuid": "93fb6cac-b190-4a5a-951f-f5dc4c0d5978"
}
},
- "private": true,
- "uuid": "78316eb8-0e0f-411a-8ff0-496e24d0c9b5"
+ "private": true
+ },
+ "gray-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "5ce8c477-ae6e-427a-ac5c-79d15c8056ab"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 0, 0)",
+ "uuid": "457fbeb8-56cd-4f3c-9950-f5e01f83f07c"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "e804baf9-ae2c-4574-96d9-10cd5253fe47"
+ }
+ },
+ "private": true
},
"blue-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(224, 242, 255)",
+ "value": "rgb(245, 249, 255)",
"uuid": "bb610367-a43d-4ba9-b667-84b4d8da69b2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 56, 119)",
- "uuid": "03fd9144-0640-4bb0-83bd-677a4e48c128"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 38, 81)",
+ "value": "rgb(14, 23, 63)",
"uuid": "7d56ac58-fd58-41b3-9bbd-448ae0a7dd85"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "05ffb7a9-8bd9-46cd-bfb0-66217d52ceb1"
}
},
- "private": true,
- "uuid": "64f3815b-e429-43f6-8a1c-4049f0f1722d"
+ "private": true
},
"blue-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(202, 232, 255)",
+ "value": "rgb(229, 240, 254)",
"uuid": "989a37a5-66f2-4a84-a118-8d36caee6695"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 65, 138)",
- "uuid": "acb6d305-c1d9-498a-9db3-5d8e921dccda"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 50, 106)",
+ "value": "rgb(15, 28, 82)",
"uuid": "7b7d1fd8-cc1e-4053-b320-e481b8f64c46"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "1f9bd0a5-d1ed-4d24-b8bf-273f5f22a5f4"
}
},
- "private": true,
- "uuid": "7e952162-5ef5-45d4-ae14-ebef50162185"
+ "private": true
},
"blue-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(181, 222, 255)",
+ "value": "rgb(203, 226, 254)",
"uuid": "58dc7d3a-3a6d-4ee4-ad38-5e01a07335bd"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 77, 163)",
- "uuid": "da78a0bb-b306-4ff2-8080-bdf21ca6bed3"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 64, 135)",
+ "value": "rgb(12, 33, 117)",
"uuid": "d88d1685-29dc-486b-a0b9-9c90f60b8cde"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "94ed3997-5b56-41e8-9746-1d7515244c6e"
}
},
- "private": true,
- "uuid": "3413a337-7b3c-4200-8423-42954df37461"
+ "private": true
},
"blue-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(150, 206, 253)",
+ "value": "rgb(172, 207, 253)",
"uuid": "9c39c15f-04ee-4cb3-acf3-04c390f14780"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 89, 194)",
- "uuid": "9729fbd6-6eb6-4c91-a73e-d0bd3ffbd1f3"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 78, 166)",
+ "value": "rgb(18, 45, 154)",
"uuid": "29d339bb-ef80-40f8-a69b-afa778b60805"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "23852b5e-2d80-4c89-946c-1c8c2fe37b39"
}
},
- "private": true,
- "uuid": "7c9368b4-a2ac-490f-95a4-c2d506a2f064"
+ "private": true
},
"blue-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(120, 187, 250)",
+ "value": "rgb(142, 185, 252)",
"uuid": "ccc5c654-280e-4f46-964e-9d589f571bc6"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(3, 103, 224)",
- "uuid": "209d7715-b78a-4265-908f-6d9a03e63bb1"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 92, 200)",
+ "value": "rgb(26, 58, 195)",
"uuid": "a61ed901-7f77-4667-9d19-fff6bab20623"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "ca7117db-c105-446f-85e5-72f1191b9cfd"
}
},
- "private": true,
- "uuid": "30ba29dc-5f28-47c7-b41f-2156c8943040"
+ "private": true
},
"blue-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(89, 167, 246)",
+ "value": "rgb(114, 158, 253)",
"uuid": "b781aad3-054c-4e81-a368-a8165e6035fd"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(19, 121, 243)",
- "uuid": "8e465599-1ad1-45f7-8db3-99caed033cfe"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(6, 108, 231)",
+ "value": "rgb(37, 73, 229)",
"uuid": "7e770996-780a-4494-91ea-08c1ae6cfa80"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "560dddaa-d4ae-4d84-8750-30eb72f9e33c"
}
},
- "private": true,
- "uuid": "fbd8fd2c-91bc-4531-86cc-cc71aba419d2"
+ "private": true
},
"blue-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(56, 146, 243)",
+ "value": "rgb(93, 137, 255)",
"uuid": "1a25f1fe-6d20-49f9-b8f9-d304efc83626"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(52, 143, 244)",
- "uuid": "9260c8ad-9e25-4103-baf2-ea008746a2f7"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(29, 128, 245)",
+ "value": "rgb(52, 91, 248)",
"uuid": "5cc66280-e13a-459d-8529-c3f531aa5e4e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "0a50f1d3-8ae9-4955-9b1e-3d18121a3302"
}
},
- "private": true,
- "uuid": "003abb20-2cf8-4c48-ae35-bdff79ae6a02"
+ "private": true
},
"blue-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(20, 122, 243)",
+ "value": "rgb(75, 117, 255)",
"uuid": "5ac73d3a-a6cc-4403-a8d5-46bc262d62e9"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(84, 163, 246)",
- "uuid": "10aaf031-3586-47a6-90f5-c698f6be5bd6"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(64, 150, 243)",
+ "value": "rgb(64, 105, 253)",
"uuid": "cf0bafc5-f5c6-4986-a17a-6660dc542b71"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "84bc6532-7cb0-47ea-8951-b16bc2a7aab9"
}
},
- "private": true,
- "uuid": "1473440e-654c-4475-81da-7e7e296ddebc"
+ "private": true
},
"blue-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(2, 101, 220)",
+ "value": "rgb(59, 99, 251)",
"uuid": "3451c170-3e78-449b-86f2-8b7dbea24c1c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 183, 249)",
- "uuid": "2251d00a-e90d-4758-91af-50c1c37232fe"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(94, 170, 247)",
+ "value": "rgb(86, 129, 255)",
"uuid": "82b09b04-6a70-4a95-9eb5-a321a66a6465"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "895407bb-8fda-4857-92a9-bf0cc06f2c3f"
}
},
- "private": true,
- "uuid": "e6b19f4c-0cc5-49cb-ac33-a7327b488d72"
+ "private": true
},
"blue-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 84, 182)",
+ "value": "rgb(39, 77, 234)",
"uuid": "da15fc4a-a3ce-4cbe-a2d1-bf5a2e77e5c4"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(143, 202, 252)",
- "uuid": "f9a4d76d-cbf9-482d-b582-01462f1ca969"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(124, 189, 250)",
+ "value": "rgb(105, 149, 254)",
"uuid": "147ed079-b4f0-4cd7-89cd-7ec93750d688"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "a50fef9e-d01f-490c-9baa-8c9672f1ac96"
}
},
- "private": true,
- "uuid": "14fc0f42-79ab-4637-b6f6-921c857a3f13"
+ "private": true
},
"blue-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 68, 145)",
+ "value": "rgb(29, 62, 207)",
"uuid": "7044000c-09c4-4c12-8b37-94f8601217e2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(174, 219, 254)",
- "uuid": "94fd01de-1609-4dad-8e91-c0ce904aa743"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(152, 206, 253)",
+ "value": "rgb(124, 169, 252)",
"uuid": "2a5d2e32-930d-4c50-b1fd-6781a1dc1db5"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "85683533-e660-4037-ad0a-3d5e7714a757"
}
},
- "private": true,
- "uuid": "d7935092-948a-4b48-be57-5ddf286cd351"
+ "private": true
},
"blue-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 53, 113)",
+ "value": "rgb(21, 50, 173)",
"uuid": "aae7bf70-35c6-49f9-a6da-ba40ee217c3d"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(204, 233, 255)",
- "uuid": "064dfc3f-d7fa-46c1-a4a4-21bc5b2f18d5"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(179, 222, 254)",
+ "value": "rgb(152, 192, 252)",
"uuid": "ce7da4ba-77ed-4bdd-a154-90f389af6c2a"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "ccde5f80-26bb-4de8-9982-0f7fd3a97e7d"
}
},
- "private": true,
- "uuid": "3879055d-bec5-4f5c-a0e0-0380fbdb4951"
+ "private": true
},
"blue-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 39, 84)",
+ "value": "rgb(16, 40, 140)",
"uuid": "c6fce6c2-ca99-4a3d-b2af-d96a35ec70dc"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(232, 246, 255)",
- "uuid": "96f80a02-6ecf-4e17-b1f0-e508d8b0d422"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(206, 234, 255)",
+ "value": "rgb(181, 213, 253)",
"uuid": "2bc63c0d-691c-4cc4-95b6-b4e530a44978"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "4dbbc998-deeb-4268-9a6a-c49a57ff0bcc"
}
},
- "private": true,
- "uuid": "e77e1e22-2ca0-4407-80ce-128a26d89f4d"
+ "private": true
},
"blue-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 28, 60)",
+ "value": "rgb(12, 31, 105)",
"uuid": "af563d02-b975-4ba5-82d3-02bcf30f762c"
},
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(213, 231, 254)",
+ "uuid": "eb86d777-ec23-47e4-adc6-1203709dc00d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "0284c8ef-fd73-4c33-8f31-bc9a83a5a84f"
+ }
+ },
+ "private": true
+ },
+ "blue-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(238, 245, 255)",
+ "uuid": "616c28b4-d9bf-4ff3-9075-6acaad6c112c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(14, 24, 67)",
+ "uuid": "a24a53d4-d3c3-4d84-b6eb-048326659524"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "07862296-803e-42fc-8ba1-ff8c25e76f66"
+ }
+ },
+ "private": true
+ },
+ "blue-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(255, 255, 255)",
- "uuid": "2d4fbd92-649f-457e-ad5c-39798f3da5a8"
+ "uuid": "7e8a7cd3-c803-41a9-9178-b43f9eb2e735"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(227, 243, 255)",
- "uuid": "eb86d777-ec23-47e4-adc6-1203709dc00d"
+ "value": "rgb(7, 11, 30)",
+ "uuid": "29610c54-a311-470d-ad77-c28c000730e3"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
- "uuid": "0284c8ef-fd73-4c33-8f31-bc9a83a5a84f"
+ "value": "rgb(8, 12, 22)",
+ "uuid": "9d380e6c-f6e9-433d-a8d8-f2432181736c"
}
},
- "private": true,
- "uuid": "d79a2f66-b8e2-42ed-a886-8e3c44e9602f"
+ "private": true
},
"red-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 235, 231)",
+ "value": "rgb(255, 246, 245)",
"uuid": "c9e0870a-8cf0-438e-9395-8141c316ad57"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(123, 0, 0)",
- "uuid": "9e721c6e-a111-411c-a892-55bf69fcd169"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(87, 0, 0)",
+ "value": "rgb(54, 10, 3)",
"uuid": "04f6044b-d0fa-4705-858c-2dc5721ec30f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "b9752d64-5683-4ddc-ae30-164c475a5d90"
}
},
- "private": true,
- "uuid": "63b6ddb1-97f3-47eb-863b-c101d55591d6"
+ "private": true
},
"red-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 221, 214)",
+ "value": "rgb(255, 235, 232)",
"uuid": "a1f7b6a3-4195-44dc-a772-9a04d3cf859c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(141, 0, 0)",
- "uuid": "803d7924-3746-43b0-ab32-6b4b5f4dae19"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(110, 0, 0)",
+ "value": "rgb(68, 13, 5)",
"uuid": "b18ca77b-898e-4e09-88e2-8901de3e9172"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "1d78cfc4-2c54-450e-9c5a-e3d3a40bcf32"
}
},
- "private": true,
- "uuid": "31028ec2-bbf8-4236-a420-94c9912f8049"
+ "private": true
},
"red-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 205, 195)",
+ "value": "rgb(255, 214, 209)",
"uuid": "3a393af6-c7f2-45bb-a4bc-9b55518c71ac"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(165, 0, 0)",
- "uuid": "330ceaaf-c223-44b9-9548-7ee41e6ca590"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(138, 0, 0)",
+ "value": "rgb(87, 17, 7)",
"uuid": "fcfcf026-be31-4a05-b833-6757cacb8b05"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "c020ab70-b666-478b-aaf2-8e06c033f307"
}
},
- "private": true,
- "uuid": "d70696c6-3143-423f-85c7-1b6514eac5af"
+ "private": true
},
"red-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 183, 169)",
+ "value": "rgb(255, 188, 180)",
"uuid": "49e7cf3a-1f2a-4487-a0a9-3869a30593f1"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 4, 3)",
- "uuid": "e3eb789d-b34a-467e-a195-77aaee2f0d6b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(167, 0, 0)",
+ "value": "rgb(115, 24, 11)",
"uuid": "8f9fa135-5aca-4e42-b247-fdfbf74bc07b"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "4ca331f0-9278-4ad7-9328-766e8a5f83e6"
}
},
- "private": true,
- "uuid": "0a243ca7-4175-42f5-bc07-c9b19f938dda"
+ "private": true
},
"red-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 155, 136)",
+ "value": "rgb(255, 157, 145)",
"uuid": "70b11bf5-60c8-48a6-a1d5-2a74bc22e283"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(215, 25, 19)",
- "uuid": "c6b687eb-7999-4ef4-a680-aa15581db960"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(196, 7, 6)",
+ "value": "rgb(147, 31, 17)",
"uuid": "ec50a21c-88aa-41a8-b607-c8b1c407ac4f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "92784233-e6b0-4de0-8069-f3c037472dec"
}
},
- "private": true,
- "uuid": "6a43e349-9df3-4f24-bebf-9c1c758839df"
+ "private": true
},
"red-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 124, 101)",
+ "value": "rgb(255, 118, 101)",
"uuid": "00d13447-f1f9-4cda-89b4-6a839260e91a"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(234, 56, 41)",
- "uuid": "b4423bfa-8732-42df-ba45-361d1987bc0b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(221, 33, 24)",
+ "value": "rgb(177, 38, 23)",
"uuid": "ff0fa040-17d6-4570-84b5-7a88c5bb9f45"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "3fe966a7-eac1-4e06-9652-271182ff332d"
}
},
- "private": true,
- "uuid": "00fcc1d7-499a-460a-8c15-238e7a558dc2"
+ "private": true
},
"red-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(247, 92, 70)",
+ "value": "rgb(255, 81, 61)",
"uuid": "a84b6ffe-5235-4517-9beb-320ed79cf6b0"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(246, 88, 67)",
- "uuid": "ba040391-245e-4cd5-b499-9d3f9d82dedb"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(238, 67, 49)",
+ "value": "rgb(205, 46, 29)",
"uuid": "cb2486de-b2be-45e5-b459-6e371b29d357"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "fd598b48-a775-4c72-92e5-55f357c33537"
}
},
- "private": true,
- "uuid": "0e90c785-081e-4116-9c31-f045cddb4e36"
+ "private": true
},
"red-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(234, 56, 41)",
+ "value": "rgb(240, 56, 35)",
"uuid": "6c3daf67-9cdc-4c02-9912-ff0b902c22ed"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 117, 94)",
- "uuid": "f1e2ab4f-0bca-4c9e-ac63-18d36726560e"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(249, 99, 76)",
+ "value": "rgb(223, 52, 34)",
"uuid": "9ff36ad0-608e-46a7-ab56-00af3d307d83"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "abc67d6b-bd80-4e94-a91b-1f52216a5013"
}
},
- "private": true,
- "uuid": "5fd887b0-a9c5-4e5a-a7fe-194ab7bc920b"
+ "private": true
},
"red-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(211, 21, 16)",
+ "value": "rgb(215, 50, 32)",
"uuid": "d5d3bc64-629c-44b0-8ff5-81f260521f5b"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 149, 129)",
- "uuid": "c71c3423-88ee-4611-b07b-58630ce081f0"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 129, 107)",
+ "value": "rgb(252, 67, 46)",
"uuid": "ccb79099-59f4-4bf2-b149-0de72f556a45"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "f9fbdd87-77f6-4b99-b5f5-357604b57a48"
}
},
- "private": true,
- "uuid": "5666d2b9-014c-43af-93f3-7f8583ad9818"
+ "private": true
},
"red-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(180, 0, 0)",
+ "value": "rgb(183, 40, 24)",
"uuid": "4a585714-4331-44b1-b81f-25a8ff1cc8ea"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 176, 161)",
- "uuid": "e584aa4f-7e8f-4815-a9ca-f9804e233f5d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 158, 140)",
+ "value": "rgb(255, 103, 86)",
"uuid": "95621c5a-1768-4707-a2ce-bd15c61c89f4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "d3c2852d-4d9f-4493-af1a-cba5269baf22"
}
},
- "private": true,
- "uuid": "9f512db1-5b41-47d9-a4a9-1f3d0748b1f5"
+ "private": true
},
"red-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(147, 0, 0)",
+ "value": "rgb(156, 33, 19)",
"uuid": "a02ee7fb-b9de-45f1-bee7-8ffe2145cbec"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 201, 189)",
- "uuid": "843a8bc9-646d-44e0-b6c0-728186ebc983"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 183, 169)",
+ "value": "rgb(255, 134, 120)",
"uuid": "53617d38-1075-4b47-87c7-4695b385a2d7"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "fb1cf925-d51e-4b6a-9cd1-ee711193a03a"
}
},
- "private": true,
- "uuid": "d1af4f1a-2e93-4f79-bec7-1a406155b376"
+ "private": true
},
"red-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(116, 0, 0)",
+ "value": "rgb(129, 27, 14)",
"uuid": "ea79c634-9d94-4012-bae0-903479c34dc5"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 222, 216)",
- "uuid": "34ad97a7-a6ee-4240-9eef-596694bf6e6b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 205, 195)",
+ "value": "rgb(255, 167, 157)",
"uuid": "e7820c1c-ff58-431d-b521-b81ee3281db0"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "2caf3838-8be9-41d9-9cb9-fa2e6a2f8373"
}
},
- "private": true,
- "uuid": "c44f2505-e3fe-4bc7-87ba-7a2260510a1e"
+ "private": true
},
"red-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(89, 0, 0)",
+ "value": "rgb(104, 21, 10)",
"uuid": "63934482-260f-4c73-a176-cad11427c537"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 241, 238)",
- "uuid": "27f9bb17-392f-4707-971e-1f42ebf2b3d9"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 223, 217)",
+ "value": "rgb(255, 196, 189)",
"uuid": "7691bca6-3749-4cb7-a950-a94fe3d2910f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "5e630b5e-ff35-4463-8db5-79519a54d64f"
}
},
- "private": true,
- "uuid": "f89b3056-071e-4fc4-aec6-562c5d51d030"
+ "private": true
},
"red-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(67, 0, 0)",
+ "value": "rgb(80, 16, 6)",
"uuid": "1c208bc2-2eca-4727-a195-f80fe0e7ea11"
},
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 222, 219)",
+ "uuid": "aaafa24c-cb3c-48cd-9cb7-e164be140ab5"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "e70a8b5a-06ec-4771-9c16-9e74ae15c9bc"
+ }
+ },
+ "private": true
+ },
+ "red-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 242, 240)",
+ "uuid": "e99ac2fd-25ab-4202-a279-41808cc8dbc6"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(59, 11, 4)",
+ "uuid": "45ef3c1f-fb24-4a0e-98c3-69c6027eb709"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "421ec0d6-4d71-4c2d-8a39-19e3700451f0"
+ }
+ },
+ "private": true
+ },
+ "red-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(255, 255, 255)",
- "uuid": "bb706c45-98ac-4fbe-b838-d42d930d31c0"
+ "uuid": "685778a4-bc17-4d74-a713-1776fc2516af"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 237, 234)",
- "uuid": "aaafa24c-cb3c-48cd-9cb7-e164be140ab5"
+ "value": "rgb(29, 5, 2)",
+ "uuid": "3d8a70af-6e0b-449f-98e3-515498bf00ca"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
- "uuid": "e70a8b5a-06ec-4771-9c16-9e74ae15c9bc"
+ "value": "rgb(8, 12, 22)",
+ "uuid": "50807cbc-ade6-4f6d-8711-f569a52adaf8"
}
},
- "private": true,
- "uuid": "b4e9ab89-23c0-41cf-aad5-cf2f2e47e5b7"
+ "private": true
},
"orange-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 236, 204)",
+ "value": "rgb(255, 246, 231)",
"uuid": "8bfd5eff-55b4-4b98-9b2e-2871e4ec6ff6"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(102, 37, 0)",
- "uuid": "507c23ac-f6a7-4820-b052-c129975eaa20"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(72, 24, 1)",
+ "value": "rgb(49, 16, 0)",
"uuid": "974ab8ec-6691-4696-b38c-77e16fb3df88"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "e4fff178-2055-4ec8-83e8-636a4ea8bb8c"
}
},
- "private": true,
- "uuid": "784a858d-b646-41d6-9a3f-95d849ec14eb"
+ "private": true
},
"orange-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 223, 173)",
+ "value": "rgb(255, 236, 207)",
"uuid": "64371717-ac11-4ec3-a0aa-9042cf43fa8f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(117, 45, 0)",
- "uuid": "abba55d6-d5e0-445a-af5f-c61b58ee148d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(92, 32, 0)",
+ "value": "rgb(61, 21, 0)",
"uuid": "587d4ce3-4275-4d2a-916c-2b1bf78c38ea"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "47e53be7-b33b-48e3-abdf-fe48d59f8819"
}
},
- "private": true,
- "uuid": "78415dd1-bbc2-4617-ad02-d56b1b76c73c"
+ "private": true
},
"orange-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(253, 210, 145)",
+ "value": "rgb(255, 218, 158)",
"uuid": "f34f9b32-ef46-4473-bfd6-10b858e53f55"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(137, 55, 0)",
- "uuid": "38a3144d-99ef-4b82-9742-e15bf64bdae4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(115, 43, 0)",
+ "value": "rgb(80, 27, 0)",
"uuid": "74f40bbb-5afd-4c88-89d3-e69de9e2b604"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "c455298b-cc23-4504-b731-27be6433fbcd"
}
},
- "private": true,
- "uuid": "22a43dda-14cb-41ba-8e53-cc4de56197eb"
+ "private": true
},
"orange-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 187, 99)",
+ "value": "rgb(255, 193, 94)",
"uuid": "15bea688-4c32-44c0-9ee3-242bdb50954c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(158, 66, 0)",
- "uuid": "88889af1-222d-466a-b283-2a5bf6b577c8"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(138, 55, 0)",
+ "value": "rgb(106, 36, 0)",
"uuid": "b912089a-b6c9-49ef-8a4b-0a1f6fbbe963"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "2c08292c-e6cc-4dcb-9046-8a2af09d1e43"
}
},
- "private": true,
- "uuid": "cfb5b180-7420-41db-896c-6873ba57edd0"
+ "private": true
},
"orange-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 160, 55)",
+ "value": "rgb(255, 162, 19)",
"uuid": "33bd4908-1259-4e75-8e96-bd410bebcfd6"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(180, 78, 0)",
- "uuid": "f447dc9f-3375-4b1e-8813-7952734f6aa6"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(162, 68, 0)",
+ "value": "rgb(135, 47, 0)",
"uuid": "8a56b352-d7d4-45d4-b403-448557656dab"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "e6c70e40-f9e7-4975-af39-9458a8325c6f"
}
},
- "private": true,
- "uuid": "f1eb78b7-92cd-4189-8e7c-9019318a04a7"
+ "private": true
},
"orange-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(246, 133, 17)",
+ "value": "rgb(252, 125, 0)",
"uuid": "eeede364-d711-40e5-9d2a-0255b10d36f2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(202, 93, 0)",
- "uuid": "527058c0-0e17-42bc-903f-c43db0c9cb9d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(186, 82, 0)",
+ "value": "rgb(162, 59, 0)",
"uuid": "27b198b5-bf02-476a-a440-84c9a5bd2ce3"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "8a201cca-353e-4538-a6b5-efbc2fc86186"
}
},
- "private": true,
- "uuid": "5afdf7f9-54d8-4737-b176-38244d1ce584"
+ "private": true
},
"orange-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(228, 111, 0)",
+ "value": "rgb(232, 106, 0)",
"uuid": "a4527b6f-e2d4-4a0f-b013-007dc5a2d3ac"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(225, 109, 0)",
- "uuid": "7816c1b2-49da-455e-a21f-4e82011f4dca"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(210, 98, 0)",
+ "value": "rgb(185, 73, 0)",
"uuid": "f9e84513-57d6-4786-b8db-c86055cebfc6"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "58992b4e-69ab-4919-922a-dd9277cb770e"
}
},
- "private": true,
- "uuid": "c5651842-f13e-4498-9ce4-39ed84ef20ad"
+ "private": true
},
"orange-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 93, 0)",
+ "value": "rgb(212, 91, 0)",
"uuid": "437e4f5b-e68c-4491-b26c-a9fa1503561b"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(244, 129, 12)",
- "uuid": "21d33346-5120-4b05-9d50-b027fd44c7a5"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(232, 116, 0)",
+ "value": "rgb(199, 82, 0)",
"uuid": "5a88ed4e-94f9-4533-ab13-3995b5a60a5a"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "8f42ee1b-59a5-4759-bef3-614835b348b2"
}
},
- "private": true,
- "uuid": "7a6946d1-8048-4853-a550-3fd972fdb72d"
+ "private": true
},
"orange-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(177, 76, 0)",
+ "value": "rgb(194, 78, 0)",
"uuid": "e9df9a43-f509-44f3-89f6-c277f7445651"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(254, 154, 46)",
- "uuid": "c3569470-05da-4825-a9cc-3e7ea1699fcd"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(249, 137, 23)",
+ "value": "rgb(224, 100, 0)",
"uuid": "0fbe4f46-02a8-444d-ace5-c245c6f15112"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "69637678-cb68-46f1-9353-1c7d0f86e51e"
}
},
- "private": true,
- "uuid": "b742d374-2071-49df-96f1-49b299c21576"
+ "private": true
},
"orange-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(149, 61, 0)",
+ "value": "rgb(167, 62, 0)",
"uuid": "7dc902b9-6512-429e-9cb4-c2f97ca08e99"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 181, 88)",
- "uuid": "02631a05-4d8e-4eed-af1f-e6c1f8c9c031"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 162, 59)",
+ "value": "rgb(243, 117, 0)",
"uuid": "92e06ff6-8347-4320-9a98-3054ba458d0e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "bc744bfa-dd64-4660-b67c-105f07e66644"
}
},
- "private": true,
- "uuid": "c8fd1b70-72be-48b7-be8a-984436124058"
+ "private": true
},
"orange-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(122, 47, 0)",
+ "value": "rgb(144, 51, 0)",
"uuid": "b6c1e499-f043-4b5a-81cf-4224a0f83fce"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(253, 206, 136)",
- "uuid": "aacaf0f0-b22a-4b25-9c87-6119c04ff035"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 188, 102)",
+ "value": "rgb(255, 137, 0)",
"uuid": "a571e2cd-2aff-4344-b608-45a48162cb61"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "7aea0d8d-0fb0-47c1-ae6a-97510159359b"
}
},
- "private": true,
- "uuid": "b1213a46-91c5-43ff-a7a9-3fe96af0eb2e"
+ "private": true
},
"orange-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(97, 35, 0)",
+ "value": "rgb(118, 41, 0)",
"uuid": "14da1231-c89f-45a1-845e-f3bd902f704b"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 225, 179)",
- "uuid": "39d4fb83-3982-439c-a9f9-bd95ab2ba7e4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(253, 210, 145)",
+ "value": "rgb(255, 173, 45)",
"uuid": "8e3fe8e0-2b14-4331-869f-de2680ea60ac"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "269da724-5ec7-4ceb-991d-1e83495cfaed"
}
},
- "private": true,
- "uuid": "a0d46435-9054-4cd0-a5c8-8bf28187fb6d"
+ "private": true
},
"orange-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(73, 25, 1)",
+ "value": "rgb(95, 32, 0)",
"uuid": "f650301b-6586-4193-9937-9f12d6c3f99f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 242, 221)",
- "uuid": "7f4eca34-effb-4749-8e80-b4b24dd96186"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 226, 181)",
+ "value": "rgb(255, 201, 116)",
"uuid": "06afaefe-7e0a-42e2-99b5-e62674e1185d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "c1389efc-8e68-4e2d-94b1-17e193264be7"
}
},
- "private": true,
- "uuid": "fef49d65-c699-4ff9-8265-b2041c08b2be"
+ "private": true
},
"orange-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(53, 18, 1)",
+ "value": "rgb(73, 24, 0)",
"uuid": "99a43835-df3a-4447-b91d-9d943659b07f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 253, 249)",
- "uuid": "cf947ed5-5665-4b46-aead-e18f2477ed48"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 239, 213)",
+ "value": "rgb(255, 225, 178)",
"uuid": "9f2f551f-b606-48ce-9493-888587d3ccb6"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
+ "value": "rgb(25, 39, 69)",
"uuid": "0d6ed0c9-b185-4656-9985-04904a39f5e6"
}
},
- "private": true,
- "uuid": "f7a380d3-111d-442f-8e78-1d7cce68a4c2"
+ "private": true
},
- "yellow-100": {
+ "orange-1500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 243, 225)",
+ "uuid": "48b0167c-d675-4fc5-9130-1b36a94fd163"
+ },
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(251, 241, 152)",
- "uuid": "910d2e36-245f-4df6-a99c-92a5bb4d4cce"
+ "value": "rgb(52, 18, 0)",
+ "uuid": "8aa75bbd-fd78-463d-a321-8672e5a537d6"
},
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "ea973b33-e10f-44b6-a621-92c752edb8af"
+ }
+ },
+ "private": true
+ },
+ "orange-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(76, 54, 0)",
- "uuid": "f18c112a-3abe-4a68-b671-f4e0a4e9ee80"
+ "value": "rgb(255, 255, 255)",
+ "uuid": "b2f21ea2-e546-4b1a-a72d-e840172857b4"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 8, 0)",
+ "uuid": "e99566f3-7b29-4c75-a4bd-ce17c0d84c3f"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "c93608b1-700d-496c-90c4-298870776956"
+ }
+ },
+ "private": true
+ },
+ "yellow-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 248, 204)",
+ "uuid": "910d2e36-245f-4df6-a99c-92a5bb4d4cce"
},
- "darkest": {
+ "dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(53, 36, 0)",
+ "value": "rgb(37, 23, 0)",
"uuid": "7bef094a-1523-4392-a0ca-59c48409f17a"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "be46f4fb-64d6-4e04-abd1-1f87c634d272"
}
},
- "private": true,
- "uuid": "c2803c8b-9e53-44cc-8f9a-dd7209191e2f"
+ "private": true
},
"yellow-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(248, 231, 80)",
+ "value": "rgb(255, 241, 151)",
"uuid": "0ebcaa53-4d19-4eed-99d1-4477f4358a58"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(88, 64, 0)",
- "uuid": "b5c57a8b-ba79-40ff-9710-016e4503f134"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(68, 47, 0)",
+ "value": "rgb(47, 29, 0)",
"uuid": "f4fdc925-63b3-4670-9f2b-a057c27c834a"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "2e4d1e66-b660-4e99-8f01-ff9964aa19d8"
}
},
- "private": true,
- "uuid": "b80b77ef-cbb2-4797-8bda-b67ff8330266"
+ "private": true
},
"yellow-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(248, 217, 4)",
+ "value": "rgb(255, 222, 44)",
"uuid": "97ea0771-52c6-48f0-8725-dc514b0738d4"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(103, 76, 0)",
- "uuid": "6735b5e5-4ce3-4fff-bb1f-497b8932c908"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(86, 62, 0)",
+ "value": "rgb(61, 39, 0)",
"uuid": "238147c6-0302-4d43-b3a3-42df832c7857"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "6547eb52-a3a5-4004-8125-df92fed7a062"
}
},
- "private": true,
- "uuid": "58a5ecc2-e5c3-4597-a366-cfece993fd1c"
+ "private": true
},
"yellow-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(232, 198, 0)",
+ "value": "rgb(245, 199, 0)",
"uuid": "8ffb47cc-cc5c-4179-807e-4a1cb45c6496"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(119, 89, 0)",
- "uuid": "e8802954-19e6-450c-a75a-7202e5a5023c"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(103, 77, 0)",
+ "value": "rgb(83, 52, 0)",
"uuid": "62ab6892-66ea-4b55-8c1a-fcc191d29717"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "2c6515da-f97b-4961-93cf-5b6c668fc0fc"
}
},
- "private": true,
- "uuid": "5211b5e1-262a-440b-900e-6417b7c071d3"
+ "private": true
},
"yellow-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(215, 179, 0)",
+ "value": "rgb(230, 175, 0)",
"uuid": "68a43979-6dee-45b9-963d-3e827b2554f4"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(136, 104, 0)",
- "uuid": "5d1e7587-c787-43cf-a17c-3bd9acc800af"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(122, 92, 0)",
+ "value": "rgb(107, 67, 0)",
"uuid": "efa1fdd8-4478-411a-892c-0ecf23939489"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "8e450204-2aa5-4cb2-959b-8fc28f7f55bf"
}
},
- "private": true,
- "uuid": "934f56c9-7533-4f7b-8843-6e0660e7fda2"
+ "private": true
},
"yellow-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(196, 159, 0)",
+ "value": "rgb(210, 149, 0)",
"uuid": "8c86293e-334b-49ed-a7aa-eb4fe987002f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(155, 120, 0)",
- "uuid": "6ce0efce-3c8c-4108-92b3-78f2088a7c83"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(141, 108, 0)",
+ "value": "rgb(130, 82, 0)",
"uuid": "8ae3c5ec-aabe-47a0-b822-ba0907e67ed4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "dfdf38c7-1e23-44a8-8a62-a5f6c3a341bf"
}
},
- "private": true,
- "uuid": "3fa9447b-781c-4964-b78e-9fc3f5d6c340"
+ "private": true
},
"yellow-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(176, 140, 0)",
+ "value": "rgb(193, 131, 0)",
"uuid": "881b7389-0c65-46e6-a391-d1d5800c535c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(174, 137, 0)",
- "uuid": "b0ccfc1b-2992-4d00-aa90-2990197f8a02"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(161, 126, 0)",
+ "value": "rgb(151, 97, 0)",
"uuid": "ac3e5d40-51eb-45aa-b4e0-87d3f6e8e359"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "69c7c213-9a1c-4cd2-ac90-2142aa955e00"
}
},
- "private": true,
- "uuid": "4a0220b0-9dd5-425d-b70d-3e4611052750"
+ "private": true
},
"yellow-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(155, 120, 0)",
+ "value": "rgb(175, 116, 0)",
"uuid": "b9ee2410-9573-4acd-bff8-ce11bf0f72a0"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(192, 156, 0)",
- "uuid": "aab14913-8d2a-428b-acb4-3c03529b4c20"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(180, 144, 0)",
+ "value": "rgb(164, 106, 0)",
"uuid": "67e8d9aa-d843-4536-9c97-bd51e62da8ee"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "9ebe0ca0-5580-4083-899a-ba4a4638254d"
}
},
- "private": true,
- "uuid": "c2faf691-90e9-4f40-8998-0222a97275ca"
+ "private": true
},
"yellow-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 102, 0)",
+ "value": "rgb(158, 102, 0)",
"uuid": "1b030fd3-f5bc-4e84-8efd-33db77bf64b8"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(211, 174, 0)",
- "uuid": "fba8d22e-6db1-4146-8554-8a9f819b09c3"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(199, 162, 0)",
+ "value": "rgb(186, 124, 0)",
"uuid": "a12f6cac-7fdc-4fd4-8120-ad957823ff6b"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "a9e4cb0b-80af-417f-b8d5-b1a7aefa15e5"
}
},
- "private": true,
- "uuid": "f2f9cb7f-4199-4e1f-bc6e-b04010685168"
+ "private": true
},
"yellow-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(112, 83, 0)",
+ "value": "rgb(134, 85, 0)",
"uuid": "a9d84db4-e9db-45a8-9010-4e64822f0408"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(228, 194, 0)",
- "uuid": "48c1ac65-4ffc-4bcc-b7c0-1c7263d1a5f2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 181, 0)",
+ "value": "rgb(203, 141, 0)",
"uuid": "4cf4a500-37a2-4dd8-a243-14f6c012b53c"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "7e7a2c49-bf61-4402-b85b-bf4df9ca8ff0"
}
},
- "private": true,
- "uuid": "91d01994-882d-42f0-b0a0-6f604b6ea8a6"
+ "private": true
},
"yellow-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(91, 67, 0)",
+ "value": "rgb(114, 72, 0)",
"uuid": "b6001568-2f26-4722-85e2-e6a3a8ad0ec8"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(244, 213, 0)",
- "uuid": "d6609e5e-813f-40a3-ba85-81e8e4ba533a"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 199, 0)",
+ "value": "rgb(218, 159, 0)",
"uuid": "4eee9daf-e19d-4e0b-b12d-4fdcc4852956"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "b54bc7bb-2347-4265-ba88-8af7fa420bdf"
}
},
- "private": true,
- "uuid": "70cb2f4b-6bab-4456-a012-8367a77eb7e8"
+ "private": true
},
"yellow-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(72, 51, 0)",
+ "value": "rgb(93, 59, 0)",
"uuid": "7be15b50-51c6-4d0c-9ec8-89b4ac170a5a"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(249, 232, 92)",
- "uuid": "e652bbeb-ea99-466e-aba9-ab40c8af690d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(247, 216, 4)",
+ "value": "rgb(235, 183, 0)",
"uuid": "69059dfa-e2e1-4f8d-b06b-058a8724e071"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "2e92e2de-12fa-45d3-be1d-5d875311bf1e"
}
},
- "private": true,
- "uuid": "00a1fbb6-cd56-4ab8-bf94-b2745ddc39b9"
+ "private": true
},
"yellow-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(54, 37, 0)",
+ "value": "rgb(75, 47, 0)",
"uuid": "b5808c39-38db-4378-96db-1f6d44ce5172"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(252, 246, 187)",
- "uuid": "ce6cae94-1b85-4a88-a582-c16750e2994d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(249, 233, 97)",
+ "value": "rgb(249, 206, 0)",
"uuid": "b2a1039c-cbfe-44bf-a0fe-822c5f576f52"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "21c27c6d-f054-48b4-abb8-5b0907e238e2"
}
},
- "private": true,
- "uuid": "cf7a2ece-3af0-4aab-a962-f67f8cc5bab6"
+ "private": true
},
"yellow-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(40, 26, 0)",
+ "value": "rgb(56, 35, 0)",
"uuid": "65ad1c10-fb0d-4dd2-a9f5-66ab34dcc86b"
},
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 230, 86)",
+ "uuid": "dfd355e7-82fd-4fdb-96bd-b584d7268ee9"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "e0d95ec7-193d-40d1-9bd9-e68ff27c0275"
+ }
+ },
+ "private": true
+ },
+ "yellow-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 246, 195)",
+ "uuid": "166ee2cc-b727-4f3c-9c08-5c586a0f6c11"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(40, 25, 0)",
+ "uuid": "d8eebb60-7b0c-496e-ae04-1f1fc61f3013"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "8be0ad1a-0cdf-409d-953f-0a203282e1d9"
+ }
+ },
+ "private": true
+ },
+ "yellow-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(255, 255, 255)",
- "uuid": "bf7b43f5-b6b9-4ba5-bbd1-406145088d66"
+ "uuid": "3df0b31f-656a-4400-99c4-d559da586714"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(252, 243, 170)",
- "uuid": "dfd355e7-82fd-4fdb-96bd-b584d7268ee9"
+ "value": "rgb(18, 11, 0)",
+ "uuid": "ada313e4-768c-4fd0-b93c-b6f6d2a50f68"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
- "uuid": "e0d95ec7-193d-40d1-9bd9-e68ff27c0275"
+ "value": "rgb(8, 12, 22)",
+ "uuid": "15f47c52-fa9c-4982-ad9c-684024a9a667"
}
},
- "private": true,
- "uuid": "80fcfe42-83d1-4e14-87d7-b38f8188ce5f"
+ "private": true
},
"chartreuse-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(219, 252, 110)",
+ "value": "rgb(246, 251, 222)",
"uuid": "b7cca467-abe9-4632-b01a-dda350c93480"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(48, 64, 0)",
- "uuid": "fe55390b-676c-42c3-bcaa-fc5295d59c3c"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(32, 43, 0)",
+ "value": "rgb(23, 28, 0)",
"uuid": "bdc6a473-3109-44c6-9e2f-198d3224d75f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "cc59e104-9997-4ed2-a29e-0af0b1a04b67"
}
},
- "private": true,
- "uuid": "b880507f-8faa-4f95-a45f-ff4c9cd8b7b1"
+ "private": true
},
"chartreuse-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 244, 67)",
+ "value": "rgb(234, 246, 173)",
"uuid": "c1146153-61bf-4a31-8254-54a1d25a93c5"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(55, 74, 0)",
- "uuid": "76dda145-58f8-448a-b37a-2f4b2d4f7fdd"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(42, 56, 0)",
+ "value": "rgb(30, 36, 0)",
"uuid": "b18f4550-5bbe-496c-b4a5-13df8fd0c7d7"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "838a5de8-2ec7-4814-8ba9-eaa4b0ad8e55"
}
},
- "private": true,
- "uuid": "700ac2a7-ddab-4404-9b10-17f863397f25"
+ "private": true
},
"chartreuse-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(188, 233, 42)",
+ "value": "rgb(208, 236, 70)",
"uuid": "f8812b11-742b-44d6-a21a-7fd3db39fe71"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(65, 87, 0)",
- "uuid": "4dd24fac-30ad-45a2-825f-3573c84496e8"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(54, 72, 0)",
+ "value": "rgb(39, 47, 0)",
"uuid": "b98dec90-df71-4593-946d-91df7918caac"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "bbb32db5-4835-4520-8bb1-ef2c8916c604"
}
},
- "private": true,
- "uuid": "b99d76b0-0200-438c-8d4a-96d8b2d19efd"
+ "private": true
},
"chartreuse-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(170, 216, 22)",
+ "value": "rgb(182, 219, 0)",
"uuid": "32e471ce-5b0d-40f1-a77a-67feff02775e"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(76, 102, 0)",
- "uuid": "ba474593-d290-441c-8077-b74c098f59d2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(66, 88, 0)",
+ "value": "rgb(53, 63, 0)",
"uuid": "6a974b7d-ccd2-4778-baae-8caf419a529c"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "eb857d3b-1956-4870-98cb-eaaffffaed85"
}
},
- "private": true,
- "uuid": "d625422a-c661-4e4a-9c44-4be8d7380566"
+ "private": true
},
"chartreuse-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(152, 197, 10)",
+ "value": "rgb(163, 196, 0)",
"uuid": "fe3be762-b55e-43cb-9163-68ee7dafc53e"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(89, 118, 0)",
- "uuid": "234a0a76-ffd8-4d22-8d66-21e0f84c42d2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(79, 105, 0)",
+ "value": "rgb(68, 82, 0)",
"uuid": "46d8fd3b-0e51-4cdd-a33c-de184b82dcc5"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "7bffe928-4940-41b1-a9d4-3cbee27cb472"
}
},
- "private": true,
- "uuid": "4e2b8114-d24d-44aa-8b71-e0217428027a"
+ "private": true
},
"chartreuse-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(135, 177, 3)",
+ "value": "rgb(143, 172, 0)",
"uuid": "d61e865b-6538-42a8-aba8-0842359b80c2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(102, 136, 0)",
- "uuid": "efd39a1a-549c-4742-918b-bec4ea48539b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(93, 123, 0)",
+ "value": "rgb(83, 100, 0)",
"uuid": "965174d2-e743-41df-a8e2-570b2ae2f447"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "788108ff-5238-4a75-8936-092df93a3fd0"
}
},
- "private": true,
- "uuid": "f9fc8b5a-cc95-4fe2-b56a-6d98fad434e9"
+ "private": true
},
"chartreuse-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(118, 156, 0)",
+ "value": "rgb(128, 153, 0)",
"uuid": "3d0fd171-80f3-4f08-9ac0-eb46d0e755f9"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(117, 154, 0)",
- "uuid": "d8876d4a-e6d0-447b-80ec-3804221d4b7b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(107, 142, 0)",
+ "value": "rgb(97, 116, 0)",
"uuid": "a615bb51-0249-4201-b1c9-1c6269b82ec2"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "0386fb0b-3653-4015-a3a1-cbf047435f0f"
}
},
- "private": true,
- "uuid": "3d1ba440-370e-4594-b535-7a3e25c04fc4"
+ "private": true
},
"chartreuse-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(103, 136, 0)",
+ "value": "rgb(114, 137, 0)",
"uuid": "9a0701e4-81a0-420b-b751-c6a46670fbf3"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(132, 173, 1)",
- "uuid": "82546f0c-0707-4767-ad1f-2fae18434d91"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(122, 161, 0)",
+ "value": "rgb(106, 127, 0)",
"uuid": "343f1685-2314-4a64-bc7a-5b7b3fd9fdcf"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "c8046b7e-506c-47b7-8105-4d7e805f6b92"
}
},
- "private": true,
- "uuid": "9c1c3ad4-9168-444e-9fc1-2cb688155b57"
+ "private": true
},
"chartreuse-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(87, 116, 0)",
+ "value": "rgb(102, 122, 0)",
"uuid": "7d22a144-0f7c-435e-ad05-b2d7672dff08"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(148, 192, 8)",
- "uuid": "8a0c7b2d-66fc-499a-bb16-fd18a42ef2ed"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(138, 180, 3)",
+ "value": "rgb(122, 147, 0)",
"uuid": "1637c50e-88e4-4273-8a75-6e8a233a690c"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "5f1f16c2-d562-4dd8-9b96-9d19b9a88093"
}
},
- "private": true,
- "uuid": "746f8da2-ba48-4cf5-9ce1-4792b238b393"
+ "private": true
},
"chartreuse-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(72, 96, 0)",
+ "value": "rgb(86, 103, 0)",
"uuid": "00100510-9965-4086-ba82-0cb62ffebba1"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(166, 211, 18)",
- "uuid": "7feea643-ca0a-4aca-8acf-da425fbe99a4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 198, 11)",
+ "value": "rgb(136, 164, 0)",
"uuid": "7dbedc59-e21c-4953-a7af-5e91d170604a"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "9a6983b0-a2ba-4633-a618-f3b4ac8f05c6"
}
},
- "private": true,
- "uuid": "36b8ba5f-7621-4ef9-baa1-8407f337396a"
+ "private": true
},
"chartreuse-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(58, 77, 0)",
+ "value": "rgb(73, 87, 0)",
"uuid": "e964b654-261d-44a5-ab0a-78c8137a7783"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(184, 229, 37)",
- "uuid": "550e1eb2-bbe0-4a14-8e53-d15dc06cee35"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(170, 216, 22)",
+ "value": "rgb(151, 181, 0)",
"uuid": "90417b40-97dd-47b3-9dbc-4ac45f8e4a5f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "8e44257e-ec8e-4459-863e-0bbbab65f6e0"
}
},
- "private": true,
- "uuid": "3514e8ed-5240-45d1-a955-e14218b6995b"
+ "private": true
},
"chartreuse-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(44, 59, 0)",
+ "value": "rgb(60, 71, 0)",
"uuid": "6bf184f6-f0e1-41af-94a4-47aa1a37b0aa"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(205, 245, 71)",
- "uuid": "07b5da40-2e3c-43bf-959a-45ceb8bf9940"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(187, 232, 41)",
+ "value": "rgb(169, 203, 0)",
"uuid": "e4b04d5d-e99d-41c5-8b24-540d653ef3ff"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "9af36936-6d05-4ba4-8beb-9b65bafb9277"
}
},
- "private": true,
- "uuid": "9ce51df9-65eb-4418-bbf6-58b75c4d939a"
+ "private": true
},
"chartreuse-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(33, 44, 0)",
+ "value": "rgb(47, 57, 0)",
"uuid": "e320e57d-2794-4c1e-97ef-3a8b04be1328"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(231, 254, 154)",
- "uuid": "3ab82f98-3b65-4412-adef-57c1e4833421"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(205, 246, 72)",
+ "value": "rgb(187, 225, 0)",
"uuid": "615841b9-08b2-4e21-981a-b8f5247e9e89"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "acb36528-7ad1-497c-baf7-c53171ce4112"
}
},
- "private": true,
- "uuid": "17a65a9b-e4dc-49e2-b3a5-6bbad0169848"
+ "private": true
},
"chartreuse-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(24, 31, 0)",
+ "value": "rgb(35, 43, 0)",
"uuid": "56b4f40c-d9f2-4360-99eb-7097aafedf94"
},
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(219, 240, 117)",
+ "uuid": "a75188c9-02e3-4337-8056-9a6f8f39001f"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "485b7081-a921-42ee-b781-8a99bfeb84fa"
+ }
+ },
+ "private": true
+ },
+ "chartreuse-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(242, 249, 206)",
+ "uuid": "d7f569e2-f91c-439e-8e5a-8c8c825367ff"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 30, 0)",
+ "uuid": "63f13dcb-6d61-4ff0-9999-33e16d30e5d6"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "75e5c281-4c83-4ffe-a1de-aedfa65be894"
+ }
+ },
+ "private": true
+ },
+ "chartreuse-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(255, 255, 255)",
- "uuid": "5ac81a8e-2997-4b8f-aa21-ca335b0f3cfe"
+ "uuid": "753f7aa2-6c7d-4b43-baf9-c72adbd9279d"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(225, 253, 132)",
- "uuid": "a75188c9-02e3-4337-8056-9a6f8f39001f"
+ "value": "rgb(11, 14, 0)",
+ "uuid": "01b68e1d-06d7-44a3-91e6-08e17353008c"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
- "uuid": "485b7081-a921-42ee-b781-8a99bfeb84fa"
+ "value": "rgb(8, 12, 22)",
+ "uuid": "a8d9965e-14d9-4015-9a6f-421400c6d011"
}
},
- "private": true,
- "uuid": "d57b9f68-344b-42f5-b72b-22c32b075392"
+ "private": true
},
"celery-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(205, 252, 191)",
+ "value": "rgb(235, 255, 220)",
"uuid": "b4a22d71-d90a-4f6e-8f6d-e4967849376f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 69, 10)",
- "uuid": "c711d2ee-7915-40f4-bf2e-ac3f31d60311"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 47, 7)",
+ "value": "rgb(11, 31, 0)",
"uuid": "43feed9a-9a2a-44e0-9506-9bc5eb8eab1d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "a52ac86a-8627-483b-b747-6e8aa5fa7249"
}
},
- "private": true,
- "uuid": "9948ef23-8968-4a49-a6ce-14ead429cc41"
+ "private": true
},
"celery-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(174, 246, 157)",
+ "value": "rgb(197, 255, 156)",
"uuid": "30941af9-354a-4d61-9462-aca4bcd50093"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 80, 12)",
- "uuid": "96d6a7b1-617c-44db-9ef3-d70063895351"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 61, 9)",
+ "value": "rgb(15, 38, 0)",
"uuid": "741a30fb-62a9-4c76-a78e-cc2590af9c7d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "a83229ca-de1f-4fdb-a72b-b8a3498a31bb"
}
},
- "private": true,
- "uuid": "dc204ca4-8b04-4823-8da3-6c464af330b0"
+ "private": true
},
"celery-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(150, 238, 133)",
+ "value": "rgb(157, 247, 92)",
"uuid": "3562f589-ba34-465e-9549-2600e2527ab8"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 94, 14)",
- "uuid": "b1432da5-d086-4e16-b7dd-fd9d92fef470"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 77, 12)",
+ "value": "rgb(21, 51, 1)",
"uuid": "5eda4487-8f82-48ed-8b22-aa38601bbf88"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "5b271002-0fe2-4407-be21-7c09646a2303"
}
},
- "private": true,
- "uuid": "4ef93614-2bac-41b8-ae98-95707697d2a1"
+ "private": true
},
"celery-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 224, 106)",
+ "value": "rgb(129, 228, 58)",
"uuid": "d86c4477-a2f4-449a-8883-daaf33608fde"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 109, 15)",
- "uuid": "c573ed43-0055-47ff-8c3b-de32582b521e"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 95, 15)",
+ "value": "rgb(31, 67, 4)",
"uuid": "646d80c1-7073-4e13-bbfe-4bd0c2226079"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "813b3e86-659b-48ee-b88d-122c13fa96e8"
}
},
- "private": true,
- "uuid": "57d3d6ca-680a-41de-aee2-8e472ad9b820"
+ "private": true
},
"celery-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(78, 207, 80)",
+ "value": "rgb(110, 206, 42)",
"uuid": "9c5fc2d5-30cc-4389-b219-2db69f8a86f9"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 127, 15)",
- "uuid": "350fb94c-ae2b-4843-808c-a8b6a55a0596"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 113, 15)",
+ "value": "rgb(41, 86, 8)",
"uuid": "7d4c282b-78ce-4b2c-ab39-26bf02366e4d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "13e77335-22c0-470a-a5e5-da6363f622e0"
}
},
- "private": true,
- "uuid": "9a3b61b3-60a2-403e-abcc-6a8568bec8c9"
+ "private": true
},
"celery-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(39, 187, 54)",
+ "value": "rgb(93, 180, 31)",
"uuid": "c2cfbc22-b556-4cb5-b5ee-670254d5ecbc"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 145, 18)",
- "uuid": "f24733a3-e55f-467d-b757-4ebf620b8c22"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 132, 15)",
+ "value": "rgb(50, 105, 11)",
"uuid": "260d8921-3810-4a5d-a20f-cd00170cf951"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "a52a4fbf-dc30-4c09-b1d8-b25bcead712c"
}
},
- "private": true,
- "uuid": "317b7550-de28-4657-8bf0-5dfe79cb6b2a"
+ "private": true
},
"celery-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(7, 167, 33)",
+ "value": "rgb(82, 161, 25)",
"uuid": "59b03f98-f898-4888-ad71-07a434e2fc7e"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(4, 165, 30)",
- "uuid": "983d90f4-9b72-4a6b-a6fd-7934e425a305"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 151, 20)",
+ "value": "rgb(60, 122, 15)",
"uuid": "7e7e6abb-a2e9-4308-ac8e-e6866ec17c64"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "3e9a8018-a0bf-4562-867d-555c75c08d9f"
}
},
- "private": true,
- "uuid": "ea9cc920-eda5-4b73-b386-296333ebb1f5"
+ "private": true
},
"celery-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 145, 18)",
+ "value": "rgb(72, 144, 20)",
"uuid": "41747345-10ab-476a-9d3d-e657f9383e8e"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(34, 184, 51)",
- "uuid": "8f3ec908-66e4-48da-b129-9bb3420e11e5"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(13, 171, 37)",
+ "value": "rgb(66, 134, 18)",
"uuid": "3b130e0d-eb9b-49e6-84db-eda6ee95eee5"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "7a5096e0-6845-4ae5-bab4-d958c7e3dadb"
}
},
- "private": true,
- "uuid": "5344d9fb-3ad2-4bd5-a115-f4754f87f6c1"
+ "private": true
},
"celery-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 124, 15)",
+ "value": "rgb(64, 129, 17)",
"uuid": "deec9c21-caeb-4ec4-bca4-a7661a2c5f91"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(68, 202, 73)",
- "uuid": "48c0f87a-4d30-4626-b7f0-3e697f08ed49"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(45, 191, 58)",
+ "value": "rgb(78, 154, 23)",
"uuid": "706f3a95-ab27-497f-aab7-f4ed806eef30"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "10c7c9b0-0d15-43ae-bf6f-84384783a9aa"
}
},
- "private": true,
- "uuid": "2bbd48f8-0084-4e85-9bed-8f090f2d54da"
+ "private": true
},
"celery-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 103, 15)",
+ "value": "rgb(52, 109, 12)",
"uuid": "3d509755-d653-4a3f-a5a3-fcbed0c2e21c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(105, 220, 99)",
- "uuid": "c2f2caa8-d043-4213-a79e-23a0868e62f7"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(80, 208, 82)",
+ "value": "rgb(88, 172, 28)",
"uuid": "021a55b8-26ae-4767-82fb-06b20c58762b"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "085d2bcb-85b1-4b55-842b-9559c457a1a0"
}
},
- "private": true,
- "uuid": "876e1d10-865d-4dc6-a012-7e9ea9e0c1ca"
+ "private": true
},
"celery-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 83, 13)",
+ "value": "rgb(44, 92, 9)",
"uuid": "ea7327bb-48a8-41dd-b139-c7bda3dedaee"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(142, 235, 127)",
- "uuid": "dcb055d0-c653-4b49-8b40-93d4d8b6e25e"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(115, 224, 107)",
+ "value": "rgb(100, 190, 35)",
"uuid": "e091babe-6e02-4393-a67e-63222ab860b4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "5c9ac732-7e1a-448c-b338-18d3b265d5d1"
}
},
- "private": true,
- "uuid": "35d35ac3-a1f2-4bfb-89f5-b6806b8b762d"
+ "private": true
},
"celery-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 64, 10)",
+ "value": "rgb(35, 75, 6)",
"uuid": "fc4dedc3-0009-4a5a-8e93-f52ba4155e0a"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(180, 247, 162)",
- "uuid": "73da5344-395b-43ff-bb50-7dd5f2dbc225"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(147, 237, 131)",
+ "value": "rgb(116, 213, 46)",
"uuid": "9913e84a-4070-476f-a570-a16781a924cf"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "865fc403-cab2-4e38-a181-e5e10523e04d"
}
},
- "private": true,
- "uuid": "5fb14377-3a8e-49bc-bb73-781e11eed069"
+ "private": true
},
"celery-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 48, 7)",
+ "value": "rgb(27, 60, 3)",
"uuid": "7a3d9646-272f-4ca1-a4e6-0708eb2cd378"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(221, 253, 211)",
- "uuid": "82e856f7-e76e-4b5b-be5b-46d3eb113c5f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(180, 247, 162)",
+ "value": "rgb(136, 234, 65)",
"uuid": "d2d8dc91-da75-4c56-a0d8-e6e9802434ad"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "cc88021a-ce1a-4f69-9208-d1b897a1d71b"
}
},
- "private": true,
- "uuid": "33b27950-19cd-48d9-94d4-1cd6b9b4586e"
+ "private": true
},
"celery-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 34, 5)",
+ "value": "rgb(19, 46, 0)",
"uuid": "02e66104-cbf7-4e27-89cf-f18b1ef04f2d"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 255, 255)",
- "uuid": "963eafe6-3738-4470-a5dd-938e9f9c15aa"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(213, 252, 202)",
+ "value": "rgb(170, 251, 112)",
"uuid": "c5c3c68c-8293-4ebb-a8d1-9f4af902906e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
+ "value": "rgb(25, 39, 69)",
"uuid": "0fd51556-72b0-48ea-86f2-435bf64de316"
}
},
- "private": true,
- "uuid": "352ea9ac-2b7f-43f1-b040-a1801568a017"
+ "private": true
},
- "green-100": {
+ "celery-1500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(206, 248, 224)",
- "uuid": "4428dba5-df85-4125-ba54-1c022b986847"
- },
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(4, 67, 41)",
- "uuid": "c13e61ca-4448-47fe-ab6b-156a62e18057"
+ "value": "rgb(222, 255, 198)",
+ "uuid": "ad9c1278-7296-4aef-9e19-6cabc2997bfa"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(10, 44, 28)",
- "uuid": "e5a14d4a-47c5-4a53-84c5-589a0749d906"
+ "value": "rgb(12, 33, 0)",
+ "uuid": "ca5c139e-1784-4139-89a3-281a83dbeb99"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
- "uuid": "f0702380-ed81-4f16-844c-b4c3b797161c"
+ "value": "rgb(18, 27, 48)",
+ "uuid": "fe522078-7e21-447e-bd4f-e5f2ea6845d9"
}
},
- "private": true,
- "uuid": "276a4066-5ca6-4ade-b4f1-b3e58acf4377"
+ "private": true
},
- "green-200": {
+ "celery-1600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "f1a7d5b6-4414-493a-a5d8-77d81a0121a2"
+ },
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 244, 206)",
- "uuid": "9d32cd19-8375-4da3-9324-0e8334c2e714"
+ "value": "rgb(4, 15, 0)",
+ "uuid": "56e0d793-ce33-4da3-8e67-d7df10b2cd89"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "99fb92f6-7186-4432-99ec-d5fa5b35c5be"
+ }
+ },
+ "private": true
+ },
+ "green-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(237, 252, 241)",
+ "uuid": "4428dba5-df85-4125-ba54-1c022b986847"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 78, 47)",
- "uuid": "df621308-02ad-49b0-9be3-10aa387bca77"
+ "value": "rgb(0, 30, 23)",
+ "uuid": "e5a14d4a-47c5-4a53-84c5-589a0749d906"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(246, 248, 252)",
+ "uuid": "f0702380-ed81-4f16-844c-b4c3b797161c"
+ }
+ },
+ "private": true
+ },
+ "green-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(215, 247, 225)",
+ "uuid": "9d32cd19-8375-4da3-9324-0e8334c2e714"
},
- "darkest": {
+ "dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(7, 59, 36)",
+ "value": "rgb(0, 38, 29)",
"uuid": "e8f294f5-cb17-4fdc-b370-ca2e3f95d342"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "b5d964d5-e68d-44c6-880f-2e23d2bae7ec"
}
},
- "private": true,
- "uuid": "3b4b58b6-975d-4896-8828-f081825da89d"
+ "private": true
},
"green-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(137, 236, 188)",
+ "value": "rgb(173, 238, 197)",
"uuid": "88bac762-84e1-4652-8152-384f3b1faf59"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 92, 56)",
- "uuid": "14b4ff49-4ab1-48a6-aa1e-806c6cadaa62"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 76, 46)",
+ "value": "rgb(0, 51, 38)",
"uuid": "cd5e0471-a8c0-46cd-b98c-be3a74c2b6d2"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "1aaecce9-f58c-44a5-9bb9-f62172ebcd21"
}
},
- "private": true,
- "uuid": "d4de36bd-c29c-456b-becd-1234351f271f"
+ "private": true
},
"green-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(103, 222, 168)",
+ "value": "rgb(107, 227, 162)",
"uuid": "5cb02868-9f86-4e20-85e0-e4f5df24853c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 108, 67)",
- "uuid": "ae488b77-a511-4ef2-846c-55b336525eec"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 93, 57)",
+ "value": "rgb(0, 68, 48)",
"uuid": "c5e88879-9773-446c-883e-96531bcb8fad"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "8143aced-4012-4dc3-a132-2b5701e09a52"
}
},
- "private": true,
- "uuid": "37ecd358-1206-4eef-a44e-e2b0dd01261c"
+ "private": true
},
"green-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(73, 204, 147)",
+ "value": "rgb(43, 209, 125)",
"uuid": "8b315766-4fa0-4acc-a679-89da4162a15c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 125, 78)",
- "uuid": "7be03fbf-6ce6-4707-8628-ec9ae3465f47"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 111, 69)",
+ "value": "rgb(2, 87, 58)",
"uuid": "27649ccc-69a8-48d6-9d52-6d6e2e28ae17"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "9418d6a8-69a1-49a4-ac3d-d81c81a633be"
}
},
- "private": true,
- "uuid": "dce88e4e-12c0-4218-a72d-e1fbd219dd81"
+ "private": true
},
"green-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(47, 184, 128)",
+ "value": "rgb(18, 184, 103)",
"uuid": "4c6c7b90-29ac-4186-a991-c298f19aa83d"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 143, 93)",
- "uuid": "7cdbd4d6-643d-49f2-9c00-aef6f6b98eef"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 130, 82)",
+ "value": "rgb(3, 106, 67)",
"uuid": "a0513e49-8483-40f8-8b8f-41fdc222f13d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "57d2a064-3028-4225-82c4-e200e4abc6a3"
}
},
- "private": true,
- "uuid": "7578a7e1-8514-4b09-9573-255832c15926"
+ "private": true
},
"green-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(21, 164, 110)",
+ "value": "rgb(11, 164, 93)",
"uuid": "19a07ad0-9e01-4adc-861d-f7634de1f1ab"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(18, 162, 108)",
- "uuid": "4c105995-9269-4655-9bbd-bb50f9cdca4a"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 149, 98)",
+ "value": "rgb(4, 124, 75)",
"uuid": "9c24175e-34a5-46c8-b646-f70c08292776"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "fa823d25-6075-455b-a6f4-18de77a01f06"
}
},
- "private": true,
- "uuid": "b41aedde-9bf1-4e7b-b8aa-606b820d41a9"
+ "private": true
},
"green-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 143, 93)",
+ "value": "rgb(7, 147, 85)",
"uuid": "1be225f8-3612-422c-923f-b35f1ec4fc00"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(43, 180, 125)",
- "uuid": "5471d254-44e5-4317-a6d6-eb24279c0b03"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(28, 168, 114)",
+ "value": "rgb(6, 136, 80)",
"uuid": "412da16e-4db2-47d8-84d4-583ae35534f9"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "12755af6-ac1f-441a-80fb-07c3d61dc6c9"
}
},
- "private": true,
- "uuid": "14f8e2f4-dad6-4b69-bdd4-d03e73003e04"
+ "private": true
},
"green-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 122, 77)",
+ "value": "rgb(5, 131, 78)",
"uuid": "cd39a520-2020-41d0-96d1-3b0fdb453fef"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(67, 199, 143)",
- "uuid": "21cb58fb-f173-4348-9b70-1b20683b7a65"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(52, 187, 132)",
+ "value": "rgb(9, 157, 89)",
"uuid": "5afee2ee-a5d5-4dcf-a917-11dfdd0c3691"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "81174c05-0b05-4030-a8b7-e2fc13533954"
}
},
- "private": true,
- "uuid": "8ef877cc-6735-4b0f-949e-39fc9712f73f"
+ "private": true
},
"green-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 101, 62)",
+ "value": "rgb(3, 110, 69)",
"uuid": "b0846caa-d394-4614-aaa2-af179de285f4"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(94, 217, 162)",
- "uuid": "d2fb208c-73f2-42c6-a27e-bd4f8832b25f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(75, 205, 149)",
+ "value": "rgb(14, 175, 98)",
"uuid": "3d6732a1-a1f9-4e18-927b-93cebaae3895"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "a1c41ddd-5c54-4dce-bea3-51768998639c"
}
},
- "private": true,
- "uuid": "7697d674-3253-4da7-984a-18b9aa2a35db"
+ "private": true
},
"green-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 81, 50)",
+ "value": "rgb(2, 93, 60)",
"uuid": "8d0742b8-c334-41e0-a8e1-50fc8ea3b3ef"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(129, 233, 184)",
- "uuid": "4a310c88-9def-42fe-ad5e-1153d185a5fe"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(103, 222, 168)",
+ "value": "rgb(24, 193, 110)",
"uuid": "a2f8f6c6-07b4-43a4-8f59-995ea2bf4e82"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "7f426d3d-5ff9-4ee2-b0e1-07282fe389df"
}
},
- "private": true,
- "uuid": "0c851763-8bc6-4c70-a0b4-d5515a6cadf1"
+ "private": true
},
"green-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(5, 63, 39)",
+ "value": "rgb(1, 76, 52)",
"uuid": "4ea6f2d0-bc92-44fa-90e9-9618806a19c2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(177, 244, 209)",
- "uuid": "53ba43a9-2d41-4a55-9193-0d569e939993"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(137, 236, 188)",
+ "value": "rgb(57, 215, 134)",
"uuid": "07fa1b72-bf84-4fd5-9565-28373fae6a1f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "515298b6-f629-4c08-9e0f-18a5ba8fe20f"
}
},
- "private": true,
- "uuid": "7d1049d6-3a01-4d8a-9405-d30c35fdc4f3"
+ "private": true
},
"green-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(10, 46, 29)",
+ "value": "rgb(0, 61, 44)",
"uuid": "569d58d2-c7e4-4a0c-b92a-841e45fcbc09"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(223, 250, 234)",
- "uuid": "7a024876-6c60-4df1-863d-beda1d572bd6"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(177, 244, 209)",
+ "value": "rgb(126, 231, 172)",
"uuid": "c5ec27ed-3a16-44fe-bb8d-a21edd2f4d73"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "ce02582f-b327-4367-9f66-92dcc67fd072"
}
},
- "private": true,
- "uuid": "9617a312-6be4-4777-a207-d9f74dbab583"
+ "private": true
},
"green-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(10, 32, 21)",
+ "value": "rgb(0, 46, 34)",
"uuid": "c0711ebf-a91a-4041-8e1a-259ed6c3c54c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(254, 255, 252)",
- "uuid": "b07f7383-d795-49e5-9dac-1d448d978624"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(214, 249, 228)",
+ "value": "rgb(189, 241, 208)",
"uuid": "df5458e5-891b-4a88-a96c-748a812978a7"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
+ "value": "rgb(25, 39, 69)",
"uuid": "51b8502d-e045-4b40-93e1-e2b49f6bf90c"
}
},
- "private": true,
- "uuid": "b915ddcd-cb87-4c7b-99ae-d090051de24c"
+ "private": true
},
- "seafoam-100": {
+ "green-1500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(229, 250, 236)",
+ "uuid": "8efbb45d-4d6d-423e-8a3d-cb7117f9fbf8"
+ },
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(206, 247, 243)",
- "uuid": "2330ab05-6153-47a1-ab56-18f3cb1c579f"
+ "value": "rgb(0, 33, 25)",
+ "uuid": "f853b643-e7bf-4af6-81f4-bc6de9007f3c"
},
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "490cf084-b56e-4464-8e38-1bb15458213e"
+ }
+ },
+ "private": true
+ },
+ "green-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(18, 65, 63)",
- "uuid": "d668ef92-6475-40e4-9837-d607fbb6b1ef"
+ "value": "rgb(255, 255, 255)",
+ "uuid": "ce6f19ce-d3fe-4bad-a4fc-7863ea9fd186"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 15, 12)",
+ "uuid": "2b4c3a1a-8ea4-4149-862d-801b559e4f65"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "96e3e83b-1878-460e-9bc2-aa25a36ff887"
+ }
+ },
+ "private": true
+ },
+ "seafoam-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(235, 251, 246)",
+ "uuid": "2330ab05-6153-47a1-ab56-18f3cb1c579f"
},
- "darkest": {
+ "dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(18, 43, 42)",
+ "value": "rgb(0, 30, 27)",
"uuid": "080b56a3-6f95-422a-9f4b-d850966c4984"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "3c862893-b1e9-45df-99da-33906686d3c1"
}
},
- "private": true,
- "uuid": "0166e259-f257-4c4f-a122-3aee06ad6dce"
+ "private": true
},
"seafoam-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(170, 241, 234)",
+ "value": "rgb(211, 246, 234)",
"uuid": "870298fd-4e1f-4649-bfbc-5ad5b768c2e3"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(14, 76, 73)",
- "uuid": "05f93ec8-51ce-40fc-8609-0f7b6237c68f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(19, 57, 55)",
+ "value": "rgb(0, 39, 35)",
"uuid": "2876bdd7-af97-4cd6-89cc-bdb9c2110946"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "4115d94a-b52e-4cc8-8067-cd9184030ffe"
}
},
- "private": true,
- "uuid": "c2caa7cc-f60c-4f7e-b71c-7e9f5d16b4f0"
+ "private": true
},
"seafoam-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(140, 233, 226)",
+ "value": "rgb(169, 237, 216)",
"uuid": "1fe5483a-95bd-4597-802a-9e84c1486dbe"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(4, 90, 87)",
- "uuid": "7a5a19a8-fb25-4771-9972-837db8c65e9d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(16, 73, 70)",
+ "value": "rgb(0, 50, 44)",
"uuid": "d90b7496-0f54-41ce-96eb-c973457661ae"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "56c4f393-086d-41d9-87d0-babaea86a2a4"
}
},
- "private": true,
- "uuid": "79073fbb-6b19-413b-9a83-b268473aa401"
+ "private": true
},
"seafoam-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(101, 218, 210)",
+ "value": "rgb(92, 225, 194)",
"uuid": "e2b4d354-9a1d-4153-b988-4fc24c117252"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 105, 101)",
- "uuid": "d98c80fb-6f43-46bb-ac9a-227cf134ca67"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(3, 91, 88)",
+ "value": "rgb(0, 67, 59)",
"uuid": "ec603c2c-b2b2-4769-a889-ba7c91a458eb"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "21467045-093e-461e-86ac-dc65b657bf50"
}
},
- "private": true,
- "uuid": "fdb0e2ef-ca1a-4800-985b-ce5e083f4f2f"
+ "private": true
},
"seafoam-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(63, 201, 193)",
+ "value": "rgb(16, 207, 169)",
"uuid": "a1da1af7-df37-455d-8d27-2920b36f209f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 122, 117)",
- "uuid": "a4a5e461-575d-4ae5-9b0b-985b6b8e70b1"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 108, 104)",
+ "value": "rgb(2, 86, 75)",
"uuid": "c24b866c-5ac0-49de-857b-48c655fa9990"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "50117040-ca43-4b90-832d-7e4c2d83c31c"
}
},
- "private": true,
- "uuid": "aa68b1a7-5b06-41ae-a372-01acc217469e"
+ "private": true
},
"seafoam-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(15, 181, 174)",
+ "value": "rgb(13, 181, 149)",
"uuid": "cfd8a8b3-d567-4eb4-9b6f-5db352607dab"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 140, 135)",
- "uuid": "dbc0b9aa-b312-43fd-b412-e2013caf91d7"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 127, 121)",
+ "value": "rgb(4, 105, 89)",
"uuid": "73b58f7e-008b-44ae-8969-19d981d444d6"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "0a450ad0-dd5e-414c-9b76-dac4ca20a1b8"
}
},
- "private": true,
- "uuid": "a249c284-3775-49ad-9596-7b497f5efc3f"
+ "private": true
},
"seafoam-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 161, 154)",
+ "value": "rgb(11, 162, 134)",
"uuid": "a036b309-95ec-45e6-b035-f30f0f922422"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 158, 152)",
- "uuid": "3fd24914-a5c7-4d79-b73a-3dfb135dd75b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 146, 140)",
+ "value": "rgb(6, 122, 103)",
"uuid": "0b8528e6-ceea-47a5-9727-24e97d7bc138"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "c26d7e9d-fef9-4aa9-991b-bbac307e3c7a"
}
},
- "private": true,
- "uuid": "7725c5fd-db09-4b41-aba2-0cce5ea894b7"
+ "private": true
},
"seafoam-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 140, 135)",
+ "value": "rgb(9, 144, 120)",
"uuid": "ac4f12a3-a3f0-4053-87f4-5fc42b08cf23"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(3, 178, 171)",
- "uuid": "49b5ed44-a22b-4565-a09f-1e7ebc1bc63e"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 165, 159)",
+ "value": "rgb(8, 134, 112)",
"uuid": "df8f47d4-5c3b-4ecb-b9fb-5d2dbd39d696"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "7a88f0bf-59cb-4af3-9542-f7648fecd50e"
}
},
- "private": true,
- "uuid": "f07bd231-b065-4ec2-9021-593adf11b0b6"
+ "private": true
},
"seafoam-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 119, 114)",
+ "value": "rgb(7, 129, 109)",
"uuid": "74cb44f8-8ab0-4a36-9920-0735756e0ddc"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(54, 197, 189)",
- "uuid": "5bbc257f-e7b9-46eb-a591-dbe2ad1850b7"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(26, 185, 178)",
+ "value": "rgb(10, 154, 128)",
"uuid": "dca23a18-2b19-48bf-9894-2f0948f6c05e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "8e444b02-f977-4948-b862-63275642ad58"
}
},
- "private": true,
- "uuid": "4cc18837-1143-45f8-b5f8-bbe5c2255dae"
+ "private": true
},
"seafoam-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 99, 95)",
+ "value": "rgb(5, 108, 92)",
"uuid": "84e4e598-4fd7-445a-a6cf-2884c0aae4d0"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(93, 214, 207)",
- "uuid": "e134295a-a409-4143-b656-98b6e9cb40bd"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(66, 202, 195)",
+ "value": "rgb(12, 173, 142)",
"uuid": "c416b5c5-0506-419f-88ca-f722f12a9d86"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "72873817-3cf5-4a14-aa93-1f86b4c6f7f2"
}
},
- "private": true,
- "uuid": "59e0a6f6-b508-4692-9b66-f95188a7e4cf"
+ "private": true
},
"seafoam-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(12, 79, 76)",
+ "value": "rgb(3, 92, 80)",
"uuid": "d1bb038a-f83b-4e97-b95f-b215c7bc2916"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(132, 230, 223)",
- "uuid": "9f1e7783-21c4-4890-9f61-af5423aaec37"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(102, 218, 211)",
+ "value": "rgb(14, 190, 156)",
"uuid": "4a853bfc-f1b0-4e39-8cd8-da0350c99cd5"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "fb3f4cf4-e032-4cc1-94b1-d122f0d695ac"
}
},
- "private": true,
- "uuid": "effca489-bb2f-442e-b129-c8aea79f732d"
+ "private": true
},
"seafoam-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(18, 60, 58)",
+ "value": "rgb(1, 75, 67)",
"uuid": "0eab9416-b6f5-4d26-bde6-9b8a840f7681"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(176, 242, 236)",
- "uuid": "0f47e0b5-6612-4014-b074-e9a6817f9a37"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(139, 232, 225)",
+ "value": "rgb(29, 214, 176)",
"uuid": "8e4c65b7-d819-4ffd-9398-71e9d294ba63"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "8a7fb1d7-90ca-41d1-a04c-84bd1d70d9ec"
}
},
- "private": true,
- "uuid": "0ab0f9f2-fc1c-441a-bf59-905afdfc2c6c"
+ "private": true
},
"seafoam-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(18, 44, 43)",
+ "value": "rgb(0, 60, 54)",
"uuid": "a88e0c6e-dfd5-4a43-8d43-97fa10101165"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(223, 249, 246)",
- "uuid": "ec37ce56-739c-4f91-a36c-6e56480aa822"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(179, 242, 237)",
+ "value": "rgb(122, 229, 203)",
"uuid": "ef35ace8-870d-42e0-8ce6-2df61415431f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "3e88a833-9ef2-4f37-86a1-041e76850e1e"
}
},
- "private": true,
- "uuid": "d1d66e58-dca2-459e-9b36-5b065baab4a1"
+ "private": true
},
"seafoam-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(15, 31, 30)",
+ "value": "rgb(0, 46, 40)",
"uuid": "52c9177c-bc81-41b1-ba6d-9b075fbe8541"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(254, 255, 254)",
- "uuid": "06b4eb8e-ff63-4345-a37f-67d5f48edb1b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(215, 248, 244)",
+ "value": "rgb(186, 241, 222)",
"uuid": "9499384b-336c-4a41-af05-645a92ae40d4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
+ "value": "rgb(25, 39, 69)",
"uuid": "badc0d78-4232-44f0-8911-e9e2f0eab94f"
}
},
- "private": true,
- "uuid": "7e74f5c0-aac3-4b7b-9d0d-aa32318fbc9b"
+ "private": true
},
- "cyan-100": {
+ "seafoam-1500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(229, 249, 243)",
+ "uuid": "6e538a2b-05f7-41f5-af4b-89bc3039c25a"
+ },
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(197, 248, 255)",
- "uuid": "72bef490-0c3a-4627-9341-fc6627cf3f74"
+ "value": "rgb(0, 33, 29)",
+ "uuid": "4cbacecc-89c9-482d-b3f5-7d8f85f0a3f1"
},
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "fd0d5cda-892b-4628-a125-353dcd123987"
+ }
+ },
+ "private": true
+ },
+ "seafoam-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 61, 98)",
- "uuid": "efe22abb-6616-4456-81a0-37ee1951aba1"
+ "value": "rgb(255, 255, 255)",
+ "uuid": "29aae26e-f4a4-4e5a-acd2-02df01f6cc90"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 15, 14)",
+ "uuid": "ebbfe9f4-5c24-46b2-983a-98570ed5ec78"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "6685e580-982d-4f86-800a-19797f1675af"
+ }
+ },
+ "private": true
+ },
+ "cyan-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(238, 250, 254)",
+ "uuid": "72bef490-0c3a-4627-9341-fc6627cf3f74"
},
- "darkest": {
+ "dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 41, 68)",
+ "value": "rgb(0, 29, 39)",
"uuid": "24a8bb5a-93c3-4dd1-9ea2-d48c11479fe7"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "28fe7c7b-b43c-4650-9155-5b0f5ec27a09"
}
},
- "private": true,
- "uuid": "769520e3-f099-4127-b0a7-053a5cd7f064"
+ "private": true
},
"cyan-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(164, 240, 255)",
+ "value": "rgb(217, 244, 253)",
"uuid": "c2aaf729-7f39-499a-8b67-e23801073b05"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 71, 111)",
- "uuid": "73ab4a44-d2ef-45e7-a810-6c067657ce40"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 54, 88)",
+ "value": "rgb(0, 36, 49)",
"uuid": "3445cf4b-2460-4692-acf2-71844d687da4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "b6b314ea-f9ba-4f49-a115-f4177ecb7bbc"
}
},
- "private": true,
- "uuid": "c60f9f06-af09-417d-bb93-8e468cfd0f28"
+ "private": true
},
"cyan-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(136, 231, 250)",
+ "value": "rgb(183, 231, 252)",
"uuid": "b54275ad-3ea6-4e69-aea2-97f488308fcc"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 85, 127)",
- "uuid": "f9868f72-1d95-4040-a223-659f98ba702f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 69, 108)",
+ "value": "rgb(0, 48, 65)",
"uuid": "e4bcf4fc-aaec-49a5-a2bb-6bb55e7fff47"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "f7d51b4b-6c95-4271-a51e-4ad5a1660591"
}
},
- "private": true,
- "uuid": "2d6619da-85d7-40ff-92cf-0c8e2eb360a5"
+ "private": true
},
"cyan-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 216, 243)",
+ "value": "rgb(138, 213, 255)",
"uuid": "a33de292-77a9-40b7-961e-41ebfe331ad0"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 100, 145)",
- "uuid": "f20b54ee-fabd-4b7a-8d96-78e355a77e96"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 86, 128)",
+ "value": "rgb(0, 64, 88)",
"uuid": "94a5bd53-d69a-4063-b630-1976230d4f2d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "6c2a20c7-e453-4401-a0b4-8e0d1d7edd7e"
}
},
- "private": true,
- "uuid": "2cd007c2-65d6-4738-bb25-121e696fd0e2"
+ "private": true
},
"cyan-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(51, 197, 232)",
+ "value": "rgb(92, 192, 255)",
"uuid": "f3e8ff9f-e60b-4bce-9c39-280aef6fcb08"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 116, 162)",
- "uuid": "d300a6ab-8f25-4a0f-b861-6023fb33d38a"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 103, 147)",
+ "value": "rgb(0, 82, 113)",
"uuid": "909baeef-fd2f-4550-89ea-fb7ac9ea2db5"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "39f96e8f-c9c8-4158-8da9-6825cd084fc3"
}
},
- "private": true,
- "uuid": "77084572-b45e-4442-9020-7eee983adc27"
+ "private": true
},
"cyan-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(18, 176, 218)",
+ "value": "rgb(48, 167, 254)",
"uuid": "d65f3e1d-ad9d-4fa7-ac06-37235124e999"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 134, 180)",
- "uuid": "bb07fb46-9ca3-4e0d-b004-97ec2bc4a5f0"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 121, 167)",
+ "value": "rgb(3, 99, 140)",
"uuid": "d753ef33-bfc0-424b-a2ac-ea87ecbee590"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "6f67dfce-62d0-4147-aac6-33873a325cd3"
}
},
- "private": true,
- "uuid": "219d3909-cfb6-41c3-8289-4593bd7e2701"
+ "private": true
},
"cyan-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(1, 156, 200)",
+ "value": "rgb(29, 149, 231)",
"uuid": "08b4548a-618d-4ab5-ae46-2a60c7936f57"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 153, 198)",
- "uuid": "5f971006-82ff-4793-aa03-82c2e21bebf0"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 140, 186)",
+ "value": "rgb(8, 115, 168)",
"uuid": "3cb348d4-14a9-43da-84c4-068cf46c8c6f"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "08173787-f50d-48a7-badc-141a9e7b7981"
}
},
- "private": true,
- "uuid": "78f198c9-5ad5-449b-9d6e-0929be1adf9d"
+ "private": true
},
"cyan-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 134, 180)",
+ "value": "rgb(18, 134, 205)",
"uuid": "6dbdd00d-3b03-4eab-a77c-3a1f16d5e6ef"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(14, 173, 215)",
- "uuid": "d87d8d1d-570f-4c3a-8736-f71bcc265c44"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(4, 160, 205)",
+ "value": "rgb(13, 125, 186)",
"uuid": "ee8673ca-c39c-437e-b3a5-416f4e8664d3"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "a006424a-ad2b-4091-a38d-b4af80ddc03e"
}
},
- "private": true,
- "uuid": "70fa195e-aef5-403f-9805-7540a657c7b7"
+ "private": true
},
"cyan-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 113, 159)",
+ "value": "rgb(11, 120, 179)",
"uuid": "71769f93-467d-497a-b214-45c8753f34f5"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(44, 193, 230)",
- "uuid": "807d5e18-52ee-4b22-9bf3-b969c83e01ba"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(23, 180, 221)",
+ "value": "rgb(24, 142, 220)",
"uuid": "9c183829-4858-4908-b1ac-d89f40f2e903"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "03de1fef-9ae1-457d-917b-6f22fb545d00"
}
},
- "private": true,
- "uuid": "14e16755-6644-4d61-a83c-610454602193"
+ "private": true
},
"cyan-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 93, 137)",
+ "value": "rgb(4, 102, 145)",
"uuid": "25c689a1-7876-44fa-8849-3a8db03a866c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(84, 211, 241)",
- "uuid": "162dd4e2-ce25-431c-9849-cb4ab0625c51"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(57, 199, 234)",
+ "value": "rgb(38, 159, 244)",
"uuid": "04f3d463-9118-43d5-973d-8bf94417912d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "8dd5e110-aa2f-47b2-aa21-30bc4241db86"
}
},
- "private": true,
- "uuid": "a7c38642-509e-4392-992d-b65445f9d096"
+ "private": true
},
"cyan-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 74, 115)",
+ "value": "rgb(0, 87, 121)",
"uuid": "57ca59a9-1677-4813-9c0d-28267233ba35"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(127, 228, 249)",
- "uuid": "db93015d-b200-4437-8399-aec786c338db"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 216, 243)",
+ "value": "rgb(63, 177, 255)",
"uuid": "62a7ebff-a49b-4e7a-981f-692a506b4146"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "4698ba84-dab0-4b6b-a2b1-e289261aa7b4"
}
},
- "private": true,
- "uuid": "429c47d3-91bd-4f17-89c3-58fb0ee61fa4"
+ "private": true
},
"cyan-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 57, 93)",
+ "value": "rgb(0, 71, 98)",
"uuid": "d6ba8ac5-09d4-44e2-8ade-216c626eb154"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(167, 241, 255)",
- "uuid": "3245ab92-850f-440d-bec6-1cdc34ab38b8"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(134, 230, 250)",
+ "value": "rgb(107, 199, 255)",
"uuid": "36a2af99-eef4-476b-a3b8-58eade0931b7"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "8e12e7fe-546a-4e8c-92eb-56673446b1bb"
}
},
- "private": true,
- "uuid": "cf78f2f1-5a0f-4181-9aac-8a0b05073707"
+ "private": true
},
"cyan-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 42, 70)",
+ "value": "rgb(0, 57, 78)",
"uuid": "1b179218-9e53-457d-977b-902509ef28aa"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(215, 250, 255)",
- "uuid": "3bdb98f7-2dad-4c35-96e4-b009cbc01180"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(170, 242, 255)",
+ "value": "rgb(152, 219, 255)",
"uuid": "5f3df12b-1330-4482-ad34-c623bd36253c"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "958d5c96-6b57-47c2-a9a5-f589c054aa13"
}
},
- "private": true,
- "uuid": "ee6ab17e-86d3-4300-b759-7396d7ca362b"
+ "private": true
},
"cyan-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(0, 30, 51)",
+ "value": "rgb(0, 43, 59)",
"uuid": "3eac8807-136f-4687-8403-203fb49fbd74"
},
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(195, 236, 252)",
+ "uuid": "fe63b8a3-ebb9-45fe-99c2-e246b53e06a6"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "8a2d9c8d-a95a-48ac-b6eb-0ca1d5e69bd7"
+ }
+ },
+ "private": true
+ },
+ "cyan-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(230, 248, 253)",
+ "uuid": "ce687c28-38ce-4fbe-8181-060e566b4196"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 31, 43)",
+ "uuid": "4d029c4c-4658-4207-b43c-d69b138b25a3"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "6aa5f844-ba8d-40a3-86ec-109e9430ace5"
+ }
+ },
+ "private": true
+ },
+ "cyan-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(255, 255, 255)",
- "uuid": "5bd12e39-1386-49d5-af4f-d9f7dd1c549c"
+ "uuid": "291e6a5c-41b3-4bf1-ad10-38d427e80e48"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(206, 249, 255)",
- "uuid": "fe63b8a3-ebb9-45fe-99c2-e246b53e06a6"
+ "value": "rgb(0, 14, 20)",
+ "uuid": "e6cd6257-d8de-428e-8ebf-c1c812031e5e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
- "uuid": "8a2d9c8d-a95a-48ac-b6eb-0ca1d5e69bd7"
+ "value": "rgb(8, 12, 22)",
+ "uuid": "9bf84aeb-6822-40c9-b027-8db8a49fd54b"
}
},
- "private": true,
- "uuid": "b78fe68e-fb93-4325-84a6-f54c8baa59ef"
+ "private": true
},
"indigo-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 238, 255)",
+ "value": "rgb(247, 248, 255)",
"uuid": "04cf76e0-1e7c-479a-9411-0dcad2f6ab25"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(40, 44, 140)",
- "uuid": "4a856cd1-643f-485c-991b-c94a750277dc"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(26, 29, 97)",
+ "value": "rgb(30, 0, 93)",
"uuid": "e60cb247-c265-4009-9f0a-bcbbbb801dd4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "37af1036-6ba7-4eac-b1a5-9442ff55036f"
}
},
- "private": true,
- "uuid": "f0c3fe87-ae87-4be0-98f7-6dc7ee8733be"
+ "private": true
},
"indigo-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(224, 226, 255)",
+ "value": "rgb(235, 238, 255)",
"uuid": "ab568cfd-20e5-4e20-a3bf-32292297df8f"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(47, 52, 163)",
- "uuid": "4d6f5e35-b3bd-4215-a135-f7b2b67447e0"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(35, 39, 125)",
+ "value": "rgb(35, 0, 110)",
"uuid": "56c709dd-b41e-478a-8098-21014e3f9ec8"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "401d532f-8374-4e5a-99c5-51c4ec9bc344"
}
},
- "private": true,
- "uuid": "3cb5777a-5c5b-424d-ba5f-5bf7895f724e"
+ "private": true
},
"indigo-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(211, 213, 255)",
+ "value": "rgb(216, 222, 255)",
"uuid": "a220a225-3bb9-446c-8ee3-732a96a150d2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(57, 63, 187)",
- "uuid": "6209d9c9-3639-4fdd-83de-904ca5ae5638"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(46, 50, 158)",
+ "value": "rgb(47, 0, 140)",
"uuid": "716f244e-67c5-4566-b824-ed7f2192b585"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "fb607a6f-2d62-4163-a6a3-068b80a084da"
}
},
- "private": true,
- "uuid": "48cf3d1e-40f4-4882-8c4f-f0d158b24a56"
+ "private": true
},
"indigo-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(193, 196, 255)",
+ "value": "rgb(192, 201, 255)",
"uuid": "891799a7-b51d-4769-abe3-62dd0da6e190"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(70, 75, 211)",
- "uuid": "3d843f10-9396-43de-a855-a18b412b53fc"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(58, 63, 189)",
+ "value": "rgb(62, 12, 174)",
"uuid": "c256e06e-07bc-4dcd-9239-48841916c93b"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "5cd6358b-bdc0-488e-a5fe-089a769b6bfb"
}
},
- "private": true,
- "uuid": "1d68b577-0fba-47a1-9ec6-6bb03d1c7f72"
+ "private": true
},
"indigo-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(172, 175, 255)",
+ "value": "rgb(167, 178, 255)",
"uuid": "2751b8ae-f347-4a57-938d-98a5ee86071c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(85, 91, 231)",
- "uuid": "1283a5f4-4a5d-4d59-a1ea-5bdd3e0396c5"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(73, 78, 216)",
- "uuid": "1ea0564b-6e88-456e-a796-4620d57b8771"
+ "value": "rgb(79, 30, 209)",
+ "uuid": "1ea0564b-6e88-456e-a796-4620d57b8771"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "a9e657da-8f33-425a-b2ab-dca9d1337bf3"
}
},
- "private": true,
- "uuid": "030f7a1c-b3a3-48b8-8e36-c91ae0c2114a"
+ "private": true
},
"indigo-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(149, 153, 255)",
+ "value": "rgb(145, 151, 254)",
"uuid": "2d69bbe7-37c1-4302-9fee-39733bb13a86"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(104, 109, 244)",
- "uuid": "c71827e0-5782-4b4f-b198-c6d7d4077249"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(90, 96, 235)",
+ "value": "rgb(95, 52, 235)",
"uuid": "df590853-ce16-4ddf-bbe9-a912695eae17"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "233a1b84-3ab6-4899-9b41-d9177356c175"
}
},
- "private": true,
- "uuid": "7a3cfd26-9e21-4431-b012-389f3dc577ad"
+ "private": true
},
"indigo-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(126, 132, 252)",
+ "value": "rgb(132, 128, 254)",
"uuid": "3c57f9f6-e837-450b-9443-a702caa049a4"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(124, 129, 251)",
- "uuid": "5fc6c5cb-3072-46c6-a8b0-b88091835ff4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(110, 115, 246)",
+ "value": "rgb(109, 75, 248)",
"uuid": "0ea3a7e0-35c5-46ec-ae9d-500c5ee06a16"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "feeeaa05-5c75-4a06-b5be-ed8bf3ecd773"
}
},
- "private": true,
- "uuid": "a507c184-5736-4c38-a067-d7e6f629ebfd"
+ "private": true
},
"indigo-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(104, 109, 244)",
+ "value": "rgb(122, 106, 253)",
"uuid": "f5a317ea-25f2-4193-9305-f20c231e786e"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(145, 149, 255)",
- "uuid": "9b272e22-81ba-4e31-a220-b79c4181c96f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(132, 136, 253)",
+ "value": "rgb(116, 91, 252)",
"uuid": "97e84a30-1de4-4e84-8d59-e625f9ec9ab1"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "63e9a41c-ee85-43c1-b550-3ca8ce7c0986"
}
},
- "private": true,
- "uuid": "9e4b6c3f-4288-4580-b398-56f39682c45b"
+ "private": true
},
"indigo-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 88, 228)",
+ "value": "rgb(113, 85, 250)",
"uuid": "87b65e85-d767-47bb-8af5-01b85282c663"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(167, 170, 255)",
- "uuid": "3282c01c-7b68-4999-a12e-ee389a6f9ea1"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(153, 157, 255)",
+ "value": "rgb(128, 119, 254)",
"uuid": "5cb7ff5e-ec53-4df8-b59d-a1419190a6cf"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "39f6823f-ca35-413c-ad64-31529710cf3c"
}
},
- "private": true,
- "uuid": "15ccd190-830c-4b93-af17-488ae1b7708e"
+ "private": true
},
"indigo-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(64, 70, 202)",
+ "value": "rgb(99, 56, 238)",
"uuid": "9d1a9aa9-a7b3-4254-9e55-a992784bb7b5"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(188, 190, 255)",
- "uuid": "3fab75f4-9161-4040-88ca-0af98b1236fd"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(174, 177, 255)",
+ "value": "rgb(139, 141, 254)",
"uuid": "0bf6170c-50d7-4600-96fe-2d1af93f173a"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "ef5ddbb5-3e37-4806-b863-9369294dc07a"
}
},
- "private": true,
- "uuid": "70e1eb55-2dda-4a84-8cd0-47f1b68ae0ab"
+ "private": true
},
"indigo-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(50, 54, 168)",
+ "value": "rgb(84, 36, 219)",
"uuid": "2f59721c-2922-4ad3-b50a-37327d592050"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(208, 210, 255)",
- "uuid": "c537ba0b-c81a-40f3-8255-5be0491ca2a6"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(194, 196, 255)",
+ "value": "rgb(153, 161, 255)",
"uuid": "c85ea1d9-e28d-46c5-abd0-c053858770e0"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "f4c7c283-b412-4acc-b2f5-0339f946ff3d"
}
},
- "private": true,
- "uuid": "f7e71981-4756-42c8-ba41-5a2af2db93f3"
+ "private": true
},
"indigo-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(38, 41, 134)",
+ "value": "rgb(69, 19, 191)",
"uuid": "4aaedaea-2d42-4593-84e4-18a12ce5efc2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 228, 255)",
- "uuid": "f9446b63-346f-4490-b975-929bdbb12655"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(212, 213, 255)",
+ "value": "rgb(176, 186, 255)",
"uuid": "91f9622a-03b4-47b0-b380-5f6d64c13b5d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "91d7c77f-6cb0-4f1d-92ea-03965a296cc6"
}
},
- "private": true,
- "uuid": "f17fd1a0-4fe0-4e4e-9331-9880c32cb8dc"
+ "private": true
},
"indigo-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(27, 30, 100)",
+ "value": "rgb(55, 6, 160)",
"uuid": "f8300596-def6-4640-8d9a-c08fea25bfda"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(243, 243, 254)",
- "uuid": "11e00286-b34f-44c7-ba95-ab2e07990106"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(227, 228, 255)",
+ "value": "rgb(199, 208, 255)",
"uuid": "c0bfd081-7859-4ed5-aa4c-c1f547dab8f3"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "a274d960-197e-4045-99d3-9919cfa90e6e"
}
},
- "private": true,
- "uuid": "783ddb63-4810-40ef-bf1e-ca7b62cef6cc"
+ "private": true
},
"indigo-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(20, 22, 72)",
+ "value": "rgb(42, 0, 129)",
"uuid": "4e8c10e6-0c7e-4f48-91a0-ff460915725d"
},
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(223, 228, 255)",
+ "uuid": "080f9ea4-1d87-4691-adb7-3875a7708555"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "46fa9ff8-5758-41c3-b0aa-fefd075eb739"
+ }
+ },
+ "private": true
+ },
+ "indigo-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(243, 244, 255)",
+ "uuid": "498d2f9c-7304-406d-a3f8-802a2cbd3502"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(31, 0, 98)",
+ "uuid": "2653368d-d90b-4a5a-97f3-8380fe2e7551"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "72c07c8d-19f8-44de-8e73-98997502cf86"
+ }
+ },
+ "private": true
+ },
+ "indigo-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(255, 255, 255)",
- "uuid": "ee07f360-a89e-49e6-baf5-462b84133aed"
+ "uuid": "c498c300-86e8-4c71-bd3e-5a344324b9c1"
},
- "darkest": {
+ "light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(240, 240, 255)",
- "uuid": "080f9ea4-1d87-4691-adb7-3875a7708555"
+ "value": "rgb(17, 0, 54)",
+ "uuid": "6a0ad8e2-b574-4148-b151-e0607c4d5317"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
- "uuid": "46fa9ff8-5758-41c3-b0aa-fefd075eb739"
+ "value": "rgb(8, 12, 22)",
+ "uuid": "2f76990f-4bfd-4b4d-b063-aa374ea9df83"
}
},
- "private": true,
- "uuid": "72913637-2902-458d-a279-4f38ac1d2926"
+ "private": true
},
"purple-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(246, 235, 255)",
+ "value": "rgb(251, 247, 254)",
"uuid": "e80b112b-a26d-4392-a431-844b33d8bac8"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(76, 13, 157)",
- "uuid": "1d180da0-3c21-488e-b017-728194ed8578"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(50, 16, 104)",
+ "value": "rgb(41, 0, 79)",
"uuid": "ffc5aa7a-c339-4583-a586-3e8b1329d16d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "8898f93b-9e3f-4143-bb78-fd0afd4c4ee0"
}
},
- "private": true,
- "uuid": "7d2d2fd5-1e6a-4299-a86a-0a15cf985453"
+ "private": true
},
"purple-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(238, 221, 255)",
+ "value": "rgb(244, 235, 252)",
"uuid": "65816c3d-544e-4bbd-bf0e-c0981e08a5cb"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(89, 17, 177)",
- "uuid": "bad41b06-2848-4eb0-a3a0-6c2b90da8630"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(67, 13, 140)",
+ "value": "rgb(50, 0, 96)",
"uuid": "2d67627b-372c-46af-b015-6c95bd027664"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "0980d65e-bf37-40c7-a59c-5a0c80795211"
}
},
- "private": true,
- "uuid": "cf5d51e1-b890-4f48-a05a-5c1aac83cd7f"
+ "private": true
},
"purple-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(230, 208, 255)",
+ "value": "rgb(235, 218, 249)",
"uuid": "bea266d7-8f53-43b7-b7df-0daa5b7e6f89"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(105, 28, 200)",
- "uuid": "22929eab-9a55-48b1-9798-d04d9bbea6cf"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(86, 16, 173)",
+ "value": "rgb(64, 0, 122)",
"uuid": "be628028-f41d-4ace-abf3-f7f38ecb2e01"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "2f450b24-782a-428f-80ff-9d762e22e44c"
}
},
- "private": true,
- "uuid": "2283b357-6479-45c0-a26c-3e80c19e8053"
+ "private": true
},
"purple-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(219, 187, 254)",
+ "value": "rgb(221, 193, 246)",
"uuid": "b68c2d3d-02e6-4130-9904-d2d32e67d115"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(122, 45, 218)",
- "uuid": "d2c6a538-52af-4dc0-8318-b35453ffe8c4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(106, 29, 200)",
+ "value": "rgb(83, 0, 159)",
"uuid": "474fed30-921a-4795-8999-2310521c64c5"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "7faf15d0-6890-4cde-919e-1b720d5bfc0a"
}
},
- "private": true,
- "uuid": "d55a6634-3973-4451-96de-7cdf9ec74d8b"
+ "private": true
},
"purple-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(204, 164, 253)",
+ "value": "rgb(208, 167, 243)",
"uuid": "9625edd4-fcdd-406a-9a66-068dcfeb3bd9"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(140, 65, 233)",
- "uuid": "3a969a81-eefb-468b-8889-1ad5b47c361f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(126, 49, 222)",
+ "value": "rgb(107, 6, 195)",
"uuid": "b912e8ba-ed77-4179-9b80-7448f9e37193"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "2473ee91-ecb3-414d-ac05-8b040aee3283"
}
},
- "private": true,
- "uuid": "8d9cfcad-2381-4fe8-9bc6-8efd30297410"
+ "private": true
},
"purple-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(189, 139, 252)",
+ "value": "rgb(191, 138, 238)",
"uuid": "bfd24d4f-9100-4937-a45d-7614ce0ece74"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(157, 87, 243)",
- "uuid": "694dda5b-71ac-4169-b71e-65fe62650098"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(145, 70, 236)",
+ "value": "rgb(130, 34, 215)",
"uuid": "05638159-aaf7-4f3e-849e-a46e80cd9ee6"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "78f628a8-2d9f-4532-8502-bf389ec8ae7d"
}
},
- "private": true,
- "uuid": "8a59e341-bb35-4a54-9b35-364f498364c7"
+ "private": true
},
"purple-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(174, 114, 249)",
+ "value": "rgb(178, 114, 235)",
"uuid": "2f218111-4cef-432b-8d69-06492e7c40c1"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(172, 111, 249)",
- "uuid": "84640df4-6e8f-4e2c-893c-187875bf8e2c"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(162, 94, 246)",
+ "value": "rgb(148, 62, 224)",
"uuid": "fb186f5e-72a8-4a27-8ba2-d2fdf53d5a5c"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "8cdcca2d-71d7-4a08-b7a0-072e954980fe"
}
},
- "private": true,
- "uuid": "bcbb83ab-93d4-4112-91e5-f3ce82120016"
+ "private": true
},
"purple-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(157, 87, 244)",
+ "value": "rgb(166, 92, 231)",
"uuid": "a6205c53-9e63-475c-85f4-bdd5963e1eb2"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(187, 135, 251)",
- "uuid": "421e2e18-233d-40d8-81ed-b777d7b4539b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(178, 119, 250)",
+ "value": "rgb(157, 78, 228)",
"uuid": "30aae683-83e3-47a1-bdcb-ebe658e110a3"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "32ee4548-9a32-476b-a245-f0af6c701fdb"
}
},
- "private": true,
- "uuid": "dc780ef5-84b9-4fb9-bb34-532d2ce49bdf"
+ "private": true
},
"purple-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(137, 61, 231)",
+ "value": "rgb(154, 71, 226)",
"uuid": "b72cb9ff-2b75-487c-914f-1c10bff76f75"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(202, 159, 252)",
- "uuid": "c767aaa3-0818-4404-a921-94f924159b8f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(192, 143, 252)",
+ "value": "rgb(173, 105, 233)",
"uuid": "12d86845-fd54-4d30-aac8-bb9451560ba5"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "1f898f83-cd72-4bf1-bd66-ee1486a0f70d"
}
},
- "private": true,
- "uuid": "4dc5cd47-bedf-4597-8f07-d0baf59a7484"
+ "private": true
},
"purple-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(115, 38, 211)",
+ "value": "rgb(134, 40, 217)",
"uuid": "163a3d87-cba9-48de-8384-c2820cf03984"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(215, 182, 254)",
- "uuid": "8c16ea42-3e31-41e3-9492-73f1a554079c"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(206, 166, 253)",
+ "value": "rgb(186, 127, 237)",
"uuid": "e527a3bd-3543-4b40-8a9c-eb465695bdb9"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "2287f92f-6851-4f5f-b48c-3a43067a7a08"
}
},
- "private": true,
- "uuid": "e36883ef-a17f-4fdb-aa27-bb37a13533f6"
+ "private": true
},
"purple-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(93, 19, 183)",
+ "value": "rgb(115, 13, 204)",
"uuid": "991db22a-d0c2-4f1a-a45b-95aaf13d747d"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(228, 204, 254)",
- "uuid": "b45da3d4-6b07-451e-8960-ac7bca1e4da2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(219, 188, 254)",
+ "value": "rgb(197, 149, 240)",
"uuid": "18265c0a-e466-4575-a364-3dfda9e71bd4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "ed68aade-7d0a-4029-bf17-9a3b88f08ceb"
}
},
- "private": true,
- "uuid": "0f787b0a-7d58-45f0-991b-ba135ccd6d28"
+ "private": true
},
"purple-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(71, 12, 148)",
+ "value": "rgb(93, 0, 177)",
"uuid": "b71041e1-ca59-4d0c-87e4-2a8e8821b3ab"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(239, 223, 255)",
- "uuid": "5bac1ada-9c00-4243-af3a-bc3727745035"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(230, 207, 255)",
+ "value": "rgb(212, 176, 244)",
"uuid": "ae071768-dcdd-4e30-8f72-d066abac97af"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "aa502b60-e84f-4a35-910f-de28016d44fc"
}
},
- "private": true,
- "uuid": "f204d5e8-4a3e-4c87-b874-0ac57b486424"
+ "private": true
},
"purple-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(51, 16, 106)",
+ "value": "rgb(75, 0, 144)",
"uuid": "7a524851-d57b-40f7-930a-f67739c0e138"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(249, 240, 255)",
- "uuid": "5e3bbc6d-1489-48ca-b5a1-423288727b1d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(240, 224, 255)",
+ "value": "rgb(225, 201, 247)",
"uuid": "fbaaff02-da93-4f45-830a-5fc449a58f0b"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "eeb7a71b-1a59-4629-a1fd-4fe9bae6d3db"
}
},
- "private": true,
- "uuid": "a864777a-b7c9-4d2f-82d4-5cc6782efc6b"
+ "private": true
},
"purple-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(35, 15, 73)",
+ "value": "rgb(59, 0, 111)",
"uuid": "e1609d80-a6ba-46b6-bd52-83f32fd009ad"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 253, 255)",
- "uuid": "ae3f64d4-ed66-4d97-b7e5-65ee395f7883"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(248, 237, 255)",
+ "value": "rgb(238, 224, 250)",
"uuid": "9ae063c9-5817-45b4-9f57-4b2196c845b9"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
+ "value": "rgb(25, 39, 69)",
"uuid": "10c0a8e7-8496-4421-bfa0-cc41af6271d7"
}
},
- "private": true,
- "uuid": "df523779-ea77-4ef9-bf11-573d9ea021c6"
+ "private": true
},
- "fuchsia-100": {
+ "purple-1500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(248, 243, 253)",
+ "uuid": "d96c8fa3-5872-4bd2-81a3-0109ddf0bf18"
+ },
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 233, 252)",
- "uuid": "2a8743fc-d3b3-444a-b3f1-8ad816945941"
+ "value": "rgb(44, 0, 84)",
+ "uuid": "f43e7a56-8663-41a9-b688-5b6471e3fcff"
},
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "05c1a879-e716-4f67-97ab-7f524b713815"
+ }
+ },
+ "private": true
+ },
+ "purple-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(107, 3, 106)",
- "uuid": "fcf73bd6-3852-429a-9095-14524c2efea3"
+ "value": "rgb(255, 255, 255)",
+ "uuid": "0f10b720-c0f8-46db-9205-fdde265d05f7"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(23, 0, 45)",
+ "uuid": "8adc4493-0971-4b9c-bff7-c5ce8100fc43"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "1d742643-035d-4966-aba9-2be2bbfb793e"
+ }
+ },
+ "private": true
+ },
+ "fuchsia-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(254, 246, 255)",
+ "uuid": "2a8743fc-d3b3-444a-b3f1-8ad816945941"
},
- "darkest": {
+ "dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(70, 14, 68)",
+ "value": "rgb(50, 0, 61)",
"uuid": "3a434405-c4b0-40ef-b383-7cb9a9b60cab"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "c826bbb3-badb-48a1-becf-86f5f395eef7"
}
},
- "private": true,
- "uuid": "8eb8a9eb-5e08-4c2a-937f-0f17ece1da8d"
+ "private": true
},
"fuchsia-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 218, 250)",
+ "value": "rgb(253, 233, 255)",
"uuid": "a304f27a-7a17-4c12-88d1-07171fa3ca75"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(123, 0, 123)",
- "uuid": "57ce4570-03d7-45a8-8f6c-85a2994fb067"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(93, 9, 92)",
+ "value": "rgb(61, 0, 74)",
"uuid": "779ec441-475d-41de-b207-3e139c7c3168"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "eed8370d-a367-4333-ba69-56843a7657ba"
}
},
- "private": true,
- "uuid": "c4d01ae4-8b14-45ed-ab72-5211cf18a07a"
+ "private": true
},
"fuchsia-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(254, 199, 248)",
+ "value": "rgb(250, 211, 255)",
"uuid": "723a23a1-0bb0-4c11-89cf-0eca2a421867"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(144, 0, 145)",
- "uuid": "a297d901-18ab-4da0-a5fa-d9749e8ea9db"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(120, 0, 120)",
+ "value": "rgb(79, 0, 95)",
"uuid": "5fa7110f-0c33-4139-8277-eff40921939e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "7b52a8c6-67b3-4d8c-b506-aa5eeababdfb"
}
},
- "private": true,
- "uuid": "1e502d0b-6d88-4f73-a493-2911621cf2c8"
+ "private": true
},
"fuchsia-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(251, 174, 246)",
+ "value": "rgb(247, 181, 255)",
"uuid": "ce8ce579-0dca-462c-a9d3-49e451931812"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(165, 13, 166)",
- "uuid": "7eb42bf3-0008-4e2c-a085-0c0b0a56deba"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(146, 0, 147)",
+ "value": "rgb(102, 9, 120)",
"uuid": "a81bfdd6-4b80-4f1a-922d-2f6e04c27e01"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "670788fe-2614-4673-bda2-681622680109"
}
},
- "private": true,
- "uuid": "6ef05285-e6da-4c5e-9ca4-0c9cbccb0090"
+ "private": true
},
"fuchsia-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(245, 146, 243)",
+ "value": "rgb(243, 147, 255)",
"uuid": "779bda09-25fd-4912-9aa8-8e3a5643d0cb"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(185, 37, 185)",
- "uuid": "5a5a7aac-7494-40d2-93c8-66e828c2397e"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(169, 19, 170)",
+ "value": "rgb(127, 23, 146)",
"uuid": "7ecdb8fa-7c4b-4392-bca8-a00a9b931cb4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "906889fa-ad69-4129-978c-23ea12d2b362"
}
},
- "private": true,
- "uuid": "92ca51c5-b4a9-4ac4-a384-4158a425041a"
+ "private": true
},
"fuchsia-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 116, 237)",
+ "value": "rgb(236, 105, 255)",
"uuid": "bd2db3f8-5eae-4fcb-a1f6-307d3b8e4139"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(205, 57, 206)",
- "uuid": "90ef0274-fb46-469e-a8d4-030b88dfe969"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(191, 43, 191)",
+ "value": "rgb(151, 38, 170)",
"uuid": "0fb76488-9965-4cf9-878f-ceed7fc2be43"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "0b09ae9a-7aa8-4b63-b6c4-4317b03dc3ff"
}
},
- "private": true,
- "uuid": "13cac94c-eebe-4504-b034-fc79d4d6ce68"
+ "private": true
},
"fuchsia-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(224, 85, 226)",
+ "value": "rgb(223, 77, 245)",
"uuid": "42525649-03ba-44f7-bc8c-9a824b898920"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(223, 81, 224)",
- "uuid": "3cebbadd-c690-493d-a36e-fc55d99d4b4b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(211, 65, 213)",
+ "value": "rgb(173, 51, 192)",
"uuid": "5f971453-aa30-4c1f-8cbc-be45ff042fcd"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "02b7bf12-ff14-4829-aa9b-52c3033b0652"
}
},
- "private": true,
- "uuid": "fbc24eea-0ccb-4fa3-bb78-09d5b8988c67"
+ "private": true
},
"fuchsia-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(205, 58, 206)",
+ "value": "rgb(200, 68, 220)",
"uuid": "3b2867ea-80f8-44ca-9394-7bb17e8c5a22"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(235, 110, 236)",
- "uuid": "163fa258-c7a0-433a-bf26-875d55e2ba70"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(228, 91, 229)",
+ "value": "rgb(186, 60, 206)",
"uuid": "5848fed6-5b42-42ef-9800-8f32e42cf6ba"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "a6344998-b1e8-4651-a4c9-b1b2aa22d48b"
}
},
- "private": true,
- "uuid": "30a9972a-13f9-45eb-811a-e8819e16733f"
+ "private": true
},
"fuchsia-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(182, 34, 183)",
+ "value": "rgb(181, 57, 200)",
"uuid": "5fa3362b-01ee-4861-9a02-6af6da804f61"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(244, 140, 242)",
- "uuid": "d0d6c85c-233c-4394-b6a3-ac326b70992f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(239, 120, 238)",
+ "value": "rgb(213, 73, 235)",
"uuid": "3c6d42c9-4cba-4373-a61c-c8617c509f92"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "2a29020c-1524-4b9b-a249-25b9927d4a54"
}
},
- "private": true,
- "uuid": "e6d9c311-509d-4fe4-b225-afb752044df6"
+ "private": true
},
"fuchsia-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(157, 3, 158)",
+ "value": "rgb(156, 40, 175)",
"uuid": "fa79840c-fe56-4f21-b9c5-f1e24f89e031"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(250, 168, 245)",
- "uuid": "31064db2-1b72-47c3-909d-339589204458"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(246, 149, 243)",
+ "value": "rgb(232, 91, 253)",
"uuid": "a13d5f15-e4cc-4f7c-928f-aaccbf0d590e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "7606b799-458c-466e-96c6-a0a7e949a83c"
}
},
- "private": true,
- "uuid": "c39fca6a-7e8e-4c39-a5fd-38b1c6dad0bd"
+ "private": true
},
"fuchsia-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(128, 0, 129)",
+ "value": "rgb(135, 27, 154)",
"uuid": "44aeb8b3-dd63-43a5-adb6-67cca83ca4c5"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(254, 194, 248)",
- "uuid": "135ce68a-832c-4903-b1e3-39b0c2e4f10b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(251, 175, 246)",
+ "value": "rgb(240, 122, 255)",
"uuid": "0a4eb3af-d067-4d9f-af91-66c676e49e26"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "aa82e21e-e5a2-4bcd-a63d-a2d76c467ac7"
}
},
- "private": true,
- "uuid": "6db3f51e-bacc-4ab8-9be5-4858f74884c7"
+ "private": true
},
"fuchsia-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(100, 6, 100)",
+ "value": "rgb(113, 15, 131)",
"uuid": "fc66406d-0e4c-4f82-9fa6-aec444f04070"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 219, 250)",
- "uuid": "6c569c3e-48fe-4bde-8521-7b63d8c4a37d"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(254, 199, 248)",
+ "value": "rgb(245, 159, 255)",
"uuid": "0d93ff9f-63e8-4caf-9e7b-714e56d968d4"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "bdb3a49e-331e-44b9-96e2-4f1dccdae565"
}
},
- "private": true,
- "uuid": "e9b1dc85-6d6e-4b1f-8d9b-2e35198a6b8f"
+ "private": true
},
"fuchsia-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(71, 14, 70)",
+ "value": "rgb(92, 4, 109)",
"uuid": "00cfb450-b2b1-47ea-aaf2-221827cca75d"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 239, 252)",
- "uuid": "712ba0be-7bd6-42d1-a1db-ba4aebb7eb28"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 220, 250)",
+ "value": "rgb(248, 191, 255)",
"uuid": "abd44b32-b837-4e11-95c7-4ba1c34db44b"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "c53a7f46-12aa-48c9-afdf-20e7a26bbb09"
}
},
- "private": true,
- "uuid": "e6bed7fe-2b70-43d1-bd81-3d06bf45256c"
+ "private": true
},
"fuchsia-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(50, 13, 49)",
+ "value": "rgb(72, 0, 88)",
"uuid": "e5fc57ed-6d37-4496-a89c-db93104cb333"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 253, 255)",
- "uuid": "9b3a54f9-d94b-4a21-9145-5891d0cf1405"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 235, 252)",
+ "value": "rgb(251, 219, 255)",
"uuid": "7c819391-d74c-4326-ae0d-fe3534eb44e3"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
+ "value": "rgb(25, 39, 69)",
"uuid": "ee6b1d77-41ce-4c87-9d95-098f5fc66da9"
}
},
- "private": true,
- "uuid": "200a6384-7f09-4b2f-b5ac-a106c8cd6fd1"
+ "private": true
},
- "magenta-100": {
+ "fuchsia-1500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(253, 241, 255)",
+ "uuid": "ff510e34-7c7c-4795-a224-b1e1c5cc25e0"
+ },
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 234, 241)",
- "uuid": "06219a66-5150-42ab-a9fd-c743058728af"
+ "value": "rgb(54, 0, 66)",
+ "uuid": "afdfcd22-19fd-4306-a069-c8f9cd0d4f2d"
},
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "a8afc139-5eeb-4b56-9acd-62433f802563"
+ }
+ },
+ "private": true
+ },
+ "fuchsia-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(118, 0, 58)",
- "uuid": "c49f033b-6e6f-4945-b199-af3ad874e8ea"
+ "value": "rgb(255, 255, 255)",
+ "uuid": "c06ab95f-6471-4840-99cc-710851d25de4"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(29, 0, 35)",
+ "uuid": "38117e2a-efd1-4edd-8284-6fb0bc7482cc"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "cd37d695-d1b0-4322-92f7-9bc0a347aa90"
+ }
+ },
+ "private": true
+ },
+ "magenta-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 245, 248)",
+ "uuid": "06219a66-5150-42ab-a9fd-c743058728af"
},
- "darkest": {
+ "dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(83, 3, 41)",
+ "value": "rgb(59, 0, 22)",
"uuid": "9149371a-1978-4136-a89c-8895edd35e7d"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(242, 245, 251)",
+ "value": "rgb(246, 248, 252)",
"uuid": "3f70bddc-f8e3-41a1-a68e-9500ac9a2474"
}
},
- "private": true,
- "uuid": "ce26417e-9bb8-411e-a026-464293b06add"
+ "private": true
},
"magenta-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 220, 232)",
+ "value": "rgb(255, 232, 240)",
"uuid": "0a9c01d3-0659-4884-a0e8-7032deeee766"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(137, 0, 66)",
- "uuid": "28ea9b3a-7802-4f3e-a576-9ca1e217a7e4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(106, 0, 52)",
+ "value": "rgb(74, 0, 27)",
"uuid": "f5ffc5b3-d3e6-4d7e-b8a8-850324b5d9b8"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 241, 250)",
+ "value": "rgb(235, 239, 248)",
"uuid": "074993b8-2652-448c-a6ca-b18a39176ed9"
}
},
- "private": true,
- "uuid": "874c0257-997e-47fc-8034-aab4e96f97fe"
+ "private": true
},
"magenta-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 202, 221)",
+ "value": "rgb(255, 213, 227)",
"uuid": "bfe2436d-c026-4641-8cd7-a9824f6948dd"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(160, 0, 77)",
- "uuid": "8a21b266-6888-4f68-9f44-7026634d6bdf"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 0, 65)",
+ "value": "rgb(93, 0, 34)",
"uuid": "673ab9b4-e296-4472-b0b5-15adf9f1f762"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(233, 238, 248)",
+ "value": "rgb(216, 224, 242)",
"uuid": "04b09fbb-08cb-4fe3-a287-d7de2bf39312"
}
},
- "private": true,
- "uuid": "f694bd14-d565-4ec2-baff-304500e438b3"
+ "private": true
},
"magenta-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 178, 206)",
+ "value": "rgb(255, 185, 208)",
"uuid": "4419b5e5-344d-4905-b39d-8935bedf7d6c"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(182, 18, 90)",
- "uuid": "d0319094-27f1-4634-b436-07f1a0ade2ab"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(161, 0, 78)",
+ "value": "rgb(123, 0, 45)",
"uuid": "60560de2-28e6-44b4-bcff-f357fe13a4a7"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(226, 232, 247)",
+ "value": "rgb(192, 205, 234)",
"uuid": "41d578d1-c853-4360-95e9-b94ad61e7786"
}
},
- "private": true,
- "uuid": "43d8a547-4a3b-4bf4-afa6-a22e99811644"
+ "private": true
},
"magenta-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 149, 189)",
+ "value": "rgb(255, 152, 187)",
"uuid": "d7c3e696-4ec4-497f-89c5-bad17cb4699a"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 38, 109)",
- "uuid": "60a7cd2d-5c88-4fbe-8180-6840d52678fc"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(186, 22, 93)",
+ "value": "rgb(152, 7, 60)",
"uuid": "830123a6-0e42-4c4f-9b20-2f4204d37af8"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(216, 225, 244)",
+ "value": "rgb(164, 183, 225)",
"uuid": "0734c859-3e4c-4974-98e2-700c49c69bcd"
}
},
- "private": true,
- "uuid": "9d63598b-15dc-42d8-81f0-84bb906bfbdb"
+ "private": true
},
"magenta-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(250, 119, 170)",
+ "value": "rgb(255, 112, 159)",
"uuid": "329f4efa-6f0b-4bc1-95f7-1121bda7f421"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(222, 61, 130)",
- "uuid": "f7dd5e8b-4c41-4385-8d96-a984b62051be"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(209, 43, 114)",
+ "value": "rgb(181, 19, 76)",
"uuid": "e6b14a1d-e26e-41c4-b386-7fb3f95b8c93"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(203, 215, 241)",
+ "value": "rgb(135, 160, 215)",
"uuid": "e70126f5-e8d6-47e2-9737-0dbb17655b1f"
}
},
- "private": true,
- "uuid": "5bddfcd1-4c98-45b7-a2b3-ad63bb55eaec"
+ "private": true
},
"magenta-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(239, 90, 152)",
+ "value": "rgb(255, 72, 133)",
"uuid": "fcacf0f0-c919-4705-b4c2-6edbe2796fb0"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(237, 87, 149)",
- "uuid": "3f07950a-4823-4826-9d78-d7b450c9e961"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(227, 69, 137)",
+ "value": "rgb(207, 31, 92)",
"uuid": "11055a6b-7e81-4b59-9feb-8b0b6352be07"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(190, 205, 237)",
+ "value": "rgb(113, 142, 208)",
"uuid": "e5ffefaa-72d6-444d-8f9f-3fb08a9f2480"
}
},
- "private": true,
- "uuid": "b5538c34-e3ef-4f42-a8e7-a0382bf74d16"
+ "private": true
},
"magenta-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(222, 61, 130)",
+ "value": "rgb(240, 45, 110)",
"uuid": "21e774f7-89d8-438d-9fc4-aa93261022d1"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(249, 114, 167)",
- "uuid": "7903bf4c-e957-4e84-b0c0-276c80e9a4d9"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(241, 97, 156)",
+ "value": "rgb(224, 38, 101)",
"uuid": "6676db79-7b7e-4fcf-868b-321f9372517a"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 192, 233)",
+ "value": "rgb(93, 127, 201)",
"uuid": "6dca10b8-2ed2-463c-82f5-fad66a833675"
}
},
- "private": true,
- "uuid": "2da326e7-e8c4-4a4c-98bf-f8bd903c434a"
+ "private": true
},
"magenta-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(200, 34, 105)",
+ "value": "rgb(217, 35, 97)",
"uuid": "0166ed9b-52e7-447a-b45d-de29ba85eb0d"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 143, 185)",
- "uuid": "f316b3d8-5763-4166-94fe-664f477dd76f"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(252, 124, 173)",
+ "value": "rgb(255, 51, 119)",
"uuid": "fa5e523e-7ee3-46d0-971f-4ee95c7222b8"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(154, 177, 227)",
+ "value": "rgb(74, 111, 195)",
"uuid": "991792f1-03ed-494b-ada7-1beb965e39c9"
}
},
- "private": true,
- "uuid": "2b5073f4-450b-4c86-8c12-a52b75a4ff00"
+ "private": true
},
"magenta-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(173, 9, 85)",
+ "value": "rgb(186, 22, 80)",
"uuid": "98125f18-a061-4aa7-a0c5-a746d635c4c5"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 172, 202)",
- "uuid": "6eeb3d6f-9eab-459c-b34c-e25c9ea107a4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 152, 191)",
+ "value": "rgb(255, 96, 149)",
"uuid": "bdabbfb5-1ae6-44a7-bc2e-55e11f4e5154"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(133, 161, 219)",
+ "value": "rgb(61, 94, 165)",
"uuid": "8a8e447b-6b31-4758-b59e-51acad7c9210"
}
},
- "private": true,
- "uuid": "c93e3507-c6b1-4560-a7cb-5d5113b5392c"
+ "private": true
},
"magenta-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(142, 0, 69)",
+ "value": "rgb(163, 5, 62)",
"uuid": "29d203d7-7c2c-4f36-a5f3-d84fab6be9f1"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 198, 218)",
- "uuid": "36c81f83-2299-4569-b133-4300d49fa3c2"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 179, 207)",
+ "value": "rgb(255, 128, 171)",
"uuid": "548a74eb-4401-44f4-85b4-921287d84ac9"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(114, 145, 211)",
+ "value": "rgb(52, 79, 140)",
"uuid": "9784741b-612e-4986-952b-a102c04e2afd"
}
},
- "private": true,
- "uuid": "1f891345-4822-4977-8dee-b2161f1289ef"
+ "private": true
},
"magenta-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(112, 0, 55)",
+ "value": "rgb(136, 0, 51)",
"uuid": "2a9f4ecf-5678-4345-973a-da1e066eaf10"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 221, 233)",
- "uuid": "72e2e0cb-7512-4e3b-8ac6-42a63a746e2b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 202, 221)",
+ "value": "rgb(255, 163, 194)",
"uuid": "9c634688-1ad5-438b-bd44-a92c64ef9934"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(96, 130, 201)",
+ "value": "rgb(42, 65, 114)",
"uuid": "3c632a35-bf86-4182-9475-84854a20f15a"
}
},
- "private": true,
- "uuid": "cbde36d9-8429-4904-9148-a3ede646d148"
+ "private": true
},
"magenta-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(84, 3, 42)",
+ "value": "rgb(111, 0, 40)",
"uuid": "0be3f108-028b-4fdd-9a98-8bb24deec2d8"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 240, 245)",
- "uuid": "b1caf781-77c9-48eb-84a5-507d84b6cdf4"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 221, 233)",
+ "value": "rgb(255, 193, 214)",
"uuid": "6c441ca7-0294-462f-ac18-7b28ff20d7ff"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(82, 117, 192)",
+ "value": "rgb(34, 51, 91)",
"uuid": "030c6431-3ea5-429b-a492-1a01dd396d44"
}
},
- "private": true,
- "uuid": "2a7b30ec-db12-4ba6-8316-c134705a5867"
+ "private": true
},
"magenta-1400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
"light": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(60, 6, 29)",
+ "value": "rgb(86, 0, 30)",
"uuid": "40d9a0f7-0085-4001-a22e-3c22d3887846"
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 252, 253)",
- "uuid": "2dcf8d47-a293-4ed2-bac5-2f935ed7ca5b"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(255, 236, 243)",
+ "value": "rgb(255, 220, 232)",
"uuid": "15f36ded-01af-4c5d-8b11-45523e7d908e"
},
"wireframe": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(74, 109, 184)",
+ "value": "rgb(25, 39, 69)",
"uuid": "b6dd1b22-5f8f-46d8-924e-4ce02ad5a99f"
}
},
- "private": true,
- "uuid": "336a0cef-c962-4847-9eba-2d6e9571c790"
- },
- "static-blue-900": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(59, 99, 251)",
- "private": true,
- "uuid": "a77887aa-da75-41bd-8bc1-43e41ab5132f"
- },
- "static-blue-1000": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(39, 77, 234)",
- "private": true,
- "uuid": "fe65be29-fd3b-4712-84c9-d8ef84a94a53"
+ "private": true
},
- "static-fuchsia-900": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
- "value": "rgb(181, 57, 200)",
- "private": true,
- "uuid": "6d329081-9b84-47d5-a7ec-e01726a22c3c"
+ "magenta-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 241, 246)",
+ "uuid": "d2814529-9c64-47fd-a317-8669d565cf67"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(64, 0, 22)",
+ "uuid": "70dd220b-46cd-4975-ad8b-5ca31f7c33dc"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "950ba124-e6b5-47b6-b1b8-31960f7cc380"
+ }
+ },
+ "private": true
+ },
+ "magenta-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "c24954cd-f17c-47b4-8a3e-8cb019a3e330"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(35, 0, 12)",
+ "uuid": "fd25d1ee-438b-49a3-93d8-1d59b2a06f72"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "2fc90f48-a54e-4aae-9b9f-aa3c4d7e55de"
+ }
+ },
+ "private": true
+ },
+ "pink-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(58, 0, 37)",
+ "uuid": "bd616b1d-fe15-498b-b8c3-02b3ec12917c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 246, 252)",
+ "uuid": "89d9aa85-aef2-47fa-8939-e6774f5fa2de"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(246, 248, 252)",
+ "uuid": "4c01ddf8-d689-4433-826c-75b33bc2214d"
+ }
+ },
+ "private": true
+ },
+ "pink-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(71, 0, 44)",
+ "uuid": "b27db3ca-2a1d-40f0-aa6b-d7256262a70c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 232, 247)",
+ "uuid": "d80ed3c8-4db1-48e7-bd16-1d34580a3108"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(235, 239, 248)",
+ "uuid": "d4e972fb-fbd5-4b37-bd20-9487ed47d243"
+ }
+ },
+ "private": true
+ },
+ "pink-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(90, 0, 57)",
+ "uuid": "b4a885e9-96d3-498f-b8a9-87c448723198"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 211, 240)",
+ "uuid": "3041a3b2-4275-41fb-94ff-607108d94df3"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(216, 224, 242)",
+ "uuid": "83e9b8e8-ff2a-49fc-9ac8-349c694c1aec"
+ }
+ },
+ "private": true
+ },
+ "pink-400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(115, 7, 75)",
+ "uuid": "3a4e3a24-0f21-44a4-ad80-f721ad6acb38"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 181, 230)",
+ "uuid": "c86af74f-6fe2-41a1-a934-2589f56fd041"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(192, 205, 234)",
+ "uuid": "ba838eaa-0dc0-4bbd-be25-300e8bd89272"
+ }
+ },
+ "private": true
+ },
+ "pink-500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(143, 18, 97)",
+ "uuid": "14b4ffb1-3dcb-4155-b470-1006982eec4c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 148, 219)",
+ "uuid": "e526f977-736d-473b-b851-475fd08f5276"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(164, 183, 225)",
+ "uuid": "356a4b99-8ffc-4d11-b56e-a88c5e70194d"
+ }
+ },
+ "private": true
+ },
+ "pink-600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(171, 29, 119)",
+ "uuid": "77da83cc-1a57-486b-bb43-e74e6b5ac041"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 103, 204)",
+ "uuid": "d383f12e-48f4-446c-abb4-595a50fd29a2"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(135, 160, 215)",
+ "uuid": "527b5dcd-0896-4dbc-82f9-866297227eb0"
+ }
+ },
+ "private": true
+ },
+ "pink-700": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(196, 39, 138)",
+ "uuid": "6c1ae7db-8ca1-4dbe-9d1e-2b3f5ab28a5c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(242, 76, 184)",
+ "uuid": "91406d69-6d53-4231-be9e-e90d8ad0cc51"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(113, 142, 208)",
+ "uuid": "873c22cd-488b-45d4-a79d-0473fc4f3c7f"
+ }
+ },
+ "private": true
+ },
+ "pink-800": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(213, 45, 151)",
+ "uuid": "86b686e1-d580-4fc0-9246-8b94ad2fed96"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(228, 52, 163)",
+ "uuid": "af67d2bf-e92e-42f2-93d6-2f0b45fba0ac"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(93, 127, 201)",
+ "uuid": "b50fbb92-1897-469d-a867-d9f6e5070c2e"
+ }
+ },
+ "private": true
+ },
+ "pink-900": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(236, 67, 175)",
+ "uuid": "fb259e11-a051-4116-a7cb-f567cf814df5"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(206, 42, 146)",
+ "uuid": "a53ae96d-64bc-4baa-b51f-4490242047df"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(74, 111, 195)",
+ "uuid": "85c314fe-cdfe-4542-856f-f58acfad1aee"
+ }
+ },
+ "private": true
+ },
+ "pink-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(251, 90, 196)",
+ "uuid": "89cc3b46-c438-4e65-bf43-c373cb6af83f"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(176, 31, 123)",
+ "uuid": "8d8448ee-5b8d-4953-a2f8-ba34a3c7f796"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(61, 94, 165)",
+ "uuid": "deac6200-0e75-47d5-9073-3aaa390f1cd1"
+ }
+ },
+ "private": true
+ },
+ "pink-1100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 122, 210)",
+ "uuid": "ee41ab95-9c22-4523-94ce-efab466cc261"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(152, 22, 104)",
+ "uuid": "889ea4ff-1362-474e-ab12-15eb08bec89b"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 79, 140)",
+ "uuid": "b9911ab3-fa6b-42e7-9247-c341b68ee151"
+ }
+ },
+ "private": true
+ },
+ "pink-1200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 159, 223)",
+ "uuid": "670f5ea8-1435-4dd6-9ee9-f1886378b18f"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(128, 12, 85)",
+ "uuid": "ac7fa4bb-da89-44ef-95d0-5d15fd8df976"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(42, 65, 114)",
+ "uuid": "4c73d77d-95e3-4311-b644-2b55ad4552cf"
+ }
+ },
+ "private": true
+ },
+ "pink-1300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 191, 234)",
+ "uuid": "c70eb5b9-80fa-4e03-9589-88001bbed4e2"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(105, 3, 68)",
+ "uuid": "a10ffb76-fc1a-4f2f-ac43-dace44726820"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(34, 51, 91)",
+ "uuid": "efa5d789-8e54-493d-9787-8e5dce4180a0"
+ }
+ },
+ "private": true
+ },
+ "pink-1400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 219, 243)",
+ "uuid": "bb85af92-a0c8-4b12-b651-a2a084d6d1cc"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(83, 0, 53)",
+ "uuid": "8c14e640-5df8-4753-8a47-295c1aee63c5"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "4d10b352-648d-404a-a863-3fd3308b2696"
+ }
+ },
+ "private": true
+ },
+ "pink-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 241, 250)",
+ "uuid": "0344a02f-ae86-4c77-bb36-480da43b3be1"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(62, 0, 39)",
+ "uuid": "886065e2-949f-4f4c-9aa9-0a843c3d8cf2"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "13813529-7eb8-4171-a40b-a719c430299b"
+ }
+ },
+ "private": true
+ },
+ "pink-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "fd715951-5fb7-433c-8a9d-2d10707893e5"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(33, 0, 21)",
+ "uuid": "0612a373-58a7-4393-b789-7dcf8e388b2c"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "44800628-6a86-49de-b44f-256ca36c4127"
+ }
+ },
+ "private": true
+ },
+ "turquoise-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 30, 33)",
+ "uuid": "7be82e76-2525-4496-9425-c180746f12df"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(238, 251, 251)",
+ "uuid": "8e69d558-2c95-496f-8244-56c1abecef5f"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(246, 248, 252)",
+ "uuid": "094b2708-cb1f-4936-96ee-503cf113ab7a"
+ }
+ },
+ "private": true
+ },
+ "turquoise-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 37, 41)",
+ "uuid": "f70fdb17-da0b-4163-8af6-2daa65327e3a"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(209, 245, 245)",
+ "uuid": "2dd6c94d-b55e-491e-91a9-bf9b4e3ceb54"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(235, 239, 248)",
+ "uuid": "e5a0aca5-4d22-4d1a-9732-6e0e2c98e72d"
+ }
+ },
+ "private": true
+ },
+ "turquoise-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 49, 54)",
+ "uuid": "eb6f8d2a-1a82-42ef-b668-0aac077d4053"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(169, 236, 237)",
+ "uuid": "7eda1d2a-4c4a-495c-8b2f-c663be8c22f8"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(216, 224, 242)",
+ "uuid": "c4877ffd-985b-4260-b1c3-3ac37392315a"
+ }
+ },
+ "private": true
+ },
+ "turquoise-400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 66, 72)",
+ "uuid": "e354eda3-17c2-4f07-b64b-3620692a12f3"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(111, 221, 228)",
+ "uuid": "7a80623f-07eb-426a-9a64-ced6e3d09df1"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(192, 205, 234)",
+ "uuid": "f136369b-3ac7-4041-871e-90c90f3da3a9"
+ }
+ },
+ "private": true
+ },
+ "turquoise-500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(3, 84, 92)",
+ "uuid": "de4d07fb-1d63-44cc-a9bf-1cd2e2ed4e59"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(39, 202, 216)",
+ "uuid": "1fae7edd-0b41-4ae6-a436-c1e5ecda3e3a"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(164, 183, 225)",
+ "uuid": "4320a8e7-3509-45c6-b133-02bf0e779a42"
+ }
+ },
+ "private": true
+ },
+ "turquoise-600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(5, 103, 112)",
+ "uuid": "ae1d9dc7-e778-4c78-b12d-ab187cc3c254"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(15, 177, 192)",
+ "uuid": "be19fd97-84da-40ed-82a2-1afa75b6f405"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(135, 160, 215)",
+ "uuid": "1ce42e96-435f-4895-896d-268dcdf16b21"
+ }
+ },
+ "private": true
+ },
+ "turquoise-700": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(7, 120, 131)",
+ "uuid": "08f4307e-74f1-446d-9051-8a4c11546289"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(12, 158, 171)",
+ "uuid": "0a313605-1db7-4801-afac-28aeb30aa005"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(113, 142, 208)",
+ "uuid": "9ffcdab9-e422-4ece-b292-6b8ce227bef8"
+ }
+ },
+ "private": true
+ },
+ "turquoise-800": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(9, 131, 142)",
+ "uuid": "69ae2217-ba32-41ca-a38f-8f19dcc5cf76"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(10, 141, 153)",
+ "uuid": "cb62cb21-ce76-4f47-a88d-14682eb6e06d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(93, 127, 201)",
+ "uuid": "a6548e62-22e6-4089-b098-0a8bb60676ec"
+ }
+ },
+ "private": true
+ },
+ "turquoise-900": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(11, 151, 164)",
+ "uuid": "2ce15c64-8c38-4935-bc65-7580df395231"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 126, 137)",
+ "uuid": "b1e2b910-c19d-4b83-9f49-f9e858ab58b9"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(74, 111, 195)",
+ "uuid": "2084f7e5-221c-4a4e-96e0-fa0ff2fa40f1"
+ }
+ },
+ "private": true
+ },
+ "turquoise-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(13, 168, 182)",
+ "uuid": "89d12308-9718-40d6-a089-73b9fcf1185b"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(5, 107, 116)",
+ "uuid": "f46bb42a-00fe-44ae-8421-16fbdbe1a9e3"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(61, 94, 165)",
+ "uuid": "7c82b1ca-e445-45a0-b7b2-5ed3030e92e7"
+ }
+ },
+ "private": true
+ },
+ "turquoise-1100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(16, 186, 202)",
+ "uuid": "7f0dafc6-6863-4542-b58c-610bd97f79fa"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(3, 90, 98)",
+ "uuid": "7c957f48-f033-4814-a4e0-127e67169771"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 79, 140)",
+ "uuid": "e3e88d56-d236-41f7-8eaa-3804576b6161"
+ }
+ },
+ "private": true
+ },
+ "turquoise-1200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(64, 208, 220)",
+ "uuid": "70ca07eb-a370-4059-9d5a-b55f6a9c9f31"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(1, 74, 81)",
+ "uuid": "d85163b6-fbaf-4c49-b61b-f0b7b9529ff7"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(42, 65, 114)",
+ "uuid": "1ca86f12-0424-40b5-a606-912e2fcc5cc1"
+ }
+ },
+ "private": true
+ },
+ "turquoise-1300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(128, 225, 231)",
+ "uuid": "c1f51874-6699-4250-bcd3-9d15add56a86"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 59, 65)",
+ "uuid": "c9ab3575-f393-45db-a92b-07eccd4696bb"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(34, 51, 91)",
+ "uuid": "07b5d5b0-8952-4901-a0e5-227fa3e1aacf"
+ }
+ },
+ "private": true
+ },
+ "turquoise-1400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(183, 240, 240)",
+ "uuid": "f2f63354-d6fb-4687-abf8-554c4ab95fbf"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 44, 49)",
+ "uuid": "6ee374d9-95c4-4e5d-8f4d-fa1912cf6514"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "81180029-eec8-4d26-9fe0-3966aa372151"
+ }
+ },
+ "private": true
+ },
+ "turquoise-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(228, 249, 249)",
+ "uuid": "d4b79c34-286d-40f0-87ce-bbfb6b217dba"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 32, 35)",
+ "uuid": "d3e919d4-3777-4dca-93f9-0e04ab00d0dd"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "1162302d-4bcf-478a-a95e-660785220434"
+ }
+ },
+ "private": true
+ },
+ "turquoise-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "4ae14c01-10b1-4daf-a064-dab9f6fdea9d"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(0, 15, 17)",
+ "uuid": "6af4ec29-d7c5-4562-be2c-a838aa919aed"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "21be860b-80bb-40a1-9aaf-20a97b2ddc77"
+ }
+ },
+ "private": true
+ },
+ "brown-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(35, 24, 8)",
+ "uuid": "478633c7-4a14-4e39-a05c-bfa07aeb4a85"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(252, 247, 242)",
+ "uuid": "aa01448b-bf3b-4da2-b483-127a3ed708f7"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(246, 248, 252)",
+ "uuid": "3d64c998-df63-4695-a1d1-00d78ed2097b"
+ }
+ },
+ "private": true
+ },
+ "brown-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(44, 31, 11)",
+ "uuid": "ec81816f-120e-46f9-a5b0-adb94814d1eb"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(247, 238, 225)",
+ "uuid": "1b19a7b6-469e-4f5a-b30b-f3f465021d25"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(235, 239, 248)",
+ "uuid": "5d0e6309-481d-40f9-81b9-7d0bee9cf794"
+ }
+ },
+ "private": true
+ },
+ "brown-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(58, 40, 14)",
+ "uuid": "3c253e65-bd9a-4e52-ad68-83aca3b197e6"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(239, 221, 195)",
+ "uuid": "9f0a77f8-aab8-4942-8119-332b09441939"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(216, 224, 242)",
+ "uuid": "e710f0e9-90a7-4ed9-8d2b-6a8c9ed778db"
+ }
+ },
+ "private": true
+ },
+ "brown-400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(78, 55, 19)",
+ "uuid": "a9daa02d-c0aa-4c05-80ee-2bf55165dd36"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(229, 200, 157)",
+ "uuid": "e33616c5-157c-42aa-a349-90d05f50beba"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(192, 205, 234)",
+ "uuid": "7a9223ac-0dee-4dd5-8b11-b04815683c6b"
+ }
+ },
+ "private": true
+ },
+ "brown-500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(98, 71, 30)",
+ "uuid": "f455957b-e647-44b3-a917-7d6e19807d40"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(214, 177, 123)",
+ "uuid": "5346904d-2c85-4dd5-815c-ea2708a4d380"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(164, 183, 225)",
+ "uuid": "bca8a6a6-557e-4930-b765-0dcc9867c42a"
+ }
+ },
+ "private": true
+ },
+ "brown-600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(115, 88, 47)",
+ "uuid": "41f83cff-cdd4-4760-a4bd-0bb1ceb46854"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(190, 155, 104)",
+ "uuid": "970fd8ac-c68b-4789-84a6-1397b2514e2f"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(135, 160, 215)",
+ "uuid": "ef14139b-0550-4a5a-b2f5-eb787bcf406d"
+ }
+ },
+ "private": true
+ },
+ "brown-700": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(132, 104, 61)",
+ "uuid": "dc738913-4af6-446e-8a1b-09c84993c8e5"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(171, 138, 90)",
+ "uuid": "621aa30e-95de-4b69-814f-821dfe12b78d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(113, 142, 208)",
+ "uuid": "45f999be-146e-4b0f-97de-ef1f7e82d675"
+ }
+ },
+ "private": true
+ },
+ "brown-800": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(143, 114, 69)",
+ "uuid": "e21a0edf-a81a-46a0-a849-11111cb89516"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(154, 123, 77)",
+ "uuid": "b15bdc92-c03f-4ad4-a385-110d635e66af"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(93, 127, 201)",
+ "uuid": "2c0181c8-ef5c-46c8-bc3e-703d08f3692b"
+ }
+ },
+ "private": true
+ },
+ "brown-900": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(163, 132, 84)",
+ "uuid": "79d7de9d-7bab-4762-acd9-ecf28556906a"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(139, 109, 66)",
+ "uuid": "b0445ddb-ec22-4dde-81a1-21ea14ed195a"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(74, 111, 195)",
+ "uuid": "6756882c-f521-49fc-b7c9-3dc8f4d39d5a"
+ }
+ },
+ "private": true
+ },
+ "brown-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(181, 147, 98)",
+ "uuid": "6fd7a375-e670-4bde-8061-b1b2ba5116be"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(119, 91, 50)",
+ "uuid": "0dd635ef-0b0a-4914-8900-999ab7ce436e"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(61, 94, 165)",
+ "uuid": "a2a5c52d-7381-47b8-9b67-5d3c86e8ff21"
+ }
+ },
+ "private": true
+ },
+ "brown-1100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(199, 163, 112)",
+ "uuid": "26df5572-cbdb-4988-8847-672ee1669acd"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(103, 76, 35)",
+ "uuid": "d14770ac-d032-4408-b5de-637de47bf151"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 79, 140)",
+ "uuid": "1c1c2c57-890d-4638-b219-5b5e1953ba57"
+ }
+ },
+ "private": true
+ },
+ "brown-1200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(222, 185, 130)",
+ "uuid": "c1965544-ed0e-438f-aed0-b1f31836950c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(88, 61, 21)",
+ "uuid": "1a2cfeec-1d02-4225-a2a1-ecad878a0372"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(42, 65, 114)",
+ "uuid": "df9afc4f-bb87-4dae-b2b6-f7d27a590593"
+ }
+ },
+ "private": true
+ },
+ "brown-1300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(232, 207, 169)",
+ "uuid": "41d1432f-1b3a-4e93-8b57-2e48d0e66096"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(70, 49, 17)",
+ "uuid": "88621915-f832-4401-b42f-4026cbf6720c"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(34, 51, 91)",
+ "uuid": "1e9a6104-d427-4197-8e01-25673c917143"
+ }
+ },
+ "private": true
+ },
+ "brown-1400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(242, 227, 206)",
+ "uuid": "91db9b52-530b-4147-be4f-c4d73a82eac3"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 37, 13)",
+ "uuid": "fa6e22f6-adb1-4123-b685-dd6050b0a248"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "2ceb2cda-a535-44eb-ae23-b922edcb8bb8"
+ }
+ },
+ "private": true
+ },
+ "brown-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(250, 244, 236)",
+ "uuid": "d4d71d28-ce37-4f3f-8487-807cd1c42b9a"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(38, 26, 9)",
+ "uuid": "ddac3cfe-8338-4df5-94c5-baf4e04e6c46"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "19c96dc5-7a37-4381-a7e8-ac1c442afda6"
+ }
+ },
+ "private": true
+ },
+ "brown-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "bca1e3d9-9242-4b81-95ab-08735905047b"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(16, 12, 4)",
+ "uuid": "e2753343-f81b-4677-899c-6dfbcc9378fe"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "cb18b0b7-7ad5-419f-863c-fdbb05c624c3"
+ }
+ },
+ "private": true
+ },
+ "silver-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(26, 26, 26)",
+ "uuid": "0c4a28ee-a473-4437-924e-c46a9bc0771b"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(247, 247, 247)",
+ "uuid": "e190b39c-3e1f-4ad7-bc70-0b98c1770f61"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(246, 248, 252)",
+ "uuid": "7e0c8012-9ec4-40c3-a572-dd551627e54f"
+ }
+ },
+ "private": true
+ },
+ "silver-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(33, 33, 33)",
+ "uuid": "99b20fba-8fa9-414b-9119-dbaccc5af3c5"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(239, 239, 239)",
+ "uuid": "f0bae14e-1c9a-4a03-9dbf-dcd3213463c1"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(235, 239, 248)",
+ "uuid": "240ade94-eb1b-4ddd-b667-7c05af2b196a"
+ }
+ },
+ "private": true
+ },
+ "silver-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(44, 44, 44)",
+ "uuid": "27ca065d-5baf-470f-b1aa-09e9934055d0"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(223, 223, 223)",
+ "uuid": "41989dfb-ef46-493d-8b50-d9422b221ee8"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(216, 224, 242)",
+ "uuid": "da36dc54-21c0-412f-baa1-ae3a2810b926"
+ }
+ },
+ "private": true
+ },
+ "silver-400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(59, 59, 59)",
+ "uuid": "0c4f7cca-a9fc-40d5-9503-04c505962f33"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(204, 204, 204)",
+ "uuid": "4bdcf062-a1b6-4615-ad8e-747082107f44"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(192, 205, 234)",
+ "uuid": "a52e646b-54c7-419b-850e-1da7abc74dd3"
+ }
+ },
+ "private": true
+ },
+ "silver-500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(76, 76, 76)",
+ "uuid": "98e7bc6e-bfed-47c4-8f6e-ab1e035deef7"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(183, 183, 183)",
+ "uuid": "1bd72e90-6ec1-4a55-beb2-04ad5afd03d5"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(164, 183, 225)",
+ "uuid": "696e8452-cd1b-4ab8-b9d6-eb2b76bdf020"
+ }
+ },
+ "private": true
+ },
+ "silver-600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(92, 92, 92)",
+ "uuid": "9e46a3c3-25d1-41f5-b76d-d4d136668589"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(160, 160, 160)",
+ "uuid": "1354b7a3-d0b5-4f48-8631-6b4afd7efe4f"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(135, 160, 215)",
+ "uuid": "b0f8e027-ba0e-4460-8d45-b0ada27327d9"
+ }
+ },
+ "private": true
+ },
+ "silver-700": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(108, 108, 108)",
+ "uuid": "d66afc23-a9aa-4a50-a094-3dfebe044a08"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(143, 143, 143)",
+ "uuid": "8c7b40e3-239d-4b57-a846-eb5d9f96615d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(113, 142, 208)",
+ "uuid": "907d96cc-375b-49a7-abe0-afb229c98474"
+ }
+ },
+ "private": true
+ },
+ "silver-800": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(118, 118, 118)",
+ "uuid": "3f481be4-bdd3-45b8-bcfe-c7577cac40d4"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(128, 128, 128)",
+ "uuid": "bbfb55a6-5bca-424d-8a27-e1e54fff7309"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(93, 127, 201)",
+ "uuid": "8ed554bc-be40-4ebb-9a83-c85c73c0cb3d"
+ }
+ },
+ "private": true
+ },
+ "silver-900": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(137, 137, 137)",
+ "uuid": "66efbf5e-008b-41f6-a623-ee3722e41c69"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(114, 114, 114)",
+ "uuid": "39cdbda8-3c8c-4977-a90e-3883647d93a6"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(74, 111, 195)",
+ "uuid": "3f1bbfff-8a14-4984-a725-211aba36fa98"
+ }
+ },
+ "private": true
+ },
+ "silver-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(152, 152, 152)",
+ "uuid": "ee71e6fd-283f-4ba3-a6a3-b23491ce86d0"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(96, 96, 96)",
+ "uuid": "943f1415-fc31-4724-8434-9e9cdb51d2b4"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(61, 94, 165)",
+ "uuid": "28a8b564-c9fb-41ab-b989-47516f9c0135"
+ }
+ },
+ "private": true
+ },
+ "silver-1100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(169, 169, 169)",
+ "uuid": "e1239867-313d-44f8-8ac7-ebdb9f34724e"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(81, 81, 81)",
+ "uuid": "28748667-93d7-4752-8c75-419af48b4d1d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 79, 140)",
+ "uuid": "69a3ff9a-dec9-4a96-b54f-f9ca12568e59"
+ }
+ },
+ "private": true
+ },
+ "silver-1200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(190, 190, 190)",
+ "uuid": "5ce07115-c390-4b72-b1ce-4e1f5346ac59"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(66, 66, 66)",
+ "uuid": "f1033f5b-aa7f-4351-9100-43ce546f6a8d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(42, 65, 114)",
+ "uuid": "18013461-754d-434e-8b05-269dd307d45a"
+ }
+ },
+ "private": true
+ },
+ "silver-1300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(211, 211, 211)",
+ "uuid": "426823de-8002-4acb-a591-8ace92d1e0cd"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 52, 52)",
+ "uuid": "77bcd85e-90f8-47b8-a9a3-ec59cd7ffe14"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(34, 51, 91)",
+ "uuid": "8119e422-4eb8-44fc-bf69-b1f76963afca"
+ }
+ },
+ "private": true
+ },
+ "silver-1400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(229, 229, 229)",
+ "uuid": "b4cae4c1-1075-4776-a217-940423c4297c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(39, 39, 39)",
+ "uuid": "369bdb1d-bd52-41b4-8512-159cb20c5d64"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "9313f4d5-1105-4cb0-81f4-a8a5109594a0"
+ }
+ },
+ "private": true
+ },
+ "silver-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(244, 244, 244)",
+ "uuid": "196c4205-2175-4317-82e1-c2fdeb990c4b"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(28, 28, 28)",
+ "uuid": "b9b53281-a4f9-4073-8552-d3d4cec25271"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "dba91bae-1dae-4687-be68-d831a5bd42ba"
+ }
+ },
+ "private": true
+ },
+ "silver-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "8509cb0b-461b-441c-b909-0384737ca553"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(12, 12, 12)",
+ "uuid": "fc85bffe-09d4-4fb6-bb7b-5f1053139b97"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "cd1b844a-29bf-4643-a246-4f124544e25d"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(48, 17, 4)",
+ "uuid": "4d68b861-ba0c-438b-b10b-c209d4943206"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(253, 247, 243)",
+ "uuid": "27d84774-6d32-4499-8ba9-9d05c8fca55d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(246, 248, 252)",
+ "uuid": "3c3b2fb7-053d-47ca-86a6-4d1ee07b6f3f"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(59, 21, 5)",
+ "uuid": "bd680dfb-0c2f-45e8-b814-627b496a986c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(249, 236, 229)",
+ "uuid": "a8d1aa1d-f9be-448e-8209-afc6097f38ed"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(235, 239, 248)",
+ "uuid": "07d13e6d-0df2-4eee-8550-ef033f954e9e"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(79, 28, 7)",
+ "uuid": "4d086a5c-1b70-4750-be79-db934e7bc010"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(244, 218, 203)",
+ "uuid": "56c7eeb3-990f-48e3-b024-56d36b0378f5"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(216, 224, 242)",
+ "uuid": "74d44818-bbbd-44a3-b9f0-7131fb036498"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(100, 41, 15)",
+ "uuid": "e5ab12a9-84b3-4bfe-94be-f734ae39f10d"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(237, 196, 172)",
+ "uuid": "d4760c87-d0e2-4c5c-84f3-81e0c4c8fbb3"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(192, 205, 234)",
+ "uuid": "2a7d78f3-ad8d-4301-96e8-f2a4ed378c00"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(122, 57, 28)",
+ "uuid": "641a2424-c699-4920-8a27-68bc1bb178a1"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(229, 170, 136)",
+ "uuid": "39effb8c-2bba-4018-b6df-2465f2f7e0a0"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(164, 183, 225)",
+ "uuid": "c607ecc8-35ed-4d47-a683-54d57b816fbd"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(143, 74, 40)",
+ "uuid": "6ccccd38-af76-4045-8ffb-a70bed76b365"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(212, 145, 108)",
+ "uuid": "7d4de908-322f-4326-b623-a868b454b031"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(135, 160, 215)",
+ "uuid": "d46ae80e-04ba-418f-8368-1d8c0633c0d1"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-700": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(163, 88, 52)",
+ "uuid": "74c0ef96-2f6e-434a-bd89-69c6d9745a45"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(198, 126, 88)",
+ "uuid": "0601d1ba-9a38-4fc9-ac89-ef332e906f3d"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(113, 142, 208)",
+ "uuid": "71085b67-c49c-4b1e-b708-6b38c16b9d37"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-800": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(176, 98, 59)",
+ "uuid": "58777c5b-8e62-49fe-8e0b-0f8b5127225c"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(184, 109, 70)",
+ "uuid": "560d578a-4128-40d5-979f-80d3057294a0"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(93, 127, 201)",
+ "uuid": "e78bd82d-f4c0-4617-92bb-08a69153bacd"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-900": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(192, 119, 80)",
+ "uuid": "7b65cc42-f559-42de-8077-d808c9e096b6"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(170, 94, 56)",
+ "uuid": "50199dcc-deae-42ba-99e7-cb98346789eb"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(74, 111, 195)",
+ "uuid": "cdaaa5e1-7ca5-43a8-bdb4-3ef8fedbb30d"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(206, 136, 99)",
+ "uuid": "40d50298-0ea6-4c7f-8349-2e149ca288aa"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(147, 77, 43)",
+ "uuid": "b6943b69-7cec-4707-a556-aa350d9d8b89"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(61, 94, 165)",
+ "uuid": "696315e6-4d82-49a0-8781-853beb0d1f5b"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-1100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(220, 154, 118)",
+ "uuid": "219f9efa-0717-4d41-80ac-695297b92cf8"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(128, 62, 32)",
+ "uuid": "62edca31-5c84-4353-9707-f3648c8e1936"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 79, 140)",
+ "uuid": "41f0e438-0ca6-4240-84e7-dedfcff1aa21"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-1200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(232, 179, 149)",
+ "uuid": "a48f0d44-c67a-4e95-b5b9-81379363aebe"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(110, 48, 21)",
+ "uuid": "e8b6ac17-268d-4ebc-99bc-480d15554356"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(42, 65, 114)",
+ "uuid": "87e41d92-4099-4248-963c-394d43e33657"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-1300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(239, 203, 183)",
+ "uuid": "4aae0490-5f12-430c-824f-f7de008a4e15"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(92, 35, 11)",
+ "uuid": "4330fb2e-d402-43bc-b7a0-502c7f6d99ea"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(34, 51, 91)",
+ "uuid": "2c86bff2-dddd-4fea-b6da-99873fa74da3"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-1400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(246, 225, 214)",
+ "uuid": "1e29a372-600e-4cda-a190-b865c5521aa6"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(72, 25, 6)",
+ "uuid": "6fe88344-7920-46a6-bbe4-be3cfa20298e"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(25, 39, 69)",
+ "uuid": "2ec58374-b4c1-4e03-8f3f-57c747a7ed47"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(252, 244, 239)",
+ "uuid": "7b880574-db1b-47ee-8c66-6504ada37f56"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(52, 18, 4)",
+ "uuid": "fe6e5407-3f9b-4dd0-9589-7029c19f35b5"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(18, 27, 48)",
+ "uuid": "1adb9cd6-2ba1-4501-ab9d-f377ae07d399"
+ }
+ },
+ "private": true
+ },
+ "cinnamon-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(255, 255, 255)",
+ "uuid": "1d04ed6a-8efc-472b-b7c7-0fbc160ce7fd"
+ },
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(24, 8, 2)",
+ "uuid": "e3727e22-c955-4116-b5a7-2877df6ef2fe"
+ },
+ "wireframe": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(8, 12, 22)",
+ "uuid": "321a9931-be34-4ce9-8180-8e7fd87e30f4"
+ }
+ },
+ "private": true
+ },
+ "static-blue-900": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(59, 99, 251)",
+ "uuid": "e193b8bb-6a0b-4c23-9851-83634f3797f8",
+ "private": true
+ },
+ "static-blue-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(39, 77, 234)",
+ "uuid": "8402b6ad-f3da-4ea2-8b55-174a9794950d",
+ "private": true
+ },
+ "static-fuchsia-900": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
+ "value": "rgb(181, 57, 200)",
+ "uuid": "7629af9c-2f91-449e-a82f-c60a771b0e6f",
+ "private": true
},
"static-fuchsia-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(156, 40, 175)",
- "private": true,
- "uuid": "b7318f1c-ce64-43f3-b405-f71554b22f69"
+ "uuid": "0aee9ad6-2d79-4479-bdb6-aafa07a98673",
+ "private": true
},
"static-indigo-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(113, 85, 250)",
- "private": true,
- "uuid": "b458f7a4-eb22-4741-9a5a-f65c9f4a4e63"
+ "uuid": "970ddf30-3683-4f48-9ac7-8a9e42902fd3",
+ "private": true
},
"static-indigo-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(99, 56, 238)",
- "private": true,
- "uuid": "c938f37b-23a3-424a-b6de-9fe3289e9b46"
+ "uuid": "fb3003ec-6793-47b0-947d-a89e642652fc",
+ "private": true
},
"static-magenta-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(217, 35, 97)",
- "private": true,
- "uuid": "dff48efb-7044-427f-94ad-625e1a5780ab"
+ "uuid": "5b34bb1d-a23e-4799-ad59-8fa8f51d3726",
+ "private": true
},
"static-magenta-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(186, 22, 80)",
- "private": true,
- "uuid": "a8375133-a8ba-4537-83ab-83b6948adcd8"
+ "uuid": "058a8ff9-740d-4e11-bdb6-7473a77f872b",
+ "private": true
},
"static-red-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(215, 50, 32)",
- "private": true,
- "uuid": "f76d5058-5a46-4678-b467-2f7cb1b97297"
+ "uuid": "d31011ef-7270-4c83-802d-05701ae9a3c8",
+ "private": true
},
"static-red-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"value": "rgb(183, 40, 24)",
- "private": true,
- "uuid": "c6d6fd48-385e-4e39-98e7-e4d7d7f060ed"
+ "uuid": "3a65213c-4d36-48ec-8bf9-1b163a81299d",
+ "private": true
}
}
diff --git a/packages/tokens/src/icons.json b/packages/tokens/src/icons.json
index d2a6fb5e..49de26ef 100644
--- a/packages/tokens/src/icons.json
+++ b/packages/tokens/src/icons.json
@@ -3,7 +3,8 @@
"component": "icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{gray-50}",
- "uuid": "9e04025f-b58c-491a-8569-1965ae074f7b"
+ "uuid": "9e04025f-b58c-491a-8569-1965ae074f7b",
+ "deprecated": true
},
"icon-color-primary-default": {
"component": "icon",
@@ -21,11 +22,6 @@
"uuid": "f53f030b-755f-46ca-b411-7d62f4eb901e"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-800}",
- "uuid": "bcb2d920-29fe-4911-bfd6-058ed81a1c76"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{blue-800}",
"uuid": "1bac9a3f-4bc8-4a4d-8dfd-53c542b1d1d8"
@@ -35,35 +31,13 @@
"value": "{blue-900}",
"uuid": "20880dfd-57dc-486d-b0dd-c44002f340e3"
}
- },
- "uuid": "a52ced5f-2e8d-4ab9-bddb-fbbf32860256"
+ }
},
"icon-color-green-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
- "sets": {
- "light": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{green-900}",
- "uuid": "a0717159-cc62-4ba1-b1f1-a69dfb88c6ee"
- },
- "dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{green-800}",
- "uuid": "ce9c0ea4-0c5a-4d3b-974f-1b9acf27b3fd"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{green-800}",
- "uuid": "260ff567-2bdb-48cc-9576-f4f7629d3a8f"
- },
- "wireframe": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{green-900}",
- "uuid": "d6852796-baaa-4f95-9ce7-cc2fd5a829f1"
- }
- },
- "uuid": "d403d8a1-3ac2-4f6d-9434-6aebe4f23991"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-800}",
+ "uuid": "a0717159-cc62-4ba1-b1f1-a69dfb88c6ee"
},
"icon-color-red-primary-default": {
"component": "icon",
@@ -75,11 +49,6 @@
"uuid": "89656cae-d490-4b9f-93eb-75912b29ecf5"
},
"dark": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{red-700}",
- "uuid": "5a1ef31d-a55d-44e2-9ce9-68c407ba8611"
- },
- "darkest": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{red-700}",
"uuid": "a60f2744-ad15-4cf7-b9dc-89ca307ed444"
@@ -89,8 +58,7 @@
"value": "{red-900}",
"uuid": "d524a471-2dce-4497-a650-30c2d6641eec"
}
- },
- "uuid": "5b809bc6-8ac3-4ec1-a7bb-b88863b1905b"
+ }
},
"icon-color-yellow-primary-default": {
"component": "icon",
@@ -103,12 +71,7 @@
},
"dark": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{yellow-1000}",
- "uuid": "646e82ab-3762-47de-87ec-a39b68d59de9"
- },
- "darkest": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{yellow-1000}",
+ "value": "{yellow-1200}",
"uuid": "5ebf8291-23f8-4806-865d-4ebab38ff03c"
},
"wireframe": {
@@ -116,863 +79,974 @@
"value": "{yellow-400}",
"uuid": "4a1eeded-e467-46be-a787-78555b2fe353"
}
- },
- "uuid": "52b34bcf-a2dc-41a4-855c-0a786a234d5d"
+ }
+ },
+ "icon-color-primary-hover": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{neutral-content-color-hover}",
+ "uuid": "2a3d8ce3-6294-41b2-ad19-c6b9b6ed7e10"
+ },
+ "icon-color-primary-down": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{neutral-content-color-down}",
+ "uuid": "83223069-7a05-4b61-b1ec-2af8e712e0a2"
},
- "workflow-icon-size-50": {
+ "icon-color-blue-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "1423caf1-75ca-4ca8-aa6a-22dcf3655b0e"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1000}",
+ "uuid": "d5f07e5a-b59b-4613-9eab-eae3a74c67f2"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "4c4cb541-7d42-4bb4-9c86-7197c4600896"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-900}",
+ "uuid": "17dd2bcd-e66f-4c86-8335-47bd3828a2cf"
}
- },
- "uuid": "1e2f7368-9813-4cda-aa32-a2d0bc03f41c"
+ }
},
- "workflow-icon-size-75": {
+ "icon-color-blue-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "85cdef34-0682-45eb-ac06-98c76883cdf7"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1100}",
+ "uuid": "2d2a2756-332e-4d78-9385-e50fd8b5edcf"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "b720c214-babe-426d-9629-9ec60d5e8622"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1000}",
+ "uuid": "b775d1a5-2951-4d51-9a48-265f46e8edc3"
}
- },
- "uuid": "b2effa58-727a-4a52-8680-296b0f83f0aa"
+ }
},
- "workflow-icon-size-100": {
+ "icon-color-brown-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "40abc60f-ab65-41ef-b724-a0f0bdd94d14"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-800}",
+ "uuid": "59038eb6-5b6f-4fa7-8a5d-9bf78db26fa9"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "9e882a20-b8e1-4e9b-89f9-26f21db3cd78"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-700}",
+ "uuid": "bd6c966d-0b33-4f68-9b84-9e7ae0082805"
}
- },
- "uuid": "1ac9ea9c-59ab-41f7-966e-f1b5c290e4a1"
+ }
},
- "workflow-icon-size-200": {
+ "icon-color-brown-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "6392e605-932e-456d-be53-149b624a04e2"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-900}",
+ "uuid": "5821a2cf-320d-4947-8289-2537eeef3154"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "9948e083-8c75-48f7-8e58-32c75ec76116"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-800}",
+ "uuid": "00757309-91b4-4a6a-9897-32db62d9e94b"
}
- },
- "uuid": "e8863648-66c4-4ffa-8aa2-53f91ca331c7"
+ }
},
- "workflow-icon-size-300": {
+ "icon-color-brown-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "25908278-79d3-47f4-9b53-adbdd1c13e2a"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-1000}",
+ "uuid": "16f958d5-8128-4774-b3ec-3ba5dd41f4fa"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "uuid": "df0dc6c3-59fc-4ee0-87a9-c3d49a07cf9c"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-900}",
+ "uuid": "ac16c318-bf3a-49f7-a696-a7aaf8eb4335"
}
- },
- "uuid": "7d699674-dab8-4f5b-a022-51dc67b7fc45"
+ }
},
- "arrow-icon-size-75": {
+ "icon-color-celery-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "b39b3ce3-6a48-4025-96ef-659b0c9ae9e8"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-700}",
+ "uuid": "347e56ff-3c87-49ca-b5c3-b359f33a0203"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "6ff35aff-8a9f-466c-bdd3-dda460ccaee5"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-900}",
+ "uuid": "c7a01756-b63e-4f18-b700-26b3f183e2c8"
}
- },
- "uuid": "ec025bb5-a58e-486b-98f5-c8c2fde55a0a"
+ }
},
- "arrow-icon-size-100": {
+ "icon-color-celery-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "c22e7427-617d-4f99-bee7-e3fffba07fc2"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-800}",
+ "uuid": "00213ade-1251-4e7f-9020-08d3f46bb3a6"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "e9b3eb08-2004-4ad3-bb13-a00a6cb536aa"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-1000}",
+ "uuid": "44a0a5c5-7131-42c4-859d-fa9541dff287"
}
- },
- "uuid": "2c9e49ab-e572-4ed5-90d0-5213dff5fec6"
+ }
},
- "arrow-icon-size-200": {
+ "icon-color-celery-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "645d5384-e3a8-4d97-acf6-7cbce00e6537"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-900}",
+ "uuid": "4d42768e-6c50-4b41-bfa9-f626119d92b0"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "c7df43e2-7354-4f53-b453-dc9bf9060e64"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-1100}",
+ "uuid": "a16feeab-27da-4d04-af0b-2a45cc14982c"
}
- },
- "uuid": "a18e9723-eb3b-470c-82d8-b3544bf587d7"
+ }
},
- "arrow-icon-size-300": {
+ "icon-color-chartreuse-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-600}",
+ "uuid": "ded3802a-2b38-405d-a437-193bf1e061a0"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-1000}",
+ "uuid": "a407df08-a00b-421a-b999-d37097debc26"
+ }
+ }
+ },
+ "icon-color-chartreuse-primary-hover": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "d0df9084-c6bf-42e5-b830-82906036e397"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-700}",
+ "uuid": "b263dc42-bcc1-4073-a230-81707fe7f388"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-1100}",
+ "uuid": "a63751a9-4d3d-4dfb-9028-3aaecf11df47"
+ }
+ }
+ },
+ "icon-color-chartreuse-primary-down": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-800}",
+ "uuid": "dc16f7b1-8b33-42d8-a292-f6efbd3d9f43"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "f6116604-efbe-4c6f-b047-29247d632174"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-1200}",
+ "uuid": "a8dcf645-ae32-4870-90bf-4d802837cf08"
}
- },
- "uuid": "fd4b3d4e-a9e9-4448-881a-9bd7fcda991a"
+ }
+ },
+ "icon-color-cinnamon-primary-default": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-800}",
+ "uuid": "fcf4219b-fa42-4693-ba34-fc5f46bfcde8"
+ },
+ "icon-color-cinnamon-primary-hover": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-900}",
+ "uuid": "a91d68ae-30ac-496b-9558-39272e9926c4"
+ },
+ "icon-color-cinnamon-primary-down": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-1000}",
+ "uuid": "6cb36abc-7d86-4df0-a96d-36a4308a8ebd"
},
- "arrow-icon-size-400": {
+ "icon-color-cyan-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cyan-800}",
+ "uuid": "2855caf0-9b6d-4d45-bdb8-30aab37a237c"
+ },
+ "icon-color-cyan-primary-hover": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cyan-900}",
+ "uuid": "2f68ac4a-be55-4fc7-b96e-987bdb5956ca"
+ },
+ "icon-color-cyan-primary-down": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cyan-1000}",
+ "uuid": "c6ae865c-1938-4eec-b89c-7f793dc3f049"
+ },
+ "icon-color-fuchsia-primary-default": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "4ced8527-31ad-4e48-9491-806ffc57442a"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-900}",
+ "uuid": "0aedb32f-f3d7-4fa9-82d2-aee9ca727cfe"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "35f055a9-8a33-42b2-a316-7e2ef0a4b99d"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-700}",
+ "uuid": "ec2b1658-d174-49c9-a36a-7f80d97a1ee8"
}
- },
- "uuid": "9101e9df-cc20-44b1-b183-8d9ac7146f0d"
+ }
},
- "arrow-icon-size-500": {
+ "icon-color-fuchsia-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "31f09728-964b-4598-99a0-d17bf7256e40"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-1000}",
+ "uuid": "fd2f3488-d5bb-4f36-8799-a0168ae8ca5c"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "dcf16e1a-49ea-4888-85b7-012462a60f40"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-800}",
+ "uuid": "0a66c0d9-0a0a-4f0d-9bb3-cbdb2bc12842"
}
- },
- "uuid": "b86d209f-21d1-4c61-9c89-010b676f8389"
+ }
},
- "arrow-icon-size-600": {
+ "icon-color-fuchsia-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "5ffece39-b8fc-4a40-a051-0d6c8e253f8f"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-1100}",
+ "uuid": "0610e1fa-387f-4018-bbb2-bda7b30c74a3"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "2f5f49e5-9aba-4ea0-a8d9-0f0e4c086b89"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-900}",
+ "uuid": "6964ef24-8178-4513-8d9a-5240973622fb"
}
- },
- "uuid": "ac841dee-47e8-47f3-b2b2-add8b4333eba"
+ }
+ },
+ "icon-color-green-primary-hover": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-900}",
+ "uuid": "9a667090-665d-47b2-b000-5a9f4fe26fcf"
},
- "asterisk-icon-size-75": {
+ "icon-color-green-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "49ea57ee-7b12-4a8b-a9bb-a11cf2c9d72c"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-1000}",
+ "uuid": "c0acc956-e9de-469b-8919-aa0d8b762bb3"
},
- "asterisk-icon-size-100": {
+ "icon-color-indigo-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "d04b37cc-2c35-49af-9e92-9993264e405a"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-900}",
+ "uuid": "b6c15610-dc9a-4b7c-9391-247a0f4b56ff"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "f6f11ca3-b78b-4207-868f-f834c19e8d3d"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-700}",
+ "uuid": "2e4457c1-e637-4f22-909d-643dd535b5fd"
}
- },
- "uuid": "bcd47b11-a4b1-4b1b-a082-36c3554d0eef"
+ }
},
- "asterisk-icon-size-200": {
+ "icon-color-indigo-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "49892fb4-a9df-4882-a656-7f9ffb9558bc"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-1000}",
+ "uuid": "d6a54fc4-c4d9-403a-ba71-f525d36586ec"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "3f1b200b-d341-41e4-ae7b-c981ccb492f7"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-800}",
+ "uuid": "fc9ef846-e264-498c-9b7a-be9a9164f3d3"
}
- },
- "uuid": "8e6912ef-2ee2-4048-85e7-c758f2d0cced"
+ }
},
- "asterisk-icon-size-300": {
+ "icon-color-indigo-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "93506e7b-f388-4cf8-bd73-e7d96da935d5"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-1100}",
+ "uuid": "ff60b02b-f205-48be-80c0-a362f7b72e27"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "a1cdad1f-6537-4c35-a87b-45d8e161ee46"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-900}",
+ "uuid": "f21187bf-8dbe-4eee-9ce9-c76d08517a6c"
}
- },
- "uuid": "65b34b9b-ddfa-4cbd-bfb4-56bcc60eca86"
+ }
},
- "checkmark-icon-size-50": {
+ "icon-color-magenta-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "6335cb3a-6ceb-40e7-b241-ff9b36f1277c"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-900}",
+ "uuid": "3fb3630d-e7a3-4807-93c1-c5da4a8f642b"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "ee52f114-1ab6-430b-bd54-62a82bf3600e"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-700}",
+ "uuid": "7b3f5848-6a8c-47fe-aacd-ad2f1af53306"
}
- },
- "uuid": "968c7096-a064-444f-a449-6388bef7b74b"
+ }
},
- "checkmark-icon-size-75": {
+ "icon-color-magenta-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "0545a68c-f273-4348-84cd-9cd365bdb474"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-1000}",
+ "uuid": "b81fb79d-69dc-4bde-b3d6-661a7719a6e8"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "99224b4e-751a-49ec-8db4-41c8cc4c7bf5"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-800}",
+ "uuid": "23dc0d7b-fb23-460a-b9f1-7a9a7496c107"
}
- },
- "uuid": "15df2603-7450-461b-b042-c952a90f65e5"
+ }
},
- "checkmark-icon-size-100": {
+ "icon-color-magenta-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "9227a279-09f4-457a-b5b3-894f0d6a00df"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-1100}",
+ "uuid": "31aa02cb-2f5f-4803-bf5d-4e97816472be"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "23247915-3cc0-4fdf-b21a-85b97019a219"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-900}",
+ "uuid": "042aa474-5cf0-4cdc-a75d-19eac80a0ade"
+ }
+ }
+ },
+ "icon-color-orange-primary-default": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-700}",
+ "uuid": "d035f399-5154-4f0e-b5aa-434644e19f4b"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-900}",
+ "uuid": "1ea9d171-f3ba-40fd-bd0b-1e0ebaf68f01"
}
- },
- "uuid": "9203c333-afaf-484d-8f4a-d26e6d88e70a"
+ }
},
- "checkmark-icon-size-200": {
+ "icon-color-orange-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "342a360b-d58c-4d7a-9a9d-893600b90785"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-800}",
+ "uuid": "726e95d7-f687-4e9c-b050-2e54cc1b0b77"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "d4e3f5ff-91d6-499e-b79e-b1d85c0c597b"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-1000}",
+ "uuid": "d35dd0cd-49b0-4430-9fe6-9dcf0e9e5874"
}
- },
- "uuid": "c81d8bc2-63b7-4416-9451-0d6030d10c56"
+ }
},
- "checkmark-icon-size-300": {
+ "icon-color-orange-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "b5eff9b7-6987-47a1-a673-c47b7e806370"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-900}",
+ "uuid": "cb36fbb9-e88f-4965-a67d-8a12f10fb445"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "d9b251b2-aa8a-46dc-9a2a-0eb46afea241"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-1100}",
+ "uuid": "4534a7d3-b2b0-4e94-8366-030ac144031c"
}
- },
- "uuid": "e05fceb5-a187-465f-951b-c39d047603ca"
+ }
},
- "checkmark-icon-size-400": {
+ "icon-color-pink-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "1a043355-03e6-4322-a462-7d628c23fd06"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-800}",
+ "uuid": "abd32483-3555-4d1e-831b-9799db14d39c"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "c044459e-12a3-4cdd-9f22-db1d14f34164"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-700}",
+ "uuid": "4a4d6a11-1343-40c7-b7d3-d25d6f1d4ed3"
}
- },
- "uuid": "8e9669a7-42aa-4f03-a7fd-39fb0a0cdc74"
+ }
},
- "checkmark-icon-size-500": {
+ "icon-color-pink-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "0bf97a2b-5fe6-46ca-8175-8457e8e37d36"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-900}",
+ "uuid": "c516dfa3-8921-47d6-99fe-976e3d93adef"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "29f107aa-b8a8-4a09-bf55-9c903c1005ed"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-800}",
+ "uuid": "88bf5d43-7655-43e6-8844-a94f4696bde0"
}
- },
- "uuid": "43df0124-93a2-4014-934f-2919b4849ec1"
+ }
},
- "checkmark-icon-size-600": {
+ "icon-color-pink-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "4bacaeea-2d60-46d2-8c98-288b45a79aaf"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-1000}",
+ "uuid": "f3b7c0ba-eb0f-46af-bf89-9e1f46afa937"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "b52f4e53-06c2-4746-8063-e2bd99361174"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-900}",
+ "uuid": "b4ead77c-aec3-4dc5-85c4-ab0e62231232"
}
- },
- "uuid": "c4a6e802-723f-4198-80a3-0c70ae5c8a8c"
+ }
},
- "chevron-icon-size-50": {
+ "icon-color-purple-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "785a9152-a69b-4164-a8e2-cc201c1f8063"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-900}",
+ "uuid": "7543b9c6-aea2-4dc9-ad2d-204d6f1d2185"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "6d8ce7eb-a2a2-496c-9ce7-847f4da5fc0c"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-700}",
+ "uuid": "50b28c39-4b4e-43dc-b742-e85a892e843a"
}
- },
- "uuid": "40f343b7-daf4-499e-8183-0140eb5bcedd"
+ }
},
- "chevron-icon-size-75": {
+ "icon-color-purple-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "43ef1792-b182-419d-966c-a8a2d77dbe03"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-1000}",
+ "uuid": "740f2726-16e3-4011-8d2c-aaf504be8f14"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "74dbb8c0-2e65-413d-8b52-7215993b5696"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-800}",
+ "uuid": "2e9e7c94-5454-41d9-95e3-8e1e91c41f14"
}
- },
- "uuid": "c53d444c-71c2-4b59-81ee-b2e0af7911c6"
+ }
},
- "chevron-icon-size-100": {
+ "icon-color-purple-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "fdd4f0b4-3284-4734-b158-ecd5da36d586"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-1100}",
+ "uuid": "fbec43d7-90e6-424d-8f77-5a39ef739d7a"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "c4d6bea8-61b0-45a4-81e0-1e5dd7429463"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-900}",
+ "uuid": "0ff09a0f-33db-40ee-9b36-ed7db52aafbd"
}
- },
- "uuid": "f3f0a237-be83-48c7-9048-6e63b164d456"
+ }
},
- "chevron-icon-size-200": {
+ "icon-color-red-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "2df0f6e0-5821-4f70-9aa9-1cc61f860b53"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-1000}",
+ "uuid": "5015c992-9d52-4e30-a4cc-e605a0c99545"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "08bbd8dd-bb02-43b9-8e25-7709aee5ff52"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-800}",
+ "uuid": "362d9053-52d9-478a-aec9-b56fd805826a"
}
- },
- "uuid": "34006e8c-3325-43cd-b1d6-b338b6237956"
+ }
},
- "chevron-icon-size-300": {
+ "icon-color-red-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "087dcfa2-5bfd-47a4-a67c-dca50e086e7a"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-1100}",
+ "uuid": "e92b61d2-7c99-44ba-bc4b-94bf9cff3623"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "e6fdcac2-9916-45e2-a479-e87d17ece1f9"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-900}",
+ "uuid": "d44cbe6f-b3e1-4048-b26c-c98e9be970f5"
}
- },
- "uuid": "e00b08d9-9137-4f4b-9387-51ec17b391d3"
+ }
+ },
+ "icon-color-seafoam-primary-default": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{seafoam-800}",
+ "uuid": "aca36c2e-6dda-4b5e-a6e1-8db1bbb9e448"
+ },
+ "icon-color-seafoam-primary-hover": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{seafoam-900}",
+ "uuid": "cdc09dab-b4cc-4034-843b-98afcc36caf0"
},
- "chevron-icon-size-400": {
+ "icon-color-seafoam-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{seafoam-1000}",
+ "uuid": "3d4610d5-0870-4af3-8878-483218d43f92"
+ },
+ "icon-color-silver-primary-default": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "7fc3ab50-4856-442b-85f7-7f0e5ab3304a"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-700}",
+ "uuid": "be16b346-ec55-4aa1-9767-0cb139dd361c"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "ee913eaa-bdaf-44c0-a139-17c5d94b1d4a"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-800}",
+ "uuid": "839005ad-8e22-4e1b-a83b-1fe5be08acb2"
}
- },
- "uuid": "c8b087cf-ad51-4d46-9dfe-ac2617942edd"
+ }
},
- "chevron-icon-size-500": {
+ "icon-color-silver-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "2891d3c7-1178-4901-9be9-75efada4a9e7"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-800}",
+ "uuid": "74b17dd6-9b4b-43a9-9c7f-4c8edc72afc9"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "95400787-7abb-4cad-830b-8a4042831860"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-900}",
+ "uuid": "a6b610b6-915d-4c40-85ee-9b9fee0b5bd3"
}
- },
- "uuid": "c39f4b1b-967f-463f-880a-f6ba523fbcf3"
+ }
},
- "chevron-icon-size-600": {
+ "icon-color-silver-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "c1de2d7d-ef83-4a3f-9407-2f512127244f"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-900}",
+ "uuid": "b44c8584-eec0-4cc4-b3d3-62df9b1877d9"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "350b77ab-6440-49c1-9b1c-a31c5c4f2f5f"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-1000}",
+ "uuid": "44ddf65f-494c-4329-b17e-c791c7cfe779"
}
- },
- "uuid": "5221f3ca-cc93-4b2e-ab74-35da255866ca"
+ }
},
- "corner-triangle-icon-size-75": {
+ "icon-color-turquoise-primary-default": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "490fac13-d347-4c21-85fa-57814bff7537"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-700}",
+ "uuid": "9a65bd1c-3ddf-4294-83f4-04967372c3f5"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "434b019c-efde-437a-967b-b841ec95e621"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-800}",
+ "uuid": "9566904a-3610-4668-9fe4-71ece5a58398"
}
- },
- "uuid": "bed0e624-9aa1-403a-b1cc-74c6afb84647"
+ }
},
- "corner-triangle-icon-size-100": {
+ "icon-color-turquoise-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "6fcfc18c-c5e0-4f50-beab-6c4a10bfdaa7"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-800}",
+ "uuid": "260edfe7-6958-4d5b-8489-9ab3ab681577"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "1352ad8f-a8ec-459d-8ae3-71c27038a29d"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-900}",
+ "uuid": "a727a9f5-8f36-4e50-b8a4-3383f309785f"
}
- },
- "uuid": "1c3e00ad-6915-470a-b34a-853c88844cbc"
+ }
},
- "corner-triangle-icon-size-200": {
+ "icon-color-turquoise-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "9c2db47b-f017-432a-a44f-238bc461c4c1"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-900}",
+ "uuid": "c87c8466-22c1-40cb-9e5e-d661cd6cdcae"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "2be65bca-0f16-4754-bc8a-4a491ba87b90"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-1000}",
+ "uuid": "1bbe2749-ba61-4e00-871f-cb3c6decd07c"
}
- },
- "uuid": "0ff629b0-fcb9-4aee-9cde-68df68825de9"
+ }
},
- "corner-triangle-icon-size-300": {
+ "icon-color-yellow-primary-hover": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "c9c18669-11bf-4ba3-b36f-26115981327c"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-500}",
+ "uuid": "7d52f667-63c9-4ab9-b92c-10f7f6412632"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "d396d74a-425d-4f06-837f-349f81ebf486"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-1300}",
+ "uuid": "4f50d025-f259-4130-bb6c-6fc30474e99d"
}
- },
- "uuid": "09f106e8-600f-4868-984a-61e3b65a735e"
+ }
},
- "cross-icon-size-75": {
+ "icon-color-yellow-primary-down": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "8e597833-1025-4de4-b34a-2f34201487c3"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-600}",
+ "uuid": "94b9cfb2-1934-4ee5-88c8-0bf75c226dd3"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "622d259d-b52b-409a-bf58-04705d8423f9"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-1400}",
+ "uuid": "f92ad869-5610-46a4-8314-bee58a039d0d"
}
- },
- "uuid": "e426da6e-cf18-4f5d-8ba1-218f3ec51973"
+ }
+ },
+ "icon-color-disabled-primary": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-400}",
+ "uuid": "12c9d145-7357-449e-a99a-1154dd5be026"
},
- "cross-icon-size-100": {
+ "icon-color-blue-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "c9fac273-0c5c-46cd-b774-ad566a540511"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-200}",
+ "uuid": "5f164d93-6efe-4abf-8f4c-9cb5f91bf26c"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "11f924ca-5542-4864-b153-77363a32d690"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-300}",
+ "uuid": "29c9205e-d39d-419a-b6e1-4e0544a3ca7c"
}
- },
- "uuid": "4d4a0ad7-d306-44fd-9492-0b30e62eca8c"
+ }
},
- "cross-icon-size-200": {
+ "icon-color-brown-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "5b416331-7910-4d64-9b5f-43fd1832d3a6"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-200}",
+ "uuid": "40166e04-505e-47ed-b039-0a3827895c36"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "11f65b04-c50d-45bb-86bd-34520aa7db61"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{brown-400}",
+ "uuid": "8da7787f-2d39-4801-a5ea-1b3e69d505a6"
}
- },
- "uuid": "b5324225-dbca-4fb7-a2d7-48b200c99f58"
+ }
},
- "cross-icon-size-300": {
+ "icon-color-celery-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "f0a65c80-55e8-4ad3-b68c-8429c2fefcf5"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-100}",
+ "uuid": "a5bfd666-a843-4b14-9b7e-1f392a34c4ba"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "37867ac1-4101-4553-98e1-c8a94fdd2d66"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{celery-400}",
+ "uuid": "88437eca-ac07-4a83-930a-10861a8ed839"
}
- },
- "uuid": "40c2d521-24a5-401a-8166-eb6f6635f46d"
+ }
},
- "cross-icon-size-400": {
+ "icon-color-chartreuse-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "b7e0939f-45ef-4250-8138-2bee9dcb2be4"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-200}",
+ "uuid": "0b1869d0-6aca-4e20-904f-954153bb4b73"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "2fed48b7-dd3d-4c3c-9d5c-3046934f5cfd"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{chartreuse-400}",
+ "uuid": "cad79edb-8add-4b83-ad3e-fcbed050e037"
}
- },
- "uuid": "eac365fd-a811-47ab-9838-79b12db6d2b5"
+ }
},
- "cross-icon-size-500": {
+ "icon-color-cinnamon-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "1228762d-8c89-4e04-a097-5001d805877d"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-200}",
+ "uuid": "a522f597-1ed4-445c-94c4-a594bc50f9ce"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "a865d5f8-4798-4721-ab76-3b51067d6439"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cinnamon-300}",
+ "uuid": "cb5eed01-b2f0-4410-8a71-2bf361d61fcc"
}
- },
- "uuid": "b2eff754-cfc5-4247-91b7-2f569c0114dd"
+ }
},
- "cross-icon-size-600": {
+ "icon-color-cyan-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "825c1a0a-e6a3-41dc-81bb-0fb9b74c0ca2"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cyan-100}",
+ "uuid": "ac6d3cc6-dab7-400c-82d4-bd0876d241b2"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "e12ac1ec-08f8-4d8b-8c4b-29b74cafe1a1"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cyan-400}",
+ "uuid": "a5fd0ad9-999f-469d-b224-b60e06313cdb"
}
- },
- "uuid": "12fbc1b3-926f-419e-99f7-e42c7872c129"
+ }
+ },
+ "icon-color-fuchsia-background": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{fuchsia-200}",
+ "uuid": "707601ab-a624-4466-9ce3-b52552b777a2"
},
- "dash-icon-size-50": {
+ "icon-color-green-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "59e5a3f7-c1d0-4b76-bb7e-2bcddddb83da"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-100}",
+ "uuid": "7941dc68-44bb-49d5-80ca-3c6952d2acb2"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "ea331ff6-aa92-4cb4-936a-554a2404152d"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-400}",
+ "uuid": "176c986b-8658-4b3e-b559-4080f4fd7834"
}
- },
- "uuid": "f2859e6e-1d89-4b64-8d4d-dcfb11445164"
+ }
},
- "dash-icon-size-75": {
+ "icon-color-indigo-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "bfd0ad6e-6656-46d6-aa9f-0940b2c2902a"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-200}",
+ "uuid": "1c49aee1-a8a2-41ae-b709-7e2d1fbc2705"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "1b6d0e50-3ba2-43c9-8b8c-c220364f4434"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{indigo-100}",
+ "uuid": "85432c93-7c00-435b-8298-2ba817cb58bd"
}
- },
- "uuid": "0faea762-5ba2-4cd7-903c-776daa0cba6c"
+ }
},
- "dash-icon-size-100": {
+ "icon-color-magenta-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{magenta-200}",
+ "uuid": "2cf7dea9-034c-48a8-8946-d059320ced08"
+ },
+ "icon-color-orange-background": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "67464126-edf0-49db-a07c-8641d4a24cae"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-200}",
+ "uuid": "3ceff0a2-fca9-4d73-82a8-f5098c511e17"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "9dc14737-973d-4f6e-8336-2e119c1f1af7"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-300}",
+ "uuid": "73e28358-35bb-4643-a1b8-ae3fd3de206f"
}
- },
- "uuid": "235518f5-3ded-4eaa-82e9-881cc76d2d02"
+ }
+ },
+ "icon-color-pink-background": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{pink-200}",
+ "uuid": "46d11573-718e-4e38-8493-f3a37a5e7d32"
+ },
+ "icon-color-purple-background": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{purple-200}",
+ "uuid": "5a9cdf9a-09a5-42bc-a0bf-6f187c6832c5"
},
- "dash-icon-size-200": {
+ "icon-color-red-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "220d2f95-067f-4169-bab7-1b4e202bd1a1"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-200}",
+ "uuid": "c6872759-ff54-48ef-8513-d752ec12f8ca"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "98ebf128-02f1-4d4b-a686-af8713a0f24b"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-300}",
+ "uuid": "1fbda732-e276-4dec-8ec7-faeff6cba3a7"
}
- },
- "uuid": "45c3cf40-7250-4f8a-b25c-43550025fe8b"
+ }
},
- "dash-icon-size-300": {
+ "icon-color-seafoam-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "84f3da59-4c41-4e4e-925c-5fda4222361d"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{seafoam-200}",
+ "uuid": "975fa979-d134-4d4b-8a27-e50307925ec4"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "ad59353e-3ed1-4e76-af87-020cebfa2664"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{seafoam-400}",
+ "uuid": "39ff1a28-8c57-490f-8cf7-eb63fd3b7ebb"
}
- },
- "uuid": "0296d5a8-5022-43e0-91f4-465a174c0e33"
+ }
},
- "dash-icon-size-400": {
+ "icon-color-silver-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "17540c3a-2f85-4771-a4f8-834c70872abb"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-200}",
+ "uuid": "98f6376e-01b0-4646-afe1-b52c33700db9"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "d2c45711-be18-4c85-8b23-f4d4f3d0b492"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{silver-400}",
+ "uuid": "a2c48afa-59de-43af-8ec4-2c573948ae52"
}
- },
- "uuid": "1967fd56-e60c-4994-ad5a-d84dc0f9c58f"
+ }
},
- "dash-icon-size-500": {
+ "icon-color-turquoise-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "08358bbf-3f8d-48fe-bb48-5dadead4170f"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-200}",
+ "uuid": "a6478f6c-3a60-42e3-98f7-5cabf91e09af"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "8d2ad303-095d-4f0c-b0c5-c1ec75b96819"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{turquoise-400}",
+ "uuid": "3d251526-b63d-412c-bb54-712d36c73e8e"
}
- },
- "uuid": "5ae4eccd-7555-40c5-a59f-b17964d949ff"
+ }
},
- "dash-icon-size-600": {
+ "icon-color-yellow-background": {
"component": "icon",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "34316272-7bcd-4b44-af20-07c0e1cb8690"
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-100}",
+ "uuid": "3cf7a8f4-9238-4f9f-9c85-97dc38de69d1"
},
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "2e81ce48-452d-401f-a44d-10ca427f031e"
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{yellow-400}",
+ "uuid": "0dd236ab-7af8-418e-88dd-0cb45cf5da13"
}
- },
- "uuid": "dc69f825-b868-4533-8ecc-1c17b4326f82"
+ }
+ },
+ "icon-color-inverse-background": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-50}",
+ "uuid": "ba10ab97-0c09-4d07-ab7b-050258169d52"
+ },
+ "icon-color-emphasized-background": {
+ "component": "icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{gray-900}",
+ "uuid": "fa5b0690-6ecd-4a3e-8675-ab6445df8946"
}
}
diff --git a/packages/tokens/src/layout-component.json b/packages/tokens/src/layout-component.json
index 4857bdb2..ecd58d5c 100644
--- a/packages/tokens/src/layout-component.json
+++ b/packages/tokens/src/layout-component.json
@@ -1,1207 +1,451 @@
{
"checkbox-control-size-small": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "460e8170-de69-4f8e-8420-6c87a1f6f5cd"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "af31c1a5-ffce-4a54-8862-3e711ca53d25"
- }
- },
- "uuid": "ee93bc59-4223-4538-9051-4fc0f78ade57"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "1df233fb-fa60-4690-9a7a-0a045b4ff732"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "13cd75f5-63de-4eb1-b3a6-528a9a853111"
- }
- },
- "uuid": "5d1fc913-cf08-43c0-94f9-62d538e3ac5d"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "460e8170-de69-4f8e-8420-6c87a1f6f5cd"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "af31c1a5-ffce-4a54-8862-3e711ca53d25"
}
- },
- "uuid": "3c21a6b5-0672-4e1c-b2a4-165ec6149b6d"
+ }
},
"checkbox-control-size-medium": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "86288454-7192-4e4c-b55f-fc509fc58c01"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "00fee3f7-a743-45d6-a2b6-028d5d96964a"
- }
- },
- "uuid": "0d7dbbdf-726c-4b38-ae5c-8aae4a76b385"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "4612c7a8-c55f-44e8-baed-24c504f90412"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "a4a66e58-f688-4b8e-bb22-66499697eebd"
- }
- },
- "uuid": "5938a3e2-01ae-49a5-b9b7-67bb1fcbf637"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "86288454-7192-4e4c-b55f-fc509fc58c01"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "00fee3f7-a743-45d6-a2b6-028d5d96964a"
}
- },
- "uuid": "a0e56975-aaaa-4fa7-8dfe-b4d687f839cd"
+ }
},
"checkbox-control-size-large": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "839a52bc-b9ee-473f-acde-0799b4f55ded"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "b4367578-989e-438d-9a3e-7cb077f2f7c9"
- }
- },
- "uuid": "c0fca44a-1dd6-43d8-bdeb-19964ba3f05f"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "72ae3a99-d684-4e96-bbd8-867e3f6a9ba9"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "e91c542f-aab9-42e7-a92b-1019f0c2d83d"
- }
- },
- "uuid": "1c2ab94f-5e8b-4948-abf3-0ef29638a517"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "839a52bc-b9ee-473f-acde-0799b4f55ded"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "b4367578-989e-438d-9a3e-7cb077f2f7c9"
}
- },
- "uuid": "94305933-512a-480d-a44a-a0ba990d0626"
+ }
},
"checkbox-control-size-extra-large": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "4ba47ba1-c9bd-447e-8948-009d5b424e0d"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "13093f8b-e38e-449f-a982-7f960bb84dfa"
- }
- },
- "uuid": "b38bbf4b-b515-4e5c-b339-1f604b865a9f"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "0e9c6726-327b-4771-841d-8864a7ccd984"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "028907b9-cfea-4464-8069-f796ff45871a"
- }
- },
- "uuid": "40515720-9283-41bb-aaeb-7cfbe90239fc"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "4ba47ba1-c9bd-447e-8948-009d5b424e0d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "26px",
+ "uuid": "13093f8b-e38e-449f-a982-7f960bb84dfa"
}
- },
- "uuid": "2f0c52c5-41b6-4d92-9345-50c448b9a79c"
+ }
},
"checkbox-top-to-control-small": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "20518175-5bc7-4659-8007-e74339c39433"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "f254146e-f469-44b1-b0c9-1ac72e88f9e3"
- }
- },
- "uuid": "0218ee16-f0d6-4e66-b9e0-680827ef3804"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "102073d3-985e-41f5-927f-c477be6557d5"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "e3a31d3c-a3ef-4644-9ad0-ee6ee196f3fc"
- }
- },
- "uuid": "db12768c-90b0-479c-905b-ae9589f5a0d7"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "20518175-5bc7-4659-8007-e74339c39433"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "f254146e-f469-44b1-b0c9-1ac72e88f9e3"
}
- },
- "uuid": "6293cb5a-79ce-4a80-8621-44b6e48175da"
+ }
},
"checkbox-top-to-control-medium": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "dcde5d2d-60f8-4d56-bfb1-bba44a087515"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "e3751526-2db9-421c-85f9-d60071aac49b"
- }
- },
- "uuid": "f828021f-4a1f-466c-b11f-7b146bd36832"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "96094695-7843-4144-9d6c-8e90b0c8f11e"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "19c53e39-2529-400e-849a-04210d29f022"
- }
- },
- "uuid": "3c1cc90f-0e1d-4e83-afe9-7677e7ad39c6"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "dcde5d2d-60f8-4d56-bfb1-bba44a087515"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "e3751526-2db9-421c-85f9-d60071aac49b"
}
- },
- "uuid": "278b4c19-a365-465d-9169-f07611b0e6a4"
+ }
},
"checkbox-top-to-control-large": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "93edae08-5320-4e7e-a006-a9af1d3665ad"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "d040d2f4-9bb4-4d27-adac-40fef079d958"
- }
- },
- "uuid": "fb853ce5-65d1-475b-9867-0e71d4af9536"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "771f42bc-63af-4b02-ab72-419913b9f72b"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "9952f0e9-8cf1-4a72-a584-99fe4b708b0e"
- }
- },
- "uuid": "f94fe1d8-a682-45b9-b005-1121b8788e67"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "93edae08-5320-4e7e-a006-a9af1d3665ad"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "d040d2f4-9bb4-4d27-adac-40fef079d958"
}
- },
- "uuid": "4d8d78c3-4f20-480a-9b92-bfa2ecd6d7ab"
+ }
},
"checkbox-top-to-control-extra-large": {
"component": "checkbox",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "3c4217bb-91f2-4347-9f65-a0528992f600"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "b3be5ac8-2415-4490-8b4a-c08661ec84d1"
- }
- },
- "uuid": "77e9a03f-4936-43ca-8558-70d0f648618b"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "9b372f9e-f3b9-4fa6-9a12-fc50696c7e4e"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "f21573b4-a8e6-4209-9bc0-6030a542308f"
- }
- },
- "uuid": "f3bd16e7-db20-463b-89df-82886b0e7ef7"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "3c4217bb-91f2-4347-9f65-a0528992f600"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "b3be5ac8-2415-4490-8b4a-c08661ec84d1"
}
- },
- "uuid": "28800a46-8103-4a0c-9e9e-753ecccd8160"
+ }
},
"switch-control-width-small": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "23px",
- "uuid": "f4d6fe1a-70bd-473a-9fa5-477865ea898e"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "ca939c4d-9369-498c-81cb-61df1397f657"
- }
- },
- "uuid": "0c641ef6-cd8b-4183-9ea9-29b3f30b90b2"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "25px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "0693a733-603d-4ff8-90b4-6b1bc3bd1681"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "76c9ee44-720a-4ce0-88a5-15d93c6f9e32"
- }
- },
- "uuid": "0719f43a-aa80-498b-8167-66bfa30d6fef"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "f4d6fe1a-70bd-473a-9fa5-477865ea898e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "30px",
+ "uuid": "ca939c4d-9369-498c-81cb-61df1397f657"
}
- },
- "uuid": "8522cca3-2174-4d2f-96d8-443a4346442b"
+ }
},
"switch-control-width-medium": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "d329eda6-f13d-4a44-b962-ff06c371ed93"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "ec2f3b6b-80db-4c43-bdd2-caee98796775"
- }
- },
- "uuid": "a10c659f-6fb9-4cde-b996-42fa1e94d758"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "0897d478-5e14-4147-bb98-ba6566523009"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "bd5c5024-4e29-4aef-86e4-6a4f7568ca2f"
- }
- },
- "uuid": "06a0ba1f-a914-4f9c-bade-1e930bb5273a"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "26px",
+ "uuid": "d329eda6-f13d-4a44-b962-ff06c371ed93"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "34px",
+ "uuid": "ec2f3b6b-80db-4c43-bdd2-caee98796775"
}
- },
- "uuid": "22eb4f1e-4fbc-4088-8296-6abf56cb0126"
+ }
},
"switch-control-width-large": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "29px",
- "uuid": "cef839a5-2ba7-4e47-9a85-d94260a8ff10"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "41px",
- "uuid": "5c7bdcc9-63f8-4c4b-b26f-97b39f53dbea"
- }
- },
- "uuid": "f9e23291-6110-4770-abeb-ec1bd6ef529c"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "4703d454-0374-4304-87c9-cc4ae86e4d59"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "41px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "5fa423b6-faa2-497e-9bbd-59cac5c9c696"
- }
- },
- "uuid": "06cb2cd0-e437-48d4-850e-c6bb70f6bac5"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "30px",
+ "uuid": "cef839a5-2ba7-4e47-9a85-d94260a8ff10"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "38px",
+ "uuid": "5c7bdcc9-63f8-4c4b-b26f-97b39f53dbea"
}
- },
- "uuid": "76311a72-2906-46c2-bd2f-e1cf55a1761c"
+ }
},
"switch-control-width-extra-large": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "33px",
- "uuid": "f3102afd-e5df-4912-9203-8226ce37fed5"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "46px",
- "uuid": "4e9d9b63-989a-4b63-b74d-22b5188f8df7"
- }
- },
- "uuid": "28d7a626-dbbf-401b-8c7b-5fa59f54242e"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "35px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "8efecc6d-6939-40ec-b7c9-077dddc2e4da"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "46px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "0f253bb1-11d1-4af3-901b-b7b4877d02fa"
- }
- },
- "uuid": "6347a50c-ab8c-474c-b023-f240971a8dd3"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "34px",
+ "uuid": "f3102afd-e5df-4912-9203-8226ce37fed5"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "46px",
+ "uuid": "4e9d9b63-989a-4b63-b74d-22b5188f8df7"
}
- },
- "uuid": "74704e52-a27a-4542-9172-21c7e8e94e01"
+ }
},
"switch-control-height-small": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "3bf75a24-5e95-4c18-9da2-b7088377fe21"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "a1dbcaf0-bbcf-444d-9d22-7f86db20303a"
- }
- },
- "uuid": "a795d784-a67e-4689-8a30-029f096703b0"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "44ed85d1-9e7c-4d81-9150-ad83fdafc328"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "a0df76f3-334c-404e-af94-651dc1631551"
- }
- },
- "uuid": "dd76c4a0-5a57-4285-9dd7-9ce340373a1b"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "3bf75a24-5e95-4c18-9da2-b7088377fe21"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "a1dbcaf0-bbcf-444d-9d22-7f86db20303a"
}
- },
- "uuid": "98407df8-86cd-4c7e-a1f5-ac658f3acac0"
+ }
},
"switch-control-height-medium": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "f97f0f1b-c0c2-410f-b116-86d30f4d52cf"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "0d5f13f2-4d5b-4c30-b3a3-fa4fcc33b928"
- }
- },
- "uuid": "d723ac24-d571-4680-85a2-df9bad339742"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "689162cb-9515-4d7d-bff3-8ae261aa314d"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "4d30aa11-6dfd-4049-97fb-becec10241d6"
- }
- },
- "uuid": "3278cc86-d59d-4316-a4bd-4f7dd2a6d360"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "f97f0f1b-c0c2-410f-b116-86d30f4d52cf"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "0d5f13f2-4d5b-4c30-b3a3-fa4fcc33b928"
}
- },
- "uuid": "fa372672-47db-4a93-9c3f-9736305f8bfc"
+ }
},
"switch-control-height-large": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "8301bfca-a086-4efd-a22f-1d348cbd6dcf"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "91b828ce-8ff9-4d32-958e-a8a23ef9b345"
- }
- },
- "uuid": "888da305-52db-492c-9133-1888ea0a0fe6"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "b8f10f46-a1f8-4c73-ae1a-a3d70258d894"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "db3ec089-c51c-48f6-9f3e-0588173bb5f2"
- }
- },
- "uuid": "0f36a04c-8562-4cff-a1a4-0a16143eeeb4"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "8301bfca-a086-4efd-a22f-1d348cbd6dcf"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "91b828ce-8ff9-4d32-958e-a8a23ef9b345"
}
- },
- "uuid": "c4264736-04eb-4f9c-a26b-f77dfc9af0fe"
+ }
},
"switch-control-height-extra-large": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "2372d602-78ce-45a7-9dff-152152e55117"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "b7ae7b32-b347-4e09-9978-3b0b92a4dbab"
- }
- },
- "uuid": "bdae73c7-1606-4388-a35f-fde686f340f9"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "7891f610-9a54-4889-a5e7-747637939809"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "00e246ce-9510-4429-bbc9-74b442865798"
- }
- },
- "uuid": "f4770609-e927-4689-92eb-81b4b0667519"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "2372d602-78ce-45a7-9dff-152152e55117"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "26px",
+ "uuid": "b7ae7b32-b347-4e09-9978-3b0b92a4dbab"
}
- },
- "uuid": "3c695f82-7648-4565-85a9-c2aa0b5f0c83"
+ }
},
"switch-top-to-control-small": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "8a907825-236c-4548-91c4-2123e095726c"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "f379c453-da21-41f6-92d1-9b6bdb95fd86"
- }
- },
- "uuid": "38308100-a1fc-45bb-9aa6-a5aca196e168"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "6e1df1c4-6a80-4b8c-99aa-24308cc68c94"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "85c920b2-1f23-4bf1-90ae-e5c92d854c77"
- }
- },
- "uuid": "bc106555-0cda-4550-927a-671ae62b8adb"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "8a907825-236c-4548-91c4-2123e095726c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "f379c453-da21-41f6-92d1-9b6bdb95fd86"
}
- },
- "uuid": "5eb5b6a0-48fc-4200-8497-55db7da7e135"
+ }
},
"switch-top-to-control-medium": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "0135b823-5097-43bb-9911-9f731146af3b"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "68276028-41d8-49e1-b0d4-f70cd27ab149"
- }
- },
- "uuid": "c179855f-8577-4f10-9c9d-a2e822c30022"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "f5575230-258b-474c-b078-8935a9f02f23"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "7ba17c8b-51a1-47e3-a3be-7c8a746ab04c"
- }
- },
- "uuid": "d5370d57-4b1c-4cca-8c6d-d54bb4219d5e"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "0135b823-5097-43bb-9911-9f731146af3b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "68276028-41d8-49e1-b0d4-f70cd27ab149"
}
- },
- "uuid": "aca3a431-36b6-43b9-b0b0-d64e84c350d4"
+ }
},
"switch-top-to-control-large": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "f2c965e6-89fb-4b9d-843d-cfde31b7703d"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "035e786b-17f2-488e-a049-84b257a3312f"
- }
- },
- "uuid": "162f29ee-4f53-4947-81a3-3c0e003f7997"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "2aae56b2-4639-41a4-9037-409412564fd0"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "43037e51-b895-4599-9d67-afcd17b0d9de"
- }
- },
- "uuid": "f5f708d8-967d-427d-9ea2-6617b4d9f28d"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "f2c965e6-89fb-4b9d-843d-cfde31b7703d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "035e786b-17f2-488e-a049-84b257a3312f"
}
- },
- "uuid": "c701b308-8f16-4ea1-8654-72a2779f7500"
+ }
},
"switch-top-to-control-extra-large": {
"component": "switch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "fbc21571-970f-4bb2-8280-f6262446896b"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "7e95ad9a-ca10-4f06-9c19-8dd2270cfdad"
- }
- },
- "uuid": "0b6d95f7-8c05-4d78-83b9-f74bae363c32"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "b7e7048a-2a27-4ccc-8f4d-717c09fb5b3f"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "67f76075-33fb-4cbf-8785-cb1d626d2a04"
- }
- },
- "uuid": "1f74569f-7529-4a33-ba04-36ee1fdb9a95"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "fbc21571-970f-4bb2-8280-f6262446896b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "19px",
+ "uuid": "7e95ad9a-ca10-4f06-9c19-8dd2270cfdad"
}
- },
- "uuid": "89647edb-2cce-4be8-9644-e78d292d8d71"
+ }
},
"radio-button-control-size-small": {
"component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "407304fc-7c74-4427-9032-b44ab03c07ce"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "90a2b18a-61c7-40d8-926c-d6b18a641010"
- }
- },
- "uuid": "b934fcbd-f58e-4b8b-a890-698920829d3e"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "da052fde-007d-4c69-b112-67f50452755a"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "cf3edaa4-3897-491a-add0-53f8057925da"
- }
- },
- "uuid": "b122f7a1-df01-4c68-b980-cbcecf201307"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "407304fc-7c74-4427-9032-b44ab03c07ce"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "90a2b18a-61c7-40d8-926c-d6b18a641010"
}
- },
- "uuid": "55afc37a-81ce-4065-96ca-556fc49e43bf"
+ }
},
"radio-button-control-size-medium": {
"component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "9de5b045-532c-48ef-872e-bd3c22f89a41"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "2eef4003-e666-48e7-b25b-8c50063ce400"
- }
- },
- "uuid": "6926490d-dc56-4ca2-b733-848ea6a132da"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "14ea1874-1a46-404f-8baf-1c0c0832ff33"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "ae670151-1eaa-4de5-9a67-2e7a553b7b63"
- }
- },
- "uuid": "7a50d806-bba1-45a0-bfb2-2d71b0086c09"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "9de5b045-532c-48ef-872e-bd3c22f89a41"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "2eef4003-e666-48e7-b25b-8c50063ce400"
}
- },
- "uuid": "20f7aebf-f4c1-4e18-87a1-3726eb475b45"
+ }
},
"radio-button-control-size-large": {
"component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "cadf4b9e-b4d4-4ff5-808b-557864cf7dc8"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "23d0a4aa-693d-4b79-b942-3898f9cf0b80"
- }
- },
- "uuid": "1f303f57-24c3-447f-a2b8-3f9ff9d9bef0"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "ec32e1d6-da75-47f4-ae14-f47d28912187"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "2d0cb7dc-68e0-4e88-a2eb-5b4feac5c800"
- }
- },
- "uuid": "4074251c-034d-4eff-916f-1cf3ac39e175"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "cadf4b9e-b4d4-4ff5-808b-557864cf7dc8"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "23d0a4aa-693d-4b79-b942-3898f9cf0b80"
}
- },
- "uuid": "d12c6733-a8bc-4dac-8a02-b876a53509ce"
+ }
},
"radio-button-control-size-extra-large": {
"component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "f8f1d29b-4093-40ed-b73c-7a27e27a63a4"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "cc041f48-aaa4-4c20-8990-599e0c56134e"
- }
- },
- "uuid": "30ff09c2-c18c-4dfa-bb30-361640e478c1"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "be02f790-a7a2-4570-9065-5942b690c7ed"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "c5f734ba-bf7a-4b64-8d70-8109fead6a90"
- }
- },
- "uuid": "70167288-2023-4c23-bf26-420501bae9c2"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "f8f1d29b-4093-40ed-b73c-7a27e27a63a4"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "cc041f48-aaa4-4c20-8990-599e0c56134e"
}
- },
- "uuid": "68b995ce-bbd8-44ba-9d72-df121fdfdd89"
+ }
},
"radio-button-top-to-control-small": {
"component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "b775d7e9-d182-4818-9ae0-b3765a0ecbf7"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "02438c4c-161d-45eb-935d-b083ab830876"
- }
- },
- "uuid": "e8ec5366-9291-4c0f-9522-10367b2e5b2d"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "587b784a-09b3-48cb-987b-6e0ca4eff810"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "39ae9b23-fc0d-45d7-beaa-42e7489fbd6e"
- }
- },
- "uuid": "bb480f70-b3da-4158-bfac-2c59301f5acf"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "b775d7e9-d182-4818-9ae0-b3765a0ecbf7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "02438c4c-161d-45eb-935d-b083ab830876"
}
- },
- "uuid": "2d2f9e65-7ced-446f-9592-fe7bf530cf62"
+ }
},
"radio-button-top-to-control-medium": {
"component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "dcc0155a-6bd1-4148-acaf-e255a7f4d22a"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "2f805530-cefe-420a-89e6-a6a81c0faea0"
- }
- },
- "uuid": "c43d7fdb-420e-4909-a6ee-795495cb7c9d"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "53cf73f2-b7ad-4daf-88c0-c3285898120a"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "8629a0e6-b0bc-4447-b17d-8717b766579c"
- }
- },
- "uuid": "c91222de-62f2-4c42-a50e-87827f06d9ec"
- }
- },
- "uuid": "783325cf-300a-46e3-baad-4b865c6df12f"
- },
- "radio-button-top-to-control-large": {
- "component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "309c9559-1763-4345-8090-aaa12f570889"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "41d0dde7-de34-4e99-96d0-4f727ed71673"
- }
- },
- "uuid": "8283fca4-caa5-4262-a626-85fffa65d9fb"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "5315bd57-b934-4668-8204-e64d2eec70e6"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "9db66e19-9553-47ca-ac5c-118a6b5f043a"
- }
- },
- "uuid": "1e2896f0-3910-4a1e-8557-7929040f0155"
- }
- },
- "uuid": "e114b720-a1ad-4394-b8ce-6622d9886f8e"
- },
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "dcc0155a-6bd1-4148-acaf-e255a7f4d22a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "2f805530-cefe-420a-89e6-a6a81c0faea0"
+ }
+ }
+ },
+ "radio-button-top-to-control-large": {
+ "component": "radio-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "309c9559-1763-4345-8090-aaa12f570889"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "41d0dde7-de34-4e99-96d0-4f727ed71673"
+ }
+ }
+ },
"radio-button-top-to-control-extra-large": {
"component": "radio-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "f4620f0a-43ba-4650-8640-9425ed1a1260"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "c478710f-1747-455b-998a-6fa837762905"
- }
- },
- "uuid": "dbeeb464-daab-4ac3-ab0c-63d3f0415554"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "37397c94-a464-4ae7-9448-720b4696bbdb"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "42768b7d-b75d-4236-a8d3-e14d1d6e6f55"
- }
- },
- "uuid": "59e82c86-c8d7-4c47-8151-7e3efef51101"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "f4620f0a-43ba-4650-8640-9425ed1a1260"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "19px",
+ "uuid": "c478710f-1747-455b-998a-6fa837762905"
}
- },
- "uuid": "741e1396-c77c-4ac8-8292-eb11963ef18b"
+ }
},
"radio-button-selection-indicator": {
"component": "radio-button",
@@ -1223,8 +467,7 @@
"value": "5px",
"uuid": "4271498d-747c-423d-87cc-761b8a181f7c"
}
- },
- "uuid": "a02163f0-6509-4b95-9d41-9d992ac5deef"
+ }
},
"field-label-text-to-asterisk-medium": {
"component": "field-label",
@@ -1240,8 +483,7 @@
"value": "5px",
"uuid": "2fbc4add-e6b4-4dfa-9a7d-0de628b2f63c"
}
- },
- "uuid": "2aab2a3d-b2d4-49f8-9467-4e35d3564637"
+ }
},
"field-label-text-to-asterisk-large": {
"component": "field-label",
@@ -1257,8 +499,7 @@
"value": "6px",
"uuid": "87149afe-899b-4fb6-bd7c-d2becf8117fc"
}
- },
- "uuid": "671e4951-7e50-4dec-aff1-2833deb6a950"
+ }
},
"field-label-text-to-asterisk-extra-large": {
"component": "field-label",
@@ -1274,8 +515,7 @@
"value": "6px",
"uuid": "17ba788d-da38-455d-9322-16e4f05ea923"
}
- },
- "uuid": "9b85fe75-9b6c-47e7-bfbe-dddfcdfdac79"
+ }
},
"field-label-top-to-asterisk-small": {
"component": "field-label",
@@ -1291,8 +531,7 @@
"value": "11px",
"uuid": "ec0c072f-50fb-4934-99fc-a2576062e7b4"
}
- },
- "uuid": "376801d0-554e-4889-91f4-cad3a023e486"
+ }
},
"field-label-top-to-asterisk-medium": {
"component": "field-label",
@@ -1308,6749 +547,9938 @@
"value": "15px",
"uuid": "6f65ad1a-4a65-4b83-af44-5bd893f3b40e"
}
- },
- "uuid": "b7d0b135-04ad-43fd-ad0e-ef9675c855dd"
+ }
+ },
+ "field-label-top-to-asterisk-large": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "60caa810-5335-4c9f-95a7-0e60d49f43fc"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "19px",
+ "uuid": "e410a804-2655-4bbc-9b66-53a5facc92ac"
+ }
+ }
+ },
+ "field-label-top-to-asterisk-extra-large": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "e53ea4a5-bde5-4695-9ab8-50c2ce704019"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "5227bf07-140a-49c6-88f9-cc454d8a90c1"
+ }
+ }
+ },
+ "field-label-top-margin-small": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "ab718f97-15c3-4b8b-aee7-b50b09ec0a33"
+ },
+ "field-label-top-margin-medium": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "b5243f56-7985-4686-b41f-9b9b9a18b047"
+ },
+ "field-label-top-margin-large": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "f7dd90d8-91e6-4090-a5a9-6b30087860a4"
+ },
+ "field-label-top-margin-extra-large": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "5c14d528-fe17-4b0b-a123-edbdb93fd173"
+ },
+ "field-label-to-component": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "4738ec46-a43c-48f9-aeca-87863275dc4d"
+ },
+ "field-label-to-component-quiet-small": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-8px",
+ "uuid": "1218beeb-1d74-4e1a-b495-38d5f07afb55",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-10px",
+ "uuid": "2d3e67ce-de6d-4e41-bcf8-06b09c0bcce7",
+ "deprecated": true
+ }
+ }
+ },
+ "field-label-to-component-quiet-medium": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-8px",
+ "uuid": "dc00948e-3c0f-4c6b-8e3e-a7fbf396e059",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-10px",
+ "uuid": "074489d2-66b0-4198-94fe-9818279bbf0f",
+ "deprecated": true
+ }
+ }
+ },
+ "field-label-to-component-quiet-large": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-12px",
+ "uuid": "be80f1b1-4c08-479f-a39e-28b6a64714f2",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-15px",
+ "uuid": "c29cfb87-34e7-4397-bfd8-23378ecbb011",
+ "deprecated": true
+ }
+ }
+ },
+ "field-label-to-component-quiet-extra-large": {
+ "component": "field-label",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-15px",
+ "uuid": "d6c750dc-3117-4c1a-96bf-b94d530e912d",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-19px",
+ "uuid": "e1298748-d7cc-4bff-93bc-745b777fcf9e",
+ "deprecated": true
+ }
+ }
+ },
+ "help-text-top-to-workflow-icon-small": {
+ "component": "help-text",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-75}",
+ "uuid": "91cb19ef-63fc-4d98-a61e-a5f55951f656",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-75"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-75}",
+ "uuid": "00334ebf-5706-4a97-b02c-9f41642c4795",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-75"
+ }
+ }
+ },
+ "help-text-top-to-workflow-icon-medium": {
+ "component": "help-text",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-100}",
+ "uuid": "d159b313-4def-493a-adcf-398e2d1fce9f",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-100"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-100}",
+ "uuid": "b690bd12-855e-444d-8b76-a7ae948e3f52",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-100"
+ }
+ }
+ },
+ "help-text-top-to-workflow-icon-large": {
+ "component": "help-text",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-200}",
+ "uuid": "54cae12b-5f21-47b4-a964-6033bd025975",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-200"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-200}",
+ "uuid": "e2c40309-5b3d-485a-bafa-9015a5b751e7",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-200"
+ }
+ }
+ },
+ "help-text-top-to-workflow-icon-extra-large": {
+ "component": "help-text",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-300}",
+ "uuid": "bec914a9-5905-40ac-bd61-a727016c1228",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-300"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-workflow-icon-300}",
+ "uuid": "251c39cc-f949-4055-aecb-42fc99f9d504",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with component-top-to-workflow-icon-300"
+ }
+ }
+ },
+ "help-text-to-component": {
+ "component": "help-text",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "f99eb317-ebe5-43e7-8066-982fe7a9a8aa"
+ },
+ "status-light-dot-size-small": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "04485265-2983-4377-9ec5-f2456863a1df"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "5945e9fe-311a-4d2c-8052-ca4eae4c7c63"
+ }
+ }
+ },
+ "status-light-dot-size-medium": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "ada7bd8c-04c9-4d77-a6e8-072ff86984ae"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "a7fc9ca1-ad6d-47cb-8798-4a18ba4acc79"
+ }
+ }
+ },
+ "status-light-dot-size-large": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "45832ec2-5f33-4861-a857-1ca2352213db"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "6554dae9-18b6-4c90-b2f4-8aeaab0724ad"
+ }
+ }
+ },
+ "status-light-dot-size-extra-large": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "5e27b361-988c-42ac-8c66-f7d1ba00632d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "38b8d9c8-d340-4123-88bc-f739cfde91e9"
+ }
+ }
+ },
+ "status-light-top-to-dot-small": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "ddece3b1-7f85-4c08-b783-5bde8e31f480"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "a4f43adc-1db1-4e2f-a5d1-3ec06c62c9ff"
+ }
+ }
+ },
+ "status-light-top-to-dot-medium": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "e2aa334e-ebb7-4e5f-a735-4f6a43b2d6cf"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "321a462b-8811-4264-ac1f-4608df8f8c53"
+ }
+ }
+ },
+ "status-light-top-to-dot-large": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "ead22722-10f9-4cfe-a387-65f5d86ca520"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "8d9d872f-7c55-4a94-a80d-c1f2c8834f5d"
+ }
+ }
+ },
+ "status-light-top-to-dot-extra-large": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "899c7b7c-7405-4e29-8d42-edf41ca2943f"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "b351cade-6d69-449e-908a-518793fef5b9"
+ }
+ }
+ },
+ "action-button-edge-to-hold-icon-extra-small": {
+ "component": "action-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "b79597cc-5294-4555-ab78-f4200e480ac3"
+ },
+ "action-button-edge-to-hold-icon-small": {
+ "component": "action-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "fa106863-0e09-44d4-9465-68cd3254ed2b"
+ },
+ "action-button-edge-to-hold-icon-medium": {
+ "component": "action-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "5022d77a-9332-4bb8-bd9f-d353eed2caa3"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "255a24ab-f70d-4698-8d2e-569c37c6c798"
+ }
+ }
+ },
+ "action-button-edge-to-hold-icon-large": {
+ "component": "action-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "dc65074f-a923-4130-84e5-59fa5d5f4121"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "86a36757-a2d1-4263-97dc-62cf4543b3f9"
+ }
+ }
+ },
+ "action-button-edge-to-hold-icon-extra-large": {
+ "component": "action-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "1c72a1bf-cfcc-4553-91c6-d7bbcf02cc5a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "b4b4710b-2073-4285-8342-31ae6712671b"
+ }
+ }
+ },
+ "button-minimum-width-multiplier": {
+ "component": "button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 2.25,
+ "uuid": "68b6ac88-d229-460d-8d59-3f5c141db358"
+ },
+ "tooltip-tip-width": {
+ "component": "tooltip",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "0732bd0e-c5c0-4e58-8fee-2015c1753237"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "ad2c09a6-c42e-4eef-94a3-6c2180c6e2af"
+ }
+ }
+ },
+ "tooltip-tip-height": {
+ "component": "tooltip",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "481757aa-c6b5-4281-9a63-feeb1c88aec6"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "70c9f65f-1e23-4c47-94dd-0c3ddde15743"
+ }
+ }
+ },
+ "tooltip-maximum-width": {
+ "component": "tooltip",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "160px",
+ "uuid": "e5ba234a-afdd-451e-84e7-51314446cdae"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "200px",
+ "uuid": "6d7623e1-65f5-4af5-8c08-b33b093b85ae"
+ }
+ }
+ },
+ "divider-thickness-small": {
+ "component": "divider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "9dcc27ef-7044-4051-97f3-2fd64a5d0a36"
+ },
+ "divider-thickness-medium": {
+ "component": "divider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "3cf3e962-92f3-4334-8b92-9a1da9396c25"
+ },
+ "divider-thickness-large": {
+ "component": "divider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "913cce2a-c928-4803-9bd6-3fb1e0fcbee5"
+ },
+ "progress-circle-size-small": {
+ "component": "progress-circle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "2b9f6096-84e7-4430-a3a9-a9daadcd1225"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "a7fafd60-dc38-425a-b6b6-952a06d30ab4"
+ }
+ }
+ },
+ "progress-circle-size-medium": {
+ "component": "progress-circle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "32px",
+ "uuid": "2b9efe78-8384-4994-a4ab-82046f109d20"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "c380cf9b-cb59-465c-9b56-41654d3239f1"
+ }
+ }
+ },
+ "progress-circle-size-large": {
+ "component": "progress-circle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "a91ff845-aeb8-4a1b-9e4a-d34c77bb8253"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "80px",
+ "uuid": "c7719369-7d3d-4446-ade2-08abb472a985"
+ }
+ }
+ },
+ "progress-circle-thickness-small": {
+ "component": "progress-circle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "becddd13-6ef9-4abc-9468-25885b2b4b84"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "a37ef752-662b-4152-b247-0ce9fcd624e4"
+ }
+ }
+ },
+ "progress-circle-thickness-medium": {
+ "component": "progress-circle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "a3adff4d-e69e-4aa0-95ec-2019328b7d08"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "aa930d94-7874-44d7-80f1-dc431d40c4a4"
+ }
+ }
+ },
+ "progress-circle-thickness-large": {
+ "component": "progress-circle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "6331ae2c-ddf9-4de4-8df4-82b5581cf2ea"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "076b031f-5980-4112-bf0b-2cec47f54c6b"
+ }
+ }
+ },
+ "toast-height": {
+ "component": "toast",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "52px",
+ "uuid": "a6267318-c8b1-43d4-99b6-ca2a55e9dff4"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "60px",
+ "uuid": "12c8ae92-16b9-48ec-801c-bf07785da4b3"
+ }
+ }
+ },
+ "toast-maximum-width": {
+ "component": "toast",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "336px",
+ "uuid": "9ac252c8-06dd-48a9-a3d3-ca8ccfb355dd"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "420px",
+ "uuid": "a4de5997-1eb1-430f-9a9f-cf2637d02d34"
+ }
+ }
+ },
+ "toast-top-to-workflow-icon": {
+ "component": "toast",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "d10d2a55-2b4d-46b1-81e9-521d6c3578e1"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "1f83245b-3d79-4326-b843-df7b6549cade"
+ }
+ }
+ },
+ "toast-top-to-text": {
+ "component": "toast",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "be4f24cf-9334-4fc4-aa72-e0347beecda7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "9f0688f5-128f-47c3-8585-94d704214881"
+ }
+ }
+ },
+ "toast-bottom-to-text": {
+ "component": "toast",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "821e8f74-d1de-4507-9ff7-ece44e535e8c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "a790fd9e-4e5f-4f4c-a3ca-832540832580"
+ }
+ }
+ },
+ "action-bar-height": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-400}",
+ "uuid": "e67822de-d0cd-4b49-8e90-6c43523bb4dd"
+ },
+ "action-bar-top-to-item-counter": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-text-300}",
+ "uuid": "73f82d09-7927-461c-b7d7-ab0bc6b3e3f9"
+ },
+ "swatch-size-extra-small": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "9fa676c9-ccfb-47db-9ae4-348884b9b120"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "0d926e1a-080a-41ba-8bb9-ef6d0847cb77"
+ }
+ }
+ },
+ "swatch-size-small": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "33789b22-7d2c-4620-8f45-973e734ef5b6"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "30px",
+ "uuid": "c8d8e379-1e3f-4f5e-bce3-df3fc05ff16e"
+ }
+ }
+ },
+ "swatch-size-medium": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "32px",
+ "uuid": "2e29b29f-b8b7-430a-8720-31422c6ad243"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "77be7e79-a589-4f32-9e42-ea45ed7763aa"
+ }
+ }
+ },
+ "swatch-size-large": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "91e7d7f2-a34d-4d03-831c-75574d1b7bee"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "50px",
+ "uuid": "162c1233-3420-44a2-a270-97d0a7c23df1"
+ }
+ }
+ },
+ "swatch-rectangle-width-multiplier": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 2,
+ "uuid": "b3157e9d-82a0-429e-b987-8c240a669af7"
+ },
+ "swatch-slash-thickness-extra-small": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "944c49d7-e189-4daa-aca1-b0b590d78875"
+ },
+ "swatch-slash-thickness-small": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "f626d145-7840-4958-86be-d2306b5b2233"
+ },
+ "swatch-slash-thickness-medium": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "4e735599-f420-4b51-aa75-607046431c76"
+ },
+ "swatch-slash-thickness-large": {
+ "component": "swatch",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "6b1b2709-de8c-450d-9299-49200208599e"
+ },
+ "progress-bar-minimum-width": {
+ "component": "progress-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "48px",
+ "uuid": "8dfd4f94-93cc-47dd-92d2-87d1696f4ab7"
+ },
+ "progress-bar-maximum-width": {
+ "component": "progress-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "768px",
+ "uuid": "7ba00389-a6ba-4d18-9d88-8704427ad784"
+ },
+ "progress-bar-thickness-small": {
+ "component": "progress-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "f8881a13-70fb-4797-a3ec-08c3c8432b5a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "ab98c47f-f2e4-4f74-8008-55c65907b6eb"
+ }
+ }
+ },
+ "progress-bar-thickness-medium": {
+ "component": "progress-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "0d9f1945-262b-48d0-b584-ff78ec28e012"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "d53e3ac6-6091-4c3f-9e1b-b12b716a5f95"
+ }
+ }
+ },
+ "progress-bar-thickness-large": {
+ "component": "progress-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "f8dfa5e7-efb8-409f-8ab3-6bf3adf2199b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "4b680695-7e42-493c-889b-c76a60ab1f4f"
+ }
+ }
+ },
+ "progress-bar-thickness-extra-large": {
+ "component": "progress-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "71229a29-a2cf-46bc-84d4-d324bffad26b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "c15e51b3-4a5e-421e-aa4e-e0a82840f1a2"
+ }
+ }
+ },
+ "meter-minimum-width": {
+ "component": "meter",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "48px",
+ "uuid": "fd4f6ef0-bab2-4405-9eea-8a9b8a7dd295"
+ },
+ "meter-maximum-width": {
+ "component": "meter",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "768px",
+ "uuid": "63bfb4da-4aaf-49c6-9328-16c636cf0bf9"
+ },
+ "meter-width": {
+ "component": "meter",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "192px",
+ "uuid": "ceeda4da-026b-496c-8abd-7081aceae262"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "240px",
+ "uuid": "dc5f4966-4ddd-4e9a-a748-370d8eaae568"
+ }
+ }
+ },
+ "meter-default-width": {
+ "component": "meter",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{meter-width}",
+ "deprecated": true,
+ "deprecated_comment": "Token renamed, use `meter-width`",
+ "uuid": "2633d29d-8a14-48e8-977c-bdb9a53b3bd5"
+ },
+ "meter-thickness-small": {
+ "component": "meter",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "0013e354-3f26-41a5-8486-2577045872f6"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "eb9c3cff-5a1a-4832-a623-6ab258b81d37"
+ }
+ }
+ },
+ "meter-thickness-large": {
+ "component": "meter",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "06751674-2222-433d-9dc6-40f14b2add6c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "c9052808-918e-4368-b113-28f928104eda"
+ }
+ }
+ },
+ "in-line-alert-minimum-width": {
+ "component": "in-line-alert",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "240px",
+ "uuid": "8007ebd8-fd67-4dc2-8444-9e6a50c88675"
+ },
+ "tag-top-to-avatar-small": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "cf1239b1-495a-482c-8aeb-3b98c6b75583"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "a2c40238-1fda-4482-a419-b8092a385c9b"
+ }
+ }
+ },
+ "tag-top-to-avatar-medium": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "394343df-fb5d-44be-b6d1-9975ab8a4156"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "8dbabe33-52e7-4dc1-b2e3-81c1c62d98cb"
+ }
+ }
+ },
+ "tag-top-to-avatar-large": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "57de6911-6f5f-4a0d-9606-e7584a10d7f4"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "9881ad7c-e9df-40b1-a368-4f8185042c3f"
+ }
+ }
+ },
+ "tag-top-to-cross-icon-small": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "c9e5e973-4942-414e-b128-5569f62453a2"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "d93e04b9-1901-4ec4-947a-62c84205e61e"
+ }
+ }
+ },
+ "tag-top-to-cross-icon-medium": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "1bfd3452-93c8-424a-99e4-55e5ecbee90b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "ac7b17a2-99ef-45b3-ab3b-4d3eeaf99fb9"
+ }
+ }
+ },
+ "tag-top-to-cross-icon-large": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "e335436a-190c-4417-86f4-b7266c093377"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "19px",
+ "uuid": "af69e3d1-92b6-4e62-93f2-c1f1f10f0a63"
+ }
+ }
+ },
+ "popover-tip-width": {
+ "component": "popover",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "c4bc3596-1fbc-4b08-85af-6bd8142e499a"
+ },
+ "popover-tip-height": {
+ "component": "popover",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "5960406b-973d-4e1f-9bb4-2c7a22422c5b"
+ },
+ "popover-top-to-content-area": {
+ "component": "popover",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{popover-edge-to-content-area}",
+ "uuid": "f97488e8-b1c1-442e-b98c-0ae6cff0b774",
+ "deprecated": true,
+ "deprecated_comment": "Introduced as an error. Use popover-edge-to-content-area instead"
+ },
+ "popover-edge-to-content-area": {
+ "component": "popover",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-100}",
+ "uuid": "2a3bd47e-fde5-41d3-a585-f970bdefaf07"
+ },
+ "menu-item-label-to-description": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{menu-item-label-to-description-medium}",
+ "uuid": "628cf42f-eb40-49b0-b110-3340421d4502",
+ "deprecated": true
+ },
+ "menu-item-edge-to-content-not-selected-small": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "28px",
+ "uuid": "033fb47f-30d8-4ff2-9825-a3318ca2118b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "de2ef572-54a2-46c2-ad1d-60468fbe6090"
+ }
+ }
+ },
+ "menu-item-edge-to-content-not-selected-medium": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "32px",
+ "uuid": "ac4c8abe-abca-4c6f-82e7-ed7fae0c761d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "42px",
+ "uuid": "5faa4858-5590-40d4-bd12-b4c839908c4c"
+ }
+ }
+ },
+ "menu-item-edge-to-content-not-selected-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "38px",
+ "uuid": "bc6a7e9d-b84c-4bf3-9a63-a08047deb41c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "47px",
+ "uuid": "90385dcc-ea45-466f-ba4d-a1b13f6a079c"
+ }
+ }
+ },
+ "menu-item-edge-to-content-not-selected-extra-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "45px",
+ "uuid": "2480bdaf-ac18-4f67-9a0b-f92200fb31d7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "54px",
+ "uuid": "3385c12f-199b-4e9d-b2e2-ef6e2658d180"
+ }
+ }
+ },
+ "menu-item-top-to-disclosure-icon-small": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "8e4b2873-fb57-42d6-8b7b-91fd270c048e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "eb9cf950-cba2-4fb8-a115-8a4c0ddb00d0"
+ }
+ }
+ },
+ "menu-item-top-to-disclosure-icon-medium": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "0ed8f599-b4c1-4ac5-b2b0-60db06a98a88"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "e0468683-b2d2-4839-9ad8-46963d7402fc"
+ }
+ }
+ },
+ "menu-item-top-to-disclosure-icon-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "bceffb12-72a3-40eb-98a5-3d5fb4d3b627"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "bda3ee60-8f9a-41b2-a8a2-894aed3b3bed"
+ }
+ }
+ },
+ "menu-item-top-to-disclosure-icon-extra-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "63919dd9-0dfa-4e6f-ab89-8a24fc91061b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "77e97b70-ef7e-4228-8d91-0ff9d9d2b063"
+ }
+ }
+ },
+ "menu-item-top-to-selected-icon-small": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "fbe45d1b-f4b9-40d1-965f-38abe057dc69"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "943a0b43-6c91-40a3-a680-318a934bf6ef"
+ }
+ }
+ },
+ "menu-item-top-to-selected-icon-medium": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "8fb8ad12-9bb9-417f-8d0d-7323455cfb7a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "61e906e3-6daa-4841-b4f0-54939157a50b"
+ }
+ }
+ },
+ "menu-item-top-to-selected-icon-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "ccfed193-e366-4b13-806c-0cc18e2a87b4"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "f84569c5-bb63-4eb1-8193-1130e88e7e5b"
+ }
+ }
+ },
+ "menu-item-top-to-selected-icon-extra-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "7be78bf9-a761-45a4-b764-b88e6209440b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "3ff6cb7a-20cb-4b25-a367-7e4497d0f237"
+ }
+ }
+ },
+ "menu-item-section-divider-height": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "dac5c077-b948-434b-91bd-0759c2414007"
+ },
+ "slider-track-thickness": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "50a71b8b-30fb-40c0-b81e-5ce0dcc8c96b",
+ "deprecated": true
+ },
+ "slider-control-height-small": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "cf748652-099a-4022-ae68-0e5dcb8eff9b",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "19adc707-4fc6-40f0-a972-340d6c935908",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-control-height-medium": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "dd3b649d-12f8-427b-95a6-a4964d92d3b0",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "7306fc00-67fd-4ccd-aec3-7a14e092da5e",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-control-height-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "320abda8-9fe8-4f78-87d6-3f1be921e880",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "0926d8f3-bdd6-4dde-89d0-6d5d7ab9f094",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-control-height-extra-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "fd74d5a5-b966-4d26-abca-58c7a21f8136",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "26px",
+ "uuid": "c5d47ebf-c83f-43c3-b2f2-f4d51c40960b",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-size-small": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "1384d419-bfad-44d7-847c-a0f2c195fb93",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "7feb3d57-59fb-4095-966e-e8ca0e91442f",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-size-medium": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "a8a02181-c797-461d-a666-a63f7535a096",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "278fc618-f6c1-4d30-bf85-075654079003",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-size-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "3df3c866-faf0-43db-8c18-f442e7f94822",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "2a3fb9b0-d701-4e86-8180-9d81f68e91d5",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-size-extra-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "10ccce0d-5a2c-414e-8055-0be76709c180",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "26px",
+ "uuid": "413dc697-1f14-47c8-a7f2-e52254513e6e",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-border-width-down-small": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "c9b7d8d9-c5ba-4d97-a03b-a214104ede23",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "683fb538-290c-423f-990b-d7134e485f51",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-border-width-down-medium": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "63c65cd6-a2c2-4430-a1e9-cf82ae0a3f25",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "25959ff8-6c2f-4612-8d69-b95bfe485ce4",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-border-width-down-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "525e7d74-2bc0-48ac-85ca-b07335819a31",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "3bf8805b-b4f7-4d0d-af85-d227d6380539",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-border-width-down-extra-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "47d025e2-0b26-4ebc-9b46-3cd1e470b9bc",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "feac9f02-b52a-4694-a5d4-4b1930ab4f07",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-handle-gap": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "1a257268-32e9-4c5c-8477-32a724ff1d42",
+ "deprecated": true
+ },
+ "slider-bottom-to-handle-small": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "bf2e4550-f97e-4bd2-91e8-b0ddb5a8abe2",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "3b96ab4f-6628-4ebd-aba8-2837fce04709",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-bottom-to-handle-medium": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "238ebdc2-e51c-459d-8cc7-abfeafed6451",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "5030babb-0017-4784-84ad-d3aaacf6fa05",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-bottom-to-handle-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "be9aed61-c7a1-4dce-80a7-07c9ecef1fd9",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "3915ff73-11dd-4389-8d81-2f540ab060f4",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-bottom-to-handle-extra-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "155b6273-1661-4ef5-85c0-a1688ce1ee72",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "e04d9975-4a54-416b-b5fa-87f3ae930204",
+ "deprecated": true
+ }
+ }
+ },
+ "slider-control-to-field-label-small": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-4px",
+ "uuid": "cbf9c42b-c14e-440d-97ad-3c937c464446"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-8px",
+ "uuid": "d20768dd-dbf4-48a9-8cc8-3370fa6ef810"
+ }
+ }
+ },
+ "slider-control-to-field-label-medium": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-12px",
+ "uuid": "b257bf97-d632-4488-a954-57b16bcf18b9"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-16px",
+ "uuid": "20a8d579-038e-4432-b271-8e44b83a9aa1"
+ }
+ }
+ },
+ "slider-control-to-field-label-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-16px",
+ "uuid": "a4be5828-2176-42e7-97de-1f80e7dc08bb"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-20px",
+ "uuid": "f4fc7ec7-cc02-4ff4-bd9a-f05f9bd59c1d"
+ }
+ }
+ },
+ "slider-control-to-field-label-extra-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-20px",
+ "uuid": "309b149c-306a-49ee-b14c-a0eb4826e3b1"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-28px",
+ "uuid": "9be47810-7a07-4885-a86d-647f5f36d7e5"
+ }
+ }
+ },
+ "picker-minimum-width-multiplier": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 2,
+ "uuid": "67b68a30-ae00-4da2-9730-99196a2eaf96"
+ },
+ "picker-visual-to-disclosure-icon-small": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "4bcebd07-28a8-401d-9072-3b2ac22e8b63"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "269725c9-3462-4132-8487-95dd61814448"
+ }
+ }
+ },
+ "picker-visual-to-disclosure-icon-medium": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "f83b0313-ba78-4c98-be6e-702b58956589"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "c620ab2b-256d-409a-a80c-7d7c2295efc8"
+ }
+ }
+ },
+ "picker-visual-to-disclosure-icon-large": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "2f22005b-305b-4629-bc03-10d81e36ce78"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "47f5a27f-4039-4668-bb21-aafb9dcb82fb"
+ }
+ }
+ },
+ "picker-visual-to-disclosure-icon-extra-large": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "de09427a-eef3-4360-a912-0b0d5602d4a4"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "0ac097c8-020e-4a7b-b692-59dfdf07e3f8"
+ }
+ }
+ },
+ "picker-border-width": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{border-width-100}",
+ "uuid": "69c28762-f456-4641-b6ce-7cb295e3a27d"
+ },
+ "picker-end-edge-to-disclousure-icon-quiet": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{picker-end-edge-to-disclosure-icon-quiet}",
+ "deprecated": true,
+ "deprecated_comment": "Use `picker-end-edge-to-disclosure-icon-quiet` instead",
+ "uuid": "c8bd227d-c72b-4f6a-9d93-0b595821dee0"
+ },
+ "picker-end-edge-to-disclosure-icon-quiet": {
+ "component": "picker",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "03da68d8-cd87-4e29-9aaf-ab467594ec2b"
+ },
+ "text-field-minimum-width-multiplier": {
+ "component": "text-field",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 1.5,
+ "uuid": "875bbeaf-b4b7-41b9-8e6f-d6a57ec03049"
+ },
+ "text-area-minimum-width": {
+ "component": "text-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "112px",
+ "uuid": "69694a85-5f31-43b4-8044-c0f08c83d618"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "140px",
+ "uuid": "c89bcff3-23ce-405c-a776-3ece7a2ac342"
+ }
+ }
+ },
+ "text-area-minimum-height": {
+ "component": "text-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "56px",
+ "uuid": "71bc5e67-900e-4e32-8109-a4c18da89348"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "70px",
+ "uuid": "cb7270a7-8075-435c-81a5-469ef43860c0"
+ }
+ }
+ },
+ "combo-box-minimum-width-multiplier": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 2.5,
+ "uuid": "eabcc77a-f263-43ed-9944-9daa78a56b66"
+ },
+ "combo-box-quiet-minimum-width-multiplier": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 2,
+ "uuid": "4798728b-9a97-4ce1-b703-0182b1513e8b",
+ "deprecated": true
+ },
+ "combo-box-visual-to-field-button-small": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{combo-box-visual-to-field-button}",
+ "uuid": "5d054a3e-e4bb-4ca3-b84a-51b3d7fa2cb8",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with combo-box-visual-to-field-button"
+ },
+ "combo-box-visual-to-field-button-medium": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{combo-box-visual-to-field-button}",
+ "uuid": "c5a4baf2-effe-4d9a-92f3-b4ead5440d36",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with combo-box-visual-to-field-button"
+ },
+ "combo-box-visual-to-field-button-large": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{combo-box-visual-to-field-button}",
+ "uuid": "356c4912-69c7-4a95-956b-c1aa78cb02cb",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with combo-box-visual-to-field-button"
+ },
+ "combo-box-visual-to-field-button-extra-large": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{combo-box-visual-to-field-button}",
+ "uuid": "4a4ee415-1f25-4d36-928c-5ece0ce4abcc",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with combo-box-visual-to-field-button"
+ },
+ "combo-box-visual-to-field-button-quiet": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{combo-box-visual-to-field-button}",
+ "uuid": "292cbbe1-1ba4-4369-9768-2051c07e6406",
+ "deprecated": true,
+ "deprecated_comment": "Replaced with combo-box-visual-to-field-button"
+ },
+ "thumbnail-size-50": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "0578d5e5-9c2d-46f2-9268-85bdf566b3a5"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "7f33676b-63dd-4d16-b7e1-36520ade716d"
+ }
+ }
+ },
+ "thumbnail-size-75": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "20706cc7-9d07-4938-8328-debd3ab8d822"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "852fc55b-beb7-428c-bc0c-452abc204de3"
+ }
+ }
+ },
+ "thumbnail-size-100": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "46dd2eca-598a-45e3-8c7d-c6cf17e148bf"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "28px",
+ "uuid": "545604c8-484f-4697-907c-31e2b2cb46d0"
+ }
+ }
+ },
+ "thumbnail-size-200": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "28px",
+ "uuid": "ec457831-d272-4809-a84a-f1e9dcaec495"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "32px",
+ "uuid": "0e548378-9633-49d2-90d8-b40e1ba7c98e"
+ }
+ }
+ },
+ "thumbnail-size-300": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "32px",
+ "uuid": "95c5905f-b209-4e84-881f-13ea85f12d87"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "36px",
+ "uuid": "8f4dd02c-d3eb-4654-aea4-b3921048cdbe"
+ }
+ }
+ },
+ "thumbnail-size-400": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "36px",
+ "uuid": "7ee6d5ae-eb01-49e1-93ba-df3e7c25d876"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "b0351cf7-f0df-4044-ab26-5b6649ea2e1f"
+ }
+ }
+ },
+ "thumbnail-size-500": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "87234a25-8f6d-457c-9d3f-363930fec12c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "44px",
+ "uuid": "1798b58e-fce4-411d-ba8d-75006fa4f53e"
+ }
+ }
+ },
+ "thumbnail-size-600": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "44px",
+ "uuid": "d533a543-9622-4c43-92a6-82dd5eebcc64"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "48px",
+ "uuid": "543dcd25-42cc-4198-b4ba-ba5524b08691"
+ }
+ }
+ },
+ "thumbnail-size-700": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "48px",
+ "uuid": "d6aaa2c4-d213-44de-9bae-742d26df8765"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "52px",
+ "uuid": "5eab16f9-5537-4a14-958d-d96200c5723f"
+ }
+ }
+ },
+ "thumbnail-size-800": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "52px",
+ "uuid": "8cee2b4d-48c8-45aa-803b-5d1cd9027fcf"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "56px",
+ "uuid": "94ca9817-988a-4e4f-9163-954d29204049"
+ }
+ }
+ },
+ "thumbnail-size-900": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "56px",
+ "uuid": "5b9fb77d-8a2e-4e1c-ba86-475cd66b4202"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "97f11dd2-0173-464c-9eef-c260c9e8cf22"
+ }
+ }
+ },
+ "thumbnail-size-1000": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "48959be8-02f9-45b9-8190-af60c93cbb6c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "72px",
+ "uuid": "cfbf3ec4-f51d-4a50-b81c-765fff84ce14"
+ }
+ }
+ },
+ "alert-dialog-minimum-width": {
+ "component": "alert-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "288px",
+ "uuid": "7d066c2d-ea59-483d-b8a3-6a9b9e35eedd"
+ },
+ "alert-dialog-maximum-width": {
+ "component": "alert-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "480px",
+ "uuid": "45258afa-543b-4fbc-a621-677d8081c2f1"
+ },
+ "alert-dialog-title-size": {
+ "component": "alert-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{alert-dialog-title-font-size}",
+ "uuid": "9b7ce1fc-ea8a-4d7b-a926-0accbd6b1197",
+ "deprecated": true,
+ "deprecated_comment": "Replace with alert-dialog-title-font-size"
+ },
+ "alert-dialog-description-size": {
+ "component": "alert-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{alert-dialog-description-font-size}",
+ "uuid": "9dc42d1a-b87d-4a5d-a5a3-6afd4d5bd599",
+ "deprecated": true,
+ "deprecated_comment": "Replace with alert-dialog-description-font-size"
+ },
+ "opacity-checkerboard-square-size": {
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use opacity-checkerboard-square-size-medium instead.",
+ "component": "opacity-checkerboard",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{opacity-checkerboard-square-size-medium}",
+ "uuid": "9ddf2e73-ad74-46d7-a79d-fe961b06dbbd"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{opacity-checkerboard-square-size-medium}",
+ "uuid": "879360e9-a7b0-47e0-bc4a-931a12877014"
+ }
+ }
+ },
+ "opacity-checkerboard-square-size-medium": {
+ "component": "opacity-checkerboard",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "ead3f34f-55b1-4012-a4af-0f7fbf226020"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "cc6fdec6-c03a-4691-805f-b60d199bb60d"
+ }
+ }
+ },
+ "contextual-help-minimum-width": {
+ "component": "contextual-help",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "268px",
+ "uuid": "83be73fe-50bc-4be8-969c-0361a816225b"
+ },
+ "contextual-help-title-size": {
+ "component": "contextual-help",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{contextual-help-title-font-size}",
+ "uuid": "5358fd6c-d9a0-4caa-a85e-af82ed82efaf",
+ "deprecated": true
+ },
+ "contextual-help-body-size": {
+ "component": "contextual-help",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{contextual-help-body-font-size}",
+ "uuid": "e458fa68-ab9c-4441-a7d5-a02f42df1cae",
+ "deprecated": true
+ },
+ "breadcrumbs-height": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-200}",
+ "uuid": "2d39863c-6987-413c-90d8-07fcc506a0d4",
+ "deprecated": true
+ },
+ "breadcrumbs-height-compact": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-100}",
+ "uuid": "8393f599-37e8-484a-a1c6-0934ce15a507",
+ "deprecated": true
+ },
+ "breadcrumbs-height-multiline": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "72px",
+ "uuid": "237ff958-a86d-4632-aa7d-504a697509c3"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "90px",
+ "uuid": "5e7426da-1a1e-4d37-8c96-4fdac06bfad5"
+ }
+ }
+ },
+ "breadcrumbs-top-to-text": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-text-200}",
+ "uuid": "d084038e-bc31-43be-99ee-13cf727eaf9d",
+ "deprecated": true
+ },
+ "breadcrumbs-top-to-text-compact": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-text-100}",
+ "uuid": "b19547e2-bd8f-435d-b726-4f2ce6a83984",
+ "deprecated": true
+ },
+ "breadcrumbs-top-to-text-multiline": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "138070fe-1f06-48b4-ac49-f8ff117c5f42"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "ea82fc23-82e7-4116-a8bb-186a253675ad"
+ }
+ }
+ },
+ "breadcrumbs-bottom-to-text": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-bottom-to-text-200}",
+ "uuid": "f0e6a20d-8c2d-4aa3-9060-b6ca66aa7943",
+ "deprecated": true
+ },
+ "breadcrumbs-bottom-to-text-compact": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-bottom-to-text-100}",
+ "uuid": "70a356be-c304-4bb4-a9df-97806931f089",
+ "deprecated": true
+ },
+ "breadcrumbs-bottom-to-text-multiline": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "5a78f5a4-ceee-4854-96d4-b61d76cc522b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "a51a1142-e38e-4055-bd45-ad2bd0045880"
+ }
+ }
+ },
+ "breadcrumbs-start-edge-to-text": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-start-edge-to-text-large}",
+ "uuid": "a0542dab-98fb-45d8-b4a0-79cfd2cc4f1c",
+ "deprecated": true,
+ "deprecated_comment": "Use a sized token instead, e.g., breadcrumbs-start-edge-to-text-large."
+ },
+ "breadcrumbs-end-edge-to-text": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "99ef1a0d-5fe1-4b62-9609-8929e7a3bf9c"
+ },
+ "breadcrumbs-top-text-to-bottom-text": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "3a89734d-4fcc-43cf-9b77-b2f6d3732391"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "b93aad22-aff0-46d5-b54e-17891f02124a"
+ }
+ }
+ },
+ "breadcrumbs-top-to-separator-icon": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-top-to-separator-large}",
+ "uuid": "15e56281-5fc1-4b59-b815-fc333231e364",
+ "deprecated": true,
+ "deprecated_comment": "Use a sized token instead, e.g., breadcrumbs-top-to-separator-large."
+ },
+ "breadcrumbs-top-to-separator-icon-compact": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-top-to-separator-medium}",
+ "uuid": "a63e8df1-124f-4f3e-9e1b-ba422b8d8257",
+ "deprecated": true,
+ "deprecated_comment": "Use a sized token instead, e.g., breadcrumbs-top-to-separator-medium."
+ },
+ "breadcrumbs-top-to-separator-icon-multiline": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-top-to-separator-multiline}",
+ "uuid": "6b310160-ab2e-40fd-9216-21ddcb36b575",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-separator-icon-to-bottom-text-multiline}",
+ "uuid": "eb3b2566-6fc1-4a2c-a8cf-e40af3d34715",
+ "deprecated": true
+ }
+ }
+ },
+ "breadcrumbs-separator-icon-to-bottom-text-multiline": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-separator-to-bottom-text-multiline}",
+ "uuid": "56dd2fd0-c7a3-4f2c-bda9-8e6ba6d99e6c",
+ "deprecated": true
+ },
+ "breadcrumbs-truncated-menu-to-separator-icon": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-truncated-menu-to-separator}",
+ "uuid": "1fe2a3df-3179-4c4a-8d1f-de41297b6d74",
+ "deprecated": true
+ },
+ "breadcrumbs-top-to-truncated-menu": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "751734bd-1c58-4222-bbd8-8b2349f2fbd2"
+ },
+ "breadcrumbs-top-to-truncated-menu-compact": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{breadcrumbs-top-to-truncated-menu}",
+ "uuid": "e0aba287-799f-4621-97cb-563352002a20",
+ "deprecated": true
+ },
+ "breadcrumbs-start-edge-to-truncated-menu": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "b1fba444-c281-4be4-bded-4852b551cfee"
+ },
+ "breadcrumbs-truncated-menu-to-bottom-text": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "2285d870-68ec-469f-a034-2fdeb31e33f0"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "154bce30-bfe2-445b-bbdd-69efce5565ae"
+ }
+ }
+ },
+ "avatar-size-50": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "60fd0b38-3bad-4a0f-8a69-d4cf79b635ff"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "6f6fae3d-eafd-41d7-a863-b2f0b57240ab"
+ }
+ }
+ },
+ "avatar-size-75": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "6aa2d529-0e10-4eaf-8786-f38e04e4d438"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "f23636e9-93e2-444d-a95b-1311a7e074f3"
+ }
+ }
+ },
+ "avatar-size-100": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "f3293ec2-befd-49e8-a280-b5a1827aa40c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "28px",
+ "uuid": "a2833b95-ba74-4caf-89e6-8294465d2780"
+ }
+ }
+ },
+ "avatar-size-200": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "28px",
+ "uuid": "a17f3911-00ad-4d52-a474-dc5d4e3341d1"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "32px",
+ "uuid": "7bfa97a1-39a8-4a30-af13-31ce1393098a"
+ }
+ }
+ },
+ "avatar-size-300": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "32px",
+ "uuid": "337f89c8-5b8a-4cd9-a32d-31f2d9804b2e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "36px",
+ "uuid": "b0bd14f7-9642-4e20-90c4-68f38a53e72c"
+ }
+ }
+ },
+ "avatar-size-400": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "36px",
+ "uuid": "f7ee2f39-d2ea-44ce-a5e6-e9a2bb8af52e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "44237baf-1128-445d-8337-a943c6ac0019"
+ }
+ }
+ },
+ "avatar-size-500": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "9088ecf5-e278-48fe-a7cc-bdf77d15772f"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "44px",
+ "uuid": "db33d97e-15e4-4248-a8cf-4b69d745a2e0"
+ }
+ }
+ },
+ "avatar-size-600": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "44px",
+ "uuid": "15634a63-05f3-4fb8-989a-cb3ad46b8946"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "48px",
+ "uuid": "9ea7c014-2c8d-403f-ad7f-fa3c08a3a46d"
+ }
+ }
+ },
+ "avatar-size-700": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "48px",
+ "uuid": "92260f9e-ad2a-4e46-ad65-d83d99f7e7b7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "52px",
+ "uuid": "0bec4f0f-efb2-44f9-a131-28f8fe248c40"
+ }
+ }
+ },
+ "avatar-size-800": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "52px",
+ "uuid": "4c3c7ee0-637c-4c0f-b79b-ba8d4f8aaf9d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "56px",
+ "uuid": "99cf09f1-da56-4961-a805-723b68f718c2"
+ }
+ }
+ },
+ "avatar-size-900": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "56px",
+ "uuid": "531b56b5-3abd-4bcc-a4fa-9cceb08b0b8d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "e774036a-23b9-4d74-b878-5d8edf20355f"
+ }
+ }
+ },
+ "avatar-size-1000": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "7f677464-22fe-47c5-b4da-e6c60740aafe"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "72px",
+ "uuid": "c723eb21-c020-40d5-a225-5857c8b4f0c9"
+ }
+ }
+ },
+ "avatar-size-1100": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "72px",
+ "uuid": "63e8bd84-a7e2-4aed-9ac8-44ae2fe70424"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "80px",
+ "uuid": "371af425-26e6-4891-a195-b4dbee5e17b9"
+ }
+ }
+ },
+ "avatar-size-1200": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "80px",
+ "uuid": "d8af9c52-b267-4c77-8ca2-ffa5dc27a45e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "88px",
+ "uuid": "49075645-054f-4b42-8b8a-7fa4971b2ca9"
+ }
+ }
+ },
+ "avatar-size-1300": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "88px",
+ "uuid": "77d45064-5013-417e-9663-a91e97e40d01"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "96px",
+ "uuid": "b8372421-023d-4d86-b792-eb1c9fd8230c"
+ }
+ }
+ },
+ "avatar-size-1400": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "96px",
+ "uuid": "974ccab6-b9d9-4101-ba6c-69dd75b8602f"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "104px",
+ "uuid": "c46a76c1-77af-4e15-96e1-9e7f16000de5"
+ }
+ }
+ },
+ "avatar-size-1500": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "104px",
+ "uuid": "2ab3cbdf-5791-41ca-b6e3-66d5a4970f32"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "112px",
+ "uuid": "06359a10-02d1-4886-a841-940b5ffbb0f0"
+ }
+ }
+ },
+ "alert-banner-minimum-height": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "56px",
+ "uuid": "450405f8-4f08-4151-85dd-730b669a7ed0"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "6d313800-3020-45f8-969d-63e81057ff97"
+ }
+ }
+ },
+ "alert-banner-width": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "832px",
+ "uuid": "713e9ae2-e226-45ab-bce9-869533253ee7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "680px",
+ "uuid": "b02e6302-d443-4b94-bda9-f4cc90b3d4ca"
+ }
+ }
+ },
+ "alert-banner-to-top-workflow-icon": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{alert-banner-top-to-workflow-icon}",
+ "deprecated": true,
+ "deprecated_comment": "Introduced as an error. Use alert-banner-top-to-workflow-icon instead",
+ "uuid": "42b40d65-eed4-432e-8ede-74d89905d131"
+ },
+ "alert-banner-top-to-workflow-icon": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "fbe047c4-0346-4b81-bdf6-6565cede7a28"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "402c755b-322c-4ea0-856c-ca209bdaa8ec"
+ }
+ }
+ },
+ "alert-banner-to-top-text": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{alert-banner-top-to-text}",
+ "deprecated": true,
+ "deprecated_comment": "Introduced as an error. Use alert-banner-top-to-text instead",
+ "uuid": "8fefedaf-6e95-4a14-a8ba-08381f57bfeb"
+ },
+ "alert-banner-top-to-text": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "1d289972-d5ba-41e8-8935-e8c83afb15cf"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "21px",
+ "uuid": "8db02117-b543-4b3e-b0ff-203e9a821708"
+ }
+ }
+ },
+ "alert-banner-to-bottom-text": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{alert-banner-bottom-to-text}",
+ "deprecated": true,
+ "deprecated_comment": "Introduced as an error. Use alert-banner-bottom-to-text instead",
+ "uuid": "e2bd6435-6fbd-4030-9ff5-b034438b8d8a"
+ },
+ "alert-banner-bottom-to-text": {
+ "component": "alert-banner",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "e19fdd96-44a4-407b-b2b1-01001684fc84"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "5f2b2bc1-ebb0-46dd-a563-58df6307996d"
+ }
+ }
+ },
+ "rating-indicator-width": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "f0958cee-9688-43db-9542-1aef164f9dfe",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "dce9ff1e-06d1-49a5-817f-5319f4ab15e2",
+ "deprecated": true
+ }
+ }
+ },
+ "rating-indicator-to-icon": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "b132d948-bec9-4a29-b281-e77801ce5a7c",
+ "deprecated": true
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "8e13ea1d-8000-485e-8700-5522cc71b95c",
+ "deprecated": true
+ }
+ }
+ },
+ "color-area-width": {
+ "component": "color-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "192px",
+ "uuid": "8fcf30ee-73e1-4f54-8975-5467dedade29"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "240px",
+ "uuid": "e5daae6b-7040-4e80-a251-db4c8c79e113"
+ }
+ }
+ },
+ "color-area-minimum-width": {
+ "component": "color-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "19ff1ba5-a351-4427-bf2e-4e212dde3d3c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "80px",
+ "uuid": "126cd0b8-55cc-489c-9582-fddde76b431c"
+ }
+ }
+ },
+ "color-area-height": {
+ "component": "color-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "192px",
+ "uuid": "993f90f6-22a6-49ec-a8e6-7a8b904d42a7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "240px",
+ "uuid": "552a014a-c590-48f8-98dc-26849b62c3ab"
+ }
+ }
+ },
+ "color-area-minimum-height": {
+ "component": "color-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "73c558f3-2a1c-4c1d-9b17-cfb49f510070"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "80px",
+ "uuid": "9b84d54e-2b10-4502-b072-ded2a8bf9cb3"
+ }
+ }
+ },
+ "color-area-border-width": {
+ "component": "color-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{border-width-100}",
+ "uuid": "78fff16d-d6fe-4a74-98bc-97c56e352250"
+ },
+ "color-area-border-rounding": {
+ "component": "color-area",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-medium-size-small}",
+ "uuid": "ab656bf4-8814-42fa-9036-b1e67159e4e1"
+ },
+ "color-wheel-width": {
+ "component": "color-wheel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "192px",
+ "uuid": "d4cdb77e-54b8-4bcf-97b1-992287af2690"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "240px",
+ "uuid": "81d866f0-e2a6-4f27-bb22-6675cce4e937"
+ }
+ }
+ },
+ "color-wheel-minimum-width": {
+ "component": "color-wheel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "175px",
+ "uuid": "647244c3-b071-45c1-94f7-3be32cfebabe"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "219px",
+ "uuid": "6733cd28-a949-40f7-bd36-034af9c0261f"
+ }
+ }
+ },
+ "color-wheel-color-area-margin": {
+ "component": "color-wheel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "4b6bca16-ea29-4d6c-81cf-9005b9a3b5e5"
+ },
+ "color-slider-length": {
+ "component": "color-slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "192px",
+ "uuid": "11442823-3e61-425a-a24b-a4a0747a06c4"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "240px",
+ "uuid": "c42de1ce-088a-4918-a7dc-36507c8acedf"
+ }
+ }
+ },
+ "color-slider-minimum-length": {
+ "component": "color-slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "80px",
+ "uuid": "54aad7a1-df6a-414a-82b4-7976c912a8e5"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "100px",
+ "uuid": "120308f7-4220-420e-b836-20176a8184b7"
+ }
+ }
+ },
+ "color-slider-border-width": {
+ "component": "color-slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "2b907cad-7534-411b-b3bf-ab89a3712ad8"
+ },
+ "color-slider-border-rounding": {
+ "component": "color-slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-medium-size-small}",
+ "uuid": "991541a2-df44-4f32-90a5-de698adf5db3"
+ },
+ "floating-action-button-drop-shadow-blur": {
+ "component": "floating-action-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "82e8cf04-7eda-4f36-8d2c-fda63241c3de"
+ },
+ "floating-action-button-drop-shadow-y": {
+ "component": "floating-action-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "a4ddc1a6-1367-4153-bb7c-c217d16d10f4"
+ },
+ "illustrated-message-maximum-width": {
+ "component": "illustrated-message",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-vertical-maximum-width}",
+ "uuid": "0e464925-5524-4fcc-a2f1-54ef42a2990a",
+ "deprecated": true
+ },
+ "illustrated-message-title-size": {
+ "component": "illustrated-message",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-large-title-font-size}",
+ "uuid": "365ec548-431b-4e1e-9f9d-7b04d337f001",
+ "deprecated": true,
+ "deprecated_comment": "Use illustrated-message-medium-title-font-size instead"
+ },
+ "illustrated-message-cjk-title-size": {
+ "component": "illustrated-message",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-large-cjk-title-font-size}",
+ "uuid": "e77279df-bc62-441a-8a30-5faa41d0df10",
+ "deprecated": true,
+ "deprecated_comment": "Use illustrated-message-medium-cjk-title-font-size instead"
+ },
+ "illustrated-message-body-size": {
+ "component": "illustrated-message",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-large-body-font-size}",
+ "uuid": "4140710f-ae31-4ae3-b8b6-2d3eb6a1ae78",
+ "deprecated": true,
+ "deprecated_comment": "Use illustrated-message-medium-body-font-size instead"
+ },
+ "search-field-minimum-width-multiplier": {
+ "component": "search-field",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 4,
+ "uuid": "c4b2177d-4468-4180-be27-69d26a51ba0b"
+ },
+ "color-loupe-height": {
+ "component": "color-loupe",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "64px",
+ "uuid": "0f7e8b9e-99e5-4f5a-ae80-99f65f4c4e51"
+ },
+ "color-loupe-width": {
+ "component": "color-loupe",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "48px",
+ "uuid": "889e2495-b882-4aa3-8a5b-1a71d44edde4"
+ },
+ "color-loupe-bottom-to-color-handle": {
+ "component": "color-loupe",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "92beba60-f61d-426a-a864-203dca7244a0"
+ },
+ "color-loupe-outer-border-width": {
+ "component": "color-loupe",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{border-width-200}",
+ "uuid": "51cd5039-1319-451a-b13f-bb3a218238a5"
+ },
+ "color-loupe-inner-border-width": {
+ "component": "color-loupe",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "b3900f89-0a7a-4c47-a6d9-ca8aa19b9bfb"
+ },
+ "card-minimum-width": {
+ "component": "card",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "100px",
+ "uuid": "55db9f3d-621d-4d23-b3d0-c0f2b0f3f9b0"
+ },
+ "card-preview-minimum-height": {
+ "component": "card",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "130px",
+ "uuid": "58eb5be8-644f-448e-99b9-94d1fbb93240"
+ },
+ "card-selection-background-size": {
+ "component": "card",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "496fd060-70a9-48d0-948f-593b81847199"
+ },
+ "drop-zone-width": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "428px",
+ "uuid": "2097b13e-94b3-4a06-a0af-c7d8420d1273"
+ },
+ "drop-zone-content-maximum-width": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-maximum-width}",
+ "uuid": "b8d0db71-9a25-46fc-b77a-037fcf86be8e"
+ },
+ "drop-zone-border-dash-length": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "a596af57-256f-4445-b91f-36e47bfb2d95"
+ },
+ "drop-zone-border-dash-gap": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "47c15433-53d3-425b-8b87-ea234701f781"
+ },
+ "drop-zone-title-size": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-zone-title-font-size}",
+ "uuid": "edc68bfe-7ad3-4a12-81fa-ded8fb6fc2e3",
+ "deprecated": true,
+ "deprecated_comment": "Use drop-zone-title-font-size instead"
+ },
+ "drop-zone-cjk-title-size": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-zone-cjk-title-font-size}",
+ "uuid": "013387e8-8925-4bb4-a8ee-94420141fde9",
+ "deprecated": true,
+ "deprecated_comment": "Use drop-zone-cjk-title-font-size instead"
+ },
+ "drop-zone-body-size": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-zone-body-font-size}",
+ "uuid": "bb3fee51-24cc-4643-9f22-fa1592ab2457",
+ "deprecated": true,
+ "deprecated_comment": "Use drop-zone-body-font-size instead"
+ },
+ "coach-mark-width": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "296px",
+ "uuid": "49d1e2be-3aa2-4515-ba54-7f6cf3ab007c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "216px",
+ "uuid": "b3f14387-44fd-43d3-a152-c8e691ef87df"
+ }
+ }
+ },
+ "coach-mark-minimum-width": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "296px",
+ "uuid": "9f413341-5ed5-4cd0-8348-1c7141dcab8d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "216px",
+ "uuid": "9004d69e-5726-42f5-a4d0-de09db2de784"
+ }
+ }
+ },
+ "coach-mark-maximum-width": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "380px",
+ "uuid": "07cdeb95-d368-4ed1-ba29-6b9ddeae1396"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "248px",
+ "uuid": "7f8346b2-f8bf-441d-8412-2a2a28cf4b90"
+ }
+ }
+ },
+ "coach-mark-edge-to-content": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-400}",
+ "uuid": "d5a3e2c7-f717-4436-91a3-3ab34aebd48e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-300}",
+ "uuid": "11fb0ab2-d6a0-4da8-9c83-c1f6b918406a"
+ }
+ }
+ },
+ "coach-mark-pagination-text-to-bottom-edge": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "33px",
+ "uuid": "d2ff2d4f-058e-412b-9e16-1725d6d29e25"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "cd48e6b7-a4d8-4a22-8d65-531d770a9898"
+ }
+ }
+ },
+ "coach-mark-media-height": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "222px",
+ "uuid": "f6381a33-ac4e-4ff9-86a3-183c857772ad"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "162px",
+ "uuid": "45b31e46-b878-40a2-a28a-91c480f45253"
+ }
+ }
+ },
+ "coach-mark-media-minimum-height": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "166px",
+ "uuid": "e62c5a76-685c-4b48-98bb-746d6dd4b10e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "121px",
+ "uuid": "53703e12-f837-4573-bd44-e4727ed2aeaa"
+ }
+ }
+ },
+ "coach-mark-title-size": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{coach-mark-title-font-size}",
+ "uuid": "331604db-3f28-472e-810d-9010ed2c8e33",
+ "deprecated": true,
+ "deprecated_comment": "Replace with coach-mark-title-font-size"
+ },
+ "coach-mark-body-size": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{coach-mark-body-font-size}",
+ "uuid": "eba9f466-deda-48d5-a120-14419d5a670f",
+ "deprecated": true,
+ "deprecated_comment": "Replace with coach-mark-body-font-size"
+ },
+ "coach-mark-pagination-body-size": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{coach-mark-pagination-body-font-size}",
+ "uuid": "df8bc8ae-b6fa-4414-93b7-c89d8097fe11",
+ "deprecated": true,
+ "deprecated_comment": "Replace with coach-mark-pagination-body-font-size"
+ },
+ "accordion-top-to-text-compact-small": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "d6cc404c-af92-43be-88e3-407fdcb6e068"
+ },
+ "accordion-top-to-text-regular-small": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "4f6e49d2-9ab8-4548-aae4-eed45a4003b9"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "1aa82f7b-64d5-4a5c-921c-4b36d0c4bd2d"
+ }
+ }
+ },
+ "accordion-small-top-to-text-spacious": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "229fa20e-6d13-40b0-b19f-5cf6386f81ac",
+ "deprecated": true,
+ "deprecated_comment": "Introduced as an error. Use accordion-top-to-text-spacious-small instead"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "bef73b91-db4f-4532-9f4d-f5a81ead625d",
+ "deprecated": true,
+ "deprecated_comment": "Introduced as an error. Use accordion-top-to-text-spacious-small instead"
+ }
+ }
+ },
+ "accordion-top-to-text-compact-medium": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "484c9603-07f1-4ba6-b1bf-7cfaec5d1594"
+ },
+ "accordion-top-to-text-regular-medium": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "48db5aeb-6752-4267-89c7-48ed84692ec8"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "1dab0630-304c-4087-b21c-83cd0e40b1d4"
+ }
+ }
+ },
+ "accordion-top-to-text-spacious-medium": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "19c91104-bdf4-4969-8d92-c9cd47d39d13"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "63602a66-5f96-4e6a-8bf0-2ac03321a577"
+ }
+ }
+ },
+ "accordion-top-to-text-compact-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "a73cc1b0-e31d-4d42-bb89-2e283fe9c59b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "c09ca9bf-1b8b-4ff3-93b7-e9296472dc76"
+ }
+ }
+ },
+ "accordion-top-to-text-regular-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "2021d787-ddaa-470a-a25d-8a57f67b7359"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "96442c10-e84d-4b26-9b49-534597d3193e"
+ }
+ }
+ },
+ "accordion-top-to-text-spacious-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "8e042372-2504-46f2-8486-4d6174293ea2"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "e90553f0-d71e-44c2-b70a-89110fab7c6a"
+ }
+ }
+ },
+ "accordion-top-to-text-compact-extra-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "6e08e002-56bf-421e-b9f8-9d37b1e80e6e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "5ebd5aab-49b3-49d1-be25-8aff15217eda"
+ }
+ }
+ },
+ "accordion-top-to-text-regular-extra-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "9289aae4-ddaa-4a43-8f00-973dea8350f2"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "51f14c59-3071-45e7-b919-683c30589da9"
+ }
+ }
+ },
+ "accordion-top-to-text-spacious-extra-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "5d8877e0-076c-4c9f-b2e9-cdde6942ea61"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "bd300d17-3599-4382-8a7d-1b78700d49e9"
+ }
+ }
+ },
+ "accordion-bottom-to-text-compact-small": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "524cb169-a9c1-4d3c-864e-dba03df6eac9"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "af95123b-2ab5-49bb-a070-1ca48b498f58"
+ }
+ }
+ },
+ "accordion-bottom-to-text-regular-small": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "d64620dc-dd4a-447a-8491-d9e144ec8828"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "be3de2dc-7c53-4d8c-91b1-6aed5ea0895e"
+ }
+ }
+ },
+ "accordion-bottom-to-text-spacious-small": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "bdc61836-fdcf-4ca0-a277-dd9cb314563a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "56a65744-b195-4faf-ab5c-69a8424593f9"
+ }
+ }
+ },
+ "accordion-bottom-to-text-compact-medium": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "c73f4637-7a33-4598-9498-8eb4a9e9e863"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "97b9278a-11d0-4470-99c3-e2d47ca5a714"
+ }
+ }
+ },
+ "accordion-bottom-to-text-regular-medium": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "2d6fa243-5f7e-41a8-840b-27a6432f54bc"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "6a83235c-7d94-4cb7-9f6b-6dc82fcb2fb0"
+ }
+ }
+ },
+ "accordion-bottom-to-text-spacious-medium": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "8a3eadad-8b88-4885-b4ca-07360b45d3ba"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "05d8a39d-a0d5-496c-810a-f1244c31b169"
+ }
+ }
+ },
+ "accordion-bottom-to-text-compact-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "40f76138-1a69-45ed-8df5-db8bc9792383"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "b4f92e98-694f-46cc-91be-8e0e2d5a17a4"
+ }
+ }
+ },
+ "accordion-bottom-to-text-regular-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "f484838e-1f0c-4125-9298-beb4ddc0fd53"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "c449b115-2116-45bd-8d3d-03fb806dd460"
+ }
+ }
+ },
+ "accordion-bottom-to-text-spacious-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "96acbf76-082b-487c-8c47-f0fa173f54d2"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "19px",
+ "uuid": "2a6fa386-4eba-44d5-b129-c832264fafd9"
+ }
+ }
+ },
+ "accordion-bottom-to-text-compact-extra-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "7a576841-a2a5-4443-9d31-03a12c7a2efd"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "70e6d9e7-2a8e-4f0d-96d6-aac7cde829bd"
+ }
+ }
+ },
+ "accordion-bottom-to-text-regular-extra-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "8c199212-a745-414c-8f6b-22d2445ade3c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "ae5feb3e-bb5d-4187-b81f-3a42ebf47e78"
+ }
+ }
+ },
+ "accordion-bottom-to-text-spacious-extra-large": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "3ca8a65d-5561-4d8e-a4f2-0b653b42991b"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "21px",
+ "uuid": "ba11dc6e-fbd8-46bc-94fd-b4d02f654d2d"
+ }
+ }
},
- "field-label-top-to-asterisk-large": {
- "component": "field-label",
+ "accordion-minimum-width": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "60caa810-5335-4c9f-95a7-0e60d49f43fc"
+ "value": "200px",
+ "uuid": "47ae1059-6b16-4823-866d-11be0c0e0e8a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "e410a804-2655-4bbc-9b66-53a5facc92ac"
+ "value": "250px",
+ "uuid": "ae8169fe-1672-4e95-87a5-344ec4d7f163"
}
- },
- "uuid": "301d5efa-c1b8-476d-897b-75f4988c99e3"
+ }
},
- "field-label-top-to-asterisk-extra-large": {
- "component": "field-label",
+ "accordion-disclosure-indicator-to-text": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "27b481a4-0ea9-4e1c-a283-4a799d18d642",
+ "deprecated": true
+ },
+ "accordion-edge-to-disclosure-indicator": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "614e6448-c0a4-4ad1-b125-f362e3001a86",
+ "deprecated": true
+ },
+ "accordion-edge-to-text": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "a9641e89-2c2e-49c3-9662-f530ad23a688"
+ },
+ "accordion-focus-indicator-gap": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "318c5cda-be1b-416b-b1b7-b962e5f45c0c"
+ },
+ "accordion-content-area-top-to-content": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "e53ea4a5-bde5-4695-9ab8-50c2ce704019"
+ "value": "8px",
+ "uuid": "709082c2-71b9-423a-9c93-3b53a9e18da3"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "5227bf07-140a-49c6-88f9-cc454d8a90c1"
+ "value": "10px",
+ "uuid": "9c651dee-7d77-414d-930b-7c6b78cfed1b"
}
- },
- "uuid": "aaabc5b5-73a3-4d26-8a44-932981634cbd"
- },
- "field-label-top-margin-small": {
- "component": "field-label",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "ab718f97-15c3-4b8b-aee7-b50b09ec0a33"
+ }
},
- "field-label-top-margin-medium": {
- "component": "field-label",
+ "accordion-content-area-bottom-to-content": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "b5243f56-7985-4686-b41f-9b9b9a18b047"
+ "value": "16px",
+ "uuid": "87008eae-491c-4f7d-a13b-83eae517c92f"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "9d00a023-3a33-4b98-819e-3229e03d103b"
+ "value": "20px",
+ "uuid": "48383ab9-1e66-47f9-988b-6f59b7349241"
}
- },
- "uuid": "2e307771-487d-494a-97bb-ada56c157c60"
+ }
},
- "field-label-top-margin-large": {
- "component": "field-label",
+ "color-handle-size": {
+ "component": "color-handle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "f7dd90d8-91e6-4090-a5a9-6b30087860a4"
+ "value": "16px",
+ "uuid": "7c7fd224-a9d5-4d97-b3de-fd9e4e076444"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "f83b208f-dfdb-49a8-aedd-08fe8c7a86a9"
+ "value": "20px",
+ "uuid": "b81cc6a6-390f-43dc-a6c8-dd335c177da3"
}
- },
- "uuid": "11679297-ddb6-43b6-870c-66bccaf9efb1"
+ }
},
- "field-label-top-margin-extra-large": {
- "component": "field-label",
+ "color-handle-size-key-focus": {
+ "component": "color-handle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "5c14d528-fe17-4b0b-a123-edbdb93fd173"
+ "value": "32px",
+ "uuid": "de9cc5ca-81cf-4bde-bd21-be2402e460c5"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "c4c5e251-d514-42cf-b9e3-56694910e95b"
+ "value": "40px",
+ "uuid": "feddbfb7-7f1a-4eee-9cbf-b393aafb7385"
}
- },
- "uuid": "0d2b575a-2d70-40b1-b3c0-562a64529e81"
+ }
},
- "field-label-to-component": {
- "component": "field-label",
+ "color-handle-border-width": {
+ "component": "color-handle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{border-width-200}",
+ "uuid": "8ec9adae-0093-42f4-bd1b-6f3b2279996b"
+ },
+ "color-handle-inner-border-width": {
+ "component": "color-handle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "4738ec46-a43c-48f9-aeca-87863275dc4d"
+ "value": "1px",
+ "uuid": "945e0167-6893-49dd-ab21-886f93f70b92"
},
- "field-label-to-component-quiet-small": {
- "component": "field-label",
+ "color-handle-outer-border-width": {
+ "component": "color-handle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "fbf27473-7c97-4d94-968d-c3e68e0cd242"
+ },
+ "color-handle-drop-shadow-x": {
+ "component": "color-handle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0",
+ "uuid": "49499527-3fdb-4a91-a832-0ae0631ba3bb"
+ },
+ "color-handle-drop-shadow-y": {
+ "component": "color-handle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0",
+ "uuid": "05b11927-d0cd-46a6-ae30-6f268f143d4e"
+ },
+ "color-handle-drop-shadow-blur": {
+ "component": "color-handle",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0",
+ "uuid": "29e4a8c8-33ba-44b3-952d-26f3fd6ae4f0"
+ },
+ "table-column-header-row-top-to-text-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-8px",
- "uuid": "1218beeb-1d74-4e1a-b495-38d5f07afb55"
+ "value": "8px",
+ "uuid": "de67ada3-eeed-45a2-8d03-91a5b09156ec"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-10px",
- "uuid": "2d3e67ce-de6d-4e41-bcf8-06b09c0bcce7"
+ "value": "10px",
+ "uuid": "fdc8b7ae-2356-4d49-ba54-0ea471be2986"
}
- },
- "uuid": "c29a472d-800e-4d65-b493-5a635047bd64"
+ }
},
- "field-label-to-component-quiet-medium": {
- "component": "field-label",
+ "table-column-header-row-top-to-text-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-8px",
- "uuid": "dc00948e-3c0f-4c6b-8e3e-a7fbf396e059"
+ "value": "6px",
+ "uuid": "0ec68b5a-4251-4727-a689-b10722ce1a43"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-10px",
- "uuid": "074489d2-66b0-4198-94fe-9818279bbf0f"
+ "value": "9px",
+ "uuid": "ff3c5329-ccec-4b94-b200-29a377b34380"
}
- },
- "uuid": "1805d2b6-66ab-40aa-9410-60ed20fe0bfd"
+ }
},
- "field-label-to-component-quiet-large": {
- "component": "field-label",
+ "table-column-header-row-top-to-text-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-12px",
- "uuid": "be80f1b1-4c08-479f-a39e-28b6a64714f2"
+ "value": "10px",
+ "uuid": "40b7bc07-3252-492a-9ee1-37aceeca3674"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-15px",
- "uuid": "c29cfb87-34e7-4397-bfd8-23378ecbb011"
+ "value": "13px",
+ "uuid": "a02666d8-4ae2-42d2-b48e-419d5070e7ca"
}
- },
- "uuid": "a8efae7b-e0b5-4816-89d3-25fc716580f2"
+ }
},
- "field-label-to-component-quiet-extra-large": {
- "component": "field-label",
+ "table-column-header-row-top-to-text-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-15px",
- "uuid": "d6c750dc-3117-4c1a-96bf-b94d530e912d"
+ "value": "13px",
+ "uuid": "05d4bb65-357a-4561-ab33-ea6de390a304"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "-19px",
- "uuid": "e1298748-d7cc-4bff-93bc-745b777fcf9e"
+ "value": "16px",
+ "uuid": "265247a7-bbc3-42b8-910d-946e8d04aee2"
}
- },
- "uuid": "4d4dbbb1-4d22-4803-836f-8b89a8794302"
+ }
},
- "help-text-top-to-workflow-icon-small": {
- "component": "help-text",
+ "table-column-header-row-bottom-to-text-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "91cb19ef-63fc-4d98-a61e-a5f55951f656"
+ "value": "9px",
+ "uuid": "9388deb6-6a77-49bc-aeb5-9084352c2574"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "00334ebf-5706-4a97-b02c-9f41642c4795"
+ "value": "11px",
+ "uuid": "9cf85eae-ec15-4bb0-ba48-00ec946306a5"
}
- },
- "uuid": "031892d3-31f2-433f-bed0-72c5b3ab0432"
+ }
},
- "help-text-top-to-workflow-icon-medium": {
- "component": "help-text",
+ "table-column-header-row-bottom-to-text-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "d159b313-4def-493a-adcf-398e2d1fce9f"
+ "value": "8px",
+ "uuid": "7357ba3f-c707-4475-b616-4752776c06d1"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "b690bd12-855e-444d-8b76-a7ae948e3f52"
+ "value": "10px",
+ "uuid": "631d14a5-1d2e-4e4a-90e8-146e8a397530"
}
- },
- "uuid": "86ac0bd3-7ea6-4f80-9c73-c0c77616f246"
+ }
},
- "help-text-top-to-workflow-icon-large": {
- "component": "help-text",
+ "table-column-header-row-bottom-to-text-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "54cae12b-5f21-47b4-a964-6033bd025975"
+ "value": "10px",
+ "uuid": "fc30c9a8-b098-4edf-b3f4-c666c019b3f4"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "e2c40309-5b3d-485a-bafa-9015a5b751e7"
+ "value": "13px",
+ "uuid": "e465ee66-392f-469f-a46c-6c98df03b046"
}
- },
- "uuid": "e5517e20-dd37-4e43-9880-6042eb4c91bb"
+ }
},
- "help-text-top-to-workflow-icon-extra-large": {
- "component": "help-text",
+ "table-column-header-row-bottom-to-text-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "bec914a9-5905-40ac-bd61-a727016c1228"
+ "value": "13px",
+ "uuid": "0f76ceee-1d19-4c69-9393-09b02e1eede5"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "251c39cc-f949-4055-aecb-42fc99f9d504"
+ "value": "17px",
+ "uuid": "c8bd103d-d952-4649-a7a0-09ae5242ea17"
}
- },
- "uuid": "2969e536-134d-462c-b7c3-2bd4490ce23c"
+ }
},
- "help-text-to-component": {
- "component": "help-text",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "f99eb317-ebe5-43e7-8066-982fe7a9a8aa"
+ "table-row-height-small-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-75}",
+ "uuid": "a6dfc911-50fe-46dd-a7a3-cec3b115006a"
},
- "status-light-dot-size-small": {
- "component": "status-light",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "04485265-2983-4377-9ec5-f2456863a1df"
+ "table-row-height-medium-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-100}",
+ "uuid": "b4b86a59-041d-451c-a0be-cc82e997a1d2"
+ },
+ "table-row-height-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-200}",
+ "uuid": "d576b4aa-e3df-4aa9-8260-fecfe6517bde"
+ },
+ "table-row-height-extra-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-300}",
+ "uuid": "dcc5dd06-bb3d-46d3-adf2-133e5be942b7"
+ },
+ "table-row-height-small-regular": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-small}",
+ "uuid": "fd53964b-cf4a-4cdf-b088-418364b1c518"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-small}",
+ "uuid": "cdbb999d-c2a9-4325-9689-bede2ad3559a"
+ }
+ },
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-height-small instead."
},
- "status-light-dot-size-medium": {
- "component": "status-light",
+ "table-row-height-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "ada7bd8c-04c9-4d77-a6e8-072ff86984ae"
+ "value": "32px",
+ "uuid": "10b892a0-3c97-4af6-8ecc-3359e8cd1302"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "a7fc9ca1-ad6d-47cb-8798-4a18ba4acc79"
+ "value": "40px",
+ "uuid": "77a26f7c-2f71-4021-a1f2-a2af7c69a111"
}
- },
- "uuid": "268c4731-1c52-47e1-b50d-e17b0fb1b1aa"
+ }
},
- "status-light-dot-size-large": {
- "component": "status-light",
+ "table-row-height-medium-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "45832ec2-5f33-4861-a857-1ca2352213db"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-medium}",
+ "uuid": "1dc88a25-18bc-491a-ab02-2c1ec36f4c1e"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "6554dae9-18b6-4c90-b2f4-8aeaab0724ad"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-medium}",
+ "uuid": "72e6564c-2acf-4f77-80d9-b21d2d55a580"
}
},
- "uuid": "1de5181f-8fb5-4123-85dd-c06a1382865f"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-height-medium instead."
},
- "status-light-dot-size-extra-large": {
- "component": "status-light",
+ "table-row-height-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "5e27b361-988c-42ac-8c66-f7d1ba00632d"
+ "value": "40px",
+ "uuid": "9d6dc5e8-d3f0-4f59-b062-756669ff7217"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "38b8d9c8-d340-4123-88bc-f739cfde91e9"
+ "value": "50px",
+ "uuid": "2cf7918c-f84a-4903-a6ba-b110807842ba"
}
- },
- "uuid": "c1561e03-afdd-4c60-ba43-9c850aefd20a"
+ }
},
- "status-light-top-to-dot-small": {
- "component": "status-light",
+ "table-row-height-large-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "ddece3b1-7f85-4c08-b783-5bde8e31f480"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-large}",
+ "uuid": "3b22a4c7-525c-4482-9e58-19cbe46d318b"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "a4f43adc-1db1-4e2f-a5d1-3ec06c62c9ff"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-large}",
+ "uuid": "b92bc058-27ea-4e86-a1a2-e5dbae3c2ee8"
}
},
- "uuid": "dcb4e3bd-ebee-45d9-ad30-c91307c7a0a5"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-height-large instead."
},
- "status-light-top-to-dot-medium": {
- "component": "status-light",
+ "table-row-height-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "e2aa334e-ebb7-4e5f-a735-4f6a43b2d6cf"
+ "value": "48px",
+ "uuid": "d3d9b523-90dc-4532-9cf7-37b568bd6800"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "321a462b-8811-4264-ac1f-4608df8f8c53"
+ "value": "60px",
+ "uuid": "ff04cae7-7f96-4db2-bf64-948c22d104ff"
}
- },
- "uuid": "2e620445-18c0-4fdf-9d6b-ba05960cb254"
+ }
},
- "status-light-top-to-dot-large": {
- "component": "status-light",
+ "table-row-height-extra-large-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "ead22722-10f9-4cfe-a387-65f5d86ca520"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-extra-large}",
+ "uuid": "face2717-9c2c-4e18-9632-4e4a595b1fc7"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "8d9d872f-7c55-4a94-a80d-c1f2c8834f5d"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-height-extra-large}",
+ "uuid": "b7753c9a-8854-4927-89dd-80d47bff5fa5"
}
},
- "uuid": "abebffcd-877a-40ed-b538-10928353d74e"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-height-extra-large instead."
},
- "status-light-top-to-dot-extra-large": {
- "component": "status-light",
+ "table-row-height-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "899c7b7c-7405-4e29-8d42-edf41ca2943f"
+ "value": "56px",
+ "uuid": "d52d3141-27a5-40eb-800f-1a09acd42534"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "b351cade-6d69-449e-908a-518793fef5b9"
+ "value": "70px",
+ "uuid": "c2e3068b-c0be-4615-bbf7-c65e58ef126b"
}
- },
- "uuid": "a8230bf5-89c7-4056-b8c7-29994e5524a0"
- },
- "action-button-edge-to-hold-icon-extra-small": {
- "component": "action-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "b79597cc-5294-4555-ab78-f4200e480ac3"
- },
- "action-button-edge-to-hold-icon-small": {
- "component": "action-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "fa106863-0e09-44d4-9465-68cd3254ed2b"
+ }
},
- "action-button-edge-to-hold-icon-medium": {
- "component": "action-button",
+ "table-row-height-small-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "5022d77a-9332-4bb8-bd9f-d353eed2caa3"
+ "value": "40px",
+ "uuid": "cb6f8879-6d73-40ca-9ea4-7eb05b26385a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "255a24ab-f70d-4698-8d2e-569c37c6c798"
+ "value": "50px",
+ "uuid": "ab252e1f-a13a-4630-a6ff-0cfa6e6f0c03"
}
- },
- "uuid": "2ffb06a4-6d3e-4b04-ab4e-53c8af557540"
+ }
},
- "action-button-edge-to-hold-icon-large": {
- "component": "action-button",
+ "table-row-height-medium-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "dc65074f-a923-4130-84e5-59fa5d5f4121"
+ "value": "48px",
+ "uuid": "697f4b63-14b9-4d58-9d16-b9dfd72ff391"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "86a36757-a2d1-4263-97dc-62cf4543b3f9"
+ "value": "60px",
+ "uuid": "572d1c5f-62a1-4bfc-a3e0-520a999545fe"
}
- },
- "uuid": "8c025c63-8f5a-43b7-a1d7-658ca92409ff"
+ }
},
- "action-button-edge-to-hold-icon-extra-large": {
- "component": "action-button",
+ "table-row-height-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "1c72a1bf-cfcc-4553-91c6-d7bbcf02cc5a"
+ "value": "56px",
+ "uuid": "0cd072e1-1757-49b1-a985-09ab65feb672"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "b4b4710b-2073-4285-8342-31ae6712671b"
+ "value": "70px",
+ "uuid": "e377fd73-62ca-481c-93f6-c62eb35ca720"
}
- },
- "uuid": "40e6526a-67c3-42b4-994e-6d30184dbfd0"
- },
- "button-minimum-width-multiplier": {
- "component": "button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
- "value": 2.25,
- "uuid": "68b6ac88-d229-460d-8d59-3f5c141db358"
+ }
},
- "tooltip-tip-width": {
- "component": "tooltip",
+ "table-row-height-extra-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "0732bd0e-c5c0-4e58-8fee-2015c1753237"
+ "value": "64px",
+ "uuid": "1504ecc5-0bd8-4bf2-ad3c-e073c824cd1a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "ad2c09a6-c42e-4eef-94a3-6c2180c6e2af"
+ "value": "80px",
+ "uuid": "6efd745f-2a9a-4eea-a0a3-ebe0d3fbc149"
}
- },
- "uuid": "a3e2c245-2819-491f-81d1-4455746231b0"
+ }
},
- "tooltip-tip-height": {
- "component": "tooltip",
+ "table-row-top-to-text-small-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-text-75}",
+ "uuid": "b7e7808a-16c6-481a-9257-9c1dc4e13b62"
+ },
+ "table-row-top-to-text-medium-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-text-100}",
+ "uuid": "02c5faff-dbb4-4633-ae57-413b3666dfca"
+ },
+ "table-row-top-to-text-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-text-200}",
+ "uuid": "14437ed2-c60b-40ba-91e6-bed5353fc544"
+ },
+ "table-row-top-to-text-extra-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-top-to-text-300}",
+ "uuid": "2e8eff8c-60fa-4e0f-ae40-7b9f9b3679d6"
+ },
+ "table-row-bottom-to-text-small-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-bottom-to-text-75}",
+ "uuid": "5eb79adf-f94c-4bf8-9ec9-279f49ce5331"
+ },
+ "table-row-bottom-to-text-medium-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-bottom-to-text-100}",
+ "uuid": "d9d8fee2-9e0f-4c2b-8059-f9badb3b6482"
+ },
+ "table-row-bottom-to-text-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-bottom-to-text-200}",
+ "uuid": "15e21448-3174-4565-aed7-ab84aa30d7ac"
+ },
+ "table-row-bottom-to-text-extra-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-bottom-to-text-300}",
+ "uuid": "effa3e3c-eb5b-4c0a-aca9-81331e6a08ac"
+ },
+ "table-row-top-to-text-small-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "481757aa-c6b5-4281-9a63-feeb1c88aec6"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-small}",
+ "uuid": "5e5a6837-34c9-4f01-8769-b66c3f602d1f"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "70c9f65f-1e23-4c47-94dd-0c3ddde15743"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-small}",
+ "uuid": "98014297-14dc-4547-944a-8951c7f6f253"
}
},
- "uuid": "c91eb240-75de-47f2-ada0-c4fa48b4a062"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-top-to-text-small instead."
},
- "tooltip-maximum-width": {
- "component": "tooltip",
+ "table-row-top-to-text-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "160px",
- "uuid": "e5ba234a-afdd-451e-84e7-51314446cdae"
+ "value": "8px",
+ "uuid": "52fb10e1-a45e-4b21-9563-b72a6cf8c7e0"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "200px",
- "uuid": "6d7623e1-65f5-4af5-8c08-b33b093b85ae"
+ "value": "10px",
+ "uuid": "dfa553a2-b771-4a31-9294-3800d2126952"
}
- },
- "uuid": "02a0befa-2079-4104-b00e-08f6e41648fa"
- },
- "divider-thickness-small": {
- "component": "divider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "9dcc27ef-7044-4051-97f3-2fd64a5d0a36"
- },
- "divider-thickness-medium": {
- "component": "divider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "3cf3e962-92f3-4334-8b92-9a1da9396c25"
+ }
},
- "divider-thickness-large": {
- "component": "divider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "913cce2a-c928-4803-9bd6-3fb1e0fcbee5"
+ "table-row-top-to-text-medium-regular": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-medium}",
+ "uuid": "8e1448f8-5806-4629-8131-4e8422b26870"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-medium}",
+ "uuid": "7df1dc32-b96d-41e3-a372-9bcaec7c2ccb"
+ }
+ },
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-top-to-text-medium instead."
},
- "progress-circle-size-small": {
- "component": "progress-circle",
+ "table-row-top-to-text-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "2b9f6096-84e7-4430-a3a9-a9daadcd1225"
+ "value": "10px",
+ "uuid": "ae401c94-c643-446f-a44e-38c9f3104fc6"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "a7fafd60-dc38-425a-b6b6-952a06d30ab4"
+ "value": "14px",
+ "uuid": "0cd86854-57ca-4023-b544-8a4a76418164"
}
- },
- "uuid": "80dfceb1-2bd0-49a5-b1e4-c5ec0f1717b4"
+ }
},
- "progress-circle-size-medium": {
- "component": "progress-circle",
+ "table-row-top-to-text-large-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "2b9efe78-8384-4994-a4ab-82046f109d20"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-large}",
+ "uuid": "2ed03fb3-fed4-41d4-8a14-f7446bb76486"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "c380cf9b-cb59-465c-9b56-41654d3239f1"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-large}",
+ "uuid": "0108018e-6146-45c9-b032-e3d44dfb8d84"
}
},
- "uuid": "5ebff1b9-30c0-42ef-854a-d24dd35e5a73"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-top-to-text-large instead."
},
- "progress-circle-size-large": {
- "component": "progress-circle",
+ "table-row-top-to-text-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "64px",
- "uuid": "a91ff845-aeb8-4a1b-9e4a-d34c77bb8253"
+ "value": "14px",
+ "uuid": "0820aecf-0647-4e51-ae40-44130bc86013"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "80px",
- "uuid": "c7719369-7d3d-4446-ade2-08abb472a985"
+ "value": "18px",
+ "uuid": "4d55e632-588b-4e82-90c0-4fa434998d15"
}
- },
- "uuid": "75855fb6-77c1-4bf0-b7a7-cdcea70fe114"
+ }
},
- "progress-circle-thickness-small": {
- "component": "progress-circle",
+ "table-row-top-to-text-extra-large-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "becddd13-6ef9-4abc-9468-25885b2b4b84"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-extra-large}",
+ "uuid": "03555438-78f5-429a-a0dd-c6777dc36372"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "a37ef752-662b-4152-b247-0ce9fcd624e4"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-top-to-text-extra-large}",
+ "uuid": "c381a3c4-e0a3-4e86-b279-f51ee6e9e532"
}
},
- "uuid": "243aff09-e196-4c70-94fc-9b2bc7f0eaf5"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-top-to-text-extra-large instead."
},
- "progress-circle-thickness-medium": {
- "component": "progress-circle",
+ "table-row-top-to-text-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "a3adff4d-e69e-4aa0-95ec-2019328b7d08"
+ "value": "17px",
+ "uuid": "da7274c6-6f45-4087-b42f-dde7d3ac1af7"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "aa930d94-7874-44d7-80f1-dc431d40c4a4"
+ "value": "21px",
+ "uuid": "40de40fd-4bae-4a49-8aec-38dad2a1c5fb"
}
- },
- "uuid": "16e18a45-36dd-49e6-8f7a-9f98b2d43f1e"
+ }
},
- "progress-circle-thickness-large": {
- "component": "progress-circle",
+ "table-row-bottom-to-text-small-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "6331ae2c-ddf9-4de4-8df4-82b5581cf2ea"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-small}",
+ "uuid": "90ae4c5b-a49d-40ad-8dd8-b25720c13f79"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "076b031f-5980-4112-bf0b-2cec47f54c6b"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-small}",
+ "uuid": "d3147ee6-dc34-46e2-8379-02d9690ff80a"
}
},
- "uuid": "aec2d866-6282-40e2-a3ac-62cb7972aac8"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-bottom-to-text-small instead."
},
- "toast-height": {
- "component": "toast",
+ "table-row-bottom-to-text-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "a6267318-c8b1-43d4-99b6-ca2a55e9dff4"
+ "value": "9px",
+ "uuid": "56b58d2a-01dd-488b-b6e9-ff49555602b4"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "56px",
- "uuid": "12c8ae92-16b9-48ec-801c-bf07785da4b3"
+ "value": "11px",
+ "uuid": "d6100789-7076-403a-b878-7bb204093c52"
}
- },
- "uuid": "616ccaf7-d757-45f0-b212-782d7bee21fd"
+ }
},
- "toast-maximum-width": {
- "component": "toast",
+ "table-row-bottom-to-text-medium-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "336px",
- "uuid": "9ac252c8-06dd-48a9-a3d3-ca8ccfb355dd"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-medium}",
+ "uuid": "c66ff3f2-3661-464c-b722-151f72d03f2a"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "420px",
- "uuid": "a4de5997-1eb1-430f-9a9f-cf2637d02d34"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-medium}",
+ "uuid": "e80339a8-22c4-4b53-9a4a-a4456f6cab3f"
}
},
- "uuid": "a1b4c509-39db-436f-bece-147fe30760a7"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-bottom-to-text-medium instead."
},
- "toast-top-to-workflow-icon": {
- "component": "toast",
+ "table-row-bottom-to-text-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "d10d2a55-2b4d-46b1-81e9-521d6c3578e1"
+ "value": "13px",
+ "uuid": "f14087ac-db72-43df-a8fa-9c9b03c6a1c9"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "1f83245b-3d79-4326-b843-df7b6549cade"
+ "value": "15px",
+ "uuid": "6ff9a81f-a2f8-4966-a48b-c8561aa4f833"
+ }
+ }
+ },
+ "table-row-bottom-to-text-large-regular": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-large}",
+ "uuid": "775139b2-3fb4-4019-8a3e-2377211ed0ec"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-large}",
+ "uuid": "151bf172-2889-4c98-8f15-5b6cdcb30d4b"
}
},
- "uuid": "657689f7-d729-4707-9939-2006a8f55397"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-bottom-to-text-large instead."
},
- "toast-top-to-text": {
- "component": "toast",
+ "table-row-bottom-to-text-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "14px",
- "uuid": "be4f24cf-9334-4fc4-aa72-e0347beecda7"
+ "uuid": "f14b75f3-cb07-48b3-8543-34d80747ff36"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "9f0688f5-128f-47c3-8585-94d704214881"
+ "value": "18px",
+ "uuid": "0de2f0a5-b32a-4f7b-b46c-1a6c25abc1ec"
+ }
+ }
+ },
+ "table-row-bottom-to-text-extra-large-regular": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-extra-large}",
+ "uuid": "d13d2f2e-9425-403d-a95f-889d67f03425"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-bottom-to-text-extra-large}",
+ "uuid": "c9ac99be-86c3-4f6c-a2a5-3487041bc95e"
}
},
- "uuid": "3654a646-a72d-4e5e-aec7-c388d21edf7f"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-bottom-to-text-extra-large instead."
},
- "toast-bottom-to-text": {
- "component": "toast",
+ "table-row-bottom-to-text-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "17px",
- "uuid": "821e8f74-d1de-4507-9ff7-ece44e535e8c"
+ "uuid": "8b969d35-01ab-419f-b391-484aad88fd41"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "a790fd9e-4e5f-4f4c-a3ca-832540832580"
+ "value": "22px",
+ "uuid": "f25c6bfd-0a0d-4fd1-ab7b-9cd1d13053e1"
}
- },
- "uuid": "01851120-86da-4060-9473-af6a6a3de7f5"
+ }
},
- "action-bar-height": {
- "component": "action-bar",
+ "table-row-top-to-text-small-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "e67822de-d0cd-4b49-8e90-6c43523bb4dd"
+ "value": "12px",
+ "uuid": "c0f9a500-3259-4888-ab43-c180c694a24e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "56px",
- "uuid": "4be2cf45-1ba5-4a6f-a004-8d26ecbb4c2f"
+ "value": "15px",
+ "uuid": "625733b1-78b3-4dd0-9636-71d59c14e013"
}
- },
- "uuid": "62695212-bc5e-4c3a-93c9-f4e112ef5117"
+ }
},
- "action-bar-top-to-item-counter": {
- "component": "action-bar",
+ "table-row-top-to-text-medium-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "73f82d09-7927-461c-b7d7-ab0bc6b3e3f9"
+ "value": "15px",
+ "uuid": "9893c4bf-aa89-4b46-987f-09432943734a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "16px",
- "uuid": "b8466a83-3409-47c0-a329-b8e83b83abdb"
+ "uuid": "cfa36bf7-cce0-4049-970a-8f11c6d60673"
}
- },
- "uuid": "ec663da9-b374-477d-9222-cce2682bfaa5"
+ }
},
- "swatch-size-extra-small": {
- "component": "swatch",
+ "table-row-top-to-text-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "9fa676c9-ccfb-47db-9ae4-348884b9b120"
+ "value": "18px",
+ "uuid": "a3e22e10-1964-4d4a-8721-2eeddfed6f42"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "0d926e1a-080a-41ba-8bb9-ef6d0847cb77"
+ "value": "23px",
+ "uuid": "769d6bbf-64ba-4c08-8a57-580838de1d48"
}
- },
- "uuid": "09fcadd8-5a2b-4a12-a6c9-9c21f119ddc7"
+ }
},
- "swatch-size-small": {
- "component": "swatch",
+ "table-row-top-to-text-extra-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "33789b22-7d2c-4620-8f45-973e734ef5b6"
+ "value": "21px",
+ "uuid": "7824ab63-198c-4ee3-99d7-9b151898eb40"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "uuid": "c8d8e379-1e3f-4f5e-bce3-df3fc05ff16e"
+ "value": "26px",
+ "uuid": "90c39289-3112-49a3-8e65-d112c97f7479"
}
- },
- "uuid": "b4e9a9b9-ced1-4dc9-bb56-ee4f5aeb3824"
+ }
},
- "swatch-size-medium": {
- "component": "swatch",
+ "table-row-bottom-to-text-small-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "2e29b29f-b8b7-430a-8720-31422c6ad243"
+ "value": "13px",
+ "uuid": "ad51f205-c2e7-4af5-9301-937594c61027"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "77be7e79-a589-4f32-9e42-ea45ed7763aa"
+ "value": "16px",
+ "uuid": "07dd5018-1999-4b95-9a59-fe1c2fcc380f"
}
- },
- "uuid": "1b03fbc4-00a7-45cd-b328-f7180743a7bc"
+ }
},
- "swatch-size-large": {
- "component": "swatch",
+ "table-row-bottom-to-text-medium-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "91e7d7f2-a34d-4d03-831c-75574d1b7bee"
+ "value": "16px",
+ "uuid": "2cedf119-a2f6-484a-8bdd-83652a8d6d79"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "162c1233-3420-44a2-a270-97d0a7c23df1"
+ "value": "18px",
+ "uuid": "8273e28d-20b4-4575-9449-9178af111e38"
}
- },
- "uuid": "2544beb5-a218-4fbe-992d-b282a732e7ed"
- },
- "swatch-rectangle-width-multiplier": {
- "component": "swatch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
- "value": 2,
- "uuid": "b3157e9d-82a0-429e-b987-8c240a669af7"
- },
- "swatch-slash-thickness-extra-small": {
- "component": "swatch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "944c49d7-e189-4daa-aca1-b0b590d78875"
- },
- "swatch-slash-thickness-small": {
- "component": "swatch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "f626d145-7840-4958-86be-d2306b5b2233"
+ }
},
- "swatch-slash-thickness-medium": {
- "component": "swatch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "4e735599-f420-4b51-aa75-607046431c76"
+ "table-row-bottom-to-text-large-spacious": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "3adc8c4f-32ce-4cd1-8bb1-518b9b267ed2"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "23px",
+ "uuid": "4bc11bec-9c86-4a6c-85d1-382c71c1352d"
+ }
+ }
},
- "swatch-slash-thickness-large": {
- "component": "swatch",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "6b1b2709-de8c-450d-9299-49200208599e"
+ "table-row-bottom-to-text-extra-large-spacious": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "21px",
+ "uuid": "3271ab20-8a93-4b5b-a889-7a07d9f7e6ab"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "27px",
+ "uuid": "06ada9fe-ceef-4fb4-88ee-37c2edee5418"
+ }
+ }
},
- "progress-bar-minimum-width": {
- "component": "progress-bar",
+ "table-edge-to-content": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "8dfd4f94-93cc-47dd-92d2-87d1696f4ab7"
+ "value": "16px",
+ "uuid": "5e46672f-eab0-4ec3-bd14-68ffa4404ec1"
},
- "progress-bar-maximum-width": {
- "component": "progress-bar",
+ "table-border-divider-width": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "768px",
- "uuid": "7ba00389-a6ba-4d18-9d88-8704427ad784"
+ "value": "1px",
+ "uuid": "b6f2536c-deda-409f-8667-a5a99abdfa46"
},
- "progress-bar-thickness-small": {
- "component": "progress-bar",
+ "table-checkbox-to-text": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "f8881a13-70fb-4797-a3ec-08c3c8432b5a"
+ "value": "24px",
+ "uuid": "400553db-907c-43a5-8545-92ba212e12b8"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "ab98c47f-f2e4-4f74-8008-55c65907b6eb"
+ "value": "30px",
+ "uuid": "cb7c89c0-9f31-43c4-8427-2e048f549ff7"
}
- },
- "uuid": "a5bf84aa-2719-4204-b9f1-e7463ad010da"
+ }
},
- "progress-bar-thickness-medium": {
- "component": "progress-bar",
+ "table-header-row-checkbox-to-top-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "0d9f1945-262b-48d0-b584-ff78ec28e012"
+ "value": "10px",
+ "uuid": "370e9149-aaf5-43cd-a783-90cfa8d37419"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "d53e3ac6-6091-4c3f-9e1b-b12b716a5f95"
+ "value": "14px",
+ "uuid": "296d445c-243d-454c-9f5a-146c13d0cded"
}
- },
- "uuid": "76bb6912-2bca-493f-a198-20aa7e1636b3"
+ }
},
- "progress-bar-thickness-large": {
- "component": "progress-bar",
+ "table-header-row-checkbox-to-top-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "8px",
- "uuid": "f8dfa5e7-efb8-409f-8ab3-6bf3adf2199b"
+ "uuid": "578765e6-b2ec-4bfe-ae28-f24cbee15898"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "4b680695-7e42-493c-889b-c76a60ab1f4f"
+ "value": "11px",
+ "uuid": "2e168a2b-46aa-453f-9ca1-746485216c84"
}
- },
- "uuid": "2f57822d-5feb-425c-b76a-d2d393c4ee8e"
+ }
},
- "progress-bar-thickness-extra-large": {
- "component": "progress-bar",
+ "table-header-row-checkbox-to-top-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "71229a29-a2cf-46bc-84d4-d324bffad26b"
+ "value": "12px",
+ "uuid": "5011ae3c-2e72-4891-926e-8de8847e0a47"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "c15e51b3-4a5e-421e-aa4e-e0a82840f1a2"
+ "value": "17px",
+ "uuid": "f6648787-3cf1-4af8-aa4f-15669ea1626d"
}
- },
- "uuid": "83950b17-a2f2-404c-a76c-74bf43c0f663"
- },
- "meter-minimum-width": {
- "component": "meter",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "fd4f6ef0-bab2-4405-9eea-8a9b8a7dd295"
- },
- "meter-maximum-width": {
- "component": "meter",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "768px",
- "uuid": "63bfb4da-4aaf-49c6-9328-16c636cf0bf9"
+ }
},
- "meter-width": {
- "component": "meter",
+ "table-header-row-checkbox-to-top-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "192px",
- "uuid": "ceeda4da-026b-496c-8abd-7081aceae262"
+ "value": "15px",
+ "uuid": "8adf3d5f-1024-4eb8-8515-f3b6fd7cc22c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "dc5f4966-4ddd-4e9a-a748-370d8eaae568"
+ "value": "21px",
+ "uuid": "42a78148-e111-4124-a7a6-d9baa2ca963f"
}
- },
- "uuid": "25d19f48-7ab7-4176-b745-0bef75ebfe44"
- },
- "meter-default-width": {
- "component": "meter",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{meter-width}",
- "deprecated": true,
- "deprecated_comment": "Token renamed, use `meter-width`",
- "uuid": "2633d29d-8a14-48e8-977c-bdb9a53b3bd5"
+ }
},
- "meter-thickness-small": {
- "component": "meter",
+ "table-row-checkbox-to-top-small-compact": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "0013e354-3f26-41a5-8486-2577045872f6"
+ "value": "6px",
+ "uuid": "f5c64a03-3750-4c92-afe2-43575bdb1df9"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "eb9c3cff-5a1a-4832-a623-6ab258b81d37"
+ "value": "9px",
+ "uuid": "2444d220-a3d0-4565-a762-02cbc52f828a"
}
- },
- "uuid": "c4e3b88c-9539-4741-a5ea-0e84953dc499"
+ }
},
- "meter-thickness-large": {
- "component": "meter",
+ "table-row-checkbox-to-top-small-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "06751674-2222-433d-9dc6-40f14b2add6c"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-small}",
+ "uuid": "4435c143-a75a-47c1-a629-3574b70247a3"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "c9052808-918e-4368-b113-28f928104eda"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-small}",
+ "uuid": "a63aa24e-c956-4af5-bf4f-4c5d44bd1e16"
}
},
- "uuid": "9e406a2a-3456-4d9d-8ad8-21ab27ec1be2"
- },
- "in-line-alert-minimum-width": {
- "component": "in-line-alert",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "8007ebd8-fd67-4dc2-8444-9e6a50c88675"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-checkbox-to-top-small instead."
},
- "tag-top-to-avatar-small": {
- "component": "tag",
+ "table-row-checkbox-to-top-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "cf1239b1-495a-482c-8aeb-3b98c6b75583"
+ "value": "10px",
+ "uuid": "909ebf8a-eebd-41b6-8fac-8fe31d2bac00"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "a2c40238-1fda-4482-a419-b8092a385c9b"
+ "value": "14px",
+ "uuid": "365d9c3f-d287-4feb-b020-89434dd29378"
}
- },
- "uuid": "e493f30d-e05e-46bd-80ec-cfe84fa0a5b5"
+ }
},
- "tag-top-to-avatar-medium": {
- "component": "tag",
+ "table-row-checkbox-to-top-small-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "394343df-fb5d-44be-b6d1-9975ab8a4156"
+ "value": "14px",
+ "uuid": "4637c01d-66cd-451e-8950-9e72700c80d3"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "8dbabe33-52e7-4dc1-b2e3-81c1c62d98cb"
+ "value": "19px",
+ "uuid": "6ccbecd6-a1c4-4fcf-beb5-2b124ac3e75b"
}
- },
- "uuid": "10f21fe1-6310-43a0-bdf1-0b4543914cf1"
+ }
},
- "tag-top-to-avatar-large": {
- "component": "tag",
+ "table-row-checkbox-to-top-medium-compact": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "57de6911-6f5f-4a0d-9606-e7584a10d7f4"
+ "value": "8px",
+ "uuid": "0b12ff10-52e2-4084-9f1b-ee7bc0b50576"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "11px",
- "uuid": "9881ad7c-e9df-40b1-a368-4f8185042c3f"
+ "uuid": "84f00d87-c0ea-42fd-8477-9fff028bf79c"
}
- },
- "uuid": "b5b37323-fd9a-4f63-a222-9587cf71bfd0"
+ }
},
- "tag-top-to-cross-icon-small": {
- "component": "tag",
+ "table-row-checkbox-to-top-medium-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "c9e5e973-4942-414e-b128-5569f62453a2"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-medium}",
+ "uuid": "2c8f9b97-f4df-48c2-ab1a-82373d335b83"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "d93e04b9-1901-4ec4-947a-62c84205e61e"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-medium}",
+ "uuid": "36505a4f-01b6-4b83-adf1-592818eb2c0d"
}
},
- "uuid": "ca9917ec-e850-41f6-84af-496734f8a540"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-checkbox-to-top-medium instead."
},
- "tag-top-to-cross-icon-medium": {
- "component": "tag",
+ "table-row-checkbox-to-top-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "12px",
- "uuid": "1bfd3452-93c8-424a-99e4-55e5ecbee90b"
+ "uuid": "be965b15-08f8-43be-9953-52151d8c7670"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "ac7b17a2-99ef-45b3-ab3b-4d3eeaf99fb9"
+ "value": "16px",
+ "uuid": "2ae09505-d43f-4e2c-b8a6-014ccfef5c10"
}
- },
- "uuid": "7cbb04dd-d793-4749-b6f2-61a265b64787"
+ }
},
- "tag-top-to-cross-icon-large": {
- "component": "tag",
+ "table-row-checkbox-to-top-medium-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "e335436a-190c-4417-86f4-b7266c093377"
+ "value": "16px",
+ "uuid": "c8a04cab-bfad-4b82-94dc-6c2b4160c7cb"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "af69e3d1-92b6-4e62-93f2-c1f1f10f0a63"
+ "value": "21px",
+ "uuid": "a57d2d1a-5e0c-4d4c-84eb-dd2339366aad"
}
- },
- "uuid": "7672a296-b875-4076-b342-695ff110246c"
- },
- "popover-tip-width": {
- "component": "popover",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "c4bc3596-1fbc-4b08-85af-6bd8142e499a"
+ }
},
- "popover-tip-height": {
- "component": "popover",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "5960406b-973d-4e1f-9bb4-2c7a22422c5b"
+ "table-row-checkbox-to-top-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "40acc8c4-81b4-4566-a7ce-7c3d0d8ab5c5"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "5fde3b28-c553-4124-be3b-212d1407780c"
+ }
+ }
},
- "popover-top-to-content-area": {
- "component": "popover",
+ "table-row-checkbox-to-top-large-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "f97488e8-b1c1-442e-b98c-0ae6cff0b774"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-large}",
+ "uuid": "559b9fc0-389e-4e2f-985c-8741f218850a"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "6165bae4-7148-4cb2-a1b4-38a25f2d8cde"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-large}",
+ "uuid": "2e16e4ef-fec6-41fb-9d96-bc6bb6c88f69"
}
},
- "uuid": "8b388882-bd89-46cb-882b-f3198e4af710"
- },
- "menu-item-label-to-description": {
- "component": "menu",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "628cf42f-eb40-49b0-b110-3340421d4502"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-checkbox-to-top-large instead."
},
- "menu-item-edge-to-content-not-selected-small": {
- "component": "menu",
+ "table-row-checkbox-to-top-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "uuid": "033fb47f-30d8-4ff2-9825-a3318ca2118b"
+ "value": "16px",
+ "uuid": "a8c2b073-495b-402b-b1dc-2337b0e42f37"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "de2ef572-54a2-46c2-ad1d-60468fbe6090"
+ "value": "22px",
+ "uuid": "a0fa4e03-c1de-400d-8629-0ae9ffb9b9d8"
}
- },
- "uuid": "6e23f979-9b82-4273-9221-b54a69fc4d99"
+ }
},
- "menu-item-edge-to-content-not-selected-medium": {
- "component": "menu",
+ "table-row-checkbox-to-top-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "ac4c8abe-abca-4c6f-82e7-ed7fae0c761d"
+ "value": "20px",
+ "uuid": "d4b563c8-9234-4eed-a2a3-7e448a174286"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "42px",
- "uuid": "5faa4858-5590-40d4-bd12-b4c839908c4c"
+ "value": "27px",
+ "uuid": "cfbd6cb5-c8d3-4908-a77a-7a15cda932fb"
}
- },
- "uuid": "d05d20d8-2ad8-4a2a-880f-5f14c7c2907e"
+ }
},
- "menu-item-edge-to-content-not-selected-large": {
- "component": "menu",
+ "table-row-checkbox-to-top-extra-large-compact": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "38px",
- "uuid": "bc6a7e9d-b84c-4bf3-9a63-a08047deb41c"
+ "value": "15px",
+ "uuid": "a1aa1c65-a1e8-40d6-805f-309d5e43d129"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "47px",
- "uuid": "90385dcc-ea45-466f-ba4d-a1b13f6a079c"
+ "value": "21px",
+ "uuid": "4069e932-339a-495d-bb36-c89f22af4f96"
}
- },
- "uuid": "9d0e4967-c42d-4366-9e0e-5f75b3b1ee30"
+ }
},
- "menu-item-edge-to-content-not-selected-extra-large": {
- "component": "menu",
+ "table-row-checkbox-to-top-extra-large-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "45px",
- "uuid": "2480bdaf-ac18-4f67-9a0b-f92200fb31d7"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-extra-large}",
+ "uuid": "9b775e1f-9348-431d-9ba8-bffb19bcbf85"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "54px",
- "uuid": "3385c12f-199b-4e9d-b2e2-ef6e2658d180"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-row-checkbox-to-top-extra-large}",
+ "uuid": "2171aee7-d013-459e-a13f-33075090cbe3"
}
},
- "uuid": "8d03e277-4105-45b0-adb6-d31d03a325dc"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-row-checkbox-to-top-extra-large instead."
},
- "menu-item-top-to-disclosure-icon-small": {
- "component": "menu",
+ "table-row-checkbox-to-top-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "8e4b2873-fb57-42d6-8b7b-91fd270c048e"
+ "value": "19px",
+ "uuid": "acd6ad6b-bab0-40fb-afbe-5df7eea7efb3"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "eb9cf950-cba2-4fb8-a115-8a4c0ddb00d0"
+ "value": "26px",
+ "uuid": "fb02243f-0490-4eb2-aac2-fa364c6eab59"
}
- },
- "uuid": "4fbc0a14-95ad-44d6-81d1-1115267dd83d"
+ }
},
- "menu-item-top-to-disclosure-icon-medium": {
- "component": "menu",
+ "table-row-checkbox-to-top-extra-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "0ed8f599-b4c1-4ac5-b2b0-60db06a98a88"
+ "value": "23px",
+ "uuid": "568ba981-51b5-4443-a427-0f857ff02572"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "e0468683-b2d2-4839-9ad8-46963d7402fc"
+ "value": "31px",
+ "uuid": "683be05e-f8d4-4910-8d07-20515f19fbbd"
}
- },
- "uuid": "0609f98d-936d-49df-905c-8d8beebbf900"
+ }
},
- "menu-item-top-to-disclosure-icon-large": {
- "component": "menu",
+ "table-section-header-row-height-small": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "bceffb12-72a3-40eb-98a5-3d5fb4d3b627"
+ "value": "24px",
+ "uuid": "89bd3638-bbbb-432d-84eb-e217f9bb0cbf"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "bda3ee60-8f9a-41b2-a8a2-894aed3b3bed"
+ "value": "30px",
+ "uuid": "2cd8dc05-2f95-45b5-b8a4-0273baf3ba0e"
}
- },
- "uuid": "d0443e32-2ffe-4511-96a9-074ac27018dd"
+ }
},
- "menu-item-top-to-disclosure-icon-extra-large": {
- "component": "menu",
+ "table-section-header-row-height-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "63919dd9-0dfa-4e6f-ab89-8a24fc91061b"
+ "value": "32px",
+ "uuid": "4c9e9bd8-9320-4648-bf2c-bb2db74a63fb"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "77e97b70-ef7e-4228-8d91-0ff9d9d2b063"
+ "value": "40px",
+ "uuid": "07beb872-72a0-400e-b434-dd076c9be0a7"
}
- },
- "uuid": "ef0132be-8760-4217-a056-13bff34a217a"
+ }
},
- "menu-item-top-to-selected-icon-small": {
- "component": "menu",
+ "table-section-header-row-height-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "fbe45d1b-f4b9-40d1-965f-38abe057dc69"
+ "value": "40px",
+ "uuid": "553f5ffd-a163-4b33-b96a-5acc08cfb820"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "943a0b43-6c91-40a3-a680-318a934bf6ef"
+ "value": "50px",
+ "uuid": "cc41c4f1-bfc5-4aa5-87af-97f191cc7af3"
}
- },
- "uuid": "5c019740-3fac-48b6-975b-bdb91b9149ee"
+ }
},
- "menu-item-top-to-selected-icon-medium": {
- "component": "menu",
+ "table-section-header-row-height-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "8fb8ad12-9bb9-417f-8d0d-7323455cfb7a"
+ "value": "48px",
+ "uuid": "34b1c98f-7159-4ae0-b299-bf2fc53035c0"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "61e906e3-6daa-4841-b4f0-54939157a50b"
+ "value": "60px",
+ "uuid": "06164331-9a76-4adf-b859-82074df19fbd"
}
- },
- "uuid": "3413b81e-4352-4d15-9c62-bd55d2b9c032"
+ }
},
- "menu-item-top-to-selected-icon-large": {
- "component": "menu",
+ "table-thumbnail-to-top-minimum-small-compact": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "ccfed193-e366-4b13-806c-0cc18e2a87b4"
+ "value": "4px",
+ "uuid": "d9cc50d4-6661-4a03-b850-ed0933f2dabb"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "f84569c5-bb63-4eb1-8193-1130e88e7e5b"
+ "value": "5px",
+ "uuid": "72ebb8a4-9bfb-4ff0-ba3a-232c885931e7"
}
- },
- "uuid": "113a8249-01fd-4395-a8a4-e26eec604a51"
+ }
},
- "menu-item-top-to-selected-icon-extra-large": {
- "component": "menu",
+ "table-thumbnail-to-top-minimum-medium-compact": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "7be78bf9-a761-45a4-b764-b88e6209440b"
+ "value": "5px",
+ "uuid": "86a1c328-0845-47d8-a189-24a22c1ce053"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "3ff6cb7a-20cb-4b25-a367-7e4497d0f237"
+ "value": "6px",
+ "uuid": "b546eac7-00ad-4ea2-992d-0c4b8d087679"
}
- },
- "uuid": "2fb80685-2b2b-4656-a01f-92eb5dcb5b24"
- },
- "menu-item-section-divider-height": {
- "component": "menu",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "dac5c077-b948-434b-91bd-0759c2414007"
+ }
},
- "slider-track-thickness": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "table-thumbnail-to-top-minimum-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "50a71b8b-30fb-40c0-b81e-5ce0dcc8c96b"
+ "value": "7px",
+ "uuid": "9b0e3ebe-59f6-4970-aa47-06b115f5efff"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "c3844fed-2f84-46da-9b00-cc8e0dbf0336"
- }
- },
- "uuid": "538acb74-223d-4090-8be8-7a7e62a8c765"
- },
- "slider-control-height-small": {
- "component": "slider",
- "deprecated": true,
- "deprecated_comment": "use `component-height-75` instead",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "cf748652-099a-4022-ae68-0e5dcb8eff9b"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "19adc707-4fc6-40f0-a972-340d6c935908"
- }
- },
- "uuid": "34a35af2-168f-4ec6-bd8c-670606bd9e42"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "87a12a8a-f40e-44ea-a2ba-3474517e75cd"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "6ea5501c-63cc-45ff-8fa0-5863f1214f5f"
- }
- },
- "uuid": "f4ccceb8-cc36-40e2-bc01-8cde7a3ab403"
- }
- },
- "uuid": "284da01e-1446-4871-b4c5-8afe4dd9ae0c"
- },
- "slider-control-height-medium": {
- "component": "slider",
- "deprecated": true,
- "deprecated_comment": "use `component-height-100` instead",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "dd3b649d-12f8-427b-95a6-a4964d92d3b0"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "7306fc00-67fd-4ccd-aec3-7a14e092da5e"
- }
- },
- "uuid": "6b162e9a-3ef9-4144-b9b8-7b7c4d0e7199"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "fa994412-f688-4fe5-9d17-79669bde7d30"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "bb501252-cfd3-4ccc-89bf-0aa74713feab"
- }
- },
- "uuid": "dc8f5e85-3a6b-4544-af77-971f5b9fdb1c"
- }
- },
- "uuid": "b5973dd8-236e-4dd3-a4bc-0fd75573e97a"
- },
- "slider-control-height-large": {
- "component": "slider",
- "deprecated": true,
- "deprecated_comment": "use `component-height-200` instead",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "320abda8-9fe8-4f78-87d6-3f1be921e880"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "0926d8f3-bdd6-4dde-89d0-6d5d7ab9f094"
- }
- },
- "uuid": "ec657acf-1b0b-43dd-882c-ef0f6e2d52e7"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "4f19dbe1-2a1f-4406-88b6-807a0027cf8d"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "b77e83d6-1a06-42fd-8cb5-e4f68f8c030b"
- }
- },
- "uuid": "a84adc5e-eb51-42e6-bb1b-5a30321abbbd"
- }
- },
- "uuid": "4f382639-8193-4534-bb11-7cafe5123a97"
- },
- "slider-control-height-extra-large": {
- "component": "slider",
- "deprecated": true,
- "deprecated_comment": "use `component-height-300` instead",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "fd74d5a5-b966-4d26-abca-58c7a21f8136"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "c5d47ebf-c83f-43c3-b2f2-f4d51c40960b"
- }
- },
- "uuid": "bb113fb6-640c-4722-971a-aebc906ab8a6"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "42d3374f-79a6-4473-a3b5-033c7bd7d99b"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "a5cc511d-b8c4-4fb8-9ca6-cf73c5071324"
- }
- },
- "uuid": "9341150a-f253-4c6e-9c8d-be8b36f402be"
- }
- },
- "uuid": "892b602e-15e7-4074-83b0-5d6fae06bf81"
- },
- "slider-handle-size-small": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "1384d419-bfad-44d7-847c-a0f2c195fb93"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "7feb3d57-59fb-4095-966e-e8ca0e91442f"
- }
- },
- "uuid": "905e59c4-b869-4402-9e2e-f2074ab20da1"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "d59c3ced-b57a-4b42-8693-c71b3579f3a7"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "f424a2ec-ed1f-4739-b619-494e36f880e7"
- }
- },
- "uuid": "8e355710-0035-48e8-bdd7-a13825f55d81"
- }
- },
- "uuid": "0d2dfe7b-454d-46dc-8a3f-2c2f5c0db5c4"
- },
- "slider-handle-size-medium": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "a8a02181-c797-461d-a666-a63f7535a096"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "278fc618-f6c1-4d30-bf85-075654079003"
- }
- },
- "uuid": "0f08fea5-7d53-4926-993e-802718fef278"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "8e0e1863-e992-4ca4-b25e-ba93060a3746"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "04bef018-e59f-4c3d-8ece-79b9614fd813"
- }
- },
- "uuid": "31039254-52a5-4425-97f5-e1f9c6af489f"
- }
- },
- "uuid": "90b773f7-c468-4c4c-8550-348418ecf242"
- },
- "slider-handle-size-large": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "3df3c866-faf0-43db-8c18-f442e7f94822"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "2a3fb9b0-d701-4e86-8180-9d81f68e91d5"
- }
- },
- "uuid": "06816d82-ca8a-4fe6-a8fe-6d72e22d0454"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "bbf15614-e738-43fb-9eef-011662f50591"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "1d5c2e61-9381-4434-b76f-2160e933ba79"
- }
- },
- "uuid": "b2c009ab-f8e9-4130-a320-6ec09d1367d7"
- }
- },
- "uuid": "787fd218-8574-4fda-9018-4c0e0aea00cb"
- },
- "slider-handle-size-extra-large": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "10ccce0d-5a2c-414e-8055-0be76709c180"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "413dc697-1f14-47c8-a7f2-e52254513e6e"
- }
- },
- "uuid": "24e9bdd3-8813-4f10-a388-8f184be9ccfd"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "77fff5f5-8941-4cd4-b814-9eb5f0720e77"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "5edbd2bb-e986-4e3a-a627-04f62c94384f"
- }
- },
- "uuid": "401d401e-5b27-46e8-bcbb-fc047db69e37"
- }
- },
- "uuid": "8b2ace76-b1ea-4531-abec-88125e5fa9de"
- },
- "slider-handle-border-width-down-small": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "c9b7d8d9-c5ba-4d97-a03b-a214104ede23"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "683fb538-290c-423f-990b-d7134e485f51"
- }
- },
- "uuid": "a35fb778-2eaf-4d59-bfbf-5524578cfac5"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "02b0ad1e-392b-4db3-a002-e2893170d3ff"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "42c33935-3d84-4aef-a701-082db752cd15"
- }
- },
- "uuid": "2308b8d4-1452-465e-b066-dddddba49d84"
- }
- },
- "uuid": "b8cc4125-f3f5-4aed-ac77-fa188656eeea"
- },
- "slider-handle-border-width-down-medium": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "63c65cd6-a2c2-4430-a1e9-cf82ae0a3f25"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "25959ff8-6c2f-4612-8d69-b95bfe485ce4"
- }
- },
- "uuid": "385352b1-950f-4504-b379-0078d9fcffc0"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "8b9ec3a7-393b-4cce-82ce-3d75963f03f7"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "9ae32e64-309f-4732-b01b-3bebfb77d286"
- }
- },
- "uuid": "c41ea955-7214-4fe2-98a2-bddab9726bf4"
- }
- },
- "uuid": "a405fec1-85f5-4cfe-b066-b2c716a29285"
- },
- "slider-handle-border-width-down-large": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "525e7d74-2bc0-48ac-85ca-b07335819a31"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "3bf8805b-b4f7-4d0d-af85-d227d6380539"
- }
- },
- "uuid": "873d633e-05b4-41ef-bb03-2ea881a177e2"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "2a8534ec-8949-4212-9ed1-03ac9fd0349a"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "b8c147c1-f528-4878-bd5f-7438cac59070"
- }
- },
- "uuid": "3cad035f-1b64-4d46-aecb-3ce12187c33c"
- }
- },
- "uuid": "e6c7529c-75a0-4c62-9d46-39af7351bdf3"
- },
- "slider-handle-border-width-down-extra-large": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "47d025e2-0b26-4ebc-9b46-3cd1e470b9bc"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "feac9f02-b52a-4694-a5d4-4b1930ab4f07"
- }
- },
- "uuid": "c739756b-8b92-4069-97a7-ad2cedee1627"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "c13916ff-d225-4106-a625-daea77871a31"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "4e420f10-cf3a-478f-a355-8f4050ea1b06"
- }
- },
- "uuid": "7667b831-1b40-48af-a2f1-3e5be2f529c1"
+ "value": "9px",
+ "uuid": "891cf7bc-419a-4b78-8c7e-03685fbf36a4"
}
- },
- "uuid": "fb430d9a-23b5-4e93-9657-29602f65a3d0"
+ }
},
- "slider-handle-gap": {
- "component": "slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "table-thumbnail-to-top-minimum-extra-large-compact": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "1a257268-32e9-4c5c-8477-32a724ff1d42"
+ "value": "8px",
+ "uuid": "499530d7-7c3c-4bed-a4a1-d4edc2195afe"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "f7aa286c-54d8-4e6b-98b6-46cf06566ea7"
+ "value": "10px",
+ "uuid": "29ee801a-95bd-495c-9905-f2fd00ae0e19"
}
- },
- "uuid": "5b61baab-5888-4690-9577-5829bc92a839"
+ }
},
- "slider-bottom-to-handle-small": {
- "component": "slider",
- "deprecated": true,
- "deprecated_comment": "no longer needed with the increased control height",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "bf2e4550-f97e-4bd2-91e8-b0ddb5a8abe2"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "3b96ab4f-6628-4ebd-aba8-2837fce04709"
- }
- },
- "uuid": "4d3c4943-ad01-43e8-9912-836c0cd62cb4"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "96c6ddaa-e4a3-43d2-b402-6a0ca1a4a0c6"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "c9e4aabc-3302-42ae-b794-9d8a46f4ba2e"
- }
- },
- "uuid": "a97ab3cb-c006-4d20-a281-7f3e4b4129f6"
+ "table-thumbnail-to-top-minimum-small-regular": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-small}",
+ "uuid": "db98283d-1f25-4323-9f3a-0555b9670ba6"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-small}",
+ "uuid": "e25b14a7-cb9e-406b-bab6-b27575f00a52"
}
},
- "uuid": "12b541ed-8b69-47b6-9a46-cb0ca859b7ce"
- },
- "slider-bottom-to-handle-medium": {
- "component": "slider",
"deprecated": true,
- "deprecated_comment": "no longer needed with the increased control height",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "238ebdc2-e51c-459d-8cc7-abfeafed6451"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "5030babb-0017-4784-84ad-d3aaacf6fa05"
- }
- },
- "uuid": "a521e1e9-2b83-47ff-80da-b5dcdca63545"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "099ef7a9-c530-4f29-82d0-9ebfeae4a659"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "5782a8d7-5af0-462f-8f97-0d82344586dd"
- }
- },
- "uuid": "68725fc5-9c62-4922-a32b-c205dc92db36"
- }
- },
- "uuid": "8396f238-4473-4fe9-b66d-0dcedf8f72e1"
+ "deprecated_comment": "This token has been deprecated, use table-thumbnail-to-top-minimum-small instead."
},
- "slider-bottom-to-handle-large": {
- "component": "slider",
- "deprecated": true,
- "deprecated_comment": "no longer needed with the increased control height",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "be9aed61-c7a1-4dce-80a7-07c9ecef1fd9"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "3915ff73-11dd-4389-8d81-2f540ab060f4"
- }
- },
- "uuid": "1b5b9b42-0741-44c1-92ef-5c16b900a880"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "826fdfae-7855-40a1-930d-511f48e5cc64"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "4a3a1b22-5ec2-4b1a-9bbe-784e865c5aba"
- }
- },
- "uuid": "d4204626-2c72-477e-9489-bd593522a036"
+ "table-thumbnail-to-top-minimum-small": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "96d7eb12-7e92-4ee8-988b-8e7e8a7de159"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "43955cdb-afaf-4e59-bb26-3063661141d7"
}
- },
- "uuid": "c854cfe1-5246-49c6-9bc0-75dbc44a90b6"
+ }
},
- "slider-bottom-to-handle-extra-large": {
- "component": "slider",
- "deprecated": true,
- "deprecated_comment": "no longer needed with the increased control height",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "155b6273-1661-4ef5-85c0-a1688ce1ee72"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "e04d9975-4a54-416b-b5fa-87f3ae930204"
- }
- },
- "uuid": "3d7cd2e0-0255-4c64-9c8c-3f7b556546a5"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "99cc688d-1dfa-440c-b6ce-d2b0b162f997"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "fe46f911-0efe-4dfe-b12d-e16fa2939e7f"
- }
- },
- "uuid": "9b8fddb0-d603-493a-a783-88b681d7d7dd"
+ "table-thumbnail-to-top-minimum-medium-regular": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-medium}",
+ "uuid": "12a6fd11-d3a5-4d72-9942-89d828d1d256"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-medium}",
+ "uuid": "75af7a67-e0ae-4f41-9c70-09babbc587d1"
}
},
- "uuid": "087a5833-471d-4548-b869-cd12b516bdc6"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-thumbnail-to-top-minimum-medium instead."
},
- "slider-control-to-field-label-small": {
- "component": "slider",
+ "table-thumbnail-to-top-minimum-medium": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "cbf9c42b-c14e-440d-97ad-3c937c464446"
+ "value": "7px",
+ "uuid": "42914d96-ee9f-4ed9-9c7a-9c8ccca68245"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "d20768dd-dbf4-48a9-8cc8-3370fa6ef810"
+ "value": "9px",
+ "uuid": "2268750d-4c5f-46f1-bad7-dec21818bfe6"
+ }
+ }
+ },
+ "table-thumbnail-to-top-minimum-large-regular": {
+ "component": "table",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-large}",
+ "uuid": "de6e6ae5-eae6-4f7a-89be-176674176242"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-large}",
+ "uuid": "fc7efe7c-ef97-424f-89c2-2211daf44b4a"
}
},
- "uuid": "06f79925-1918-4606-a51c-2b72f492a074"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-thumbnail-to-top-minimum-large instead."
},
- "slider-control-to-field-label-medium": {
- "component": "slider",
+ "table-thumbnail-to-top-minimum-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "8px",
- "uuid": "b257bf97-d632-4488-a954-57b16bcf18b9"
+ "uuid": "589d6f19-ec7f-4a4f-a622-40d18d7e71f5"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "10px",
- "uuid": "20a8d579-038e-4432-b271-8e44b83a9aa1"
+ "uuid": "92ade1a0-ea78-4930-82e7-fedafce42aed"
}
- },
- "uuid": "9ceeb406-afeb-49e9-9164-002c9453fc34"
+ }
},
- "slider-control-to-field-label-large": {
- "component": "slider",
+ "table-thumbnail-to-top-minimum-extra-large-regular": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "a4be5828-2176-42e7-97de-1f80e7dc08bb"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-extra-large}",
+ "uuid": "17c4c578-d3e1-44c0-bd21-ee4df5cb2027"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "f4fc7ec7-cc02-4ff4-bd9a-f05f9bd59c1d"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{table-thumbnail-to-top-minimum-extra-large}",
+ "uuid": "b60c33b8-acc1-4af1-b30f-b467054ee417"
}
},
- "uuid": "d181e55a-0c31-44bf-9a7e-24c37f5e387c"
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use table-thumbnail-to-top-minimum-extra-large instead."
},
- "slider-control-to-field-label-extra-large": {
- "component": "slider",
+ "table-thumbnail-to-top-minimum-extra-large": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "309b149c-306a-49ee-b14c-a0eb4826e3b1"
+ "value": "8px",
+ "uuid": "0ae43893-e3ea-461f-a2fe-93239cb3a22a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "9be47810-7a07-4885-a86d-647f5f36d7e5"
+ "value": "10px",
+ "uuid": "17051925-5eda-45a3-8d45-d329e88bf63a"
}
- },
- "uuid": "d639f201-40b0-48ab-bafa-9a7747286a6e"
- },
- "picker-minimum-width-multiplier": {
- "component": "picker",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
- "value": 2,
- "uuid": "67b68a30-ae00-4da2-9730-99196a2eaf96"
+ }
},
- "picker-visual-to-disclosure-icon-small": {
- "component": "picker",
+ "table-thumbnail-to-top-minimum-small-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "7px",
- "uuid": "4bcebd07-28a8-401d-9072-3b2ac22e8b63"
+ "uuid": "9b464ca8-f246-482d-b240-e12e097aaf8b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "9px",
- "uuid": "269725c9-3462-4132-8487-95dd61814448"
+ "uuid": "b6684bce-531d-420a-befc-b4ad884059fc"
}
- },
- "uuid": "f09fc872-12e3-4c51-886a-5fcc5d37d7c4"
+ }
},
- "picker-visual-to-disclosure-icon-medium": {
- "component": "picker",
+ "table-thumbnail-to-top-minimum-medium-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "8px",
- "uuid": "f83b0313-ba78-4c98-be6e-702b58956589"
+ "uuid": "1cd90c35-f688-4054-aec4-e1e3b200cfcf"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "10px",
- "uuid": "c620ab2b-256d-409a-a80c-7d7c2295efc8"
+ "uuid": "0cb1e46b-039b-46d2-a024-b72ddd82d0b4"
}
- },
- "uuid": "8fd9c553-476d-4e22-abd6-998c187adfad"
+ }
},
- "picker-visual-to-disclosure-icon-large": {
- "component": "picker",
+ "table-thumbnail-to-top-minimum-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "2f22005b-305b-4629-bc03-10d81e36ce78"
+ "value": "8px",
+ "uuid": "f1cbc035-b4d0-4593-b563-a107ee2eebb0"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "47f5a27f-4039-4668-bb21-aafb9dcb82fb"
+ "value": "10px",
+ "uuid": "e6689bf9-6ecc-4900-b8ad-85b103232e3e"
}
- },
- "uuid": "1666090c-68db-472c-b241-1613de626cb7"
+ }
},
- "picker-visual-to-disclosure-icon-extra-large": {
- "component": "picker",
+ "table-thumbnail-to-top-minimum-extra-large-spacious": {
+ "component": "table",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "10px",
- "uuid": "de09427a-eef3-4360-a912-0b0d5602d4a4"
+ "uuid": "127b9225-cbab-42c1-8c86-4f425c7c8e27"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "0ac097c8-020e-4a7b-b692-59dfdf07e3f8"
+ "value": "12px",
+ "uuid": "28a5df8a-0fe4-4410-b804-9a6c26de4440"
}
- },
- "uuid": "9c18fc60-c69e-4432-9229-ed98c69445ca"
+ }
},
- "picker-border-width": {
- "component": "picker",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-100}",
- "uuid": "69c28762-f456-4641-b6ce-7cb295e3a27d"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "0",
- "uuid": "45392d0b-b92e-4e60-8b82-4bcfef7877eb"
- }
- },
- "uuid": "3eff4ac7-9246-42c7-a49a-b7fe961b13d1"
+ "tab-item-height-small": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-200}",
+ "uuid": "7b31cf38-5bac-4f79-a4f1-172a4ea66e10"
},
- "picker-end-edge-to-disclousure-icon-quiet": {
- "component": "picker",
+ "tab-item-height-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{picker-end-edge-to-disclosure-icon-quiet}",
- "deprecated": true,
- "deprecated_comment": "Use `picker-end-edge-to-disclosure-icon-quiet` instead",
- "uuid": "c8bd227d-c72b-4f6a-9d93-0b595821dee0"
+ "value": "{component-height-300}",
+ "uuid": "5d2288f4-f383-47fa-baca-0168cb46750a"
},
- "picker-end-edge-to-disclosure-icon-quiet": {
- "component": "picker",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "03da68d8-cd87-4e29-9aaf-ab467594ec2b"
+ "tab-item-height-large": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-400}",
+ "uuid": "8abd0b0e-fd6d-4064-9d0e-1ab998fcb0ce"
},
- "text-field-minimum-width-multiplier": {
- "component": "text-field",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
- "value": 1.5,
- "uuid": "875bbeaf-b4b7-41b9-8e6f-d6a57ec03049"
+ "tab-item-height-extra-large": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-500}",
+ "uuid": "42ed814c-5044-4c70-b82f-b49f8226241e"
},
- "text-area-minimum-width": {
- "component": "text-area",
+ "tab-item-compact-height-small": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-75}",
+ "uuid": "25f7d9a5-9464-4447-97d9-97839b371f96"
+ },
+ "tab-item-compact-height-medium": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-100}",
+ "uuid": "e8c7c826-548d-4037-b064-3cf699675d35"
+ },
+ "tab-item-compact-height-large": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-200}",
+ "uuid": "6d781a0e-e03d-4750-ae4f-67a29d731702"
+ },
+ "tab-item-compact-height-extra-large": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-300}",
+ "uuid": "49130d66-edfb-48bd-8648-96c47f40a884"
+ },
+ "tab-item-to-tab-item-horizontal-small": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "21px",
+ "uuid": "79695d07-21cb-4772-b3f7-b2eb56e7ad20"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "27px",
+ "uuid": "8b5e1596-f13a-4786-b0c7-f01615423922"
+ }
+ }
+ },
+ "tab-item-to-tab-item-horizontal-medium": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "31bea7d1-c8c2-4901-9f18-7a5c936d243f"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "30px",
+ "uuid": "885a7cc3-8873-4cb7-99e7-b17f42fb48f1"
+ }
+ }
+ },
+ "tab-item-to-tab-item-horizontal-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "112px",
- "uuid": "69694a85-5f31-43b4-8044-c0f08c83d618"
+ "value": "27px",
+ "uuid": "1f9460a7-2ec0-4353-875c-ee5a6143d00b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "140px",
- "uuid": "c89bcff3-23ce-405c-a776-3ece7a2ac342"
+ "value": "33px",
+ "uuid": "71bdfd06-4672-464f-b787-9a62137b1763"
}
- },
- "uuid": "2c9da183-d751-4fb4-8540-79056530396f"
+ }
},
- "text-area-minimum-height": {
- "component": "text-area",
+ "tab-item-to-tab-item-horizontal-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "56px",
- "uuid": "71bc5e67-900e-4e32-8109-a4c18da89348"
+ "value": "30px",
+ "uuid": "c92ec468-0fac-4e12-b1f8-f22d09cb6c1e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "70px",
- "uuid": "cb7270a7-8075-435c-81a5-469ef43860c0"
+ "value": "36px",
+ "uuid": "482ed7f6-ba60-4110-85c8-daf5bf352406"
}
- },
- "uuid": "68e71997-0765-4b0f-ba7a-a0b8f4cc897c"
- },
- "combo-box-minimum-width-multiplier": {
- "component": "combo-box",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
- "value": 2.5,
- "uuid": "eabcc77a-f263-43ed-9944-9daa78a56b66"
- },
- "combo-box-quiet-minimum-width-multiplier": {
- "component": "combo-box",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
- "value": 2,
- "uuid": "4798728b-9a97-4ce1-b703-0182b1513e8b"
+ }
},
- "combo-box-visual-to-field-button-small": {
- "component": "combo-box",
+ "tab-item-to-tab-item-vertical-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "5d054a3e-e4bb-4ca3-b84a-51b3d7fa2cb8"
+ "value": "4px",
+ "uuid": "da8211ee-8944-447f-a6df-6a16580e1893"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "4ccba158-da29-43a1-bbba-6531ecf98807"
+ "value": "5px",
+ "uuid": "d51a6c05-67d0-425f-becf-86e783ab3305"
}
- },
- "uuid": "3c0b4b94-a765-4dd3-a2df-c72e9d1baa62"
+ }
},
- "combo-box-visual-to-field-button-medium": {
- "component": "combo-box",
+ "tab-item-to-tab-item-vertical-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "c5a4baf2-effe-4d9a-92f3-b4ead5440d36"
+ "value": "4px",
+ "uuid": "7cd196c1-18b1-4dae-abf7-7ef1b531e0af"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "fefb7088-21e0-4cdf-a8a4-af2a6dcc2a1a"
+ "value": "5px",
+ "uuid": "6b6c960f-adcf-48b0-8310-ba12b47f4d9a"
}
- },
- "uuid": "693dfa94-4a7a-47b3-b623-71471826b09b"
+ }
},
- "combo-box-visual-to-field-button-large": {
- "component": "combo-box",
+ "tab-item-to-tab-item-vertical-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "356c4912-69c7-4a95-956b-c1aa78cb02cb"
+ "value": "5px",
+ "uuid": "9846992c-e27b-4760-8808-7c44cca2cc65"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "1a529788-8b87-4eef-aa07-a4ffb955761c"
+ "value": "6px",
+ "uuid": "c193b2ee-a584-41dc-9ef8-3aebb38fb832"
}
- },
- "uuid": "557ad551-fb5f-4b66-a40c-a1abf2fcb34d"
+ }
},
- "combo-box-visual-to-field-button-extra-large": {
- "component": "combo-box",
+ "tab-item-to-tab-item-vertical-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "4a4ee415-1f25-4d36-928c-5ece0ce4abcc"
+ "value": "5px",
+ "uuid": "d74ea722-c146-4ad2-ab20-41c332ae1190"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "50ecd11d-6710-46e9-b1c6-923bb1d9f494"
+ "value": "6px",
+ "uuid": "ea902ec1-25d5-47c3-896a-a95d9ca5bd62"
}
- },
- "uuid": "c75b058d-ee9f-462e-b03c-64c6f75e85ab"
+ }
},
- "combo-box-visual-to-field-button-quiet": {
- "component": "combo-box",
+ "tab-item-start-to-edge-quiet": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "0px",
- "uuid": "292cbbe1-1ba4-4369-9768-2051c07e6406"
+ "uuid": "f869f703-a850-4c6c-b518-ec8a1b355046"
},
- "thumbnail-size-50": {
- "component": "thumbnail",
+ "tab-item-start-to-edge-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "0578d5e5-9c2d-46f2-9268-85bdf566b3a5"
+ "value": "12px",
+ "uuid": "712e62ce-b869-4097-aee1-82e3b7505e14"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "7f33676b-63dd-4d16-b7e1-36520ade716d"
+ "value": "13px",
+ "uuid": "8d413f56-6634-49c8-8d6a-53d0f57f1bbc"
}
- },
- "uuid": "1bb0d68e-2f6d-4c1d-93e2-81f2ef9e12a3"
+ }
},
- "thumbnail-size-75": {
- "component": "thumbnail",
+ "tab-item-start-to-edge-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "20706cc7-9d07-4938-8328-debd3ab8d822"
+ "value": "12px",
+ "uuid": "4d105a45-7403-47f2-ba50-419d822ff879"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "852fc55b-beb7-428c-bc0c-452abc204de3"
+ "value": "15px",
+ "uuid": "229477d5-e21a-4f4b-a24d-580f0c60eec5"
}
- },
- "uuid": "e9f84d37-cff3-46bb-bc13-5cf963b50dcc"
+ }
},
- "thumbnail-size-100": {
- "component": "thumbnail",
+ "tab-item-start-to-edge-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "46dd2eca-598a-45e3-8c7d-c6cf17e148bf"
+ "value": "13px",
+ "uuid": "c3f8f94b-d456-4aeb-8340-bd5643efe8fc"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "545604c8-484f-4697-907c-31e2b2cb46d0"
+ "value": "17px",
+ "uuid": "2c85fa9a-e854-46f6-bc6b-547692d08290"
}
- },
- "uuid": "0763361e-1d9d-4a9b-92af-3dad58f5f98c"
+ }
},
- "thumbnail-size-200": {
- "component": "thumbnail",
+ "tab-item-start-to-edge-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "ec457831-d272-4809-a84a-f1e9dcaec495"
+ "value": "13px",
+ "uuid": "a480fffb-0a23-4893-87ce-730eb925a7cc"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "uuid": "0e548378-9633-49d2-90d8-b40e1ba7c98e"
+ "value": "19px",
+ "uuid": "4e0b2015-06c8-41ab-9e2b-3a332a7625ff"
}
- },
- "uuid": "6b6551aa-b460-45cd-8608-13a4d8d5cf6b"
+ }
},
- "thumbnail-size-300": {
- "component": "thumbnail",
+ "tab-item-top-to-text-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "95c5905f-b209-4e84-881f-13ea85f12d87"
+ "value": "11px",
+ "uuid": "a9a6d785-f06d-4505-89ea-552d47ebe49d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "8f4dd02c-d3eb-4654-aea4-b3921048cdbe"
+ "value": "14px",
+ "uuid": "3e155b8c-6cea-4b59-817c-cf71a63e00c7"
}
- },
- "uuid": "844d91a7-258f-447d-b0d6-a6f3920896fc"
+ }
},
- "thumbnail-size-400": {
- "component": "thumbnail",
+ "tab-item-bottom-to-text-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "uuid": "7ee6d5ae-eb01-49e1-93ba-df3e7c25d876"
+ "value": "12px",
+ "uuid": "2d0f71e2-66fc-4f28-bd4b-be41df0948ed"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "b0351cf7-f0df-4044-ab26-5b6649ea2e1f"
+ "value": "15px",
+ "uuid": "e0791360-b505-492b-bf71-dfa393abecfa"
}
- },
- "uuid": "d38ca4ff-ec98-421d-98a8-5acc711b91ce"
+ }
},
- "thumbnail-size-500": {
- "component": "thumbnail",
+ "tab-item-top-to-text-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "87234a25-8f6d-457c-9d3f-363930fec12c"
+ "value": "14px",
+ "uuid": "e75e4e96-6d1b-4a86-9059-5c1f6f6ab269"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "1798b58e-fce4-411d-ba8d-75006fa4f53e"
+ "value": "18px",
+ "uuid": "a8c455e9-60e5-4838-bc9c-eaf7b39a4bf7"
}
- },
- "uuid": "193ad02b-a5f6-4bd3-8513-0d2016d4a1ed"
+ }
},
- "thumbnail-size-600": {
- "component": "thumbnail",
+ "tab-item-bottom-to-text-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "d533a543-9622-4c43-92a6-82dd5eebcc64"
+ "value": "14px",
+ "uuid": "f507e1bd-f08e-42b1-aee6-ea38f9f8a387"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "46px",
- "uuid": "543dcd25-42cc-4198-b4ba-ba5524b08691"
+ "value": "19px",
+ "uuid": "691db84a-5336-4e45-bf73-ee617057e718"
}
- },
- "uuid": "36850f43-0dcc-47f6-aa02-0f20a372d294"
+ }
},
- "thumbnail-size-700": {
- "component": "thumbnail",
+ "tab-item-top-to-text-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "d6aaa2c4-d213-44de-9bae-742d26df8765"
+ "value": "16px",
+ "uuid": "8b9275f5-3e63-459c-97fc-bc03691aa772"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "5eab16f9-5537-4a14-958d-d96200c5723f"
+ "value": "22px",
+ "uuid": "7e3db5ca-cd32-464b-9a23-9d03e83faa9c"
}
- },
- "uuid": "ab8e832e-7740-40c3-b204-ac3024fc0b90"
+ }
},
- "thumbnail-size-800": {
- "component": "thumbnail",
+ "tab-item-bottom-to-text-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "44px",
- "uuid": "8cee2b4d-48c8-45aa-803b-5d1cd9027fcf"
+ "value": "18px",
+ "uuid": "61dd06ac-501e-4725-9d54-cc7a3d9f6586"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "55px",
- "uuid": "94ca9817-988a-4e4f-9163-954d29204049"
+ "value": "22px",
+ "uuid": "31d1b6b6-721f-4474-ba86-795367399e49"
}
- },
- "uuid": "a038ef04-cda6-4e10-a1f4-50011413fb2e"
+ }
},
- "thumbnail-size-900": {
- "component": "thumbnail",
+ "tab-item-top-to-text-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "5b9fb77d-8a2e-4e1c-ba86-475cd66b4202"
+ "value": "19px",
+ "uuid": "f1b6b932-748d-4b26-9c03-2bd9d0a40ac6"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "62px",
- "uuid": "97f11dd2-0173-464c-9eef-c260c9e8cf22"
+ "value": "25px",
+ "uuid": "174cc6c8-9c0a-44c0-b6c7-ea6d337c819b"
}
- },
- "uuid": "e72babfa-ddff-44b0-aaa6-19ee756e1759"
+ }
},
- "thumbnail-size-1000": {
- "component": "thumbnail",
+ "tab-item-bottom-to-text-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "56px",
- "uuid": "48959be8-02f9-45b9-8190-af60c93cbb6c"
+ "value": "20px",
+ "uuid": "5840c3b8-3488-417b-8b33-f3fc667ffd7a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "70px",
- "uuid": "cfbf3ec4-f51d-4a50-b81c-765fff84ce14"
+ "value": "25px",
+ "uuid": "c63380d4-cc26-4299-b227-af2faedfdc74"
}
- },
- "uuid": "9225b7e7-e866-4e54-abf0-77ded58b2f25"
- },
- "alert-dialog-minimum-width": {
- "component": "alert-dialog",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "288px",
- "uuid": "7d066c2d-ea59-483d-b8a3-6a9b9e35eedd"
+ }
},
- "alert-dialog-maximum-width": {
- "component": "alert-dialog",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "480px",
- "uuid": "45258afa-543b-4fbc-a621-677d8081c2f1"
+ "tab-item-top-to-text-compact-small": {
+ "component": "tab-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "bbcf3eda-4add-4d0d-b5ae-c2e7078e85ed"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "d37488c4-d489-45bd-9086-8157c5204ae4"
+ }
+ }
},
- "alert-dialog-title-size": {
- "component": "alert-dialog",
+ "tab-item-bottom-to-text-compact-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-s}",
- "uuid": "9b7ce1fc-ea8a-4d7b-a926-0accbd6b1197"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "d87a2ee3-6f7c-4f5e-8191-d35624fc10f1"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-xs}",
- "uuid": "3f362b57-09eb-4147-b366-5c1f04c9a29f"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "f453e51e-3d58-430e-8f17-8b95718dbf34"
}
- },
- "uuid": "b1341b98-d28d-480d-aa8b-78a7c849ea88"
+ }
},
- "alert-dialog-description-size": {
- "component": "alert-dialog",
+ "tab-item-top-to-text-compact-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-s}",
- "uuid": "9dc42d1a-b87d-4a5d-a5a3-6afd4d5bd599"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "2481e3a1-302b-46b8-98c2-e9461dd47d0c"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-xs}",
- "uuid": "43c5762a-d3a6-49db-9e5e-4a524604fecc"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "128757b0-d690-4886-95d5-e9df36182a0f"
}
- },
- "uuid": "aa9edd54-4fb1-457f-b933-c8317314ceee"
+ }
},
- "opacity-checkerboard-square-size": {
- "component": "opacity-checkerboard",
+ "tab-item-bottom-to-text-compact-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "8px",
- "uuid": "9ddf2e73-ad74-46d7-a79d-fe961b06dbbd"
+ "uuid": "b44bbd5a-ef03-4e83-a9f5-88c896969d4d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "10px",
- "uuid": "879360e9-a7b0-47e0-bc4a-931a12877014"
+ "uuid": "e69dee42-92da-4ca9-9eb8-97a7860adaba"
}
- },
- "uuid": "df681295-c2f5-4d07-a8b0-689a94bb289c"
- },
- "contextual-help-minimum-width": {
- "component": "contextual-help",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "268px",
- "uuid": "83be73fe-50bc-4be8-969c-0361a816225b"
+ }
},
- "contextual-help-title-size": {
- "component": "contextual-help",
+ "tab-item-top-to-text-compact-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-xs}",
- "uuid": "5358fd6c-d9a0-4caa-a85e-af82ed82efaf"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "93af7bac-830c-4460-abe2-0b2d8f786786"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-xxs}",
- "uuid": "e91709ce-79e3-4a81-88fa-e124960d4389"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "fd20b444-38ac-4438-a9ef-32474222e45f"
}
- },
- "uuid": "4735b809-1359-482f-8af1-cd21ea34454a"
+ }
},
- "contextual-help-body-size": {
- "component": "contextual-help",
+ "tab-item-bottom-to-text-compact-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-s}",
- "uuid": "e458fa68-ab9c-4441-a7d5-a02f42df1cae"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "8e701e0e-4d7c-4d38-ba6b-1fd2ef5978dc"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-xs}",
- "uuid": "c180fa75-254e-4ee1-8b79-31a3d90254cc"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "091144b7-c63b-4827-840d-741cec01432a"
}
- },
- "uuid": "54ce0fa1-c891-4bdc-9e20-52b97993dbbc"
- },
- "breadcrumbs-height": {
- "component": "breadcrumbs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-300}",
- "uuid": "2d39863c-6987-413c-90d8-07fcc506a0d4"
- },
- "breadcrumbs-height-compact": {
- "component": "breadcrumbs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-200}",
- "uuid": "8393f599-37e8-484a-a1c6-0934ce15a507"
+ }
},
- "breadcrumbs-height-multiline": {
- "component": "breadcrumbs",
+ "tab-item-top-to-text-compact-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "72px",
- "uuid": "237ff958-a86d-4632-aa7d-504a697509c3"
+ "value": "12px",
+ "uuid": "2bdd22cd-93fe-4cf4-a025-e690ecafb50b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "84px",
- "uuid": "5e7426da-1a1e-4d37-8c96-4fdac06bfad5"
+ "value": "15px",
+ "uuid": "9694ebdc-cc88-4584-89f5-10a2c8de686f"
}
- },
- "uuid": "ffd9914f-c51c-41ac-b1fb-b0c2ed3c13b6"
+ }
},
- "breadcrumbs-top-to-text": {
- "component": "breadcrumbs",
+ "tab-item-bottom-to-text-compact-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "13px",
- "uuid": "d084038e-bc31-43be-99ee-13cf727eaf9d"
+ "uuid": "7e3a0369-fcc2-45d7-87ab-9053588713ef"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "17px",
- "uuid": "c4e58bb6-dcd7-4b64-b881-5b918c346989"
+ "uuid": "3641ac9c-5610-4996-a55d-c2a94b2ff9ea"
}
- },
- "uuid": "1a279535-7113-462a-86fe-d2bdd058b48f"
+ }
},
- "breadcrumbs-top-to-text-compact": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "b19547e2-bd8f-435d-b726-4f2ce6a83984"
+ "value": "13px",
+ "uuid": "7bd7427d-06a8-4194-a9f4-300fd1a4f547"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "da5c0b1f-a8df-407c-888f-ac62d1fefa7c"
+ "value": "15px",
+ "uuid": "923fd09d-8d08-4465-961f-63ac12014206"
}
- },
- "uuid": "b5f8e8af-620d-4cfe-87ec-d6d21f776461"
+ }
},
- "breadcrumbs-top-to-text-multiline": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "138070fe-1f06-48b4-ac49-f8ff117c5f42"
+ "value": "15px",
+ "uuid": "aec60dda-9e5a-40c8-8e45-5e1662eab6e3"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "ea82fc23-82e7-4116-a8bb-186a253675ad"
+ "value": "19px",
+ "uuid": "820baccf-af24-42a3-9729-99408bc9322f"
}
- },
- "uuid": "72d458f9-f98f-4e96-a190-bbe8c9461e23"
+ }
},
- "breadcrumbs-bottom-to-text": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "f0e6a20d-8c2d-4aa3-9060-b6ca66aa7943"
+ "value": "17px",
+ "uuid": "65e1f735-5f46-4bb3-9c7b-d5f5abab91a1"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "971f1589-f80b-4c1e-8814-b5c286c5f561"
+ "value": "23px",
+ "uuid": "4dd99579-949b-4bf9-b022-e8f0c95eae33"
}
- },
- "uuid": "9377b9d1-922c-40c9-8018-4cc528b6e778"
+ }
},
- "breadcrumbs-bottom-to-text-compact": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "70a356be-c304-4bb4-a9df-97806931f089"
+ "value": "19px",
+ "uuid": "2c869793-c10b-40ef-9545-45a8a6b4cbb5"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "d783bd6f-fc7a-4be4-b53a-b8be86018b7b"
+ "value": "26px",
+ "uuid": "5afa2636-7d4c-4d83-b9fc-3c5a52ee4646"
}
- },
- "uuid": "47b9651f-69a7-46af-ae94-196f62a61d1b"
+ }
},
- "breadcrumbs-bottom-to-text-multiline": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-compact-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "5a78f5a4-ceee-4854-96d4-b61d76cc522b"
+ "value": "3px",
+ "uuid": "96c22cdc-aecb-4747-aea9-f140af5ee048"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "a51a1142-e38e-4055-bd45-ad2bd0045880"
+ "value": "5px",
+ "uuid": "b79002d2-bcff-4e8d-a406-e512c7e7d0e3"
}
- },
- "uuid": "09bf854f-452b-4494-9c5c-624398030d4d"
+ }
},
- "breadcrumbs-start-edge-to-text": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-compact-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "a0542dab-98fb-45d8-b4a0-79cfd2cc4f1c"
+ "value": "7px",
+ "uuid": "7788c25c-0ce2-4170-8c5f-2fb1d98d953a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "9px",
- "uuid": "6d632147-5a1e-4a19-9fca-019b234d0455"
+ "uuid": "4fb0520b-8c74-4fb7-b279-a3586a06a57e"
}
- },
- "uuid": "844de981-645a-4f24-bab6-6561b762f3c8"
- },
- "breadcrumbs-end-edge-to-text": {
- "component": "breadcrumbs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "99ef1a0d-5fe1-4b62-9609-8929e7a3bf9c"
+ }
},
- "breadcrumbs-top-text-to-bottom-text": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-compact-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "9px",
- "uuid": "3a89734d-4fcc-43cf-9b77-b2f6d3732391"
+ "uuid": "fab951e5-1a78-4fb4-8c19-677f5f231189"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "b93aad22-aff0-46d5-b54e-17891f02124a"
+ "value": "13px",
+ "uuid": "fad964d8-0020-4583-97ab-7d6565d01bdc"
}
- },
- "uuid": "0c3dc1de-a246-44b4-9bb6-650e6542f110"
+ }
},
- "breadcrumbs-top-to-separator-icon": {
- "component": "breadcrumbs",
+ "tab-item-top-to-workflow-icon-compact-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "15e56281-5fc1-4b59-b815-fc333231e364"
+ "value": "11px",
+ "uuid": "dd4769f3-5c7e-491f-9d01-c80af0b561fb"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "25px",
- "uuid": "882046d8-7111-4020-bf31-b8eb9d9013e0"
+ "value": "16px",
+ "uuid": "f310e5d7-7435-41a0-b44d-ececff4844f2"
}
- },
- "uuid": "dd645f4d-18c9-41e9-bdd7-7a63cd40728f"
+ }
},
- "breadcrumbs-top-to-separator-icon-compact": {
- "component": "breadcrumbs",
+ "tab-item-focus-indicator-gap-small": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "a63e8df1-124f-4f3e-9e1b-ba422b8d8257"
+ "value": "7px",
+ "uuid": "d23bdd67-d7d0-42df-9575-61502d3692ab"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "23px",
- "uuid": "f6c5b011-ec25-42ea-a708-d7dca1b5fb5a"
+ "value": "9px",
+ "uuid": "5fbc924e-e79e-46c6-8544-c92d7f33bc26"
}
- },
- "uuid": "6df1c933-7265-4a4f-bcff-93f0e12871f7"
+ }
},
- "breadcrumbs-top-to-separator-icon-multiline": {
- "component": "breadcrumbs",
+ "tab-item-focus-indicator-gap-medium": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "6b310160-ab2e-40fd-9216-21ddcb36b575"
+ "value": "8px",
+ "uuid": "cbbaa048-129d-439f-8aae-59153e28216b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "eb3b2566-6fc1-4a2c-a8cf-e40af3d34715"
+ "value": "10px",
+ "uuid": "09ee234f-a596-47ba-89df-ab9ebc07ded8"
}
- },
- "uuid": "eb8f020c-8e62-42ee-9e0d-2de3377385cb"
+ }
},
- "breadcrumbs-separator-icon-to-bottom-text-multiline": {
- "component": "breadcrumbs",
+ "tab-item-focus-indicator-gap-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "56dd2fd0-c7a3-4f2c-bda9-8e6ba6d99e6c"
+ "value": "9px",
+ "uuid": "6fd78b93-1356-4eb0-9f70-bed00c3eb2aa"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "571239ce-690f-49ee-9e71-d14bbfe4b279"
+ "value": "11px",
+ "uuid": "6c4d8c39-9f75-4c75-94e2-274a69a8f556"
}
- },
- "uuid": "442d74d2-69d2-47bd-b474-5e63c8844122"
- },
- "breadcrumbs-truncated-menu-to-separator-icon": {
- "component": "breadcrumbs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "1fe2a3df-3179-4c4a-8d1f-de41297b6d74"
+ }
},
- "breadcrumbs-top-to-truncated-menu": {
- "component": "breadcrumbs",
+ "tab-item-focus-indicator-gap-extra-large": {
+ "component": "tab-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "751734bd-1c58-4222-bbd8-8b2349f2fbd2"
+ "value": "10px",
+ "uuid": "1f12f9aa-19bd-4f77-93db-d737c0538677"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "793da276-18a6-46d0-a0e5-a1676c4df583"
+ "value": "12px",
+ "uuid": "6c0aad05-5224-4ade-913a-3dc5ebceeb62"
}
- },
- "uuid": "c39a7d2e-ded0-481a-8b9f-78aa4e1e0e76"
+ }
},
- "breadcrumbs-top-to-truncated-menu-compact": {
- "component": "breadcrumbs",
+ "side-navigation-width": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "e0aba287-799f-4621-97cb-563352002a20"
+ "value": "192px",
+ "uuid": "d087f995-da55-4c96-89c4-69a9a83e2f05"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "d5e92b0a-6d37-4b77-a5d0-6c4f1b9a722c"
+ "value": "240px",
+ "uuid": "3bc5710f-5fd7-4cce-a3c2-f1e45deee2b2"
}
- },
- "uuid": "6f36fa37-f5f5-49fe-9b06-e69e51a1fb46"
- },
- "breadcrumbs-start-edge-to-truncated-menu": {
- "component": "breadcrumbs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "b1fba444-c281-4be4-bded-4852b551cfee"
- },
- "breadcrumbs-truncated-menu-to-bottom-text": {
- "component": "breadcrumbs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "2285d870-68ec-469f-a034-2fdeb31e33f0"
+ }
},
- "avatar-size-50": {
- "component": "avatar",
+ "side-navigation-minimum-width": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "60fd0b38-3bad-4a0f-8a69-d4cf79b635ff"
+ "value": "160px",
+ "uuid": "998bb752-7826-4437-ac18-14e08644e226"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "200px",
+ "uuid": "ad835d79-64d9-4183-ace0-912c87fc2241"
+ }
+ }
+ },
+ "side-navigation-maximum-width": {
+ "component": "side-navigation",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "240px",
+ "uuid": "68210b40-f87e-4059-88c1-e66d1c8cbd38"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "6f6fae3d-eafd-41d7-a863-b2f0b57240ab"
+ "value": "300px",
+ "uuid": "bcb163a0-0156-4e2e-abfe-b2ac0158f348"
}
- },
- "uuid": "74b61508-450d-4ccf-a004-87c6fdee3d14"
+ }
},
- "avatar-size-75": {
- "component": "avatar",
+ "side-navigation-second-level-edge-to-text": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "6aa2d529-0e10-4eaf-8786-f38e04e4d438"
+ "value": "24px",
+ "uuid": "2e5df819-ac9e-4b09-bdf6-8b1fe751c8fb"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "f23636e9-93e2-444d-a95b-1311a7e074f3"
+ "value": "30px",
+ "uuid": "e77cde34-8f77-4fd1-a1f7-aa6738130902"
}
- },
- "uuid": "fd0f42d3-3d6e-4078-9e7d-54cdf68779de"
+ }
},
- "avatar-size-100": {
- "component": "avatar",
+ "side-navigation-third-level-edge-to-text": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "f3293ec2-befd-49e8-a280-b5a1827aa40c"
+ "value": "36px",
+ "uuid": "adfe198d-a39b-47a1-bfa4-77dd0d139803"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "a2833b95-ba74-4caf-89e6-8294465d2780"
+ "value": "45px",
+ "uuid": "06140452-b779-4527-ae3a-5f0623a6b97c"
}
- },
- "uuid": "36128b0d-b39f-49b0-9326-9aabdd9d4a18"
+ }
},
- "avatar-size-200": {
- "component": "avatar",
+ "side-navigation-with-icon-second-level-edge-to-text": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "a17f3911-00ad-4d52-a474-dc5d4e3341d1"
+ "value": "50px",
+ "uuid": "d254c910-2939-48ce-8547-08cfb346a0db"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "uuid": "7bfa97a1-39a8-4a30-af13-31ce1393098a"
+ "value": "62px",
+ "uuid": "7d4cd9bd-bfaf-4ad7-9c3b-19f7913f0825"
}
- },
- "uuid": "e799a14e-ebe3-4a79-bffe-02519e4f8283"
+ }
},
- "avatar-size-300": {
- "component": "avatar",
+ "side-navigation-with-icon-third-level-edge-to-text": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "337f89c8-5b8a-4cd9-a32d-31f2d9804b2e"
+ "value": "62px",
+ "uuid": "f1d90f18-e114-477f-88ca-548c5ddbc287"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "b0bd14f7-9642-4e20-90c4-68f38a53e72c"
+ "value": "77px",
+ "uuid": "f82ab001-808a-4528-bf4a-be27645a28fc"
}
- },
- "uuid": "9882a002-e081-4537-b31e-30d8d90a77b3"
+ }
},
- "avatar-size-400": {
- "component": "avatar",
+ "side-navigation-item-to-item": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "uuid": "f7ee2f39-d2ea-44ce-a5e6-e9a2bb8af52e"
+ "value": "4px",
+ "uuid": "47e687e4-c458-4e0b-bd02-7698cc14983b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "44237baf-1128-445d-8337-a943c6ac0019"
+ "value": "5px",
+ "uuid": "be37c65c-88c5-48cd-9554-8240909db98d"
}
- },
- "uuid": "7dd556a4-252f-4b83-93cc-827da0551b3a"
+ }
},
- "avatar-size-500": {
- "component": "avatar",
+ "side-navigation-item-to-header": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "9088ecf5-e278-48fe-a7cc-bdf77d15772f"
+ "value": "24px",
+ "uuid": "c5de72a2-931a-429d-ba85-5aaf2e30fbc4"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "db33d97e-15e4-4248-a8cf-4b69d745a2e0"
+ "value": "30px",
+ "uuid": "0f3821f1-6f0e-4325-bfa7-e572768fd468"
}
- },
- "uuid": "a49b2760-8820-4266-bdb9-fc76ddc6d738"
+ }
},
- "avatar-size-600": {
- "component": "avatar",
+ "side-navigation-bottom-to-text": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "15634a63-05f3-4fb8-989a-cb3ad46b8946"
+ "value": "8px",
+ "uuid": "8751d85d-a325-4e4e-a7b2-0a3ca94b6b6e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "46px",
- "uuid": "9ea7c014-2c8d-403f-ad7f-fa3c08a3a46d"
+ "value": "10px",
+ "uuid": "e3f49e5e-f9ec-485c-846e-7a8fda08caea"
}
- },
- "uuid": "1f23f3a9-5b76-4d27-a934-dcf8dda0afef"
+ }
},
- "avatar-size-700": {
- "component": "avatar",
+ "tray-top-to-content-area": {
+ "component": "tray",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "92260f9e-ad2a-4e46-ad65-d83d99f7e7b7"
+ "value": "4px",
+ "uuid": "74787427-ea2f-4b94-99c0-88454e8be6cf"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "0bec4f0f-efb2-44f9-a131-28f8fe248c40"
+ "value": "5px",
+ "uuid": "794ad497-1725-4a03-a7c9-425eaee3178e"
}
- },
- "uuid": "a73d1b8d-745c-4ad6-986f-e28c8937285a"
+ }
},
- "alert-banner-minimum-height": {
- "component": "alert-banner",
+ "in-field-button-width-stacked-small": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "24125066-c8d1-4c4a-85b3-493d112d3ca0"
+ },
+ "in-field-button-width-stacked-medium": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "28px",
+ "uuid": "bb8c7ce0-1766-47f9-b30e-36b3b57dc2ea"
+ },
+ "in-field-button-width-stacked-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "36px",
+ "uuid": "4e103763-4310-4aff-980f-652ad023084f"
+ },
+ "in-field-button-width-stacked-extra-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "44px",
+ "uuid": "5f844b3f-e0d7-40f0-a754-a14bee6a0fb4"
+ },
+ "in-field-button-fill-stacked-inner-border-rounding": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "f8ed9a70-58f1-4f1a-9e87-24bca6d7b4e1"
+ },
+ "in-field-button-edge-to-fill": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "5bffe992-2982-49e8-aa3a-e4e93c884f43",
+ "deprecated": true
+ },
+ "in-field-button-stacked-inner-edge-to-fill": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "56b54ece-0ff3-4957-9c1c-9e7fb992653c"
+ },
+ "in-field-button-edge-to-disclosure-icon-stacked-small": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "8b6a0ab1-4dba-4da2-9c67-3befca0f110e"
+ },
+ "in-field-button-edge-to-disclosure-icon-stacked-medium": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "ccb60cfc-86fe-4959-b4a8-1a45835132c8"
+ },
+ "in-field-button-edge-to-disclosure-icon-stacked-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "13px",
+ "uuid": "6a6e5478-b549-4a39-a7f5-5d3c417464ce"
+ },
+ "in-field-button-edge-to-disclosure-icon-stacked-extra-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "d563157b-f0d7-407d-aaaf-ae1790c75503"
+ },
+ "in-field-button-outer-edge-to-disclosure-icon-stacked-small": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "9890df35-2d45-4767-9cbe-ee745d09d990"
+ },
+ "in-field-button-outer-edge-to-disclosure-icon-stacked-medium": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "a87d68bb-4249-43cd-947d-bd061baba0ef"
+ },
+ "in-field-button-outer-edge-to-disclosure-icon-stacked-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "acc9c48a-f461-48ff-9f69-0224c4feabc6"
+ },
+ "in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "391e1e67-1677-4f60-a09a-3b49bacd01f5"
+ },
+ "in-field-button-inner-edge-to-disclosure-icon-stacked-small": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-small}",
+ "uuid": "6c1330a4-1c89-45a7-b2b1-8cbcaf20b9ab"
+ },
+ "in-field-button-inner-edge-to-disclosure-icon-stacked-medium": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-medium}",
+ "uuid": "3dd5babb-5026-4f28-89ae-bfe687673f31"
+ },
+ "in-field-button-inner-edge-to-disclosure-icon-stacked-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-large}",
+ "uuid": "710ebe58-f0d8-4d6b-8974-0be1f2f48dc4"
+ },
+ "in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large}",
+ "uuid": "c47499c1-b89f-49a7-bbb5-17e83e4b306e"
+ },
+ "arrow-icon-size-75": {
+ "component": "arrow-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "450405f8-4f08-4151-85dd-730b669a7ed0"
+ "value": "10px",
+ "uuid": "b39b3ce3-6a48-4025-96ef-659b0c9ae9e8"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "64px",
- "uuid": "6d313800-3020-45f8-969d-63e81057ff97"
+ "value": "12px",
+ "uuid": "6ff35aff-8a9f-466c-bdd3-dda460ccaee5"
}
- },
- "uuid": "63ee45bd-4e77-4ab6-b0ff-8466a4072f52"
+ }
},
- "alert-banner-width": {
- "component": "alert-banner",
+ "arrow-icon-size-100": {
+ "component": "arrow-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "832px",
- "uuid": "713e9ae2-e226-45ab-bce9-869533253ee7"
+ "value": "10px",
+ "uuid": "c22e7427-617d-4f99-bee7-e3fffba07fc2"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "680px",
- "uuid": "b02e6302-d443-4b94-bda9-f4cc90b3d4ca"
+ "value": "14px",
+ "uuid": "e9b3eb08-2004-4ad3-bb13-a00a6cb536aa"
}
- },
- "uuid": "11184272-5c12-4487-b3db-f784466d0c58"
- },
- "alert-banner-to-top-workflow-icon": {
- "component": "alert-banner",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{alert-banner-top-to-workflow-icon}",
- "deprecated": true,
- "deprecated_comment": "Introduced as an error. Use alert-banner-top-to-workflow-icon instead",
- "uuid": "42b40d65-eed4-432e-8ede-74d89905d131"
+ }
},
- "alert-banner-top-to-workflow-icon": {
- "component": "alert-banner",
+ "arrow-icon-size-200": {
+ "component": "arrow-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "fbe047c4-0346-4b81-bdf6-6565cede7a28"
+ "value": "12px",
+ "uuid": "645d5384-e3a8-4d97-acf6-7cbce00e6537"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "402c755b-322c-4ea0-856c-ca209bdaa8ec"
- }
- },
- "uuid": "6e8a1f16-b7f2-4bbc-8ce8-9f2badebb500"
- },
- "alert-banner-to-top-text": {
- "component": "alert-banner",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{alert-banner-top-to-text}",
- "deprecated": true,
- "deprecated_comment": "Introduced as an error. Use alert-banner-top-to-text instead",
- "uuid": "8fefedaf-6e95-4a14-a8ba-08381f57bfeb"
+ "value": "16px",
+ "uuid": "c7df43e2-7354-4f53-b453-dc9bf9060e64"
+ }
+ }
},
- "alert-banner-top-to-text": {
- "component": "alert-banner",
+ "arrow-icon-size-300": {
+ "component": "arrow-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "14px",
- "uuid": "1d289972-d5ba-41e8-8935-e8c83afb15cf"
+ "uuid": "d0df9084-c6bf-42e5-b830-82906036e397"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "8db02117-b543-4b3e-b0ff-203e9a821708"
+ "value": "16px",
+ "uuid": "f6116604-efbe-4c6f-b047-29247d632174"
}
- },
- "uuid": "c586013e-3ba7-4e91-9377-decb2e82e3c6"
- },
- "alert-banner-to-bottom-text": {
- "component": "alert-banner",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{alert-banner-bottom-to-text}",
- "deprecated": true,
- "deprecated_comment": "Introduced as an error. Use alert-banner-bottom-to-text instead",
- "uuid": "e2bd6435-6fbd-4030-9ff5-b034438b8d8a"
+ }
},
- "alert-banner-bottom-to-text": {
- "component": "alert-banner",
+ "arrow-icon-size-400": {
+ "component": "arrow-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "e19fdd96-44a4-407b-b2b1-01001684fc84"
+ "value": "16px",
+ "uuid": "4ced8527-31ad-4e48-9491-806ffc57442a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "5f2b2bc1-ebb0-46dd-a563-58df6307996d"
+ "value": "18px",
+ "uuid": "35f055a9-8a33-42b2-a316-7e2ef0a4b99d"
}
- },
- "uuid": "31c44c54-bb66-41f2-b47f-594931457cad"
+ }
},
- "rating-indicator-width": {
- "component": "rating",
+ "arrow-icon-size-500": {
+ "component": "arrow-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "18px",
- "uuid": "f0958cee-9688-43db-9542-1aef164f9dfe"
+ "uuid": "31f09728-964b-4598-99a0-d17bf7256e40"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "22px",
- "uuid": "dce9ff1e-06d1-49a5-817f-5319f4ab15e2"
+ "uuid": "dcf16e1a-49ea-4888-85b7-012462a60f40"
}
- },
- "uuid": "7c4bf44d-6562-467c-9bec-a24243c8028e"
+ }
},
- "rating-indicator-to-icon": {
- "component": "rating",
+ "arrow-icon-size-600": {
+ "component": "arrow-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "b132d948-bec9-4a29-b281-e77801ce5a7c"
+ "value": "20px",
+ "uuid": "5ffece39-b8fc-4a40-a051-0d6c8e253f8f"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "8e13ea1d-8000-485e-8700-5522cc71b95c"
+ "value": "24px",
+ "uuid": "2f5f49e5-9aba-4ea0-a8d9-0f0e4c086b89"
}
- },
- "uuid": "fed766b6-a8e3-42d5-82f5-fb3fa0fc229c"
+ }
},
- "color-area-width": {
- "component": "color-area",
+ "asterisk-icon-size-75": {
+ "component": "asterisk-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "49ea57ee-7b12-4a8b-a9bb-a11cf2c9d72c"
+ },
+ "asterisk-icon-size-100": {
+ "component": "asterisk-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "192px",
- "uuid": "8fcf30ee-73e1-4f54-8975-5467dedade29"
+ "value": "8px",
+ "uuid": "d04b37cc-2c35-49af-9e92-9993264e405a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "e5daae6b-7040-4e80-a251-db4c8c79e113"
+ "value": "10px",
+ "uuid": "f6f11ca3-b78b-4207-868f-f834c19e8d3d"
}
- },
- "uuid": "f6071bbd-61a1-46d8-9591-4da270732828"
+ }
},
- "color-area-minimum-width": {
- "component": "color-area",
+ "asterisk-icon-size-200": {
+ "component": "asterisk-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "64px",
- "uuid": "19ff1ba5-a351-4427-bf2e-4e212dde3d3c"
+ "value": "10px",
+ "uuid": "49892fb4-a9df-4882-a656-7f9ffb9558bc"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "80px",
- "uuid": "126cd0b8-55cc-489c-9582-fddde76b431c"
+ "value": "12px",
+ "uuid": "3f1b200b-d341-41e4-ae7b-c981ccb492f7"
}
- },
- "uuid": "5e72964b-31cc-44f7-9535-d6cf5a4f5131"
+ }
},
- "color-area-height": {
- "component": "color-area",
+ "asterisk-icon-size-300": {
+ "component": "asterisk-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "192px",
- "uuid": "993f90f6-22a6-49ec-a8e6-7a8b904d42a7"
+ "value": "10px",
+ "uuid": "93506e7b-f388-4cf8-bd73-e7d96da935d5"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "552a014a-c590-48f8-98dc-26849b62c3ab"
+ "value": "12px",
+ "uuid": "a1cdad1f-6537-4c35-a87b-45d8e161ee46"
}
- },
- "uuid": "51fc2f80-5e26-4b16-9f99-bd7cdebe120e"
+ }
},
- "color-area-minimum-height": {
- "component": "color-area",
+ "checkmark-icon-size-50": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "64px",
- "uuid": "73c558f3-2a1c-4c1d-9b17-cfb49f510070"
+ "value": "10px",
+ "uuid": "6335cb3a-6ceb-40e7-b241-ff9b36f1277c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "80px",
- "uuid": "9b84d54e-2b10-4502-b072-ded2a8bf9cb3"
+ "value": "12px",
+ "uuid": "ee52f114-1ab6-430b-bd54-62a82bf3600e"
}
- },
- "uuid": "09eba209-c3f1-4ed6-96cc-47c63c4b0668"
- },
- "color-area-border-width": {
- "component": "color-area",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-100}",
- "uuid": "78fff16d-d6fe-4a74-98bc-97c56e352250"
+ }
},
- "color-area-border-rounding": {
- "component": "color-area",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{corner-radius-100}",
- "uuid": "ab656bf4-8814-42fa-9036-b1e67159e4e1"
- },
- "color-wheel-width": {
- "component": "color-wheel",
+ "checkmark-icon-size-75": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "192px",
- "uuid": "d4cdb77e-54b8-4bcf-97b1-992287af2690"
+ "value": "10px",
+ "uuid": "0545a68c-f273-4348-84cd-9cd365bdb474"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "81d866f0-e2a6-4f27-bb22-6675cce4e937"
+ "value": "12px",
+ "uuid": "99224b4e-751a-49ec-8db4-41c8cc4c7bf5"
}
- },
- "uuid": "441c23c9-98af-4db0-a74e-dbc70d34a0c4"
+ }
},
- "color-wheel-minimum-width": {
- "component": "color-wheel",
+ "checkmark-icon-size-100": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "175px",
- "uuid": "647244c3-b071-45c1-94f7-3be32cfebabe"
+ "value": "10px",
+ "uuid": "9227a279-09f4-457a-b5b3-894f0d6a00df"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "219px",
- "uuid": "6733cd28-a949-40f7-bd36-034af9c0261f"
+ "value": "14px",
+ "uuid": "23247915-3cc0-4fdf-b21a-85b97019a219"
}
- },
- "uuid": "675789ec-f6bc-4378-a1fa-94e031de52f7"
- },
- "color-wheel-color-area-margin": {
- "component": "color-wheel",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "4b6bca16-ea29-4d6c-81cf-9005b9a3b5e5"
+ }
},
- "color-slider-length": {
- "component": "color-slider",
+ "checkmark-icon-size-200": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "192px",
- "uuid": "11442823-3e61-425a-a24b-a4a0747a06c4"
+ "value": "12px",
+ "uuid": "342a360b-d58c-4d7a-9a9d-893600b90785"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "c42de1ce-088a-4918-a7dc-36507c8acedf"
+ "value": "14px",
+ "uuid": "d4e3f5ff-91d6-499e-b79e-b1d85c0c597b"
}
- },
- "uuid": "f2c2cd54-9bc9-4eb9-b903-ebd285be2101"
+ }
},
- "color-slider-minimum-length": {
- "component": "color-slider",
+ "checkmark-icon-size-300": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "80px",
- "uuid": "54aad7a1-df6a-414a-82b4-7976c912a8e5"
+ "value": "14px",
+ "uuid": "b5eff9b7-6987-47a1-a673-c47b7e806370"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "100px",
- "uuid": "120308f7-4220-420e-b836-20176a8184b7"
+ "value": "16px",
+ "uuid": "d9b251b2-aa8a-46dc-9a2a-0eb46afea241"
}
- },
- "uuid": "56a81108-825a-4b29-bc9a-af66d23c2a9a"
- },
- "color-slider-border-width": {
- "component": "color-slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "2b907cad-7534-411b-b3bf-ab89a3712ad8"
- },
- "color-slider-border-rounding": {
- "component": "color-slider",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "991541a2-df44-4f32-90a5-de698adf5db3"
- },
- "floating-action-button-drop-shadow-blur": {
- "component": "floating-action-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "82e8cf04-7eda-4f36-8d2c-fda63241c3de"
- },
- "floating-action-button-drop-shadow-y": {
- "component": "floating-action-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "a4ddc1a6-1367-4153-bb7c-c217d16d10f4"
- },
- "illustrated-message-maximum-width": {
- "component": "illustrated-message",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "380px",
- "uuid": "0e464925-5524-4fcc-a2f1-54ef42a2990a"
+ }
},
- "illustrated-message-title-size": {
- "component": "illustrated-message",
+ "checkmark-icon-size-400": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-m}",
- "uuid": "365ec548-431b-4e1e-9f9d-7b04d337f001"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "1a043355-03e6-4322-a462-7d628c23fd06"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-s}",
- "uuid": "cfca5a29-7073-4627-8a61-27d37552dc03"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "c044459e-12a3-4cdd-9f22-db1d14f34164"
}
- },
- "uuid": "ef4d00df-ab62-4206-b101-728419d8eb8f"
+ }
},
- "illustrated-message-cjk-title-size": {
- "component": "illustrated-message",
+ "checkmark-icon-size-500": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-cjk-size-m}",
- "uuid": "e77279df-bc62-441a-8a30-5faa41d0df10"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "0bf97a2b-5fe6-46ca-8175-8457e8e37d36"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-cjk-size-s}",
- "uuid": "00c938e6-e62e-4bc3-8884-cf23b10e286c"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "29f107aa-b8a8-4a09-bf55-9c903c1005ed"
}
- },
- "uuid": "d241cc79-d102-4732-afe2-fec515ba1d18"
+ }
},
- "illustrated-message-body-size": {
- "component": "illustrated-message",
+ "checkmark-icon-size-600": {
+ "component": "checkmark-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-s}",
- "uuid": "4140710f-ae31-4ae3-b8b6-2d3eb6a1ae78"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-xs}",
- "uuid": "f3ba73a4-16ba-44a4-abf2-9893e8f02344"
- }
- },
- "uuid": "fed462be-2f98-4dcf-9822-53f7321a305d"
- },
- "search-field-minimum-width-multiplier": {
- "component": "search-field",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
- "value": 3,
- "uuid": "c4b2177d-4468-4180-be27-69d26a51ba0b"
- },
- "color-loupe-height": {
- "component": "color-loupe",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "64px",
- "uuid": "0f7e8b9e-99e5-4f5a-ae80-99f65f4c4e51"
- },
- "color-loupe-width": {
- "component": "color-loupe",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "889e2495-b882-4aa3-8a5b-1a71d44edde4"
- },
- "color-loupe-bottom-to-color-handle": {
- "component": "color-loupe",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "92beba60-f61d-426a-a864-203dca7244a0"
- },
- "color-loupe-outer-border-width": {
- "component": "color-loupe",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "uuid": "51cd5039-1319-451a-b13f-bb3a218238a5"
- },
- "color-loupe-inner-border-width": {
- "component": "color-loupe",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "b3900f89-0a7a-4c47-a6d9-ca8aa19b9bfb"
- },
- "color-loupe-drop-shadow-y": {
- "component": "color-loupe",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "c9af5d60-11b1-4fc3-972e-6a607120657b"
- },
- "color-loupe-drop-shadow-blur": {
- "component": "color-loupe",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "86caa027-9e9e-4a5f-aa38-058f0a96bc9d"
- },
- "card-minimum-width": {
- "component": "cards",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "100px",
- "uuid": "55db9f3d-621d-4d23-b3d0-c0f2b0f3f9b0"
- },
- "card-preview-minimum-height": {
- "component": "cards",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "130px",
- "uuid": "58eb5be8-644f-448e-99b9-94d1fbb93240"
- },
- "card-selection-background-size": {
- "component": "cards",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "496fd060-70a9-48d0-948f-593b81847199"
- },
- "drop-zone-width": {
- "component": "drop-zone",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "428px",
- "uuid": "2097b13e-94b3-4a06-a0af-c7d8420d1273"
- },
- "drop-zone-content-maximum-width": {
- "component": "drop-zone",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{illustrated-message-maximum-width}",
- "uuid": "b8d0db71-9a25-46fc-b77a-037fcf86be8e"
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "4bacaeea-2d60-46d2-8c98-288b45a79aaf"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "b52f4e53-06c2-4746-8063-e2bd99361174"
+ }
+ }
},
- "drop-zone-border-dash-length": {
- "component": "drop-zone",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "a596af57-256f-4445-b91f-36e47bfb2d95"
+ "chevron-icon-size-50": {
+ "component": "chevron-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "785a9152-a69b-4164-a8e2-cc201c1f8063"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "6d8ce7eb-a2a2-496c-9ce7-847f4da5fc0c"
+ }
+ }
},
- "drop-zone-border-dash-gap": {
- "component": "drop-zone",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "47c15433-53d3-425b-8b87-ea234701f781"
+ "chevron-icon-size-75": {
+ "component": "chevron-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "43ef1792-b182-419d-966c-a8a2d77dbe03"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "74dbb8c0-2e65-413d-8b52-7215993b5696"
+ }
+ }
},
- "drop-zone-title-size": {
- "component": "drop-zone",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{illustrated-message-title-size}",
- "uuid": "edc68bfe-7ad3-4a12-81fa-ded8fb6fc2e3"
+ "chevron-icon-size-100": {
+ "component": "chevron-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "fdd4f0b4-3284-4734-b158-ecd5da36d586"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "c4d6bea8-61b0-45a4-81e0-1e5dd7429463"
+ }
+ }
},
- "drop-zone-cjk-title-size": {
- "component": "drop-zone",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{illustrated-message-cjk-title-size}",
- "uuid": "013387e8-8925-4bb4-a8ee-94420141fde9"
+ "chevron-icon-size-200": {
+ "component": "chevron-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "2df0f6e0-5821-4f70-9aa9-1cc61f860b53"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "08bbd8dd-bb02-43b9-8e25-7709aee5ff52"
+ }
+ }
},
- "drop-zone-body-size": {
- "component": "drop-zone",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{illustrated-message-body-size}",
- "uuid": "bb3fee51-24cc-4643-9f22-fa1592ab2457"
+ "chevron-icon-size-300": {
+ "component": "chevron-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "087dcfa2-5bfd-47a4-a67c-dca50e086e7a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "e6fdcac2-9916-45e2-a479-e87d17ece1f9"
+ }
+ }
},
- "coach-mark-width": {
- "component": "coach-mark",
+ "chevron-icon-size-400": {
+ "component": "chevron-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "296px",
- "uuid": "49d1e2be-3aa2-4515-ba54-7f6cf3ab007c"
+ "value": "16px",
+ "uuid": "7fc3ab50-4856-442b-85f7-7f0e5ab3304a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "216px",
- "uuid": "b3f14387-44fd-43d3-a152-c8e691ef87df"
+ "value": "18px",
+ "uuid": "ee913eaa-bdaf-44c0-a139-17c5d94b1d4a"
}
- },
- "uuid": "b8c6b0f5-b498-46e3-8fed-b026af86482a"
+ }
},
- "coach-mark-minimum-width": {
- "component": "coach-mark",
+ "chevron-icon-size-500": {
+ "component": "chevron-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "296px",
- "uuid": "9f413341-5ed5-4cd0-8348-1c7141dcab8d"
+ "value": "16px",
+ "uuid": "2891d3c7-1178-4901-9be9-75efada4a9e7"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "216px",
- "uuid": "9004d69e-5726-42f5-a4d0-de09db2de784"
+ "value": "20px",
+ "uuid": "95400787-7abb-4cad-830b-8a4042831860"
}
- },
- "uuid": "53ab0df3-12d4-4460-b5a7-234e40c4456a"
+ }
},
- "coach-mark-maximum-width": {
- "component": "coach-mark",
+ "chevron-icon-size-600": {
+ "component": "chevron-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "380px",
- "uuid": "07cdeb95-d368-4ed1-ba29-6b9ddeae1396"
+ "value": "18px",
+ "uuid": "c1de2d7d-ef83-4a3f-9407-2f512127244f"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "248px",
- "uuid": "7f8346b2-f8bf-441d-8412-2a2a28cf4b90"
+ "value": "24px",
+ "uuid": "350b77ab-6440-49c1-9b1c-a31c5c4f2f5f"
}
- },
- "uuid": "a2fbb90f-b481-49bb-aa87-d67b0144c8c5"
+ }
},
- "coach-mark-edge-to-content": {
- "component": "coach-mark",
+ "cross-icon-size-75": {
+ "component": "cross-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{spacing-400}",
- "uuid": "d5a3e2c7-f717-4436-91a3-3ab34aebd48e"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "8e597833-1025-4de4-b34a-2f34201487c3"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{spacing-300}",
- "uuid": "11fb0ab2-d6a0-4da8-9c83-c1f6b918406a"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "622d259d-b52b-409a-bf58-04705d8423f9"
}
- },
- "uuid": "41bda81f-182f-46ce-961b-83db9b5211bd"
+ }
},
- "coach-mark-pagination-text-to-bottom-edge": {
- "component": "coach-mark",
+ "cross-icon-size-100": {
+ "component": "cross-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "33px",
- "uuid": "d2ff2d4f-058e-412b-9e16-1725d6d29e25"
+ "value": "8px",
+ "uuid": "c9fac273-0c5c-46cd-b774-ad566a540511"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "cd48e6b7-a4d8-4a22-8d65-531d770a9898"
+ "value": "10px",
+ "uuid": "11f924ca-5542-4864-b153-77363a32d690"
}
- },
- "uuid": "2e16deca-76be-472d-97ec-13596db8089d"
+ }
},
- "coach-mark-media-height": {
- "component": "coach-mark",
+ "cross-icon-size-200": {
+ "component": "cross-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "222px",
- "uuid": "f6381a33-ac4e-4ff9-86a3-183c857772ad"
+ "value": "10px",
+ "uuid": "5b416331-7910-4d64-9b5f-43fd1832d3a6"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "162px",
- "uuid": "45b31e46-b878-40a2-a28a-91c480f45253"
+ "value": "12px",
+ "uuid": "11f65b04-c50d-45bb-86bd-34520aa7db61"
}
- },
- "uuid": "f8ee195f-0b00-41fb-bb76-a22a7f0ccaff"
+ }
},
- "coach-mark-media-minimum-height": {
- "component": "coach-mark",
+ "cross-icon-size-300": {
+ "component": "cross-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "166px",
- "uuid": "e62c5a76-685c-4b48-98bb-746d6dd4b10e"
+ "value": "12px",
+ "uuid": "f0a65c80-55e8-4ad3-b68c-8429c2fefcf5"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "121px",
- "uuid": "53703e12-f837-4573-bd44-e4727ed2aeaa"
+ "value": "14px",
+ "uuid": "37867ac1-4101-4553-98e1-c8a94fdd2d66"
}
- },
- "uuid": "f35ee551-3eab-4650-938d-60b4bb10ec3d"
+ }
},
- "coach-mark-title-size": {
- "component": "coach-mark",
+ "cross-icon-size-400": {
+ "component": "cross-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-xs}",
- "uuid": "331604db-3f28-472e-810d-9010ed2c8e33"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "12px",
+ "uuid": "b7e0939f-45ef-4250-8138-2bee9dcb2be4"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{heading-size-xxs}",
- "uuid": "cd4848b6-d560-475a-9d80-f7b5acebce10"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "2fed48b7-dd3d-4c3c-9d5c-3046934f5cfd"
}
- },
- "uuid": "fe336e37-83d3-4ede-ac92-1e8d2b015415"
+ }
},
- "coach-mark-body-size": {
- "component": "coach-mark",
+ "cross-icon-size-500": {
+ "component": "cross-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-s}",
- "uuid": "eba9f466-deda-48d5-a120-14419d5a670f"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "1228762d-8c89-4e04-a097-5001d805877d"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-xs}",
- "uuid": "a0abef77-dafe-4158-9faa-a4b4b2871e54"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "a865d5f8-4798-4721-ab76-3b51067d6439"
}
- },
- "uuid": "c7ea57c3-9715-4347-aa19-efdbdd35b7e0"
+ }
},
- "coach-mark-pagination-body-size": {
- "component": "coach-mark",
+ "cross-icon-size-600": {
+ "component": "cross-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-s}",
- "uuid": "df8bc8ae-b6fa-4414-93b7-c89d8097fe11"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "825c1a0a-e6a3-41dc-81bb-0fb9b74c0ca2"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{body-size-xs}",
- "uuid": "350d9235-ff9e-43d7-9298-56b36d58d6de"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "e12ac1ec-08f8-4d8b-8c4b-29b74cafe1a1"
}
- },
- "uuid": "5a9623c0-37f0-4363-87ed-b015e9f73455"
+ }
},
- "accordion-top-to-text-compact-small": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "d6cc404c-af92-43be-88e3-407fdcb6e068"
+ "dash-icon-size-50": {
+ "component": "dash-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "59e5a3f7-c1d0-4b76-bb7e-2bcddddb83da"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "ea331ff6-aa92-4cb4-936a-554a2404152d"
+ }
+ }
},
- "accordion-top-to-text-regular-small": {
- "component": "accordion",
+ "dash-icon-size-75": {
+ "component": "dash-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "4f6e49d2-9ab8-4548-aae4-eed45a4003b9"
+ "value": "8px",
+ "uuid": "bfd0ad6e-6656-46d6-aa9f-0940b2c2902a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "1aa82f7b-64d5-4a5c-921c-4b36d0c4bd2d"
+ "value": "10px",
+ "uuid": "1b6d0e50-3ba2-43c9-8b8c-c220364f4434"
}
- },
- "uuid": "aad6a2e4-89ed-4b54-89cb-17643f5cf826"
+ }
},
- "accordion-small-top-to-text-spacious": {
- "component": "accordion",
+ "dash-icon-size-100": {
+ "component": "dash-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "229fa20e-6d13-40b0-b19f-5cf6386f81ac",
- "deprecated": true,
- "deprecated_comment": "Introduced as an error. Use accordion-top-to-text-spacious-small instead"
+ "value": "10px",
+ "uuid": "67464126-edf0-49db-a07c-8641d4a24cae"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "12px",
- "uuid": "bef73b91-db4f-4532-9f4d-f5a81ead625d",
- "deprecated": true,
- "deprecated_comment": "Introduced as an error. Use accordion-top-to-text-spacious-small instead"
+ "uuid": "9dc14737-973d-4f6e-8336-2e119c1f1af7"
}
- },
- "uuid": "21d37fe2-7897-4071-8f80-9c5ace73c0ea"
- },
- "accordion-top-to-text-compact-medium": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "484c9603-07f1-4ba6-b1bf-7cfaec5d1594"
+ }
},
- "accordion-top-to-text-regular-medium": {
- "component": "accordion",
+ "dash-icon-size-200": {
+ "component": "dash-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "48db5aeb-6752-4267-89c7-48ed84692ec8"
+ "value": "12px",
+ "uuid": "220d2f95-067f-4169-bab7-1b4e202bd1a1"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "1dab0630-304c-4087-b21c-83cd0e40b1d4"
+ "value": "14px",
+ "uuid": "98ebf128-02f1-4d4b-a686-af8713a0f24b"
}
- },
- "uuid": "f3aaa4f6-a58d-4612-bbfc-0d4647981067"
+ }
},
- "accordion-top-to-text-spacious-medium": {
- "component": "accordion",
+ "dash-icon-size-300": {
+ "component": "dash-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "12px",
- "uuid": "19c91104-bdf4-4969-8d92-c9cd47d39d13"
+ "uuid": "84f3da59-4c41-4e4e-925c-5fda4222361d"
},
"mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "ad59353e-3ed1-4e76-af87-020cebfa2664"
+ }
+ }
+ },
+ "dash-icon-size-400": {
+ "component": "dash-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "14px",
- "uuid": "63602a66-5f96-4e6a-8bf0-2ac03321a577"
+ "uuid": "17540c3a-2f85-4771-a4f8-834c70872abb"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "d2c45711-be18-4c85-8b23-f4d4f3d0b492"
}
- },
- "uuid": "666c8b52-bc14-4588-8147-ab11fac0a413"
+ }
},
- "accordion-top-to-text-compact-large": {
- "component": "accordion",
+ "dash-icon-size-500": {
+ "component": "dash-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "a73cc1b0-e31d-4d42-bb89-2e283fe9c59b"
+ "value": "16px",
+ "uuid": "08358bbf-3f8d-48fe-bb48-5dadead4170f"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "8d2ad303-095d-4f0c-b0c5-c1ec75b96819"
+ }
+ }
+ },
+ "dash-icon-size-600": {
+ "component": "dash-icon",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "34316272-7bcd-4b44-af20-07c0e1cb8690"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "c09ca9bf-1b8b-4ff3-93b7-e9296472dc76"
+ "value": "22px",
+ "uuid": "2e81ce48-452d-401f-a44d-10ca427f031e"
}
- },
- "uuid": "861bb30c-d322-4085-b7b5-8c1d1a3d6b02"
+ }
},
- "accordion-top-to-text-regular-large": {
- "component": "accordion",
+ "side-navigation-header-to-item": {
+ "component": "side-navigation",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "2021d787-ddaa-470a-a25d-8a57f67b7359"
+ "value": "8px",
+ "uuid": "423b5520-bb29-4179-9145-67305ca75b75"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "96442c10-e84d-4b26-9b49-534597d3193e"
+ "value": "10px",
+ "uuid": "ad959938-ad69-4137-91e4-fcf2465b223a"
}
- },
- "uuid": "48c043d5-24c8-4ac3-9745-6daa65f21a43"
+ }
},
- "accordion-top-to-text-spacious-large": {
- "component": "accordion",
+ "divider-vertical-minimum-height": {
+ "component": "divider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "200px",
+ "uuid": "299db7d6-66f6-4fcb-890d-223406c85ae4"
+ },
+ "divider-horizontal-minimum-width": {
+ "component": "divider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "200px",
+ "uuid": "a0093378-0b2c-474b-9fe5-76940fd1398b"
+ },
+ "tooltip-tip-corner-radius": {
+ "component": "tooltip",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "53fef925-59e3-4df5-9ac2-e2b4d34d9bca"
+ },
+ "switch-handle-size-small": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "8e042372-2504-46f2-8486-4d6174293ea2"
+ "value": "6px",
+ "uuid": "459a9b8c-b59b-4c9c-bc2d-c840d463040a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "e90553f0-d71e-44c2-b70a-89110fab7c6a"
+ "value": "10px",
+ "uuid": "8ccf8d0c-13a8-48da-a6dd-790ad728083f"
}
- },
- "uuid": "c5e08a35-8c56-4b29-8edc-d8fc64a19b0b"
+ }
},
- "accordion-top-to-text-compact-extra-large": {
- "component": "accordion",
+ "switch-handle-selected-size-small": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "6e08e002-56bf-421e-b9f8-9d37b1e80e6e"
+ "value": "8px",
+ "uuid": "507c0319-747b-448c-8962-5a73097ddfe2"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "5ebd5aab-49b3-49d1-be25-8aff15217eda"
+ "value": "12px",
+ "uuid": "14b85a33-6501-4366-90d3-e0c5375c522b"
}
- },
- "uuid": "d41f8c32-35e1-49e6-be09-cfd46c2aa064"
+ }
},
- "accordion-top-to-text-regular-extra-large": {
- "component": "accordion",
+ "switch-handle-selected-size-medium": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "9289aae4-ddaa-4a43-8f00-973dea8350f2"
+ "value": "10px",
+ "uuid": "29e7e1f1-d789-4d3c-9288-a139c7ae07ad"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "51f14c59-3071-45e7-b919-683c30589da9"
+ "value": "14px",
+ "uuid": "12f8e465-8241-4b1a-91f8-27e91e5a01bf"
}
- },
- "uuid": "d29f4dc3-b39b-46b6-bcec-64e9019d684f"
+ }
},
- "accordion-top-to-text-spacious-extra-large": {
- "component": "accordion",
+ "switch-handle-selected-size-large": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "5d8877e0-076c-4c9f-b2e9-cdde6942ea61"
+ "value": "12px",
+ "uuid": "83d7ed85-236a-4266-a57f-d33a5f1785ff"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "bd300d17-3599-4382-8a7d-1b78700d49e9"
+ "value": "16px",
+ "uuid": "eadbe025-3d4a-4874-89ad-b6f667a62837"
}
- },
- "uuid": "35dd0fbb-b065-4512-aae0-8705b5ead4ca"
+ }
},
- "accordion-bottom-to-text-compact-small": {
- "component": "accordion",
+ "switch-handle-selected-size-extra-large": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "524cb169-a9c1-4d3c-864e-dba03df6eac9"
+ "value": "14px",
+ "uuid": "272949bf-1503-4e7b-80d5-859c1ce57169"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "af95123b-2ab5-49bb-a070-1ca48b498f58"
+ "value": "20px",
+ "uuid": "63c42c0c-3976-4d4e-a86f-0234a3a72243"
}
- },
- "uuid": "b74e3f61-5d03-4104-a809-ed5b7fe60611"
+ }
},
- "accordion-bottom-to-text-regular-small": {
- "component": "accordion",
+ "switch-handle-size-medium": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "d64620dc-dd4a-447a-8491-d9e144ec8828"
+ "value": "8px",
+ "uuid": "6b885dfc-af50-4c44-8ee5-bf6b03624203"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "be3de2dc-7c53-4d8c-91b1-6aed5ea0895e"
+ "value": "12px",
+ "uuid": "6263739c-dd33-4670-819a-d3aa0b9056b4"
}
- },
- "uuid": "46761c4b-8224-48ae-bf79-9672d250e53f"
+ }
},
- "accordion-bottom-to-text-spacious-small": {
- "component": "accordion",
+ "switch-handle-size-large": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "bdc61836-fdcf-4ca0-a277-dd9cb314563a"
+ "value": "10px",
+ "uuid": "2216638d-6dc7-4bfa-8364-99fe8eab2b3b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "14px",
- "uuid": "56a65744-b195-4faf-ab5c-69a8424593f9"
+ "uuid": "91764817-6e5d-4273-b856-6751e40eb548"
}
- },
- "uuid": "0f91dd70-a1c7-487b-a9b3-d6a462bf9e57"
+ }
},
- "accordion-bottom-to-text-compact-medium": {
- "component": "accordion",
+ "switch-handle-size-extra-large": {
+ "component": "switch",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "c73f4637-7a33-4598-9498-8eb4a9e9e863"
+ "value": "12px",
+ "uuid": "cfa167e1-39e9-4d05-b757-bdd616830358"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "97b9278a-11d0-4470-99c3-e2d47ca5a714"
+ "value": "18px",
+ "uuid": "daee9fb3-c94c-4f91-90d5-99e40034c1fd"
}
- },
- "uuid": "0cf0f58c-8eea-4a65-8636-4764654d56e8"
+ }
},
- "accordion-bottom-to-text-regular-medium": {
- "component": "accordion",
+ "tag-minimum-width-multiplier": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 1,
+ "uuid": "837b2ac3-0adc-438c-b249-b96bac07049f",
+ "deprecated": true
+ },
+ "tag-maximum-width-multiplier": {
+ "component": "tag",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 7,
+ "uuid": "8771f506-a491-4222-be86-0e666ea2c711"
+ },
+ "tag-label-to-clear-icon-small": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "2d6fa243-5f7e-41a8-840b-27a6432f54bc"
+ "value": "8px",
+ "uuid": "bfc9cd19-e115-4ff2-908d-6cd4725f68bc"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "6a83235c-7d94-4cb7-9f6b-6dc82fcb2fb0"
+ "value": "10px",
+ "uuid": "2011748e-f950-4c6e-9eee-1c0d77b7ba36"
}
- },
- "uuid": "d14a70a4-dd33-4e1d-972e-4d453135f675"
+ }
},
- "accordion-bottom-to-text-spacious-medium": {
- "component": "accordion",
+ "tag-label-to-clear-icon-medium": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "8a3eadad-8b88-4885-b4ca-07360b45d3ba"
+ "value": "12px",
+ "uuid": "c964fe64-fcb6-4417-977d-b15880daf164"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "05d8a39d-a0d5-496c-810a-f1244c31b169"
+ "value": "15px",
+ "uuid": "ff7424ba-5f65-46ff-b408-4ffb2cfc5035"
}
- },
- "uuid": "b76125b4-5be8-4324-b182-e6dc70e0e4ff"
+ }
},
- "accordion-bottom-to-text-compact-large": {
- "component": "accordion",
+ "tag-label-to-clear-icon-large": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "40f76138-1a69-45ed-8df5-db8bc9792383"
+ "value": "15px",
+ "uuid": "8533ad58-9e81-4154-8ad1-57213741e814"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "b4f92e98-694f-46cc-91be-8e0e2d5a17a4"
+ "value": "19px",
+ "uuid": "7c1375da-c6c7-42b3-b60e-0ef6724c6303"
}
- },
- "uuid": "866479c6-c08a-452b-80db-0eaab1010f4f"
+ }
},
- "accordion-bottom-to-text-regular-large": {
- "component": "accordion",
+ "tag-edge-to-clear-icon-small": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "f484838e-1f0c-4125-9298-beb4ddc0fd53"
+ "value": "8px",
+ "uuid": "a27b0e7c-8840-4d08-8f88-39643589c554"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "c449b115-2116-45bd-8d3d-03fb806dd460"
+ "value": "10px",
+ "uuid": "6f913e5f-debc-4b7d-897d-c2704847c2e5"
}
- },
- "uuid": "0d3624d6-e476-49e0-b382-7c66ee070cb2"
+ }
},
- "accordion-bottom-to-text-spacious-large": {
- "component": "accordion",
+ "tag-edge-to-clear-icon-medium": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "96acbf76-082b-487c-8c47-f0fa173f54d2"
+ "value": "12px",
+ "uuid": "e4e422af-181f-47b5-b165-f514a0a6f41c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "2a6fa386-4eba-44d5-b129-c832264fafd9"
+ "value": "15px",
+ "uuid": "a2f75bb4-0ce4-4993-9a43-09cd2b7376bf"
}
- },
- "uuid": "ed84ee4f-0bee-4a6d-aca8-68836f140f67"
+ }
},
- "accordion-bottom-to-text-compact-extra-large": {
- "component": "accordion",
+ "tag-edge-to-clear-icon-large": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "7a576841-a2a5-4443-9d31-03a12c7a2efd"
+ "value": "15px",
+ "uuid": "896b20fc-c13e-4785-a252-00857208d51c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "70e6d9e7-2a8e-4f0d-96d6-aac7cde829bd"
+ "value": "19px",
+ "uuid": "b046b12c-5c39-4018-8ccc-9a5cb08eb6e5"
}
- },
- "uuid": "695fb872-0b52-4477-942e-780e8418bdfe"
+ }
+ },
+ "title-cjk-emphasized-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "2be8bfb1-7a0c-452d-9532-ea2eda408b82"
+ },
+ "title-cjk-emphasized-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "c03b6bc7-76b6-4533-883e-881438de975f"
+ },
+ "title-cjk-font-family": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cjk-font-family}",
+ "uuid": "6fa83674-af7c-4656-8b33-d3312534ee53"
+ },
+ "title-cjk-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "f421339b-fc3b-4d4e-86b4-65a63584131b"
+ },
+ "title-cjk-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{bold-font-weight}",
+ "uuid": "57a5eaba-935d-47e5-9cc4-cc1da6a330de"
+ },
+ "title-cjk-line-height": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{cjk-line-height-100}",
+ "uuid": "999ba22a-87b6-45fe-9e89-9911f34ea330"
+ },
+ "title-cjk-size-l": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-200}",
+ "uuid": "2fcf237b-6988-4c31-a806-f4176b94c2a8"
+ },
+ "title-cjk-size-m": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-100}",
+ "uuid": "d1bccaa7-731f-4df2-a4c3-9dbec33145fd"
+ },
+ "title-cjk-size-s": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-75}",
+ "uuid": "a134fab9-7606-453d-a64f-fd2daa989283"
+ },
+ "title-cjk-size-xl": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-300}",
+ "uuid": "99472fda-7d17-45d5-b2ba-0c79a45d628f"
+ },
+ "title-cjk-size-xs": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-50}",
+ "uuid": "f5966933-93a3-4615-a19b-b94d6a0367da"
+ },
+ "title-cjk-size-xxl": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-400}",
+ "uuid": "abbc512e-fdce-4025-9d08-5a71692cf523"
+ },
+ "title-cjk-size-xxxl": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-500}",
+ "uuid": "223b1966-4dbb-4e89-b508-9191ffedc97c"
+ },
+ "title-cjk-strong-emphasized-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "55c1dcc1-f296-47eb-989b-ae5e22748869"
+ },
+ "title-cjk-strong-emphasized-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "ba6356fb-cada-4786-9306-71b940e61ca8"
+ },
+ "title-cjk-strong-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "85e5ba03-3f0a-4245-a26c-ac9c3df23d1b"
+ },
+ "title-cjk-strong-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "93e5a426-7229-46ee-89f6-a84f7084592b"
+ },
+ "title-line-height": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{line-height-100}",
+ "uuid": "e1397d35-0c23-410c-a213-65db1eb4887f"
+ },
+ "title-margin-bottom-multiplier": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 0.25,
+ "uuid": "73a0bd28-7691-47b0-9e9b-62ec22940e63"
+ },
+ "title-margin-top-multiplier": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 0.88888889,
+ "uuid": "14d9dc6c-28fc-41cf-a1ae-600a150f520a"
+ },
+ "title-sans-serif-emphasized-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{italic-font-style}",
+ "uuid": "98fd5c98-b53d-49f0-bce1-705b53ae9ae4"
+ },
+ "title-sans-serif-emphasized-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{bold-font-weight}",
+ "uuid": "4fe9b508-ff74-4819-8188-e080d814d9ef"
+ },
+ "title-sans-serif-font-family": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{sans-serif-font-family}",
+ "uuid": "9a65d2f0-87c0-404b-9965-6e4b00efeda8"
+ },
+ "title-sans-serif-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "faa965d6-42c0-40f9-802e-ff0ea69d740d"
+ },
+ "title-sans-serif-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{bold-font-weight}",
+ "uuid": "58a27a2e-58c6-42dc-b860-1a8458966da4"
+ },
+ "title-sans-serif-strong-emphasized-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{italic-font-style}",
+ "uuid": "39c10c1e-56c1-4a94-b5b9-a91a2db92050"
+ },
+ "title-sans-serif-strong-emphasized-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "ab0482d5-ff9a-4c50-876b-ed5accf067a4"
+ },
+ "title-sans-serif-strong-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "871928bc-14ac-465d-b245-c39bcf265a72"
+ },
+ "title-sans-serif-strong-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "ace1f3cb-629c-4172-b64f-a8b1f5afbdcc"
+ },
+ "title-serif-emphasized-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{italic-font-style}",
+ "uuid": "cf6281f7-00ef-437e-b89b-d6d774818f0b"
+ },
+ "title-serif-emphasized-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{bold-font-weight}",
+ "uuid": "3abd6cd1-42f5-4b4b-9732-bb826fe0a740"
+ },
+ "title-serif-font-family": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{serif-font-family}",
+ "uuid": "b3098f42-d73e-4228-a4f9-9be4b0c46ce8"
+ },
+ "title-serif-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "70955f1b-4124-432e-bd9d-c5b42c890195"
+ },
+ "title-serif-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{bold-font-weight}",
+ "uuid": "23cf3a6f-911c-4e64-8952-7412bc7f4629"
+ },
+ "title-serif-strong-emphasized-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{italic-font-style}",
+ "uuid": "6359f577-d462-456b-a748-ceecb893b4a2"
+ },
+ "title-serif-strong-emphasized-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{black-font-weight}",
+ "uuid": "c2a2882b-f048-4580-96c8-76556fccc87c"
+ },
+ "title-serif-strong-font-style": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{default-font-style}",
+ "uuid": "6d2f0e78-e527-41c7-8843-af89a9790da6"
+ },
+ "title-serif-strong-font-weight": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{black-font-weight}",
+ "uuid": "a0367ebf-8cc8-4aa0-80c4-ccf4a03644a3"
},
- "accordion-bottom-to-text-regular-extra-large": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "8c199212-a745-414c-8f6b-22d2445ade3c"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "ae5feb3e-bb5d-4187-b81f-3a42ebf47e78"
- }
- },
- "uuid": "733a9bbd-9b08-4a03-add2-defa39fbe9b5"
+ "title-size-l": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-300}",
+ "uuid": "0fb9e5ec-e5b7-41e0-8ef4-db9e4e33e060"
},
- "accordion-bottom-to-text-spacious-extra-large": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "3ca8a65d-5561-4d8e-a4f2-0b653b42991b"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "ba11dc6e-fbd8-46bc-94fd-b4d02f654d2d"
- }
- },
- "uuid": "d8d072e2-ffc8-4211-ac06-6f2ada7c1d68"
+ "title-size-m": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-200}",
+ "uuid": "6d63a369-4261-44a4-bf8d-a567dffa8ef6"
},
- "accordion-minimum-width": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "200px",
- "uuid": "47ae1059-6b16-4823-866d-11be0c0e0e8a"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "250px",
- "uuid": "ae8169fe-1672-4e95-87a5-344ec4d7f163"
- }
- },
- "uuid": "d2ec2861-21dd-4282-b483-abd69bb8ef71"
+ "title-size-s": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-100}",
+ "uuid": "0babc342-b506-495d-aaf1-20fe9e571e1b"
},
- "accordion-disclosure-indicator-to-text": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "27b481a4-0ea9-4e1c-a283-4a799d18d642"
+ "title-size-xl": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-400}",
+ "uuid": "b5aaaa50-721b-4b41-ad90-345cd995f69e"
},
- "accordion-edge-to-disclosure-indicator": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "614e6448-c0a4-4ad1-b125-f362e3001a86"
+ "title-size-xs": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-75}",
+ "uuid": "68dac9e8-9b07-4453-8cb2-24ed349d2134"
},
- "accordion-edge-to-text": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "a9641e89-2c2e-49c3-9662-f530ad23a688"
+ "title-size-xxl": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-500}",
+ "uuid": "d4c4db99-70f2-4c79-8595-4d23407de068"
},
- "accordion-focus-indicator-gap": {
- "component": "accordion",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "318c5cda-be1b-416b-b1b7-b962e5f45c0c"
+ "title-size-xxxl": {
+ "component": "title",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-600}",
+ "uuid": "56152e6a-3058-4467-86a1-34fa2b6f75b2"
},
- "accordion-content-area-top-to-content": {
- "component": "accordion",
+ "opacity-checkerboard-square-size-small": {
+ "component": "opacity-checkerboard",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "709082c2-71b9-423a-9c93-3b53a9e18da3"
+ "value": "4px",
+ "uuid": "2537f52b-5cae-4a35-a1f3-b1d4fe89060d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "9c651dee-7d77-414d-930b-7c6b78cfed1b"
+ "value": "5px",
+ "uuid": "0916cc84-f46f-45c3-b76d-d7d85d576480"
}
- },
- "uuid": "cd059cf7-1eff-4b03-bee5-d254dbd5df30"
+ }
},
- "accordion-content-area-bottom-to-content": {
- "component": "accordion",
+ "alert-banner-top-to-alert-icon": {
+ "component": "alert-banner",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "87008eae-491c-4f7d-a13b-83eae517c92f"
+ "value": "37px",
+ "uuid": "fa14092c-ef3f-4b11-8bc8-968d22bed6e0"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "48383ab9-1e66-47f9-988b-6f59b7349241"
+ "value": "29px",
+ "uuid": "7939208b-2f8c-4569-b7cb-1c1bcfc8705a"
}
- },
- "uuid": "78c5f8c2-6436-4a5d-a67b-c90f2cd8e47b"
+ }
},
- "color-handle-size": {
- "component": "color-handle",
+ "accordion-top-to-text-spacious-small": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "7c7fd224-a9d5-4d97-b3de-fd9e4e076444"
+ "value": "9px",
+ "uuid": "696ab6c1-0c23-4868-8d6c-039d6d430d29"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "b81cc6a6-390f-43dc-a6c8-dd335c177da3"
+ "value": "12px",
+ "uuid": "7bcbaaf1-f1d8-4755-acb2-5f6a45c3b9fe"
}
- },
- "uuid": "1cb8d622-071a-417b-ab40-7350f7bce364"
+ }
},
- "color-handle-size-key-focus": {
- "component": "color-handle",
+ "field-default-width-small": {
+ "component": "field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "de9cc5ca-81cf-4bde-bd21-be2402e460c5"
+ "value": "192px",
+ "uuid": "39c39c14-0500-4bf6-a542-967697aaff41"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "feddbfb7-7f1a-4eee-9cbf-b393aafb7385"
+ "value": "240px",
+ "uuid": "976298d3-326f-43da-aa71-bbd2dc1fad3d"
}
- },
- "uuid": "f94a7f6f-58d8-4d82-b480-843106cbf828"
- },
- "color-handle-border-width": {
- "component": "color-handle",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{border-width-200}",
- "uuid": "8ec9adae-0093-42f4-bd1b-6f3b2279996b"
- },
- "color-handle-inner-border-width": {
- "component": "color-handle",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "945e0167-6893-49dd-ab21-886f93f70b92"
- },
- "color-handle-outer-border-width": {
- "component": "color-handle",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "fbf27473-7c97-4d94-968d-c3e68e0cd242"
- },
- "color-handle-drop-shadow-x": {
- "component": "color-handle",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0",
- "uuid": "49499527-3fdb-4a91-a832-0ae0631ba3bb"
- },
- "color-handle-drop-shadow-y": {
- "component": "color-handle",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0",
- "uuid": "05b11927-d0cd-46a6-ae30-6f268f143d4e"
+ }
},
- "color-handle-drop-shadow-blur": {
- "component": "color-handle",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0",
- "uuid": "29e4a8c8-33ba-44b3-952d-26f3fd6ae4f0"
- },
- "table-column-header-row-top-to-text-small": {
- "component": "table",
+ "field-default-width-medium": {
+ "component": "field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "de67ada3-eeed-45a2-8d03-91a5b09156ec"
+ "value": "208px",
+ "uuid": "f35ec29c-b8ee-46c9-9c8c-c40171a15920"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "fdc8b7ae-2356-4d49-ba54-0ea471be2986"
+ "value": "256px",
+ "uuid": "db379ff6-9ef2-44ee-9fce-32f1a53d68da"
}
- },
- "uuid": "f3ebd248-9c8d-4b9e-b6d0-4104f19a64e9"
+ }
},
- "table-column-header-row-top-to-text-medium": {
- "component": "table",
+ "field-default-width-large": {
+ "component": "field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "0ec68b5a-4251-4727-a689-b10722ce1a43"
+ "value": "224px",
+ "uuid": "c6d08f8b-4e8c-478a-8b08-5b69d2da1a5e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "ff3c5329-ccec-4b94-b200-29a377b34380"
+ "value": "272px",
+ "uuid": "88dfd273-555a-49bc-9271-a63ad45964e2"
}
- },
- "uuid": "d76f977c-bb72-4f01-9b1c-5b02c205a1ff"
+ }
},
- "table-column-header-row-top-to-text-large": {
- "component": "table",
+ "field-default-width-extra-large": {
+ "component": "field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "40b7bc07-3252-492a-9ee1-37aceeca3674"
+ "value": "240px",
+ "uuid": "23090def-780a-48cb-b644-8edd55189d46"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "a02666d8-4ae2-42d2-b48e-419d5070e7ca"
+ "value": "288px",
+ "uuid": "068a256a-8dfc-4616-bdc1-8895441ba90b"
}
- },
- "uuid": "e15274c0-d45a-4bbb-bf0b-d4e12e85a2b6"
+ }
},
- "table-column-header-row-top-to-text-extra-large": {
- "component": "table",
+ "tag-minimum-width-small": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "05d4bb65-357a-4561-ab33-ea6de390a304"
+ "value": "21px",
+ "uuid": "d3327dae-cc93-4099-ad75-b5a4193af8e4"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "265247a7-bbc3-42b8-910d-946e8d04aee2"
+ "value": "25px",
+ "uuid": "3b9e5d81-e49a-4080-ac53-094e0f7eb151"
}
- },
- "uuid": "cf6c2df3-bf95-4612-b40b-95a6c963c3b7"
+ }
},
- "table-column-header-row-bottom-to-text-small": {
- "component": "table",
+ "tag-minimum-width-medium": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "9388deb6-6a77-49bc-aeb5-9084352c2574"
+ "value": "27px",
+ "uuid": "9b373ba1-7381-4360-8730-bd91afacbfa7"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "9cf85eae-ec15-4bb0-ba48-00ec946306a5"
+ "value": "34px",
+ "uuid": "40485b19-e1ac-4981-a17c-bb6e264c730d"
}
- },
- "uuid": "ecc5e054-dd12-4973-ac05-97ed170b134c"
+ }
},
- "table-column-header-row-bottom-to-text-medium": {
- "component": "table",
+ "tag-minimum-width-large": {
+ "component": "tag",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "7357ba3f-c707-4475-b616-4752776c06d1"
+ "value": "33px",
+ "uuid": "234b3886-77eb-4ad5-9d19-40d801a54617"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "631d14a5-1d2e-4e4a-90e8-146e8a397530"
+ "value": "42px",
+ "uuid": "b2788159-dd2d-4f94-9282-d8cdbba41807"
}
- },
- "uuid": "c5040d29-5591-4793-847d-0d7123fd1bb8"
+ }
},
- "table-column-header-row-bottom-to-text-large": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "fc30c9a8-b098-4edf-b3f4-c666c019b3f4"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "e465ee66-392f-469f-a46c-6c98df03b046"
- }
- },
- "uuid": "cde1eaa9-2146-45fb-b8f6-edfb7ec9cec1"
+ "combo-box-visual-to-field-button": {
+ "component": "combo-box",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "6c3c7201-2f5b-455a-bcbf-5e3d783887bf"
},
- "table-column-header-row-bottom-to-text-extra-large": {
- "component": "table",
+ "in-field-button-edge-to-fill-small": {
+ "component": "in-field-button",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "0f76ceee-1d19-4c69-9393-09b02e1eede5"
+ "value": "4px",
+ "uuid": "0171b422-021a-4f25-bbe3-7d6ca6459166"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "c8bd103d-d952-4649-a7a0-09ae5242ea17"
+ "value": "5px",
+ "uuid": "a2143caf-07e6-4d45-977c-3d79d69c335e"
}
- },
- "uuid": "046321fc-4bc1-4485-94c3-9a674f30f3d1"
- },
- "table-row-height-small-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-75}",
- "uuid": "a6dfc911-50fe-46dd-a7a3-cec3b115006a"
- },
- "table-row-height-medium-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-100}",
- "uuid": "b4b86a59-041d-451c-a0be-cc82e997a1d2"
+ }
},
- "table-row-height-large-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-200}",
- "uuid": "d576b4aa-e3df-4aa9-8260-fecfe6517bde"
+ "in-field-button-edge-to-fill-medium": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "86f41898-b794-4f7e-ae41-9eb84c2c7a5b"
},
- "table-row-height-extra-large-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-300}",
- "uuid": "dcc5dd06-bb3d-46d3-adf2-133e5be942b7"
+ "in-field-button-edge-to-fill-large": {
+ "component": "in-field-button",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "44e97486-53ce-4bb0-a778-0f9262dfe27e"
},
- "table-row-height-small-regular": {
- "component": "table",
+ "in-field-button-edge-to-fill-extra-large": {
+ "component": "in-field-button",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "fd53964b-cf4a-4cdf-b088-418364b1c518"
+ "value": "8px",
+ "uuid": "4b212f73-7a28-4d95-b06b-6d3f0d7e5cf9"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "cdbb999d-c2a9-4325-9689-bede2ad3559a"
+ "value": "10px",
+ "uuid": "61cf3878-48bd-4785-ad71-ec35c4f99656"
}
- },
- "uuid": "2fdb0923-5abb-4790-a8b0-0667ac31c21f"
+ }
},
- "table-row-height-medium-regular": {
- "component": "table",
+ "in-field-progress-circle-edge-to-fill": {
+ "component": "in-field-progress-circle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "1dc88a25-18bc-491a-ab02-2c1ec36f4c1e"
+ "value": "1px",
+ "uuid": "b49756fe-40d5-439a-ba07-4e5eb07e7cc5"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "72e6564c-2acf-4f77-80d9-b21d2d55a580"
+ "value": "2px",
+ "uuid": "1263a125-9e9d-4eb4-8b71-024899dcf623"
}
- },
- "uuid": "e5b206df-476c-4446-ac7b-33a09d199b4e"
+ }
},
- "table-row-height-large-regular": {
- "component": "table",
+ "in-field-progress-circle-size-75": {
+ "component": "in-field-progress-circle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "3b22a4c7-525c-4482-9e58-19cbe46d318b"
+ "value": "16px",
+ "uuid": "dbb4f6bf-ddfb-4184-babe-63815cad7202"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "60px",
- "uuid": "b92bc058-27ea-4e86-a1a2-e5dbae3c2ee8"
+ "value": "18px",
+ "uuid": "c43c89a6-2ae5-4d29-99ab-2c64e153d4e7"
}
- },
- "uuid": "d736c3fc-f065-4bea-a4a1-9ae94542d919"
+ }
},
- "table-row-height-extra-large-regular": {
- "component": "table",
+ "in-field-progress-circle-size-100": {
+ "component": "in-field-progress-circle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "56px",
- "uuid": "face2717-9c2c-4e18-9632-4e4a595b1fc7"
+ "value": "20px",
+ "uuid": "ef5f40e8-d6e9-45a7-b8cf-1689e44e713c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "70px",
- "uuid": "b7753c9a-8854-4927-89dd-80d47bff5fa5"
+ "value": "24px",
+ "uuid": "c522b33c-93b8-491f-b4df-c241f5b5ade8"
}
- },
- "uuid": "71e3db99-d203-4a8f-afe9-f6d278cd2ddf"
+ }
},
- "table-row-height-small-spacious": {
- "component": "table",
+ "in-field-progress-circle-size-200": {
+ "component": "in-field-progress-circle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "cb6f8879-6d73-40ca-9ea4-7eb05b26385a"
+ "value": "22px",
+ "uuid": "86567889-978e-4dfe-8412-42c8f33c3f44"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "ab252e1f-a13a-4630-a6ff-0cfa6e6f0c03"
+ "value": "28px",
+ "uuid": "85377238-7488-42e0-99ce-f4fd73316d24"
}
- },
- "uuid": "537269dd-f836-402f-8c13-b2c91788f9b5"
+ }
},
- "table-row-height-medium-spacious": {
- "component": "table",
+ "in-field-progress-circle-size-300": {
+ "component": "in-field-progress-circle",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "697f4b63-14b9-4d58-9d16-b9dfd72ff391"
+ "value": "26px",
+ "uuid": "32d0a47d-c4bb-4955-aef0-28e07f429b92"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "60px",
- "uuid": "572d1c5f-62a1-4bfc-a3e0-520a999545fe"
+ "value": "30px",
+ "uuid": "9e740bd1-b98a-416a-be82-20e222cab3b1"
}
- },
- "uuid": "910487af-814b-4c43-9f7e-4002ff213aa1"
+ }
},
- "table-row-height-large-spacious": {
- "component": "table",
+ "alert-dialog-description-font-size": {
+ "component": "alert-dialog",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "56px",
- "uuid": "0cd072e1-1757-49b1-a985-09ab65feb672"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-m}",
+ "uuid": "eda300de-5f0a-42e9-9880-9244a45d4e7d"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "70px",
- "uuid": "e377fd73-62ca-481c-93f6-c62eb35ca720"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-s}",
+ "uuid": "e969f730-9eea-4a35-8981-2804d660c23e"
}
- },
- "uuid": "1d741845-48e9-4e5c-b586-a89b8e4bb1f2"
+ }
},
- "table-row-height-extra-large-spacious": {
- "component": "table",
+ "alert-dialog-title-font-size": {
+ "component": "alert-dialog",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "64px",
- "uuid": "1504ecc5-0bd8-4bf2-ad3c-e073c824cd1a"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-xxl}",
+ "uuid": "749fa425-de12-464d-a1e2-80eb135d3ea6"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "80px",
- "uuid": "6efd745f-2a9a-4eea-a0a3-ebe0d3fbc149"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-xl}",
+ "uuid": "c84328d2-578b-4a36-9065-6c6a9e1d311f"
}
- },
- "uuid": "20d8ac93-5c81-4d55-bab6-aa2fb0d22a21"
- },
- "table-row-top-to-text-small-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-top-to-text-75}",
- "uuid": "b7e7808a-16c6-481a-9257-9c1dc4e13b62"
- },
- "table-row-top-to-text-medium-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-top-to-text-100}",
- "uuid": "02c5faff-dbb4-4633-ae57-413b3666dfca"
- },
- "table-row-top-to-text-large-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-top-to-text-200}",
- "uuid": "14437ed2-c60b-40ba-91e6-bed5353fc544"
- },
- "table-row-top-to-text-extra-large-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-top-to-text-300}",
- "uuid": "2e8eff8c-60fa-4e0f-ae40-7b9f9b3679d6"
- },
- "table-row-bottom-to-text-small-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-bottom-to-text-75}",
- "uuid": "5eb79adf-f94c-4bf8-9ec9-279f49ce5331"
- },
- "table-row-bottom-to-text-medium-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-bottom-to-text-100}",
- "uuid": "d9d8fee2-9e0f-4c2b-8059-f9badb3b6482"
- },
- "table-row-bottom-to-text-large-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-bottom-to-text-200}",
- "uuid": "15e21448-3174-4565-aed7-ab84aa30d7ac"
+ }
},
- "table-row-bottom-to-text-extra-large-compact": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-bottom-to-text-300}",
- "uuid": "effa3e3c-eb5b-4c0a-aca9-81331e6a08ac"
+ "coach-mark-body-font-size": {
+ "component": "coach-mark",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-m}",
+ "uuid": "4b88a0d5-2d07-4e63-afa6-cdd611f0a8c1"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-s}",
+ "uuid": "73959c3d-afc2-4f6e-bd34-0399bf3b5b73"
+ }
+ }
},
- "table-row-top-to-text-small-regular": {
- "component": "table",
+ "coach-mark-pagination-body-font-size": {
+ "component": "coach-mark",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "5e5a6837-34c9-4f01-8769-b66c3f602d1f"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-s}",
+ "uuid": "06ae2458-8490-4741-8a02-97f60cc01592"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "98014297-14dc-4547-944a-8951c7f6f253"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-xs}",
+ "uuid": "4f8c99a5-0942-41b0-ac41-923ea9ca2bf2"
}
- },
- "uuid": "06fec8c1-0345-4130-befd-723a5cc18a7e"
+ }
},
- "table-row-top-to-text-medium-regular": {
- "component": "table",
+ "coach-mark-title-font-size": {
+ "component": "coach-mark",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "8e1448f8-5806-4629-8131-4e8422b26870"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-m}",
+ "uuid": "5b132698-4ee2-40e4-83c0-9ad80f36f5fd"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "7df1dc32-b96d-41e3-a372-9bcaec7c2ccb"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-s}",
+ "uuid": "45855bc5-3b86-49a9-b443-7be9aa763c4e"
}
- },
- "uuid": "d80c3254-92ef-4c3d-ad68-3063a8f904f9"
+ }
},
- "table-row-top-to-text-large-regular": {
- "component": "table",
+ "standard-dialog-title-font-size": {
+ "component": "standard-dialog",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "2ed03fb3-fed4-41d4-8a14-f7446bb76486"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-xxl}",
+ "uuid": "d4e81ac4-8855-4ac4-b28f-ad054f74e517"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "0108018e-6146-45c9-b032-e3d44dfb8d84"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-xl}",
+ "uuid": "02c75ba4-2c9f-45f3-8e74-c9a1065142ac"
}
- },
- "uuid": "55ffc07c-59e6-467f-90bd-6e891bb4f260"
+ }
},
- "table-row-top-to-text-extra-large-regular": {
- "component": "table",
+ "standard-dialog-body-font-size": {
+ "component": "standard-dialog",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "03555438-78f5-429a-a0dd-c6777dc36372"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-m}",
+ "uuid": "84aa108a-3c23-494f-b9c0-da64acdbeb79"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "c381a3c4-e0a3-4e86-b279-f51ee6e9e532"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-s}",
+ "uuid": "f33e2125-0424-4329-bf60-ec42a15c36bc"
}
- },
- "uuid": "8ff56511-a776-495a-a8ac-41f565afa951"
+ }
},
- "table-row-bottom-to-text-small-regular": {
- "component": "table",
+ "standard-dialog-maximum-width-small": {
+ "component": "standard-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "400px",
+ "uuid": "c00d9b06-f198-4cd5-9b69-ed3796314dab"
+ },
+ "standard-dialog-minimum-width": {
+ "component": "standard-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "288px",
+ "uuid": "27f2bc13-53e4-4416-8592-a2a44909d22d"
+ },
+ "standard-dialog-maximum-width-medium": {
+ "component": "standard-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "480px",
+ "uuid": "1c886eb9-f651-42ce-baff-9b3996077f92"
+ },
+ "standard-dialog-maximum-width-large": {
+ "component": "standard-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "640px",
+ "uuid": "5ec703d4-19d9-4be5-976f-e4c1966c0d3d"
+ },
+ "status-light-text-to-visual-75": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{text-to-visual-75}",
+ "uuid": "ea98b9b0-20b5-4f19-aa4f-375559b1362a"
+ },
+ "status-light-text-to-visual-100": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{text-to-visual-100}",
+ "uuid": "752a84f5-cbb7-4d18-85ca-fc913a061bb5"
+ },
+ "status-light-text-to-visual-200": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{text-to-visual-200}",
+ "uuid": "d3e53f14-b91e-4d10-8508-17360ae5620e"
+ },
+ "status-light-text-to-visual-300": {
+ "component": "status-light",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{text-to-visual-300}",
+ "uuid": "ee780be7-b32c-4da8-a6bc-fc0897799537"
+ },
+ "link-out-icon-size-75": {
+ "component": "link-out-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "90ae4c5b-a49d-40ad-8dd8-b25720c13f79"
+ "value": "10px",
+ "uuid": "1e41d09e-684e-4f87-ae85-4bc95f958c0e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "d3147ee6-dc34-46e2-8379-02d9690ff80a"
+ "value": "12px",
+ "uuid": "cb87186b-47aa-4baa-a47d-91b5e9f7965e"
}
- },
- "uuid": "1bb628a1-b1e1-436a-93b7-51627275e82b"
+ }
},
- "table-row-bottom-to-text-medium-regular": {
- "component": "table",
+ "link-out-icon-size-100": {
+ "component": "link-out-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "12px",
- "uuid": "c66ff3f2-3661-464c-b722-151f72d03f2a"
+ "uuid": "cc8ad91e-22f2-4f59-ae8c-99d2c1433d6e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "e80339a8-22c4-4b53-9a4a-a4456f6cab3f"
+ "value": "14px",
+ "uuid": "083c11fe-1e10-46f5-9e71-3fcc2567fe2d"
}
- },
- "uuid": "67ccae46-0ae7-4992-ad31-23f148d71702"
+ }
},
- "table-row-bottom-to-text-large-regular": {
- "component": "table",
+ "link-out-icon-size-200": {
+ "component": "link-out-icon",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "14px",
- "uuid": "775139b2-3fb4-4019-8a3e-2377211ed0ec"
+ "uuid": "f78418a4-5b55-418b-9c90-7f388d5bb275"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "151bf172-2889-4c98-8f15-5b6cdcb30d4b"
+ "value": "16px",
+ "uuid": "0062482b-0339-4632-9b40-89b5f1a440cf"
}
- },
- "uuid": "12859ac5-346f-464a-afe6-626667d92a8e"
+ }
+ },
+ "menu-item-label-to-description-small": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "66d57402-d7db-45df-8872-fd362014bcbe"
+ },
+ "menu-item-label-to-description-medium": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "608fd592-fff8-435e-88e2-846bd34cc235"
+ },
+ "menu-item-label-to-description-large": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "4ce8b4db-72f8-411b-baad-8b66c0496182"
+ },
+ "menu-item-label-to-description-extra-large": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "5543ede1-4e55-44f5-920f-288ee96e06ca"
+ },
+ "menu-section-header-to-description-small": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "ac039575-7c1f-4733-a310-b39cebf83b82"
+ },
+ "menu-section-header-to-description-medium": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "4211feff-12af-4288-b86d-4c66a5a55b8f"
+ },
+ "menu-section-header-to-description-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "2899d6e1-acad-453b-ad65-1e6a6e380363"
+ },
+ "menu-section-header-to-description-extra-large": {
+ "component": "menu",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "c9e46b75-f1d8-4b19-a258-b8b0a0e66484"
},
- "table-row-bottom-to-text-extra-large-regular": {
- "component": "table",
+ "menu-item-top-to-thumbnail-small": {
+ "component": "menu-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "d13d2f2e-9425-403d-a95f-889d67f03425"
+ "value": "8px",
+ "uuid": "456d5283-eb93-4b8d-b796-7f181ebcec04"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "c9ac99be-86c3-4f6c-a2a5-3487041bc95e"
+ "value": "10px",
+ "uuid": "af422766-3185-47d6-adba-31b1e97b92d9"
}
- },
- "uuid": "75c1e663-5576-4c04-a9ce-9bfeb8603ee0"
+ }
},
- "table-row-top-to-text-small-spacious": {
- "component": "table",
+ "menu-item-top-to-thumbnail-medium": {
+ "component": "menu-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "c0f9a500-3259-4888-ab43-c180c694a24e"
+ "value": "9px",
+ "uuid": "f71c4487-3c1e-4204-b631-b0658a6b5e12"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "625733b1-78b3-4dd0-9636-71d59c14e013"
+ "value": "11px",
+ "uuid": "62815f67-4e23-43f9-93d2-f29d1688cddf"
}
- },
- "uuid": "cb5025d7-86f5-4608-83b1-2e38774450e0"
+ }
},
- "table-row-top-to-text-medium-spacious": {
- "component": "table",
+ "menu-item-top-to-thumbnail-large": {
+ "component": "menu-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "9893c4bf-aa89-4b46-987f-09432943734a"
+ "value": "10px",
+ "uuid": "0d468b92-74df-4044-8af3-c867eebbf370"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "cfa36bf7-cce0-4049-970a-8f11c6d60673"
+ "value": "12px",
+ "uuid": "64b2f613-35b2-46a8-be7d-c39c314840b9"
}
- },
- "uuid": "e82e7cd2-161b-4a82-968a-bc80ad68232f"
+ }
},
- "table-row-top-to-text-large-spacious": {
- "component": "table",
+ "menu-item-top-to-thumbnail-extra-large": {
+ "component": "menu-item",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "a3e22e10-1964-4d4a-8721-2eeddfed6f42"
+ "value": "11px",
+ "uuid": "06a6c13b-2d58-4102-b169-073eed5599e6"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "23px",
- "uuid": "769d6bbf-64ba-4c08-8a57-580838de1d48"
+ "value": "13px",
+ "uuid": "dfeef197-57b9-41a1-b759-3c782a64f2f3"
}
- },
- "uuid": "5a5e6db9-7fdf-4883-a306-59df7c8fe461"
+ }
},
- "table-row-top-to-text-extra-large-spacious": {
- "component": "table",
+ "menu-item-background-opacity": {
+ "component": "menu-item",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0",
+ "uuid": "6f464689-0b87-4f38-b9a4-e5015acdd0d7"
+ },
+ "illustrated-message-small-title-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "7824ab63-198c-4ee3-99d7-9b151898eb40"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-m}",
+ "uuid": "f21da7b8-ba19-43e0-96e5-f9e60476ef6e"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "90c39289-3112-49a3-8e65-d112c97f7479"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-s}",
+ "uuid": "ef8d0abb-9652-4db3-8f1d-506c03e5e115"
}
- },
- "uuid": "5d5fdc5d-125b-40ea-805d-c4e6557c386c"
+ }
},
- "table-row-bottom-to-text-small-spacious": {
- "component": "table",
+ "illustrated-message-small-cjk-title-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "ad51f205-c2e7-4af5-9301-937594c61027"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-cjk-size-m}",
+ "uuid": "9a6cf390-ca10-4242-a7d4-da4c9acc4058"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "07dd5018-1999-4b95-9a59-fe1c2fcc380f"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-cjk-size-s}",
+ "uuid": "a144455d-6bb3-43d4-828c-6b6f67ae9c51"
}
- },
- "uuid": "ece055b7-1adf-4361-9f45-b4c2fc3ffa7c"
+ }
},
- "table-row-bottom-to-text-medium-spacious": {
- "component": "table",
+ "illustrated-message-medium-title-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "2cedf119-a2f6-484a-8bdd-83652a8d6d79"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-xl}",
+ "uuid": "8e2d1a48-937c-4493-9624-5ca8383f74bd"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "8273e28d-20b4-4575-9449-9178af111e38"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-l}",
+ "uuid": "65961091-abdb-4155-9887-4aebe857c4fd"
}
- },
- "uuid": "8daea87d-dc45-49c4-a1a4-2b25352b6803"
+ }
},
- "table-row-bottom-to-text-large-spacious": {
- "component": "table",
+ "illustrated-message-medium-cjk-title-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "3adc8c4f-32ce-4cd1-8bb1-518b9b267ed2"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-cjk-size-xl}",
+ "uuid": "ee763c7d-b98f-4f2e-9fc4-764cfa2ac53f"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "23px",
- "uuid": "4bc11bec-9c86-4a6c-85d1-382c71c1352d"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-cjk-size-l}",
+ "uuid": "1cb0c913-f4ec-478c-b92d-4c9d78875362"
}
- },
- "uuid": "6b14dcce-9726-46e0-b524-57031ae5e2ff"
+ }
},
- "table-row-bottom-to-text-extra-large-spacious": {
- "component": "table",
+ "illustrated-message-large-title-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "3271ab20-8a93-4b5b-a889-7a07d9f7e6ab"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-xxl}",
+ "uuid": "abfe147d-04dd-45bd-8e86-eae6249e1745"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "27px",
- "uuid": "06ada9fe-ceef-4fb4-88ee-37c2edee5418"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-xl}",
+ "uuid": "05104cea-7882-4f80-a994-3e072d29eec2"
}
- },
- "uuid": "ad376a29-0880-4248-83ba-6ca7a879d656"
- },
- "table-edge-to-content": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "5e46672f-eab0-4ec3-bd14-68ffa4404ec1"
- },
- "table-border-divider-width": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "b6f2536c-deda-409f-8667-a5a99abdfa46"
+ }
},
- "table-checkbox-to-text": {
- "component": "table",
+ "illustrated-message-large-cjk-title-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "400553db-907c-43a5-8545-92ba212e12b8"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-cjk-size-xxl}",
+ "uuid": "1929c819-5333-43ad-ba6c-fcf236270251"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "uuid": "cb7c89c0-9f31-43c4-8427-2e048f549ff7"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-cjk-size-xl}",
+ "uuid": "e3c5a7ed-94f9-4938-9b92-b411e971af20"
}
- },
- "uuid": "067aa068-db38-411f-87ad-760dd6dcdb07"
+ }
},
- "table-header-row-checkbox-to-top-small": {
- "component": "table",
+ "illustrated-message-small-body-font-size": {
+ "component": "illustrated-message",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-xs}",
+ "uuid": "fad078e5-1791-4003-994d-3567162d8233"
+ },
+ "illustrated-message-medium-body-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "370e9149-aaf5-43cd-a783-90cfa8d37419"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-s}",
+ "uuid": "ca0d9e22-35a8-4ae5-99ee-29cce3ffa0bd"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "296d445c-243d-454c-9f5a-146c13d0cded"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-xs}",
+ "uuid": "32b359dc-b489-4476-afbd-1c04e6b0ff0e"
}
- },
- "uuid": "54338737-e05a-44dc-a2d6-d6bb83ec8165"
+ }
},
- "table-header-row-checkbox-to-top-medium": {
- "component": "table",
+ "illustrated-message-large-body-font-size": {
+ "component": "illustrated-message",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "578765e6-b2ec-4bfe-ae28-f24cbee15898"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-s}",
+ "uuid": "0208e74a-4a86-42e4-a5d0-f931715c293b"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "2e168a2b-46aa-453f-9ca1-746485216c84"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-xs}",
+ "uuid": "f4956b2c-dfda-4449-850b-36cf3a82ea09"
}
- },
- "uuid": "d9045503-b75d-4a5f-90b5-d3eddd119649"
+ }
},
- "table-header-row-checkbox-to-top-large": {
- "component": "table",
+ "drop-zone-title-font-size": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-medium-title-font-size}",
+ "uuid": "07564dd0-3628-42e1-8a29-253448a8c75f"
+ },
+ "drop-zone-cjk-title-font-size": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-medium-cjk-title-font-size}",
+ "uuid": "56fc89be-658e-4c5c-9b8e-7ac6f7d7db75"
+ },
+ "drop-zone-body-font-size": {
+ "component": "drop-zone",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{illustrated-message-medium-body-font-size}",
+ "uuid": "644593be-82da-4ae4-ae57-fabebd4513ca"
+ },
+ "breadcrumbs-separator-to-bottom-text-multiline": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "5011ae3c-2e72-4891-926e-8de8847e0a47"
+ "value": "11px",
+ "uuid": "ba160ed7-e66b-4dd1-bef8-e91fe9b05d2c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "f6648787-3cf1-4af8-aa4f-15669ea1626d"
+ "value": "15px",
+ "uuid": "a1c90c6d-851d-495f-99cc-bbeb0c6fdd4f"
}
- },
- "uuid": "6f957e77-84ea-4e0b-882a-c943cb148bb9"
+ }
},
- "table-header-row-checkbox-to-top-extra-large": {
- "component": "table",
+ "breadcrumbs-start-edge-to-text-large": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "8adf3d5f-1024-4eb8-8515-f3b6fd7cc22c"
+ "value": "9px",
+ "uuid": "04141c6f-50ff-4301-a7b5-315bbd9cac18"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "42a78148-e111-4124-a7a6-d9baa2ca963f"
+ "value": "11px",
+ "uuid": "1d7bd78d-4469-4385-89e7-fcd574cc6368"
}
- },
- "uuid": "fe8df7cb-9796-47fb-ac1c-c98173781049"
+ }
},
- "table-row-checkbox-to-top-small-compact": {
- "component": "table",
+ "breadcrumbs-start-edge-to-text-medium": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "6px",
- "uuid": "f5c64a03-3750-4c92-afe2-43575bdb1df9"
+ "uuid": "941f9040-ddb7-419c-ac05-dfa24effa055"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "2444d220-a3d0-4565-a762-02cbc52f828a"
+ "value": "8px",
+ "uuid": "e87a054b-dceb-4462-a8fc-733700cc0f79"
}
- },
- "uuid": "4058d0b0-ef8a-4e58-b7ed-e2c5444e91c0"
+ }
},
- "table-row-checkbox-to-top-small-regular": {
- "component": "table",
+ "breadcrumbs-start-edge-to-text-multiline": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "4435c143-a75a-47c1-a629-3574b70247a3"
+ "value": "4px",
+ "uuid": "3dd655e7-f0d4-4fa4-a885-4a7aff9510fd"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "a63aa24e-c956-4af5-bf4f-4c5d44bd1e16"
+ "value": "5px",
+ "uuid": "60a75c05-a9cd-4ecf-89e5-0bca9e137e9f"
}
- },
- "uuid": "4563310d-c53b-4b39-b5d2-62cbfe5356d9"
+ }
},
- "table-row-checkbox-to-top-small-spacious": {
- "component": "table",
+ "breadcrumbs-top-to-separator-large": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "4637c01d-66cd-451e-8950-9e72700c80d3"
+ "value": "15px",
+ "uuid": "2e8091e4-f60b-438c-bcbb-111eb243900d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "6ccbecd6-a1c4-4fcf-beb5-2b124ac3e75b"
+ "value": "20px",
+ "uuid": "2e12202a-8099-4a4d-b06d-703deaf20862"
}
- },
- "uuid": "f383d370-a44b-458a-8bd0-4c81eb950354"
+ }
},
- "table-row-checkbox-to-top-medium-compact": {
- "component": "table",
+ "breadcrumbs-top-to-separator-medium": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "0b12ff10-52e2-4084-9f1b-ee7bc0b50576"
+ "value": "11px",
+ "uuid": "fdbf3b4b-7d6e-4464-8514-17c1b4790db6"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "84f00d87-c0ea-42fd-8477-9fff028bf79c"
+ "value": "15px",
+ "uuid": "fcbd2bcb-7f53-4219-9d6b-89c01fd50da7"
}
- },
- "uuid": "68f1090f-9c50-4537-87a4-7a27756c977a"
+ }
},
- "table-row-checkbox-to-top-medium-regular": {
- "component": "table",
+ "breadcrumbs-top-to-separator-multiline": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "2c8f9b97-f4df-48c2-ab1a-82373d335b83"
+ "value": "7px",
+ "uuid": "96d7dff4-4b3d-433a-8f83-8f55a1514812"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "36505a4f-01b6-4b83-adf1-592818eb2c0d"
+ "value": "10px",
+ "uuid": "4b7eab87-e6a8-40f6-a071-5aff25493f2f"
}
- },
- "uuid": "e0871753-cee6-4b06-8ca9-faa5348a38ee"
+ }
},
- "table-row-checkbox-to-top-medium-spacious": {
- "component": "table",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "c8a04cab-bfad-4b82-94dc-6c2b4160c7cb"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "23px",
- "uuid": "a57d2d1a-5e0c-4d4c-84eb-dd2339366aad"
- }
- },
- "uuid": "3a1bedbe-d6de-4d9e-bc1f-2389dce615c9"
+ "breadcrumbs-truncated-menu-to-separator": {
+ "component": "breadcrumbs",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "963bd7ed-cfc9-4a93-a8a6-a2340ec6479f"
},
- "table-row-checkbox-to-top-large-compact": {
- "component": "table",
+ "breadcrumbs-text-to-separator-large": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "40acc8c4-81b4-4566-a7ce-7c3d0d8ab5c5"
+ "value": "9px",
+ "uuid": "3e19f21e-0c87-4eca-bc21-d4c13bc984ef"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "5fde3b28-c553-4124-be3b-212d1407780c"
+ "value": "11px",
+ "uuid": "25d8256e-b05f-43e8-bbc3-5b60c24be29c"
}
- },
- "uuid": "a373d470-cce5-4222-9cdb-3b570018870b"
+ }
},
- "table-row-checkbox-to-top-large-regular": {
- "component": "table",
+ "breadcrumbs-text-to-separator-medium": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "559b9fc0-389e-4e2f-985c-8741f218850a"
+ "value": "6px",
+ "uuid": "74d2cda7-385e-4145-8a3e-26065db5e302"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "2e16e4ef-fec6-41fb-9d96-bc6bb6c88f69"
+ "value": "8px",
+ "uuid": "bf2e3518-154e-4975-b9fb-acbf60b7e154"
}
- },
- "uuid": "3d78defe-7854-4ee6-b6d6-81ac8f6d8854"
+ }
},
- "table-row-checkbox-to-top-large-spacious": {
- "component": "table",
+ "breadcrumbs-text-to-separator-multiline": {
+ "component": "breadcrumbs",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "d4b563c8-9234-4eed-a2a3-7e448a174286"
+ "value": "4px",
+ "uuid": "0d4dd9ba-5b01-432d-a7b2-d95947cfc43d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "27px",
- "uuid": "cfbd6cb5-c8d3-4908-a77a-7a15cda932fb"
+ "value": "5px",
+ "uuid": "fbf763fe-9e35-4cdc-a5ed-9f90e03d23bd"
}
- },
- "uuid": "0360a0ce-7b68-4aca-84e5-916773dc6785"
+ }
},
- "table-row-checkbox-to-top-extra-large-compact": {
- "component": "table",
+ "contextual-help-body-font-size": {
+ "component": "contextual-help",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "a1aa1c65-a1e8-40d6-805f-309d5e43d129"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-s}",
+ "uuid": "393e9a11-77f6-42a7-973b-34c673ad8afb"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "4069e932-339a-495d-bb36-c89f22af4f96"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{body-size-xs}",
+ "uuid": "1d817b1e-7916-4443-b04d-aa232b089f67"
}
- },
- "uuid": "494f8ddd-dda5-4ce1-9df4-77992f55db28"
+ }
},
- "table-row-checkbox-to-top-extra-large-regular": {
- "component": "table",
+ "contextual-help-title-font-size": {
+ "component": "contextual-help",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "9b775e1f-9348-431d-9ba8-bffb19bcbf85"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-m}",
+ "uuid": "16ee4dfd-afbe-482b-943e-03e2614037dd"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "2171aee7-d013-459e-a13f-33075090cbe3"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{title-size-s}",
+ "uuid": "965f0854-0f3c-4d6e-9e21-54542ecf1a17"
}
- },
- "uuid": "09aa25e6-1844-45c7-b581-574e21e8c7fd"
+ }
},
- "table-row-checkbox-to-top-extra-large-spacious": {
- "component": "table",
+ "coach-indicator-collapsed-ring-rounding-increment": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "252dc667-b847-4295-8669-3e2f4d408f51"
+ },
+ "coach-indicator-expanded-ring-rounding-increment": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "770aa608-80a3-4715-894b-c1d85a1b0c5e"
+ },
+ "coach-indicator-collapsed-ring-thickness": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "fff486aa-26a4-4b41-91a7-762f8b29d47a"
+ },
+ "coach-indicator-expanded-ring-thickness": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "09c84cdf-0c82-4201-8203-9eb05d8b9486"
+ },
+ "coach-indicator-collapsed-gap": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "adb8eace-decc-4bef-93e9-ff2cb27e9ce6"
+ },
+ "coach-indicator-expanded-gap": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "b25c696f-c6c3-45af-bdc9-fe3a046067f3"
+ },
+ "coach-indicator-opacity": {
+ "component": "coach-indicator",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0.2",
+ "uuid": "6fa9bbc8-4c96-45a4-b133-bb2556a003de"
+ },
+ "accordion-content-area-edge-to-content-small": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "23px",
- "uuid": "568ba981-51b5-4443-a427-0f857ff02572"
+ "value": "8px",
+ "uuid": "b7b23a23-abca-4e96-8c6f-d2b5b4c79d99"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "31px",
- "uuid": "683be05e-f8d4-4910-8d07-20515f19fbbd"
+ "value": "10px",
+ "uuid": "782d9dfd-413f-4031-8431-be9b638c69b6"
}
- },
- "uuid": "69b2f2e6-e886-4f13-bbb1-6f0a44ca1296"
+ }
},
- "table-section-header-row-height-small": {
- "component": "table",
+ "accordion-content-area-edge-to-content-medium": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "89bd3638-bbbb-432d-84eb-e217f9bb0cbf"
+ "value": "9px",
+ "uuid": "66fbf171-ff30-4376-9026-686ae3e2fc70"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "uuid": "2cd8dc05-2f95-45b5-b8a4-0273baf3ba0e"
+ "value": "11px",
+ "uuid": "80419f6a-d93a-4cc0-883a-833e4717e28f"
}
- },
- "uuid": "3f58f0b4-9a45-40c4-b6db-5771fb713690"
+ }
},
- "table-section-header-row-height-medium": {
- "component": "table",
+ "accordion-content-area-edge-to-content-large": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "32px",
- "uuid": "4c9e9bd8-9320-4648-bf2c-bb2db74a63fb"
+ "value": "12px",
+ "uuid": "755f796f-bcb6-466c-b4f2-b10b0f819bba"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "07beb872-72a0-400e-b434-dd076c9be0a7"
+ "value": "15px",
+ "uuid": "f4d133f7-d444-4ddc-907f-9d75ff621a03"
}
- },
- "uuid": "15e952af-a5c8-465c-b260-ae3e1c074fa7"
+ }
},
- "table-section-header-row-height-large": {
- "component": "table",
+ "accordion-content-area-edge-to-content-extra-large": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "40px",
- "uuid": "553f5ffd-a163-4b33-b96a-5acc08cfb820"
+ "value": "15px",
+ "uuid": "c26ba15a-cb44-44b2-8423-baf52b1b42db"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "cc41c4f1-bfc5-4aa5-87af-97f191cc7af3"
+ "value": "19px",
+ "uuid": "c9aaff95-a17a-408b-bb55-1c9026314c8b"
}
- },
- "uuid": "35b369fa-8877-4216-b5b6-a4d9100351a4"
+ }
},
- "table-section-header-row-height-extra-large": {
- "component": "table",
+ "accordion-disclosure-indicator-to-text-small": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "48px",
- "uuid": "34b1c98f-7159-4ae0-b299-bf2fc53035c0"
+ "value": "7px",
+ "uuid": "e6cb7eb7-afa3-441f-9f22-5ca8eec66749"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "60px",
- "uuid": "06164331-9a76-4adf-b859-82074df19fbd"
+ "value": "9px",
+ "uuid": "f009b7a8-95ca-4b39-92c3-f7656cf2e429"
}
- },
- "uuid": "7155693f-4281-47ad-b02c-d8084756590f"
+ }
},
- "table-thumbnail-to-top-minimum-small-compact": {
- "component": "table",
+ "accordion-disclosure-indicator-to-text-medium": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "d9cc50d4-6661-4a03-b850-ed0933f2dabb"
+ "value": "11px",
+ "uuid": "e28ca787-7457-4f40-9188-039347047c83"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "72ebb8a4-9bfb-4ff0-ba3a-232c885931e7"
+ "value": "13px",
+ "uuid": "f62edd6d-b833-4aea-8e03-ddd1dfccc464"
}
- },
- "uuid": "cae9f1fb-d746-41bc-89ba-58d2aeed2bb8"
+ }
},
- "table-thumbnail-to-top-minimum-medium-compact": {
- "component": "table",
+ "accordion-disclosure-indicator-to-text-large": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "86a1c328-0845-47d8-a189-24a22c1ce053"
+ "value": "14px",
+ "uuid": "802cef85-0ad5-417b-953f-66a812e6637e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "b546eac7-00ad-4ea2-992d-0c4b8d087679"
+ "value": "17px",
+ "uuid": "fae0b204-0198-465a-aa98-c7b4224e4c48"
}
- },
- "uuid": "23f99b75-e5a0-4f28-bffc-77c9c3011da9"
+ }
},
- "table-thumbnail-to-top-minimum-large-compact": {
- "component": "table",
+ "accordion-disclosure-indicator-to-text-extra-large": {
+ "component": "accordion",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "9b0e3ebe-59f6-4970-aa47-06b115f5efff"
+ "value": "17px",
+ "uuid": "90fe1ad4-76a8-4b02-a036-af6d4397334e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "891cf7bc-419a-4b78-8c7e-03685fbf36a4"
+ "value": "22px",
+ "uuid": "aafcb612-0828-48c7-af1c-39870aafd44a"
}
- },
- "uuid": "54d5a37b-0edf-4f32-9ad1-794ffaea774b"
+ }
},
- "table-thumbnail-to-top-minimum-extra-large-compact": {
- "component": "table",
+ "accordion-item-to-divider": {
+ "component": "accordion",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "9a2c9dee-7acf-4083-9c66-685454444f8c"
+ },
+ "meter-thickness-medium": {
+ "component": "meter",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "499530d7-7c3c-4bed-a4a1-d4edc2195afe"
+ "value": "6px",
+ "uuid": "6e404f16-900e-4dd2-8705-3c9077f52240"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "29ee801a-95bd-495c-9905-f2fd00ae0e19"
+ "value": "8px",
+ "uuid": "f9a81245-4bcb-4fca-8a4b-04ac78d9d1ca"
}
- },
- "uuid": "d01f46c2-825e-42d4-a1cd-e0f8237833a8"
+ }
},
- "table-thumbnail-to-top-minimum-small-regular": {
- "component": "table",
+ "meter-thickness-extra-large": {
+ "component": "meter",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "db98283d-1f25-4323-9f3a-0555b9670ba6"
+ "value": "10px",
+ "uuid": "e5ac2b35-da1d-4936-baa8-498705c9529c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "e25b14a7-cb9e-406b-bab6-b27575f00a52"
+ "value": "13px",
+ "uuid": "272738b2-a274-4e2e-8582-9c2cc7962a85"
}
- },
- "uuid": "0df6024f-a4e7-4705-8640-1b561982b514"
+ }
},
- "table-thumbnail-to-top-minimum-medium-regular": {
- "component": "table",
+ "thumbnail-opacity-checkerboard-square-size": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "0322f848-009a-45c4-ad4a-17d8f7e41995"
+ },
+ "thumbnail-corner-radius": {
+ "component": "thumbnail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-75}",
+ "uuid": "13681294-e3c6-4898-a17e-943932a53c08"
+ },
+ "action-bar-top-to-content-area": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-200}",
+ "uuid": "cfa41a43-8fb2-4c3b-a2df-f8658c87b31b"
+ },
+ "action-bar-bottom-to-content-area": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-200}",
+ "uuid": "3116a00c-0ad3-4ae6-9fbb-f9b5624a2708"
+ },
+ "action-bar-edge-to-content-area": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-100}",
+ "uuid": "a9fc8786-060e-4663-9381-211621240b2f"
+ },
+ "action-bar-close-button-to-counter": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{text-to-control-50}",
+ "uuid": "bc54e89f-6740-4004-891e-c515f8f79693"
+ },
+ "action-bar-counter-font-size": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-100}",
+ "uuid": "66540ddb-ec74-487f-8e09-a37b436694b5"
+ },
+ "swatch-group-spacing-spacious": {
+ "component": "swatch-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "b80ef303-eae7-498f-b172-73a098be0f0b"
+ },
+ "swatch-group-border-opacity": {
+ "component": "swatch-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0.2",
+ "uuid": "19968846-dad0-42eb-b6a8-af65f3a910ff"
+ },
+ "avatar-border-width": {
+ "component": "avatar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{border-width-100}",
+ "uuid": "2d4cd3ad-cc2c-4ad5-9475-c73882c5201e"
+ },
+ "avatar-group-size-50": {
+ "component": "avatar-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{avatar-size-50}",
+ "uuid": "d55ab204-ee6c-47e3-a21b-25543c8fc36b"
+ },
+ "avatar-group-size-75": {
+ "component": "avatar-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{avatar-size-75}",
+ "uuid": "420c8327-fa41-4919-9e01-4d58178d739b"
+ },
+ "avatar-group-size-100": {
+ "component": "avatar-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{avatar-size-100}",
+ "uuid": "1c869018-8c56-4c10-acea-7fc6e838aa09"
+ },
+ "avatar-group-size-200": {
+ "component": "avatar-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{avatar-size-200}",
+ "uuid": "590ef940-55ea-4690-a403-e4b47a185a64"
+ },
+ "avatar-group-size-300": {
+ "component": "avatar-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{avatar-size-300}",
+ "uuid": "5e60d980-21db-4bbd-b321-a20808571411"
+ },
+ "avatar-group-size-400": {
+ "component": "avatar-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{avatar-size-400}",
+ "uuid": "80e446ee-0091-4c6e-9158-e15fbc6207a4"
+ },
+ "avatar-group-size-500": {
+ "component": "avatar-group",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{avatar-size-500}",
+ "uuid": "4bf63b03-931b-47ce-bb1a-4bd4e2cd82c1"
+ },
+ "avatar-to-avatar-50": {
+ "component": "avatar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "12a6fd11-d3a5-4d72-9942-89d828d1d256"
+ "value": "-4px",
+ "uuid": "4328bc86-01d4-4467-b99a-33099effe781"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "75af7a67-e0ae-4f41-9c70-09babbc587d1"
+ "value": "-5px",
+ "uuid": "b395e912-9061-44bd-ab77-840cde0f3e80"
}
- },
- "uuid": "bfa8f410-1d96-4262-bbc0-11b0829e2b17"
+ }
},
- "table-thumbnail-to-top-minimum-large-regular": {
- "component": "table",
+ "avatar-to-avatar-75": {
+ "component": "avatar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "de6e6ae5-eae6-4f7a-89be-176674176242"
+ "value": "-5px",
+ "uuid": "4970f7de-506d-4e2c-9412-8ebd268c5da3"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "fc7efe7c-ef97-424f-89c2-2211daf44b4a"
+ "value": "-6px",
+ "uuid": "889a7ebb-86b7-4615-87ee-e75aa4b48d60"
}
- },
- "uuid": "237eb135-271c-4235-a5b9-a3a697fccf96"
+ }
},
- "table-thumbnail-to-top-minimum-extra-large-regular": {
- "component": "table",
+ "avatar-to-avatar-100": {
+ "component": "avatar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "17c4c578-d3e1-44c0-bd21-ee4df5cb2027"
+ "value": "-6px",
+ "uuid": "273888c7-abc9-4af8-802a-e8ecf864f2fa"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "b60c33b8-acc1-4af1-b30f-b467054ee417"
+ "value": "-7px",
+ "uuid": "bacd5b38-1eed-49d6-9513-f363315f2a23"
}
- },
- "uuid": "e9a7b195-264b-44ba-b45a-b80b420139bf"
+ }
},
- "table-thumbnail-to-top-minimum-small-spacious": {
- "component": "table",
+ "avatar-to-avatar-200": {
+ "component": "avatar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "9b464ca8-f246-482d-b240-e12e097aaf8b"
+ "value": "-7px",
+ "uuid": "629d5ce9-487d-4ee9-be0d-5ff24c66d174"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "b6684bce-531d-420a-befc-b4ad884059fc"
+ "value": "-8px",
+ "uuid": "7815e63c-1d4f-4ee0-a656-a6053595ad59"
}
- },
- "uuid": "210ec248-99f8-4969-a487-0e25140c9431"
+ }
},
- "table-thumbnail-to-top-minimum-medium-spacious": {
- "component": "table",
+ "avatar-to-avatar-300": {
+ "component": "avatar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "1cd90c35-f688-4054-aec4-e1e3b200cfcf"
+ "value": "-8px",
+ "uuid": "e345324b-640f-4f45-88c6-4765ca97ea22"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "0cb1e46b-039b-46d2-a024-b72ddd82d0b4"
+ "value": "-9px",
+ "uuid": "04481b80-1c05-416a-95cf-c0c85147ce2e"
}
- },
- "uuid": "2c9a1114-c7d0-4aeb-bd08-61645357d882"
+ }
},
- "table-thumbnail-to-top-minimum-large-spacious": {
- "component": "table",
+ "avatar-to-avatar-400": {
+ "component": "avatar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "f1cbc035-b4d0-4593-b563-a107ee2eebb0"
+ "value": "-9px",
+ "uuid": "63c5deff-94da-4981-ba9a-fd46b4372830"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "e6689bf9-6ecc-4900-b8ad-85b103232e3e"
+ "value": "-10px",
+ "uuid": "5c733ac6-d7b9-44f0-8827-1d8232ca5332"
}
- },
- "uuid": "43917cdf-4e06-47a2-935c-47cd42a26349"
+ }
},
- "table-thumbnail-to-top-minimum-extra-large-spacious": {
- "component": "table",
+ "avatar-to-avatar-500": {
+ "component": "avatar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "127b9225-cbab-42c1-8c86-4f425c7c8e27"
+ "value": "-10px",
+ "uuid": "8b6b74b4-e7c3-4f7c-a2b6-f410fcc17a83"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "28a5df8a-0fe4-4410-b804-9a6c26de4440"
+ "value": "-11px",
+ "uuid": "c980c4f4-f2c5-4963-873e-de275f3353d1"
}
- },
- "uuid": "8b294228-b51e-4b2a-b577-4f328170f072"
+ }
},
- "tab-item-height-small": {
- "component": "tabs",
+ "code-cjk-size-xl": {
+ "component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-200}",
- "uuid": "7b31cf38-5bac-4f79-a4f1-172a4ea66e10"
+ "value": "{code-size-xl}",
+ "uuid": "a2e258a0-21f6-44d7-9bfe-0052620e5ac2"
},
- "tab-item-height-medium": {
- "component": "tabs",
+ "code-cjk-size-l": {
+ "component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-300}",
- "uuid": "5d2288f4-f383-47fa-baca-0168cb46750a"
+ "value": "{code-size-l}",
+ "uuid": "15e8593b-1b86-40e0-ae88-fcc587e24373"
},
- "tab-item-height-large": {
- "component": "tabs",
+ "code-cjk-size-m": {
+ "component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-400}",
- "uuid": "8abd0b0e-fd6d-4064-9d0e-1ab998fcb0ce"
+ "value": "{code-size-m}",
+ "uuid": "69436fba-18a7-4a28-b6c5-683a8838917c"
},
- "tab-item-height-extra-large": {
- "component": "tabs",
+ "code-cjk-size-s": {
+ "component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-500}",
- "uuid": "42ed814c-5044-4c70-b82f-b49f8226241e"
+ "value": "{code-size-s}",
+ "uuid": "80c3d9ab-39d1-4329-a88f-bb84c3afd17f"
},
- "tab-item-compact-height-small": {
- "component": "tabs",
+ "code-cjk-size-xs": {
+ "component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-75}",
- "uuid": "25f7d9a5-9464-4447-97d9-97839b371f96"
+ "value": "{code-size-xs}",
+ "uuid": "6b577e2a-09c0-42bb-8b94-42034df63036"
},
- "tab-item-compact-height-medium": {
- "component": "tabs",
+ "standard-panel-width": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "260px",
+ "uuid": "41cd9d92-4d69-4aaa-9c95-e980aa5eb992"
+ },
+ "standard-panel-minimum-width": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "200px",
+ "uuid": "37ab7428-8175-409f-8e74-55e51a962139"
+ },
+ "standard-panel-maximum-width": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "400px",
+ "uuid": "11400ef3-c995-41bc-8a9d-eb389d95f360"
+ },
+ "standard-panel-top-to-close-button-compact": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "66f385cd-b60b-42dd-bfdc-aba2db6e35a2"
+ },
+ "standard-panel-top-to-close-button-regular": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "968a056e-4397-4a71-91f1-a0f1ebb6f751"
+ },
+ "standard-panel-top-to-close-button-spacious": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "17px",
+ "uuid": "96572147-20a9-4089-9904-0a0efa42a5af"
+ },
+ "standard-panel-edge-to-close-button-compact": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "6364d657-804c-4753-832d-09bfdf5ad36a"
+ },
+ "standard-panel-edge-to-close-button-regular": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "f2c9847f-2c3f-4e2e-94ed-59b6cc58f34a"
+ },
+ "standard-panel-edge-to-close-button-spacious": {
+ "component": "standard-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "b9c04337-a6f5-42db-9bf9-a761c0d9f876"
+ },
+ "standard-panel-title-font-size": {
+ "component": "standard-panel",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-100}",
- "uuid": "e8c7c826-548d-4037-b064-3cf699675d35"
+ "value": "{title-size-s}",
+ "uuid": "ce8278ea-da1b-4a42-bf7d-4018c9e9d18e"
},
- "tab-item-compact-height-large": {
- "component": "tabs",
+ "illustrated-message-horizontal-maximum-width": {
+ "component": "illustrated-message",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "535px",
+ "uuid": "4413ee4d-86b1-4d88-b2ee-64c0939698b9"
+ },
+ "illustrated-message-vertical-maximum-width": {
+ "component": "illustrated-message",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "380px",
+ "uuid": "95c055b0-f688-4405-8426-1b2302e32ebd"
+ },
+ "bar-panel-width": {
+ "component": "bar-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "56px",
+ "uuid": "c0e0d08b-e22f-44d3-b547-6bd173d00e1b"
+ },
+ "bar-panel-minimum-width": {
+ "component": "bar-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "40px",
+ "uuid": "db0862a7-3a92-4c24-a06a-d20acfd94e1b"
+ },
+ "bar-panel-maximum-width": {
+ "component": "bar-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "72px",
+ "uuid": "00c313bf-61be-4f5a-9d26-3e9f1ea0e950"
+ },
+ "bar-panel-spacing-extra-spacious": {
+ "component": "bar-panel",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "5fbb857b-5703-4e8e-bba4-86720ca261bd"
+ },
+ "rating-top-to-content-area-small": {
+ "component": "rating",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-200}",
- "uuid": "6d781a0e-e03d-4750-ae4f-67a29d731702"
+ "value": "{spacing-75}",
+ "uuid": "8cf415d3-57f2-41c6-a175-40c75b58a79e"
},
- "tab-item-compact-height-extra-large": {
- "component": "tabs",
+ "rating-bottom-to-content-area-small": {
+ "component": "rating",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{component-height-300}",
- "uuid": "49130d66-edfb-48bd-8648-96c47f40a884"
+ "value": "{spacing-75}",
+ "uuid": "360ab235-93bf-482c-9ff1-387d69f018e1"
},
- "tab-item-to-tab-item-horizontal-small": {
- "component": "tabs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "21px",
- "uuid": "79695d07-21cb-4772-b3f7-b2eb56e7ad20"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "27px",
- "uuid": "8b5e1596-f13a-4786-b0c7-f01615423922"
- }
- },
- "uuid": "bc5ff4f1-ac72-47e1-8423-9f8835043c71"
+ "rating-edge-to-content-area-small": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-75}",
+ "uuid": "a2ad2062-a115-4abb-859b-f9d307b44744"
},
- "tab-item-to-tab-item-horizontal-medium": {
- "component": "tabs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "31bea7d1-c8c2-4901-9f18-7a5c936d243f"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "uuid": "885a7cc3-8873-4cb7-99e7-b17f42fb48f1"
- }
- },
- "uuid": "ba8f899f-fa40-4295-92bb-a46d62d891c6"
+ "rating-top-to-content-area-medium": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "6b99f788-336d-4159-819e-29050f8b571a"
},
- "tab-item-to-tab-item-horizontal-large": {
- "component": "tabs",
+ "rating-bottom-to-content-area-medium": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "897117a7-4e29-4fc2-85b4-1b2aa882ff7b"
+ },
+ "rating-edge-to-content-area-medium": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "888c8501-b709-4b72-9d19-504e3b0befb4"
+ },
+ "rating-width-small": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "104px",
+ "uuid": "b54da2cd-9d1e-498f-a52c-7be5e825c2a2"
+ },
+ "rating-height-small": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-75}",
+ "uuid": "7e0c3f30-31f5-4fa2-b353-a739c904d796"
+ },
+ "rating-width-medium": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "128px",
+ "uuid": "91a0e740-8f77-4d4a-b34c-d673afc1093b"
+ },
+ "rating-height-medium": {
+ "component": "rating",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-100}",
+ "uuid": "d7f24ef9-eb71-45e8-96a1-7e48ddc56964"
+ },
+ "select-box-horizontal-minimum-height": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "27px",
- "uuid": "1f9460a7-2ec0-4353-875c-ee5a6143d00b"
+ "value": "80px",
+ "uuid": "3d6fc9f4-1f22-4e1d-a602-e00079dd2057"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "33px",
- "uuid": "71bdfd06-4672-464f-b787-9a62137b1763"
+ "value": "100px",
+ "uuid": "c731f83e-152b-44ad-818f-460dc1d29228"
}
- },
- "uuid": "136e9e3b-104d-42a7-9ff3-9a81b82a224f"
+ }
},
- "tab-item-to-tab-item-horizontal-extra-large": {
- "component": "tabs",
+ "select-box-horizontal-width": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "uuid": "c92ec468-0fac-4e12-b1f8-f22d09cb6c1e"
+ "value": "368px",
+ "uuid": "04fcbf2f-ffe1-4f26-99d1-59a3deb053ed"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "482ed7f6-ba60-4110-85c8-daf5bf352406"
+ "value": "460px",
+ "uuid": "d406a096-aea6-4e39-818a-52d82b3c5031"
}
- },
- "uuid": "c1bdb5e6-754c-4846-9fb4-f9e748ab47eb"
+ }
},
- "tab-item-to-tab-item-vertical-small": {
- "component": "tabs",
+ "select-box-vertical-height": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "da8211ee-8944-447f-a6df-6a16580e1893"
+ "value": "170px",
+ "uuid": "fe57d82a-5365-441a-9bd5-8f2c71c2ba83"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "d51a6c05-67d0-425f-becf-86e783ab3305"
+ "value": "212px",
+ "uuid": "2a6a9aef-2c75-43e4-856d-c797900c713f"
}
- },
- "uuid": "26f918df-58db-4c93-b384-24f4eb5787c7"
+ }
},
- "tab-item-to-tab-item-vertical-medium": {
- "component": "tabs",
+ "select-box-edge-to-checkbox": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "7cd196c1-18b1-4dae-abf7-7ef1b531e0af"
+ "value": "12px",
+ "uuid": "70a20970-ebd9-48a7-8324-44d352f79978"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "6b6c960f-adcf-48b0-8310-ba12b47f4d9a"
+ "value": "15px",
+ "uuid": "f028974a-20d1-4e03-af77-921b1dfc2469"
}
- },
- "uuid": "f38a8014-9b74-4c18-97b8-a3552b08ba2c"
+ }
},
- "tab-item-to-tab-item-vertical-large": {
- "component": "tabs",
+ "select-box-horizontal-end-to-content": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "9846992c-e27b-4760-8808-7c44cca2cc65"
+ "value": "32px",
+ "uuid": "a99ea589-33e4-4196-8c49-77a0d0d522ed"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "c193b2ee-a584-41dc-9ef8-3aebb38fb832"
+ "value": "40px",
+ "uuid": "9c78208b-bb4f-4cda-82f0-a38f68d33172"
}
- },
- "uuid": "76eca7ae-ce9a-4ce2-8efd-b73f76f03f05"
+ }
},
- "tab-item-to-tab-item-vertical-extra-large": {
- "component": "tabs",
+ "select-box-horizontal-illustration-to-label": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "d74ea722-c146-4ad2-ab20-41c332ae1190"
+ "value": "10px",
+ "uuid": "b98f3e7a-d30a-49f7-80fd-d793554eaf6d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "ea902ec1-25d5-47c3-896a-a95d9ca5bd62"
+ "value": "12px",
+ "uuid": "6c8580ac-c2c4-4d62-8a9d-b0498dd0b69b"
}
- },
- "uuid": "b21c35fc-16d6-4356-941b-dc8eb533d524"
- },
- "tab-item-start-to-edge-quiet": {
- "component": "tabs",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "f869f703-a850-4c6c-b518-ec8a1b355046"
+ }
},
- "tab-item-start-to-edge-small": {
- "component": "tabs",
+ "select-box-horizontal-label-to-description": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "712e62ce-b869-4097-aee1-82e3b7505e14"
+ "value": "2px",
+ "uuid": "94b742aa-bec9-43bc-81ad-a913191481d1"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "8d413f56-6634-49c8-8d6a-53d0f57f1bbc"
+ "value": "3px",
+ "uuid": "255479ac-24f5-4128-bba0-258ec68026af"
}
- },
- "uuid": "4c91d4af-7738-41ae-884b-f51b96f0277d"
+ }
},
- "tab-item-start-to-edge-medium": {
- "component": "tabs",
+ "select-box-horizontal-start-to-content": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "4d105a45-7403-47f2-ba50-419d822ff879"
+ "value": "24px",
+ "uuid": "9ab0ef93-1293-48e9-911c-2ea32f15b44b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "229477d5-e21a-4f4b-a24d-580f0c60eec5"
+ "value": "30px",
+ "uuid": "009afde4-ea54-4025-aaa0-7df7e5e50229"
}
- },
- "uuid": "854c8fee-224a-4fca-aeb1-c770faf5ba22"
+ }
},
- "tab-item-start-to-edge-large": {
- "component": "tabs",
+ "select-box-horizontal-top-to-content": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "c3f8f94b-d456-4aeb-8340-bd5643efe8fc"
+ "value": "16px",
+ "uuid": "736900ff-ea3c-4c5b-85b6-080524cb78fc"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "2c85fa9a-e854-46f6-bc6b-547692d08290"
+ "value": "20px",
+ "uuid": "75f16efb-6905-4091-bd87-bd08494a92bf"
}
- },
- "uuid": "31935ef9-f6f2-45f0-b2dc-8fb0a105d243"
+ }
},
- "tab-item-start-to-edge-extra-large": {
- "component": "tabs",
+ "select-box-top-to-checkbox": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "a480fffb-0a23-4893-87ce-730eb925a7cc"
+ "value": "4px",
+ "uuid": "237b6422-31fd-4729-98f1-451b7bd27a4d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "4e0b2015-06c8-41ab-9e2b-3a332a7625ff"
+ "value": "5px",
+ "uuid": "011f2ccf-b2fb-4da8-94c4-29fc0a5b9a71"
}
- },
- "uuid": "98e8e273-af5b-413a-a69e-3f7555275ff8"
+ }
},
- "tab-item-top-to-text-small": {
- "component": "tabs",
+ "select-box-vertical-edge-to-content": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "a9a6d785-f06d-4505-89ea-552d47ebe49d"
+ "value": "24px",
+ "uuid": "ef9b9dd4-5e45-4c1a-8874-f097fd892352"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "3e155b8c-6cea-4b59-817c-cf71a63e00c7"
+ "value": "30px",
+ "uuid": "e807df92-1c13-4394-ace9-cb998ada9395"
}
- },
- "uuid": "f5774cb8-13a1-4473-a48e-ad31031c6633"
+ }
},
- "tab-item-bottom-to-text-small": {
- "component": "tabs",
+ "select-box-vertical-illustration-to-label": {
+ "component": "select-box",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "2d0f71e2-66fc-4f28-bd4b-be41df0948ed"
+ "value": "8px",
+ "uuid": "f6a52618-bf5d-4a9d-ac95-e5a6d002851d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "e0791360-b505-492b-bf71-dfa393abecfa"
+ "value": "10px",
+ "uuid": "8a805540-3b26-4b50-8a0d-0c7beb13885e"
}
- },
- "uuid": "9fc2a1ef-aadd-4e70-9fda-0b1a4c5e34ef"
+ }
},
- "tab-item-top-to-text-medium": {
- "component": "tabs",
+ "slider-control-to-field-label-editable-small": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "e75e4e96-6d1b-4a86-9059-5c1f6f6ab269"
+ "value": "-4px",
+ "uuid": "882a70c2-afd4-483a-adf5-5437dd34fcba"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "a8c455e9-60e5-4838-bc9c-eaf7b39a4bf7"
+ "value": "-8px",
+ "uuid": "5816b3c6-937c-47b8-9bdd-ebc69224831b"
}
- },
- "uuid": "76b24ca3-192e-4f08-861d-a85bfaf5785e"
+ }
},
- "tab-item-bottom-to-text-medium": {
- "component": "tabs",
+ "slider-control-to-field-label-editable-medium": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "f507e1bd-f08e-42b1-aee6-ea38f9f8a387"
+ "value": "-12px",
+ "uuid": "4cdfa762-9580-4fff-a396-1538666ef8d7"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "691db84a-5336-4e45-bf73-ee617057e718"
+ "value": "-16px",
+ "uuid": "a5326ae9-27b6-450c-b88f-d4b89a06502a"
}
- },
- "uuid": "440bf748-a58c-46d0-b8b8-9a19e9ee5924"
+ }
},
- "tab-item-top-to-text-large": {
- "component": "tabs",
+ "slider-control-to-field-label-editable-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "8b9275f5-3e63-459c-97fc-bc03691aa772"
+ "value": "-16px",
+ "uuid": "c849ce3c-0e3a-4882-a061-021eed8d55d8"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "7e3db5ca-cd32-464b-9a23-9d03e83faa9c"
+ "value": "-20px",
+ "uuid": "657325f5-74e4-4d39-8ba4-f480c141da79"
}
- },
- "uuid": "90e17fcf-a054-4aab-828a-bc6a21ab17ca"
+ }
},
- "tab-item-bottom-to-text-large": {
- "component": "tabs",
+ "slider-control-to-field-label-editable-extra-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "61dd06ac-501e-4725-9d54-cc7a3d9f6586"
+ "value": "-20px",
+ "uuid": "e82d0719-2d65-438f-a9a6-f61c80a80376"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
- "uuid": "31d1b6b6-721f-4474-ba86-795367399e49"
+ "value": "-24px",
+ "uuid": "23f0c597-a889-4653-8870-df86101fe544"
}
- },
- "uuid": "13aa806b-c355-452d-9f9b-c8333a382004"
+ }
},
- "tab-item-top-to-text-extra-large": {
- "component": "tabs",
+ "slider-control-to-field-label-side-small": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "f1b6b932-748d-4b26-9c03-2bd9d0a40ac6"
+ "value": "16px",
+ "uuid": "2d3a0c09-3f66-42da-8276-a7dabc6c4cd3"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "25px",
- "uuid": "174cc6c8-9c0a-44c0-b6c7-ea6d337c819b"
+ "value": "20px",
+ "uuid": "31e670e4-2400-4705-a0e8-cef9cbca9869"
}
- },
- "uuid": "073cc280-e128-49ec-b2d4-372302b1a8a3"
+ }
},
- "tab-item-bottom-to-text-extra-large": {
- "component": "tabs",
+ "slider-control-to-field-label-side-medium": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "5840c3b8-3488-417b-8b33-f3fc667ffd7a"
+ "value": "16px",
+ "uuid": "8d294c76-353f-42f0-8aa9-8c489a90ac14"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "25px",
- "uuid": "c63380d4-cc26-4299-b227-af2faedfdc74"
+ "value": "20px",
+ "uuid": "5d470123-0f06-4319-b299-b8f5d80c7c94"
}
- },
- "uuid": "22c953eb-cfd6-469a-b175-3d08edca39e9"
+ }
},
- "tab-item-top-to-text-compact-small": {
- "component": "tabs",
+ "slider-control-to-field-label-side-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "bbcf3eda-4add-4d0d-b5ae-c2e7078e85ed"
+ "value": "20px",
+ "uuid": "dff9511c-7b97-4cfb-abff-953be7228e28"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "d37488c4-d489-45bd-9086-8157c5204ae4"
+ "value": "24px",
+ "uuid": "095779c9-64fc-4a51-8a0a-f8b452fb3650"
}
- },
- "uuid": "5a89fcc8-eb6d-49e0-bf9a-50dd94c2e7b9"
+ }
},
- "tab-item-bottom-to-text-compact-small": {
- "component": "tabs",
+ "slider-control-to-field-label-side-extra-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "d87a2ee3-6f7c-4f5e-8191-d35624fc10f1"
+ "value": "24px",
+ "uuid": "4dc8268e-42c5-4c3c-a17a-fe0f7227facc"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "f453e51e-3d58-430e-8f17-8b95718dbf34"
+ "value": "28px",
+ "uuid": "19036695-7f27-4c08-babc-45226b7bf920"
}
- },
- "uuid": "44fbab39-742f-47ec-8135-b216b7302f1f"
+ }
},
- "tab-item-top-to-text-compact-medium": {
- "component": "tabs",
+ "slider-control-to-text-field-small": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "2481e3a1-302b-46b8-98c2-e9461dd47d0c"
+ "value": "16px",
+ "uuid": "52edd5bd-f859-487b-bc89-db09fa523025"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "128757b0-d690-4886-95d5-e9df36182a0f"
+ "value": "20px",
+ "uuid": "526c8840-b08c-401b-8242-32c1cb574b58"
}
- },
- "uuid": "0500b8b8-0ccb-469f-aff4-e2a0de12c30d"
+ }
},
- "tab-item-bottom-to-text-compact-medium": {
- "component": "tabs",
+ "slider-control-to-text-field-medium": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "b44bbd5a-ef03-4e83-a9f5-88c896969d4d"
+ "value": "16px",
+ "uuid": "600b162b-5a37-4c01-9fa2-05df934433cc"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "e69dee42-92da-4ca9-9eb8-97a7860adaba"
+ "value": "20px",
+ "uuid": "a99118fc-9837-4460-b4ae-9c7ffaa20ce0"
}
- },
- "uuid": "95b1b803-d8d8-4b6d-8cf1-95cd0031acb9"
+ }
},
- "tab-item-top-to-text-compact-large": {
- "component": "tabs",
+ "slider-control-to-text-field-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "93af7bac-830c-4460-abe2-0b2d8f786786"
+ "value": "20px",
+ "uuid": "281d3ab8-c760-4240-a349-2b9986eeecfe"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "fd20b444-38ac-4438-a9ef-32474222e45f"
+ "value": "24px",
+ "uuid": "d20985d9-2d46-4744-84a7-21baad0eb8cb"
}
- },
- "uuid": "3e5acee9-a5c2-4f95-9588-bd11c42a943c"
+ }
},
- "tab-item-bottom-to-text-compact-large": {
- "component": "tabs",
+ "slider-control-to-text-field-extra-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "8e701e0e-4d7c-4d38-ba6b-1fd2ef5978dc"
+ "value": "24px",
+ "uuid": "6c592cd0-9d00-478c-a001-b7d4f3e851f9"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "091144b7-c63b-4827-840d-741cec01432a"
+ "value": "28px",
+ "uuid": "41601fb4-8571-4e7d-91b1-ea7b69ca8a1d"
}
- },
- "uuid": "b03a5d23-f5d5-44d0-9228-3dc0aad65db5"
+ }
},
- "tab-item-top-to-text-compact-extra-large": {
- "component": "tabs",
+ "segmented-control-selection-border-width": {
+ "component": "segmented-control",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{border-width-200}",
+ "uuid": "10f93760-7b09-4a4e-8cc2-33783e571926"
+ },
+ "slider-handle-height-precision-small": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "2bdd22cd-93fe-4cf4-a025-e690ecafb50b"
+ "value": "20px",
+ "uuid": "c2e986a2-2b56-4a82-b4a2-87850ca90d8c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "9694ebdc-cc88-4584-89f5-10a2c8de686f"
+ "value": "24px",
+ "uuid": "a93712dc-247e-46f4-bb42-d2d1b8896d7e"
}
- },
- "uuid": "160a6ac0-ee42-4d75-85db-f5e80c8dacc4"
+ }
},
- "tab-item-bottom-to-text-compact-extra-large": {
- "component": "tabs",
+ "slider-handle-height-precision-medium": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "7e3a0369-fcc2-45d7-87ab-9053588713ef"
+ "value": "22px",
+ "uuid": "0d211640-08bf-4a09-98d8-1398ba70b072"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "3641ac9c-5610-4996-a55d-c2a94b2ff9ea"
+ "value": "26px",
+ "uuid": "18e1a338-5256-41a4-88f7-76b7fb3911c6"
}
- },
- "uuid": "4b84c709-39e5-4a23-b1eb-d816e3d14ac7"
+ }
},
- "tab-item-top-to-workflow-icon-small": {
- "component": "tabs",
+ "slider-handle-height-precision-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "7bd7427d-06a8-4194-a9f4-300fd1a4f547"
+ "value": "24px",
+ "uuid": "2305cfb2-f26d-44e0-90ef-3258b8f46e0d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "923fd09d-8d08-4465-961f-63ac12014206"
+ "value": "30px",
+ "uuid": "5aa8e5c5-2156-49e6-9bb8-ad99b4a1b997"
}
- },
- "uuid": "6e4ff6be-da6e-48ca-bb60-99825f5c0f7e"
+ }
},
- "tab-item-top-to-workflow-icon-medium": {
- "component": "tabs",
+ "slider-handle-height-precision-extra-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "15px",
- "uuid": "aec60dda-9e5a-40c8-8e45-5e1662eab6e3"
+ "value": "26px",
+ "uuid": "1aa8c3a6-29ff-44ec-9b11-51c041ef44f1"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "820baccf-af24-42a3-9729-99408bc9322f"
+ "value": "32px",
+ "uuid": "01ca9561-7b0b-4030-ba1b-85d336537ebc"
}
- },
- "uuid": "30fd4757-40b5-4e1d-8f56-d544a730f7e1"
+ }
},
- "tab-item-top-to-workflow-icon-large": {
- "component": "tabs",
+ "slider-handle-small": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
- "uuid": "65e1f735-5f46-4bb3-9c7b-d5f5abab91a1"
+ "value": "18px",
+ "uuid": "688b473d-84bc-4964-b985-63cf5fdbf7d4"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "23px",
- "uuid": "4dd99579-949b-4bf9-b022-e8f0c95eae33"
+ "value": "22px",
+ "uuid": "fea1de33-ef0f-4c50-ab19-75542f995d35"
}
- },
- "uuid": "ad9470a2-2e7e-4141-a6fb-8bd83adeea4b"
+ }
},
- "tab-item-top-to-workflow-icon-extra-large": {
- "component": "tabs",
+ "slider-handle-medium": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "19px",
- "uuid": "2c869793-c10b-40ef-9545-45a8a6b4cbb5"
+ "value": "20px",
+ "uuid": "404ce1f8-593c-4738-b9a6-d1969a95b20e"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "26px",
- "uuid": "5afa2636-7d4c-4d83-b9fc-3c5a52ee4646"
+ "value": "24px",
+ "uuid": "b17da639-665a-4a4c-8105-f30503b823a0"
}
- },
- "uuid": "2be3d88a-12d9-439a-bccc-c4ec1e15bb2e"
+ }
},
- "tab-item-top-to-workflow-icon-compact-small": {
- "component": "tabs",
+ "slider-handle-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "96c22cdc-aecb-4747-aea9-f140af5ee048"
+ "value": "22px",
+ "uuid": "920a0f76-d61d-4362-8b50-fb6a98e62229"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "b79002d2-bcff-4e8d-a406-e512c7e7d0e3"
+ "value": "28px",
+ "uuid": "3f14b28b-1289-4a72-89b0-b2fbcf54325e"
}
- },
- "uuid": "7e860824-a86c-46a8-b274-20e3eb477a06"
+ }
},
- "tab-item-top-to-workflow-icon-compact-medium": {
- "component": "tabs",
+ "slider-handle-extra-large": {
+ "component": "slider",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "7788c25c-0ce2-4170-8c5f-2fb1d98d953a"
+ "value": "24px",
+ "uuid": "0b83b5fd-117d-4257-bf77-fce39bfa8e3b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "4fb0520b-8c74-4fb7-b279-a3586a06a57e"
+ "value": "30px",
+ "uuid": "caa26be5-d26c-4e5a-aae8-87e0380920da"
}
- },
- "uuid": "ffe8f0c4-10ca-4ce3-b2e7-9b247041d641"
+ }
},
- "tab-item-top-to-workflow-icon-compact-large": {
- "component": "tabs",
+ "slider-handle-precision-width": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "94045357-9bb7-4d16-b035-342465834a92"
+ },
+ "slider-track-height-medium": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "c2eb2949-9471-4dc5-b02b-384627dbdea2"
+ },
+ "slider-track-height-large": {
+ "component": "slider",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "211a95ca-f83e-4711-83ed-a723258d8336"
+ },
+ "segmented-control-item-height": {
+ "component": "segmented-control",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{component-height-100}",
+ "uuid": "4aaef8d2-aa58-46b8-837c-15d794cfcdb5"
+ },
+ "in-field-stepper-to-end-small": {
+ "component": "in-field-stepper",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "fab951e5-1a78-4fb4-8c19-677f5f231189"
+ "value": "0px",
+ "uuid": "ec801932-08dc-4697-8725-5bc9d3ee230d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "fad964d8-0020-4583-97ab-7d6565d01bdc"
+ "value": "3px",
+ "uuid": "90669b85-c7e8-4b68-b96d-61a51a2451b3"
}
- },
- "uuid": "11bb3829-22fa-4b5b-a59c-b66be83711d0"
+ }
},
- "tab-item-top-to-workflow-icon-compact-extra-large": {
- "component": "tabs",
+ "in-field-stepper-to-end-medium": {
+ "component": "in-field-stepper",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "fe42bdd0-de02-4814-b498-038b26a3c0e7"
+ },
+ "in-field-stepper-to-end-large": {
+ "component": "in-field-stepper",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "cb3e458d-7dcd-484d-9028-220d08c9f129"
+ },
+ "in-field-stepper-to-end-extra-large": {
+ "component": "in-field-stepper",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "dd4769f3-5c7e-491f-9d01-c80af0b561fb"
+ "value": "4px",
+ "uuid": "8e57f77c-2921-44b8-a602-85300639f916"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "f310e5d7-7435-41a0-b44d-ececff4844f2"
+ "value": "5px",
+ "uuid": "fbc42d9d-2f00-42ae-92e9-727cac69404e"
}
- },
- "uuid": "3d9343a7-3027-4827-b42b-6068016bddf8"
+ }
},
- "tab-item-focus-indicator-gap-small": {
- "component": "tabs",
+ "number-field-with-stepper-minimum-width-small": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "d23bdd67-d7d0-42df-9575-61502d3692ab"
+ "value": "104px",
+ "uuid": "fcd3bdc5-5685-4b14-9ed7-7fd7bb11b584"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "5fbc924e-e79e-46c6-8544-c92d7f33bc26"
+ "value": "126px",
+ "uuid": "08801f40-08ab-47df-82b8-e9cb8a63e3aa"
}
- },
- "uuid": "ef063e8e-7195-4364-bf75-768d2511949d"
+ }
},
- "tab-item-focus-indicator-gap-medium": {
- "component": "tabs",
+ "number-field-with-stepper-minimum-width-medium": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "cbbaa048-129d-439f-8aae-59153e28216b"
+ "value": "120px",
+ "uuid": "c7f0b058-d896-4acb-9aac-d073682f8546"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "09ee234f-a596-47ba-89df-ab9ebc07ded8"
+ "value": "150px",
+ "uuid": "4268fc6a-118d-4b3b-a581-b2ab8a503f21"
}
- },
- "uuid": "112a9064-c13c-4f0f-b380-2b477f9c8e15"
+ }
},
- "tab-item-focus-indicator-gap-large": {
- "component": "tabs",
+ "number-field-with-stepper-minimum-width-large": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "6fd78b93-1356-4eb0-9f70-bed00c3eb2aa"
+ "value": "144px",
+ "uuid": "ce84b84a-2036-4041-a121-31f69963bf6c"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "6c4d8c39-9f75-4c75-94e2-274a69a8f556"
+ "value": "174px",
+ "uuid": "71530ba4-3eb9-4136-b1d2-a28ae5ddf034"
}
- },
- "uuid": "f65bf525-647b-4e29-b0d1-8890511683f8"
+ }
},
- "tab-item-focus-indicator-gap-extra-large": {
- "component": "tabs",
+ "number-field-with-stepper-minimum-width-extra-large": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "1f12f9aa-19bd-4f77-93db-d737c0538677"
+ "value": "168px",
+ "uuid": "c5796762-5837-4600-92e0-5f11364ce471"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "6c0aad05-5224-4ade-913a-3dc5ebceeb62"
+ "value": "198px",
+ "uuid": "9da98fb6-a90a-4805-8969-88d4a8958157"
}
- },
- "uuid": "fec20eb3-b977-442f-92d5-51ab0b4967c9"
+ }
},
- "side-navigation-width": {
- "component": "side-navigation",
+ "number-field-visual-to-in-field-stepper-small": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "192px",
- "uuid": "d087f995-da55-4c96-89c4-69a9a83e2f05"
+ "value": "5px",
+ "uuid": "1b494a23-b312-43e2-8148-0d86777c38d4"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "3bc5710f-5fd7-4cce-a3c2-f1e45deee2b2"
+ "value": "7px",
+ "uuid": "1e55a991-6d8f-4fc1-9dc7-91f86be50e3f"
}
- },
- "uuid": "eb372bca-78b4-48fa-9ff3-887a7f3c72f8"
+ }
},
- "side-navigation-minimum-width": {
- "component": "side-navigation",
+ "number-field-visual-to-in-field-stepper-medium": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "160px",
- "uuid": "998bb752-7826-4437-ac18-14e08644e226"
+ "value": "6px",
+ "uuid": "2d2b2029-37ff-4563-a404-1347492ca7db"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "200px",
- "uuid": "ad835d79-64d9-4183-ace0-912c87fc2241"
+ "value": "8px",
+ "uuid": "83dd3160-a826-4fa2-b643-a6f11533ba45"
}
- },
- "uuid": "51f92ad9-076e-4a1e-a489-ac53cc36f038"
+ }
},
- "side-navigation-maximum-width": {
- "component": "side-navigation",
+ "number-field-visual-to-in-field-stepper-large": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
- "uuid": "68210b40-f87e-4059-88c1-e66d1c8cbd38"
+ "value": "7px",
+ "uuid": "e041ee57-b8be-4c7e-a13d-ec2e2be05504"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "300px",
- "uuid": "bcb163a0-0156-4e2e-abfe-b2ac0158f348"
+ "value": "9px",
+ "uuid": "136a2c42-1868-4343-903d-9e7fbf345d45"
}
- },
- "uuid": "d40a2a35-1b20-4be9-afd7-8cfb701faf73"
+ }
},
- "side-navigation-second-level-edge-to-text": {
- "component": "side-navigation",
+ "number-field-visual-to-in-field-stepper-extra-large": {
+ "component": "number-field",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "2e5df819-ac9e-4b09-bdf6-8b1fe751c8fb"
+ "value": "8px",
+ "uuid": "54f47bf6-78cc-409a-a83e-15f36404d548"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "uuid": "e77cde34-8f77-4fd1-a1f7-aa6738130902"
+ "value": "10px",
+ "uuid": "777f9750-cfea-4eb3-ae08-a18c2fbde315"
}
- },
- "uuid": "27097ca6-f105-41cb-822f-5d48e3ea19d6"
+ }
+ },
+ "number-field-minimum-width-multiplier": {
+ "component": "number-field",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 1.25,
+ "uuid": "9e24d9b5-1c8b-4693-b10e-8922d519d7e0"
+ },
+ "takeover-dialog-height": {
+ "component": "takeover-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "100%",
+ "uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
+ },
+ "takeover-dialog-width": {
+ "component": "takeover-dialog",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "100%",
+ "uuid": "bb70e39d-c686-4cd2-a991-6b51fa16d9df"
},
- "side-navigation-third-level-edge-to-text": {
- "component": "side-navigation",
+ "tree-view-disclosure-indicator-height": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "adfe198d-a39b-47a1-bfa4-77dd0d139803"
+ "value": "32px",
+ "uuid": "f9fcb5e0-d8aa-4077-bb8d-dd487ba9d7de"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "45px",
- "uuid": "06140452-b779-4527-ae3a-5f0623a6b97c"
+ "value": "40px",
+ "uuid": "82ac143f-6009-4eaa-a797-c4b17277d416"
}
- },
- "uuid": "8803e38f-c87b-4c5c-8ae5-c8cbcd5ac6ff"
+ }
},
- "side-navigation-with-icon-second-level-edge-to-text": {
- "component": "side-navigation",
+ "tree-view-disclosure-indicator-width": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "50px",
- "uuid": "d254c910-2939-48ce-8547-08cfb346a0db"
+ "value": "34px",
+ "uuid": "824d592b-c305-4c56-81db-c6566e6ebb2f"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "62px",
- "uuid": "7d4cd9bd-bfaf-4ad7-9c3b-19f7913f0825"
+ "value": "42px",
+ "uuid": "e24897f6-7bfb-45c0-ab07-30bc1efc0b59"
}
- },
- "uuid": "6a179e98-012f-449f-97a5-dd9e3532b8a5"
+ }
},
- "side-navigation-with-icon-third-level-edge-to-text": {
- "component": "side-navigation",
+ "tree-view-minimum-height": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "62px",
- "uuid": "f1d90f18-e114-477f-88ca-548c5ddbc287"
+ "value": "40px",
+ "uuid": "de8ed8b3-aee4-4d18-8728-01e6807bec7d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "77px",
- "uuid": "f82ab001-808a-4528-bf4a-be27645a28fc"
+ "value": "50px",
+ "uuid": "36d1219e-f34a-4ee9-bfa0-a93a42046d94"
}
- },
- "uuid": "be255625-c2d5-4d63-9823-c1b82c2123f7"
+ }
},
- "side-navigation-item-to-item": {
- "component": "side-navigation",
+ "tree-view-minimum-width": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "47e687e4-c458-4e0b-bd02-7698cc14983b"
+ "value": "160px",
+ "uuid": "2ab54eb5-8f32-4a01-b4ff-d5dc7a70f827"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "be37c65c-88c5-48cd-9554-8240909db98d"
+ "value": "200px",
+ "uuid": "06c90c91-1598-4150-a431-e733ba39bec5"
}
- },
- "uuid": "6d798f26-dbfa-4c26-9d27-4f3b05f33cc4"
+ }
},
- "side-navigation-item-to-header": {
- "component": "side-navigation",
+ "tree-view-bottom-to-label": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "24px",
- "uuid": "c5de72a2-931a-429d-ba85-5aaf2e30fbc4"
+ "value": "12px",
+ "uuid": "7ab9177a-d035-4e78-b6b9-d80a6470bd7b"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "30px",
- "uuid": "0f3821f1-6f0e-4325-bfa7-e572768fd468"
+ "value": "16px",
+ "uuid": "9136f55b-d28b-4802-873c-db6205b8632b"
}
- },
- "uuid": "1ceea2e6-fb64-423c-95a7-4406cc6ce849"
+ }
},
- "side-navigation-header-to-item": {
- "component": "side-navigation",
+ "tree-view-drag-handle-to-checkbox": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "8px",
- "uuid": "423b5520-bb29-4179-9145-67305ca75b75"
+ "uuid": "e8c03b6e-d493-43b6-ae46-a6a92de5c9b8"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "10px",
- "uuid": "ad959938-ad69-4137-91e4-fcf2465b223a"
+ "uuid": "5a77899c-1547-40da-bce3-d892cfbc0450"
}
- },
- "uuid": "52645387-83e9-46d4-8d7f-4a4533ee5179"
+ }
},
- "side-navigation-bottom-to-text": {
- "component": "side-navigation",
+ "tree-view-edge-to-checkbox": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "8751d85d-a325-4e4e-a7b2-0a3ca94b6b6e"
+ "value": "12px",
+ "uuid": "2e3817ed-206b-45e5-b55c-6116e9731cd8"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "e3f49e5e-f9ec-485c-846e-7a8fda08caea"
+ "value": "15px",
+ "uuid": "fba49c63-444e-42fc-b27c-7ce43b8419a7"
}
- },
- "uuid": "0727c8a6-d58d-41e8-8bdc-3a98ff811200"
+ }
},
- "tray-top-to-content-area": {
- "component": "tray",
+ "tree-view-edge-to-drag-handle": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "4px",
- "uuid": "74787427-ea2f-4b94-99c0-88454e8be6cf"
+ "uuid": "e8127c62-d8fa-405f-a5d5-d4f79bdffa5f"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "5px",
- "uuid": "794ad497-1725-4a03-a7c9-425eaee3178e"
+ "uuid": "f51d97ac-06c4-45a4-87ff-349b3ffbc36d"
}
- },
- "uuid": "f1641c53-fc37-4eeb-ac30-3c5131ed0233"
- },
- "in-field-button-width-stacked-small": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "20px",
- "uuid": "24125066-c8d1-4c4a-85b3-493d112d3ca0"
- },
- "in-field-button-width-stacked-medium": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "28px",
- "uuid": "bb8c7ce0-1766-47f9-b30e-36b3b57dc2ea"
- },
- "in-field-button-width-stacked-large": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "36px",
- "uuid": "4e103763-4310-4aff-980f-652ad023084f"
- },
- "in-field-button-width-stacked-extra-large": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "44px",
- "uuid": "5f844b3f-e0d7-40f0-a754-a14bee6a0fb4"
+ }
},
- "in-field-button-fill-stacked-inner-border-rounding": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-end-edge-to-action-area": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "f8ed9a70-58f1-4f1a-9e87-24bca6d7b4e1"
+ "value": "6px",
+ "uuid": "91c6c1db-1f68-43b3-80ba-aa3c7ebecaec"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "5a3e434f-f915-4a72-985b-04af51c3ad7e"
+ "value": "7px",
+ "uuid": "66d490aa-b658-474d-99cf-f18d15cb4098"
}
- },
- "uuid": "5cd31637-78a0-4d60-9d8f-8f07f5ba155e"
+ }
},
- "in-field-button-edge-to-fill": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "5bffe992-2982-49e8-aa3a-e4e93c884f43"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "670a4fef-5e16-4db6-8acd-b747cc783312"
- }
- },
- "uuid": "8b2c325c-b6ee-4860-a34f-f423a3498a98"
+ "tree-view-header-to-item": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-1px",
+ "uuid": "8f92e6b8-907f-42b2-81d6-83d1786495bf"
},
- "in-field-button-stacked-inner-edge-to-fill": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-item-to-header": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "56b54ece-0ff3-4957-9c1c-9e7fb992653c"
+ "value": "24px",
+ "uuid": "ebf7358c-b691-45d7-a1c4-c346e75e800e"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "c1aa585e-769d-40d6-a42d-c9d602124870"
+ "value": "30px",
+ "uuid": "a06c6929-1acc-4084-a8ee-3d4ad5a0064e"
}
- },
- "uuid": "36087614-f5ac-46cd-86f9-2dc04796bd44"
- },
- "in-field-button-edge-to-disclosure-icon-stacked-small": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "8b6a0ab1-4dba-4da2-9c67-3befca0f110e"
- },
- "in-field-button-edge-to-disclosure-icon-stacked-medium": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "ccb60cfc-86fe-4959-b4a8-1a45835132c8"
- },
- "in-field-button-edge-to-disclosure-icon-stacked-large": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
- "uuid": "6a6e5478-b549-4a39-a7f5-5d3c417464ce"
+ }
},
- "in-field-button-edge-to-disclosure-icon-stacked-extra-large": {
- "component": "in-field-button",
+ "tree-view-item-to-item": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "uuid": "d563157b-f0d7-407d-aaaf-ae1790c75503"
+ "value": "-1px",
+ "uuid": "9a04f19a-9e2a-43b9-9b1f-3385aef214ac"
},
- "in-field-button-outer-edge-to-disclosure-icon-stacked-small": {
- "component": "in-field-button",
+ "tree-view-item-to-item-detached": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "9890df35-2d45-4767-9cbe-ee745d09d990"
+ "value": "2px",
+ "uuid": "c7c837c3-47ad-4ef1-a2eb-e4629628eb44"
},
- "in-field-button-outer-edge-to-disclosure-icon-stacked-medium": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-label-to-action-area": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "a87d68bb-4249-43cd-947d-bd061baba0ef"
+ "value": "6px",
+ "uuid": "e5e3b415-97a9-436d-b46d-9bf48d7a2104"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "b942ec2c-f70f-4948-8ff5-0bd471cd4f0a"
+ "value": "8px",
+ "uuid": "096032da-c0b4-4086-82e9-ab80c2b3d90b"
}
- },
- "uuid": "04a422cc-3370-44a1-9e55-b4e8260b5958"
+ }
},
- "in-field-button-outer-edge-to-disclosure-icon-stacked-large": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-level-increment": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "acc9c48a-f461-48ff-9f69-0224c4feabc6"
+ "value": "16px",
+ "uuid": "cf7044fe-e79d-44e4-8ae0-c9c23ac5b9ac"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
- "uuid": "345002c5-88fc-4297-aa91-54ed292265b8"
+ "value": "20px",
+ "uuid": "038d525f-357a-4441-934e-093d7342eba8"
}
- },
- "uuid": "e68a6c5f-6db6-4ef7-ac1c-9379c356d980"
+ }
},
- "in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-minimum-top-to-context-area": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
+ "desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "391e1e67-1677-4f60-a09a-3b49bacd01f5"
+ "value": "8px",
+ "uuid": "1569ef2c-0e00-4314-87d0-e8f703b9fee8"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "33e443d8-3e31-4f17-ab37-61beebaa9d40"
+ "value": "10px",
+ "uuid": "50ce9fc5-eab5-4ab5-8dfa-a22d5b4361e9"
}
- },
- "uuid": "4f1d0ee9-6276-42fc-824e-a8362a6140c0"
+ }
},
- "in-field-button-inner-edge-to-disclosure-icon-stacked-small": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-top-to-action-button": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-small}",
- "uuid": "6c1330a4-1c89-45a7-b2b1-8cbcaf20b9ab"
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "20a69a94-ddc0-4581-bac9-1d0d2b3e0a48"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "ec74220b-c091-4b29-8e43-9d3f0e163820"
+ "value": "5px",
+ "uuid": "7bea161d-9ee0-41b0-a31b-162926b28637"
}
- },
- "uuid": "afbf364e-a945-42fe-beaf-0177a9203cc4"
+ }
},
- "in-field-button-inner-edge-to-disclosure-icon-stacked-medium": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-top-to-checkbox": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-medium}",
- "uuid": "3dd5babb-5026-4f28-89ae-bfe687673f31"
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "6f33e161-86d3-40a4-b631-e7c8b9e9d337"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "5bddcd79-3829-4764-853a-b83512b5820d"
+ "value": "5px",
+ "uuid": "b148e202-b43d-4089-b0d8-885fc99cb983"
}
- },
- "uuid": "2f516c6f-df04-43ec-9890-151201764c40"
+ }
},
- "in-field-button-inner-edge-to-disclosure-icon-stacked-large": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-top-to-disclosure-indicator": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-large}",
- "uuid": "710ebe58-f0d8-4d6b-8974-0be1f2f48dc4"
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "138541e2-022a-4b03-b4d2-c6932ec56ac2"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "uuid": "7135afd9-ef05-4909-8b3e-eeae3d527bd0"
+ "value": "19px",
+ "uuid": "aae1c8b3-2aa1-4463-ad84-a52f80a6a09b"
}
- },
- "uuid": "cf1518d0-7040-4ac7-87b7-210518ceb7d1"
+ }
},
- "in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large": {
- "component": "in-field-button",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
+ "tree-view-top-to-drag-handle": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large}",
- "uuid": "c47499c1-b89f-49a7-bbb5-17e83e4b306e"
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "15px",
+ "uuid": "7fc57ed1-9ca8-4b08-b19f-4aa8c49ca6f3"
},
- "express": {
+ "mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "979542c9-2328-495c-8abf-cb226b140f82"
+ "value": "19px",
+ "uuid": "bb805e5e-d65b-4daf-9116-288fa59ddbfd"
}
- },
- "uuid": "e2f9f620-b8f0-4fb7-a9b0-e78f13a0ac03"
+ }
},
- "accordion-top-to-text-spacious-small": {
- "component": "accordion",
+ "tree-view-top-to-label": {
+ "component": "tree-view",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
- "uuid": "1f833f34-562b-4874-9f69-db74e80ffef1"
+ "value": "10px",
+ "uuid": "a6a556b7-ff51-41e3-84d0-92fa8ef01ed6"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "uuid": "02e96927-9f33-4878-9ce0-bb825be84bcb"
+ "value": "13px",
+ "uuid": "d2e3ca68-015b-47a4-96ea-0c380e931c09"
}
- },
- "uuid": "bdf7a208-dbfa-4a66-9138-baec261d2908"
- },
- "detail-cjk-size-xl": {
- "component": "detail",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-100}",
- "uuid": "1bbf01a7-c624-452f-a6b6-8486724bc362"
- },
- "detail-cjk-size-l": {
- "component": "detail",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-75}",
- "uuid": "e9c9bf5a-b7a1-4a53-8335-66697c5bd44f"
- },
- "detail-cjk-size-m": {
- "component": "detail",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-50}",
- "uuid": "16915081-2765-4553-9e8c-7acb686938cc"
- },
- "detail-cjk-size-s": {
- "component": "detail",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-25}",
- "uuid": "648162b2-154f-459c-a261-8226bf855714"
- },
- "body-cjk-size-xxxl": {
- "component": "body",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-500}",
- "uuid": "71a41f9e-73da-4632-8877-7af7acf4db03"
+ }
},
- "body-cjk-size-xxl": {
- "component": "body",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-400}",
- "uuid": "9aab03eb-c0c1-462c-aa7c-88c93b06f714"
- },
- "body-cjk-size-xl": {
- "component": "body",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-300}",
- "uuid": "25d65a6e-e8e1-4849-848a-984373fd9cf9"
- },
- "body-cjk-size-l": {
- "component": "body",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-200}",
- "uuid": "9f0e0ddb-a4d2-416e-a425-8d71527f77b2"
+ "tree-view-selected-row-background-opacity-emphasized": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0.1",
+ "uuid": "d31772fd-95f3-413d-ab20-826033d71938"
},
- "body-cjk-size-m": {
- "component": "body",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-100}",
- "uuid": "7e01bc65-5823-456f-a830-9848a96ad85a"
+ "tree-view-selected-row-background-opacity-emphasized-hover": {
+ "component": "tree-view",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
+ "value": "0.15",
+ "uuid": "a83e023c-dc92-4b3e-8375-351bbf8ec9bb"
},
- "body-cjk-size-s": {
- "component": "body",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-75}",
- "uuid": "081aa502-e2f1-4bc8-8fb2-a00dcd4236dd"
+ "action-bar-minimum-width": {
+ "component": "action-bar",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "176px",
+ "uuid": "9fb582b4-38e6-43d0-9b94-69964fb24c9f"
},
- "body-cjk-size-xs": {
- "component": "body",
+ "action-bar-label-to-action-group-area": {
+ "component": "action-bar",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-50}",
- "uuid": "ba73926d-2ef4-4d7b-86c2-9044aa1cdf95"
+ "value": "{spacing-300}",
+ "uuid": "72e276ce-d6ee-4bcf-9955-91c833b8b2cd"
}
}
diff --git a/packages/tokens/src/layout.json b/packages/tokens/src/layout.json
index acb60a6d..beb64f5d 100644
--- a/packages/tokens/src/layout.json
+++ b/packages/tokens/src/layout.json
@@ -1,239 +1,157 @@
{
+ "corner-radius-0": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
+ },
"corner-radius-75": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "ecb9d03a-7340-4b43-8aa7-f89eef9f3a20"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "3px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "ff10f01b-82a9-46cb-8581-3b02f3dc988d"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "a02a1154-142f-43bf-b3d7-91dafdc4a40d"
- }
- },
- "uuid": "8876ffa3-b0af-4cf5-ae8d-5c4ae3766cca"
- }
- },
- "uuid": "bc4c5fdb-7456-4178-8c3b-4aaaa65805a6"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "3px",
+ "uuid": "ecb9d03a-7340-4b43-8aa7-f89eef9f3a20"
},
"corner-radius-100": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "bf24d15e-ad86-4b6a-a9e0-e8fd49a5ae30"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "e22537bb-a29f-47e5-be13-7e2775ee1103"
- }
- },
- "uuid": "67b83ee8-2782-48a5-ba27-70f690c95b4a"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "36d9fa63-3f0f-4ce3-8cc6-2d70472e519c"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "2bc66f64-7546-4501-9604-d40759b10062"
- }
- },
- "uuid": "179b1a27-66f9-47b9-9af9-648c0a3dbbfb"
- }
- },
- "uuid": "6063a01d-8ba8-40ab-9c5e-a2112db74fee"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "bf24d15e-ad86-4b6a-a9e0-e8fd49a5ae30"
},
"corner-radius-200": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "52ad01be-f512-4fa3-ae67-8c6cef70810c"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "23f751eb-a076-487d-a5e1-1c0eb2937018"
- }
- },
- "uuid": "39fdb6a8-579e-4a14-8cee-f2f877efa262"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "72f53c69-0ce4-4d02-835d-4513838db9e8"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "c6a87683-3fc2-494a-9650-8edc3d75cba9"
- }
- },
- "uuid": "91db63f4-2719-4d6a-8817-3518bd163e40"
- }
- },
- "uuid": "c8beb921-82c4-48ee-be9e-aab8b4b41a35"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "52ad01be-f512-4fa3-ae67-8c6cef70810c"
+ },
+ "corner-radius-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "154642d7-c23d-44fd-9d79-b719ef32922e"
+ },
+ "corner-radius-400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "690db7ae-cae8-49bb-8777-b4f1829b2f0b"
+ },
+ "corner-radius-500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "ada2ea1d-1728-411a-8aae-a198ce390a25"
+ },
+ "corner-radius-600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "abc0f309-3bd2-4800-af12-b27386e86617"
+ },
+ "corner-radius-700": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "10px",
+ "uuid": "cb6b72ed-a9a1-4113-b147-1ef369fe6269"
+ },
+ "corner-radius-800": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "8fc023ca-8aec-40fe-9130-087aa035bac7"
+ },
+ "corner-radius-1000": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 0.5,
+ "uuid": "e4ad85b2-97bf-48cf-a5a9-3ff3d1fada5b"
},
"drop-shadow-x": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "uuid": "81415747-aa3f-4ef3-b0bc-7c33f07a4316"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "b2f11af3-12fe-436a-aa83-9e96a08c7cf5"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "d40c3468-2f10-41be-940b-96933464efae"
- }
- },
- "uuid": "38b1404c-eb80-493f-acc2-305017351d4b"
- }
- },
- "uuid": "55d07ba8-ccf3-4374-97c4-3ad927edbdd2"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-x-100}",
+ "uuid": "81415747-aa3f-4ef3-b0bc-7c33f07a4316",
+ "deprecated": true
},
"drop-shadow-y": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "c530129f-248c-4e36-ba7f-05d6d6a53962"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "uuid": "32950bbd-7292-452d-a445-4eb6de66c77d"
- }
- },
- "uuid": "03b1bdf3-05d0-4557-999d-d33b4720113a"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "c76888b3-57c0-45fb-9c55-ac21d95a9263"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "a4213f34-f0ee-45a1-a2ed-225bbe0ec857"
- }
- },
- "uuid": "5b5d8ba2-7724-4e26-889c-a7cea9bbfa1c"
- }
- },
- "uuid": "859114f3-d2a6-4b2e-80c5-118e44ce9cf6"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-y-100}",
+ "uuid": "c530129f-248c-4e36-ba7f-05d6d6a53962",
+ "deprecated": true
},
"drop-shadow-blur": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "ac20a6da-31a7-4c8b-b361-0ad820cd8429"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
- "uuid": "374f321e-8b0b-442b-9494-6a2ae9936c6b"
- }
- },
- "uuid": "02eb1f7e-4bce-444f-bf93-0a45ab56806a"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "b2677a44-abf9-44db-9d06-35039ffa47fd"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "2529adec-ab2e-4e04-aa83-fa9cdd7df1f2"
- }
- },
- "uuid": "0682005e-7411-4680-9db7-6df9482f5b95"
- }
- },
- "uuid": "056dbbc1-ea92-4d56-9928-b14311af8726"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-blur-100}",
+ "uuid": "ac20a6da-31a7-4c8b-b361-0ad820cd8429",
+ "deprecated": true
},
"android-elevation": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "2dp",
"uuid": "f9456531-ab61-4c14-b7af-7016ce1c0d3e"
},
+ "workflow-icon-size-50": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "14px",
+ "uuid": "1423caf1-75ca-4ca8-aa6a-22dcf3655b0e"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "4c4cb541-7d42-4bb4-9c86-7197c4600896"
+ }
+ }
+ },
+ "workflow-icon-size-75": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "85cdef34-0682-45eb-ac06-98c76883cdf7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "18px",
+ "uuid": "b720c214-babe-426d-9629-9ec60d5e8622"
+ }
+ }
+ },
+ "workflow-icon-size-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "20px",
+ "uuid": "40abc60f-ab65-41ef-b724-a0f0bdd94d14"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "9e882a20-b8e1-4e9b-89f9-26f21db3cd78"
+ }
+ }
+ },
+ "workflow-icon-size-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "22px",
+ "uuid": "6392e605-932e-456d-be53-149b624a04e2"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "28px",
+ "uuid": "9948e083-8c75-48f7-8e58-32c75ec76116"
+ }
+ }
+ },
+ "workflow-icon-size-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "26px",
+ "uuid": "25908278-79d3-47f4-9b53-adbdd1c13e2a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "30px",
+ "uuid": "df0dc6c3-59fc-4ee0-87a9-c3d49a07cf9c"
+ }
+ }
+ },
"spacing-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "2px",
@@ -299,80 +217,105 @@
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "6px",
+ "value": "5px",
"uuid": "ff1fadc2-9ec0-456f-a054-4512e51c85c8"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
+ "value": "7px",
"uuid": "8588bf80-96df-40fb-8b6f-61d06899f8dd"
}
- },
- "uuid": "45ffa741-ec89-407b-83c2-39e6804308f8"
+ }
},
"text-to-visual-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
+ "value": "5px",
"uuid": "50763a0d-c6eb-47f0-8b56-4c86ee22a430"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
+ "value": "7px",
"uuid": "77dc4cd4-8e4e-4873-b6f3-d573eb7fc315"
}
- },
- "uuid": "d9b8cf33-161d-4b3b-9c7d-7f5360a94e64"
+ }
},
"text-to-visual-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
+ "value": "6px",
"uuid": "1d601d0a-d6d0-4711-9fb9-71898c2bcc9a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
+ "value": "8px",
"uuid": "09d55113-8d94-429f-b0c8-ffabe8ccba27"
}
- },
- "uuid": "b877c328-b5bd-48f1-9fdc-4a6c557313bb"
+ }
},
"text-to-visual-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
+ "value": "7px",
"uuid": "7ce11af3-b94b-4239-a310-f8d09635779a"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
+ "value": "9px",
"uuid": "dc4ec555-72eb-4328-aba4-e8d594102f45"
}
- },
- "uuid": "90cae9f7-835c-4851-95eb-cce34d453c20"
+ }
},
"text-to-visual-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
+ "value": "8px",
"uuid": "4366909e-3bfb-481c-abdc-4ae71f965bc3"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
+ "value": "10px",
"uuid": "205f0c77-6588-4cc7-927f-3ba767200bac"
}
- },
- "uuid": "add08b8b-d180-4fa6-badb-a766187ceb6b"
+ }
+ },
+ "text-to-visual-400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "9px",
+ "uuid": "3d393d59-b358-48a7-82c6-a7802408cd0d"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "11px",
+ "uuid": "b496071f-4151-4bc2-86eb-f2e41947e0f6"
+ }
+ }
+ },
+ "text-to-control-50": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "4b47e7a8-b330-4c6c-a497-9ee9eed0c50a"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "56e2cc0c-7d56-454e-bb4f-4517f412eeac"
+ }
+ }
},
"text-to-control-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -387,8 +330,7 @@
"value": "11px",
"uuid": "45f94495-0f53-42b2-94f6-7a6d91eb2ca1"
}
- },
- "uuid": "575fe03c-2997-4492-ba59-f590aa34820c"
+ }
},
"text-to-control-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -403,8 +345,7 @@
"value": "13px",
"uuid": "b4ce04fa-bc03-44c9-afef-a38810ac9c65"
}
- },
- "uuid": "4870a9a6-d2c6-4d6d-befb-933921c3d182"
+ }
},
"text-to-control-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -419,8 +360,7 @@
"value": "14px",
"uuid": "8991287c-763f-4a39-ad5b-7ccdbc39b3f6"
}
- },
- "uuid": "e6dca753-d2f4-4502-9ea4-2d632a8f40de"
+ }
},
"text-to-control-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -435,8 +375,7 @@
"value": "16px",
"uuid": "53a33d46-8d81-4f13-8c79-c4d9257a5b68"
}
- },
- "uuid": "081770e3-71c4-4ffb-b2e0-92ca7879c4cb"
+ }
},
"component-height-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -451,8 +390,7 @@
"value": "26px",
"uuid": "fede8012-f00b-412b-8981-16f60a6133ab"
}
- },
- "uuid": "13c3b57a-2950-4189-883d-844443ec0645"
+ }
},
"component-height-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -467,8 +405,7 @@
"value": "30px",
"uuid": "5f363452-6317-4e7c-965a-291b3dfa8a8f"
}
- },
- "uuid": "1a38cc62-cb04-411e-b930-a851e2a9fc80"
+ }
},
"component-height-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -483,8 +420,7 @@
"value": "40px",
"uuid": "5c31197d-0412-469d-a2dd-684efbd4b7e6"
}
- },
- "uuid": "86326f77-c65f-472f-b440-828f5735dbb6"
+ }
},
"component-height-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -499,8 +435,7 @@
"value": "50px",
"uuid": "7c69efb5-bde7-4ee0-ad1e-2f20e85ebc24"
}
- },
- "uuid": "cd07b99a-ce5c-4bc8-bbb8-fa56124cf8ee"
+ }
},
"component-height-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -515,8 +450,7 @@
"value": "60px",
"uuid": "53c665a4-83ae-45f2-b90d-33ce52430b84"
}
- },
- "uuid": "dbbbffcf-cf35-4a0e-993e-488a6becc72f"
+ }
},
"component-height-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -531,8 +465,7 @@
"value": "70px",
"uuid": "4fcbb85f-afbe-41bc-a979-dc09fb98946a"
}
- },
- "uuid": "47e795c1-92ce-4f6c-8f90-a658746ab0d1"
+ }
},
"component-height-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -547,8 +480,7 @@
"value": "80px",
"uuid": "8135e75c-9536-4743-ab6d-05ed5adb0448"
}
- },
- "uuid": "44c5972b-cd50-4fc6-b3e6-e65400f0d611"
+ }
},
"focus-indicator-thickness": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
@@ -560,23 +492,15 @@
"value": "2px",
"uuid": "693651ef-71c7-4096-91a5-1c84cb861021"
},
+ "side-focus-indicator": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "4px",
+ "uuid": "d33433fd-6430-4769-a0b8-6d8c32a64803"
+ },
"border-width-100": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "1px",
- "uuid": "b5525080-28e7-4eb7-aee9-fb2c71a16f68"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "2px",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "84d5fd5a-8245-44b0-8ce5-2ca22a0bc75c"
- }
- },
- "uuid": "e5837232-9892-47ec-b8cc-91920283697a"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "b5525080-28e7-4eb7-aee9-fb2c71a16f68"
},
"border-width-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
@@ -601,8 +525,7 @@
"value": "13px",
"uuid": "64343da6-f1a6-4615-b2b8-41f9509679e5"
}
- },
- "uuid": "8e75a202-e6ad-41b5-bdb4-5a9c6adcfb35"
+ }
},
"component-pill-edge-to-visual-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -617,8 +540,7 @@
"value": "17px",
"uuid": "14624bfc-b08f-4637-991b-94a703a7b808"
}
- },
- "uuid": "4fe71ba1-df88-4ba4-b684-ee01862e6b16"
+ }
},
"component-pill-edge-to-visual-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -633,8 +555,7 @@
"value": "22px",
"uuid": "053363f2-5b8e-4365-8353-3cffac169608"
}
- },
- "uuid": "5f14c09d-8b25-4a83-9804-d04d510dd78c"
+ }
},
"component-pill-edge-to-visual-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -649,8 +570,7 @@
"value": "27px",
"uuid": "7ae3b6ee-2f80-4596-9d4a-08a5bf9612a7"
}
- },
- "uuid": "b62d9c6a-c3be-4352-836d-603f3c54b175"
+ }
},
"component-pill-edge-to-visual-only-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -662,59 +582,55 @@
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
+ "value": "6px",
"uuid": "7332a4d3-3775-4247-a4c0-fb01f0604d63"
}
- },
- "uuid": "403c6e59-3a0a-4933-8487-8759f27b78ad"
+ }
},
"component-pill-edge-to-visual-only-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
+ "value": "6px",
"uuid": "dd9e6e28-a382-46a1-a6e0-f73c8cc0ed70"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
+ "value": "8px",
"uuid": "cf58ae75-8f3f-4b9e-809b-ee78abbb2f2f"
}
- },
- "uuid": "5fbb20c1-14c1-46f7-97c9-9268b86ecda6"
+ }
},
"component-pill-edge-to-visual-only-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
+ "value": "9px",
"uuid": "64cdd254-d3fe-40e6-97a8-76dd8156afa8"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
+ "value": "11px",
"uuid": "989aee4c-5c90-454a-b68d-a7564669c2bd"
}
- },
- "uuid": "97f2e11f-7776-4c91-8d31-c53c0ba948bc"
+ }
},
"component-pill-edge-to-visual-only-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
+ "value": "11px",
"uuid": "9654369a-5bf8-4436-a331-aeac1fd25a70"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
+ "value": "15px",
"uuid": "cb4f356c-2dcd-4043-8f5c-3da904716b48"
}
- },
- "uuid": "340e4059-a57e-4f8a-84ff-f1a249803b6e"
+ }
},
"component-pill-edge-to-text-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -729,8 +645,7 @@
"value": "15px",
"uuid": "8a23edfc-b993-48bb-917f-377051e02dff"
}
- },
- "uuid": "7d21104f-2c26-4b3a-85d7-7d6ca0f4dc40"
+ }
},
"component-pill-edge-to-text-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -745,8 +660,7 @@
"value": "20px",
"uuid": "10e326b3-bcce-47df-a1ab-0e3ab9964dd2"
}
- },
- "uuid": "626e4e4d-99ca-428c-9cde-0db795355a72"
+ }
},
"component-pill-edge-to-text-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -761,8 +675,7 @@
"value": "25px",
"uuid": "c77f6b68-32b7-499c-81d9-50855cc68279"
}
- },
- "uuid": "f8f40a41-0cb2-40d8-a3fd-17470087db9a"
+ }
},
"component-pill-edge-to-text-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -777,8 +690,7 @@
"value": "30px",
"uuid": "dd7bc474-d5f1-46fe-8a6e-b1645c34c982"
}
- },
- "uuid": "3e2dc939-a6c5-4654-bfe8-cf74f53cc75a"
+ }
},
"component-edge-to-visual-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -793,8 +705,7 @@
"value": "7px",
"uuid": "0b157417-e40f-481c-87e3-8563d55b3135"
}
- },
- "uuid": "7fb10519-3f10-4ba2-8332-4ff4472eac8c"
+ }
},
"component-edge-to-visual-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -809,8 +720,7 @@
"value": "9px",
"uuid": "acc3e1b9-532d-485e-84e4-06e744c744b3"
}
- },
- "uuid": "ba705d7c-f284-4236-8167-a9e5594fd8f1"
+ }
},
"component-edge-to-visual-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -825,8 +735,7 @@
"value": "12px",
"uuid": "e77f525e-5043-49c1-a663-9f6c30067043"
}
- },
- "uuid": "8403ddee-81cf-4d2c-b370-93b3b22669d7"
+ }
},
"component-edge-to-visual-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -841,8 +750,7 @@
"value": "16px",
"uuid": "85f7f49a-7b87-4e2f-b44e-70e3ccde6291"
}
- },
- "uuid": "82dbca52-b2a9-443a-a853-2d34b003e6d8"
+ }
},
"component-edge-to-visual-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -857,8 +765,7 @@
"value": "19px",
"uuid": "4973c83c-792d-4bc1-9e3d-d047993292ba"
}
- },
- "uuid": "c2a9eb95-d607-4ed2-b565-64782e1764cf"
+ }
},
"component-edge-to-visual-only-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -870,11 +777,10 @@
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
+ "value": "5px",
"uuid": "fd1c11a6-53d5-4253-a7d7-c4131c4b1a5e"
}
- },
- "uuid": "0bcf5bdc-9c4f-4200-a5a4-94373b65a362"
+ }
},
"component-edge-to-visual-only-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -886,59 +792,55 @@
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
+ "value": "6px",
"uuid": "5c4f1f7a-2218-4d03-ac83-9750c2c9336b"
}
- },
- "uuid": "1a2a7e3d-8a64-4194-a8f2-a3cdc4fd716b"
+ }
},
"component-edge-to-visual-only-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
+ "value": "6px",
"uuid": "8fec6012-7cba-4ac5-94d7-14f39fce7612"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
+ "value": "8px",
"uuid": "93e42bfc-c2f0-40cd-a561-9045c68cb5d1"
}
- },
- "uuid": "d7116e16-1489-41e3-a3cd-e022bea7467a"
+ }
},
"component-edge-to-visual-only-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
+ "value": "9px",
"uuid": "0bf1ad10-235a-4c81-aba7-5bf55acc877d"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
+ "value": "11px",
"uuid": "9dffd6f3-6230-425e-9208-296cf4d5c185"
}
- },
- "uuid": "dc62e6e5-8da0-4059-898e-c054f06421eb"
+ }
},
"component-edge-to-visual-only-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
+ "value": "11px",
"uuid": "815523cd-8c01-4125-bb22-3a548f1cc702"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
+ "value": "15px",
"uuid": "090b3da5-0aa3-4bf8-b3bd-dd8dabb40721"
}
- },
- "uuid": "2a0372fa-c799-41c8-bd8c-6649de123388"
+ }
},
"component-edge-to-text-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -953,8 +855,7 @@
"value": "10px",
"uuid": "d660beeb-278b-4157-b6fc-852c680ecae7"
}
- },
- "uuid": "bb17abc8-9204-4115-8a26-1555561121aa"
+ }
},
"component-edge-to-text-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -969,8 +870,7 @@
"value": "11px",
"uuid": "942f0f34-611a-4318-9b0e-3632e7f520b3"
}
- },
- "uuid": "a59f2433-297e-4507-88d0-fd86f7f12be7"
+ }
},
"component-edge-to-text-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -985,8 +885,7 @@
"value": "15px",
"uuid": "0b3ecfcf-8fb9-4faf-ab7f-ff4baf733df5"
}
- },
- "uuid": "f6173de9-ea58-48d0-a15f-f7622701ab4b"
+ }
},
"component-edge-to-text-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1001,8 +900,7 @@
"value": "19px",
"uuid": "c567f435-928c-4bf8-b9c0-ac2f22d58348"
}
- },
- "uuid": "17b56bf2-6fb2-47a0-8e45-3586eef29324"
+ }
},
"component-edge-to-text-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1017,8 +915,7 @@
"value": "22px",
"uuid": "616de468-71fc-4315-87ea-47cdc508a599"
}
- },
- "uuid": "82f28efb-5fd8-4a77-bc5e-59ff083bf82a"
+ }
},
"component-top-to-workflow-icon-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1030,11 +927,10 @@
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
+ "value": "5px",
"uuid": "24853983-c1b0-422d-84b6-05b9313066ed"
}
- },
- "uuid": "2a08f224-2540-4cc1-ac4e-2f6a51769a5f"
+ }
},
"component-top-to-workflow-icon-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1046,59 +942,55 @@
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
+ "value": "6px",
"uuid": "9d1b0ef4-5433-43fe-aa33-0274ff29f6f3"
}
- },
- "uuid": "494cd69a-7196-41c7-9817-60bc435c9b40"
+ }
},
"component-top-to-workflow-icon-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
+ "value": "6px",
"uuid": "c3a280b0-bc84-4a7c-8048-c689f8deef86"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "9px",
+ "value": "8px",
"uuid": "a3d3f9e9-a784-445a-a052-22f84b832512"
}
- },
- "uuid": "6128dae3-46d7-4948-9095-6506ae501323"
+ }
},
"component-top-to-workflow-icon-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
+ "value": "9px",
"uuid": "ef82b92a-2cbd-4b70-920c-4b999b018e07"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
+ "value": "11px",
"uuid": "259c0cf5-d321-4a6b-a3ae-b8c58fc1c9d6"
}
- },
- "uuid": "7daefac9-1331-4775-913d-4fafc976bc3a"
+ }
},
"component-top-to-workflow-icon-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "13px",
+ "value": "11px",
"uuid": "72d6ae5c-e133-4e7f-bc96-3e4c28d586fd"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
+ "value": "15px",
"uuid": "bac14298-68f0-4fb6-a152-c95ab19fd27f"
}
- },
- "uuid": "1a08144d-7a4b-4c3c-89e3-9f50f23a5da7"
+ }
},
"component-top-to-text-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1113,8 +1005,7 @@
"value": "4px",
"uuid": "cb2a6539-4cee-420c-aeef-dbdd3220039d"
}
- },
- "uuid": "0235ab3a-7c70-4e78-9208-8ed4e60ad2d2"
+ }
},
"component-top-to-text-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1129,8 +1020,7 @@
"value": "5px",
"uuid": "54a0e5cf-3e4a-454b-9dba-a6a2c277fa5e"
}
- },
- "uuid": "b9430981-8544-4a73-912b-f06209e2f6f9"
+ }
},
"component-top-to-text-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1145,8 +1035,7 @@
"value": "8px",
"uuid": "bed358a2-0559-4501-a147-b375887f25af"
}
- },
- "uuid": "85b23576-1071-4563-80b2-2b6b65755a5d"
+ }
},
"component-top-to-text-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1161,8 +1050,7 @@
"value": "12px",
"uuid": "621c9cf1-02e2-478b-9f47-0804f0183531"
}
- },
- "uuid": "32131b82-2cf1-45d5-9d94-2663a3585a83"
+ }
},
"component-top-to-text-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1177,8 +1065,7 @@
"value": "15px",
"uuid": "e0ae8c97-73ee-4b09-839f-5ebfb6eb0d7a"
}
- },
- "uuid": "f9a24565-3414-497c-99e9-16a9f27b3926"
+ }
},
"component-bottom-to-text-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1193,8 +1080,7 @@
"value": "6px",
"uuid": "80f01183-a152-4c55-ac11-24edae62df64"
}
- },
- "uuid": "5960d321-4b6a-4f0c-8e9b-8b59bd483e17"
+ }
},
"component-bottom-to-text-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1209,8 +1095,7 @@
"value": "6px",
"uuid": "0f1a6c63-bc4f-444c-9a18-67b6c35464b1"
}
- },
- "uuid": "47a641c0-5255-4558-9edd-dd525e14f1d0"
+ }
},
"component-bottom-to-text-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1225,8 +1110,7 @@
"value": "11px",
"uuid": "c8590269-dcaa-44f6-9c2d-d33274c3fe5e"
}
- },
- "uuid": "360272cc-c406-45ca-8a8e-4720a60c5af4"
+ }
},
"component-bottom-to-text-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1241,8 +1125,7 @@
"value": "14px",
"uuid": "a39cef5c-631c-4942-b5d2-9121e05d47f8"
}
- },
- "uuid": "f1d6de68-8b40-4119-8326-66fd19afafac"
+ }
},
"component-bottom-to-text-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1257,8 +1140,7 @@
"value": "18px",
"uuid": "a6aac364-d617-4e21-a1db-5523daaa3c6c"
}
- },
- "uuid": "1d0da882-d145-4ede-8c27-42a174d757ec"
+ }
},
"component-to-menu-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1273,8 +1155,7 @@
"value": "7px",
"uuid": "cc2c2606-500a-45e2-b460-2b498dcddb26"
}
- },
- "uuid": "ed847a42-b5cc-4021-a2c1-047318f63248"
+ }
},
"component-to-menu-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1289,8 +1170,7 @@
"value": "8px",
"uuid": "e8602fbe-1bf9-4aec-9cb0-5b4e994558c9"
}
- },
- "uuid": "5bd2b0aa-7319-4049-b41f-b002a56144ec"
+ }
},
"component-to-menu-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1305,8 +1185,7 @@
"value": "9px",
"uuid": "b33acdfa-525e-45c6-ab2b-c959760c4024"
}
- },
- "uuid": "48117dc9-284e-4f67-ad97-18d17e1f9be3"
+ }
},
"component-to-menu-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1321,13 +1200,13 @@
"value": "10px",
"uuid": "9fa90167-54ec-4343-a14c-4cd18963dcc5"
}
- },
- "uuid": "20a4ee4f-c6c6-4268-bd80-27d5334d11d8"
+ }
},
"field-edge-to-text-quiet": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "0px",
- "uuid": "3f7cee20-c187-4066-be4b-f5a1335736f5"
+ "uuid": "3f7cee20-c187-4066-be4b-f5a1335736f5",
+ "deprecated": true
},
"field-edge-to-visual-quiet": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
@@ -1337,17 +1216,20 @@
"field-edge-to-border-quiet": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "0px",
- "uuid": "7fb81dcf-3329-4353-917d-75de8f43c05d"
+ "uuid": "7fb81dcf-3329-4353-917d-75de8f43c05d",
+ "deprecated": true
},
"field-edge-to-alert-icon-quiet": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "0px",
- "uuid": "7858fdf3-e35f-4bc5-997a-0d480ec1cb32"
+ "uuid": "7858fdf3-e35f-4bc5-997a-0d480ec1cb32",
+ "deprecated": true
},
"field-edge-to-validation-icon-quiet": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "0px",
- "uuid": "151915e5-f946-474f-9595-18d8a159a6ff"
+ "uuid": "151915e5-f946-474f-9595-18d8a159a6ff",
+ "deprecated": true
},
"field-edge-to-disclosure-icon-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1362,8 +1244,7 @@
"value": "9px",
"uuid": "87d3f491-f45f-4bee-9dbd-00086cca5858"
}
- },
- "uuid": "a64a38da-9fe3-4af5-8fda-78482db6a1da"
+ }
},
"field-edge-to-disclosure-icon-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1378,8 +1259,7 @@
"value": "13px",
"uuid": "26d578cb-9228-4643-b042-8b00ba4d9b61"
}
- },
- "uuid": "d36e894c-0d0c-47cc-9cf1-5fc63e5e93e0"
+ }
},
"field-edge-to-disclosure-icon-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1394,8 +1274,7 @@
"value": "17px",
"uuid": "fcc139c1-08ed-4641-932d-5050237abfaa"
}
- },
- "uuid": "9fd501a5-8840-43ee-b0f5-ba0646b1eee4"
+ }
},
"field-edge-to-disclosure-icon-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1410,8 +1289,7 @@
"value": "22px",
"uuid": "0d3045e2-a493-406a-a247-8d20f35db2d9"
}
- },
- "uuid": "0baf490e-6524-4b8a-b034-657c3cd5c802"
+ }
},
"field-end-edge-to-disclosure-icon-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1426,8 +1304,7 @@
"value": "9px",
"uuid": "927e7b5a-57b4-4d47-9ad8-e287199e68a3"
}
- },
- "uuid": "a38d41cf-b4cb-4293-9ba9-152f2350c7ff"
+ }
},
"field-end-edge-to-disclosure-icon-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1442,8 +1319,7 @@
"value": "13px",
"uuid": "7b3ab0f8-8bde-461f-b658-6848d64de0e3"
}
- },
- "uuid": "7b1baf11-35a1-4ddb-be95-5eee88251e5c"
+ }
},
"field-end-edge-to-disclosure-icon-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1458,8 +1334,7 @@
"value": "17px",
"uuid": "417eb2ee-3fe9-47fc-a122-d466eb4e7b26"
}
- },
- "uuid": "f75ad2a8-ad22-4c63-9624-15aad22b4d5c"
+ }
},
"field-end-edge-to-disclosure-icon-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1474,8 +1349,7 @@
"value": "22px",
"uuid": "7c2b5cc0-01c0-4e5f-a157-1d2432f8bbc1"
}
- },
- "uuid": "0f2ae777-813a-42cf-83e8-581823edcb83"
+ }
},
"field-top-to-disclosure-icon-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1490,8 +1364,7 @@
"value": "9px",
"uuid": "2f62718d-3df8-498b-9520-baf8be65f3bd"
}
- },
- "uuid": "85a92eb8-0462-42f2-8b6f-f4df85bb6618"
+ }
},
"field-top-to-disclosure-icon-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1506,8 +1379,7 @@
"value": "13px",
"uuid": "1357cf8e-6e41-4d3c-be39-9aa87d010b78"
}
- },
- "uuid": "23b71bea-4132-4147-8b43-c122318f7e43"
+ }
},
"field-top-to-disclosure-icon-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1522,8 +1394,7 @@
"value": "17px",
"uuid": "2af47c9c-dba6-4340-b5fc-af00dcbaa05c"
}
- },
- "uuid": "86c7337b-7822-4f9b-a9d5-e951329388db"
+ }
},
"field-top-to-disclosure-icon-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1538,8 +1409,7 @@
"value": "22px",
"uuid": "631146ab-f3f2-4ea0-aac1-2bea622d0c85"
}
- },
- "uuid": "dd1fb027-a246-4582-80f2-b0f99afd74d9"
+ }
},
"field-top-to-alert-icon-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1554,8 +1424,7 @@
"value": "5px",
"uuid": "580b677d-5d7e-4306-87ee-640a4613254b"
}
- },
- "uuid": "d37b4194-0a79-4fc4-b320-b87dcba9a7ff"
+ }
},
"field-top-to-alert-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1570,8 +1439,7 @@
"value": "9px",
"uuid": "1def1d88-0098-4e00-987f-17a8656047da"
}
- },
- "uuid": "67a98dd3-363f-4efc-ac13-aed238653431"
+ }
},
"field-top-to-alert-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1586,8 +1454,7 @@
"value": "13px",
"uuid": "6247903e-2c00-4242-b2d5-da2864b6aa87"
}
- },
- "uuid": "817c73de-49d0-4f27-980e-63578db71c6c"
+ }
},
"field-top-to-alert-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1602,8 +1469,7 @@
"value": "16px",
"uuid": "246058b4-e152-4673-91ab-34384fceb798"
}
- },
- "uuid": "db3c0afa-1c9d-421e-a577-f61f5e31e5d2"
+ }
},
"field-top-to-validation-icon-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1618,8 +1484,7 @@
"value": "9px",
"uuid": "1a5b6e87-12a8-4fda-a8f7-2928b0b68a46"
}
- },
- "uuid": "3308b2e4-9057-482d-b5fd-d6d46531cced"
+ }
},
"field-top-to-validation-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1634,8 +1499,7 @@
"value": "13px",
"uuid": "7bb6c4c7-4157-4da9-bf06-1d2527022d6a"
}
- },
- "uuid": "ab32ee76-c561-43c2-baf7-8c3db125e5c6"
+ }
},
"field-top-to-validation-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1650,8 +1514,7 @@
"value": "17px",
"uuid": "f4f9d889-130a-4e71-9a9c-1ee82c2a4a4b"
}
- },
- "uuid": "775f3bd0-63ec-43ae-83e6-7f66dea66607"
+ }
},
"field-top-to-validation-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1666,8 +1529,7 @@
"value": "22px",
"uuid": "a6da1cb9-6085-4c58-b3dc-3b1377f64fa4"
}
- },
- "uuid": "f95ff454-e453-4c6d-be7c-2e01d85728a3"
+ }
},
"field-top-to-progress-circle-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1679,59 +1541,55 @@
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "7px",
+ "value": "6px",
"uuid": "5da7e575-d0c3-44e7-bbfa-6fa58972343b"
}
- },
- "uuid": "5bfcdf4a-be6a-45dc-9866-5c57b687629b"
+ }
},
"field-top-to-progress-circle-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
+ "value": "6px",
"uuid": "7a3120a8-3c98-4227-afb4-5d6a8aa78e14"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
+ "value": "8px",
"uuid": "7b4b7283-1223-4d2e-9f24-5ed6dada4711"
}
- },
- "uuid": "b061d527-c92c-4786-93c4-e51ddb8c97c8"
+ }
},
"field-top-to-progress-circle-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "12px",
+ "value": "9px",
"uuid": "24784275-a117-4767-98ee-5d8a08c89296"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "17px",
+ "value": "11px",
"uuid": "7a17cc60-fa76-4234-a99e-c4f711e63f5f"
}
- },
- "uuid": "4a775115-bbe4-4885-aee9-1a74b2a266a6"
+ }
},
"field-top-to-progress-circle-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "16px",
+ "value": "11px",
"uuid": "efcd740a-033e-493a-a902-e2f657897bd4"
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "22px",
+ "value": "15px",
"uuid": "263428f7-3b5a-449a-87d1-874cebf50fa8"
}
- },
- "uuid": "528f5802-0d21-4b83-b997-b8336694c6e8"
+ }
},
"field-edge-to-alert-icon-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1746,8 +1604,7 @@
"value": "11px",
"uuid": "68c4dc34-49cb-4174-bd06-5f5dfbd0b64e"
}
- },
- "uuid": "0dfba3ee-758b-4cc0-ada5-a1411ff734cd"
+ }
},
"field-edge-to-alert-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1762,8 +1619,7 @@
"value": "15px",
"uuid": "b98d3a2d-94fb-4491-9650-1c9a62365a19"
}
- },
- "uuid": "6b74a006-ac79-49b9-a16e-fcd43554ac3b"
+ }
},
"field-edge-to-alert-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1778,8 +1634,7 @@
"value": "19px",
"uuid": "a7c0e1fc-bc57-450e-bdc2-1c2cf2823d98"
}
- },
- "uuid": "883877b4-1b4f-4f52-9016-27b04a72b332"
+ }
},
"field-edge-to-alert-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1794,8 +1649,7 @@
"value": "22px",
"uuid": "2a77de7a-20cb-40a2-b3a9-252fcaa7a7d2"
}
- },
- "uuid": "0110b7bf-e4ef-4bbd-af35-a3bac8ecdbea"
+ }
},
"field-edge-to-validation-icon-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1810,8 +1664,7 @@
"value": "11px",
"uuid": "a1c55785-3ae3-4c23-81e2-f088e76e4e04"
}
- },
- "uuid": "281499ca-f0ee-4864-8dee-7f51ab85b706"
+ }
},
"field-edge-to-validation-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1826,8 +1679,7 @@
"value": "15px",
"uuid": "c51f02a2-35d4-460f-9f14-a97d9e8e6616"
}
- },
- "uuid": "e4d505d2-5109-447a-a47d-57171d653770"
+ }
},
"field-edge-to-validation-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1842,8 +1694,7 @@
"value": "19px",
"uuid": "9525d928-4cdb-4cf5-8616-2024ed6fb7c0"
}
- },
- "uuid": "c08504fc-9b7a-4bfa-9544-4f6b9a52a0bc"
+ }
},
"field-edge-to-validation-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1858,8 +1709,7 @@
"value": "22px",
"uuid": "539800f6-7bbc-4b67-8b61-99d1ee2f69a4"
}
- },
- "uuid": "f2b95331-5166-418a-b429-976ef95b95f1"
+ }
},
"field-text-to-alert-icon-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1874,8 +1724,7 @@
"value": "10px",
"uuid": "01ad9b7d-926e-4db4-a86a-a804fdfc7d68"
}
- },
- "uuid": "52dda1a3-282a-47a2-a867-d846f7f19471"
+ }
},
"field-text-to-alert-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1890,8 +1739,7 @@
"value": "15px",
"uuid": "03d088d2-4ec9-45bc-896d-8423bf72317e"
}
- },
- "uuid": "fdcd5d41-c5bf-4ec7-9258-d91384403221"
+ }
},
"field-text-to-alert-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1906,8 +1754,7 @@
"value": "19px",
"uuid": "73025a05-6203-460b-830b-458f8109abce"
}
- },
- "uuid": "3b2c9e64-0eff-47df-afca-60cd8f2f36f2"
+ }
},
"field-text-to-alert-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1922,8 +1769,7 @@
"value": "22px",
"uuid": "ec794a47-71af-42ea-87f2-048fab8dbf9d"
}
- },
- "uuid": "d2b8b5ce-c2e2-4998-bdd7-9816543d91cb"
+ }
},
"field-text-to-validation-icon-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1938,8 +1784,7 @@
"value": "10px",
"uuid": "c2181581-6aa1-4e1f-80bc-1ca2e85ea01b"
}
- },
- "uuid": "d017a7c2-6dda-4560-8c96-09f6265f44f5"
+ }
},
"field-text-to-validation-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1954,8 +1799,7 @@
"value": "15px",
"uuid": "87e221ab-fb8c-4d59-9d4b-9815a672cc23"
}
- },
- "uuid": "cd13895d-54d2-4cec-ad90-e34af8d83ddb"
+ }
},
"field-text-to-validation-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1970,8 +1814,7 @@
"value": "19px",
"uuid": "b28a0156-4930-484c-a518-ee00e0292db5"
}
- },
- "uuid": "de02692e-742c-428b-9331-edf2984c5198"
+ }
},
"field-text-to-validation-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -1986,24 +1829,31 @@
"value": "22px",
"uuid": "8926578a-c326-4a75-aafb-d90112aaedb5"
}
- },
- "uuid": "f6f8e52f-02ae-4135-8d2d-22bb06e549a4"
+ }
},
"field-width": {
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use field-default-width-medium instead.",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "192px",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{field-width-small}",
"uuid": "096ddcb7-5afd-416f-9a11-4275556c4b52"
},
"mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "240px",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{field-width-small}",
"uuid": "08c2390a-353b-4e6b-b025-dbaeaa5fdff2"
}
- },
- "uuid": "5f0c388a-b159-412b-aca4-f31a35a28674"
+ }
+ },
+ "field-width-small": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{field-default-width-small}",
+ "uuid": "d316d676-b4cf-4d16-b89c-63ef1d969861",
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use field-default-width-small instead."
},
"character-count-to-field-quiet-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2011,15 +1861,16 @@
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-3px",
- "uuid": "f2f62625-dfd4-46b0-9113-033820745569"
+ "uuid": "f2f62625-dfd4-46b0-9113-033820745569",
+ "deprecated": true
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-4px",
- "uuid": "819cdbf4-9e26-4fdf-895d-8f60c06efa2a"
+ "uuid": "819cdbf4-9e26-4fdf-895d-8f60c06efa2a",
+ "deprecated": true
}
- },
- "uuid": "23450319-d853-48e0-81dc-70bc7079d8aa"
+ }
},
"character-count-to-field-quiet-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2027,15 +1878,16 @@
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-3px",
- "uuid": "2ebe9ae0-3b74-47dc-af79-e1dd5f93b9bd"
+ "uuid": "2ebe9ae0-3b74-47dc-af79-e1dd5f93b9bd",
+ "deprecated": true
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-4px",
- "uuid": "1cecea81-8c7f-4658-b3a2-0e1282f7eac9"
+ "uuid": "1cecea81-8c7f-4658-b3a2-0e1282f7eac9",
+ "deprecated": true
}
- },
- "uuid": "518b6d81-97c9-4ffc-9332-1ad3097c684a"
+ }
},
"character-count-to-field-quiet-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2043,15 +1895,16 @@
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-3px",
- "uuid": "3f385135-015a-44dd-bde3-60389b14c2ff"
+ "uuid": "3f385135-015a-44dd-bde3-60389b14c2ff",
+ "deprecated": true
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-4px",
- "uuid": "cef58f98-9fb0-4fbb-b6aa-dc5786d7658a"
+ "uuid": "cef58f98-9fb0-4fbb-b6aa-dc5786d7658a",
+ "deprecated": true
}
- },
- "uuid": "93632f57-880a-44aa-a0b3-31bdaaee559d"
+ }
},
"character-count-to-field-quiet-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2059,15 +1912,16 @@
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-4px",
- "uuid": "8b5b5dce-a9c4-4c03-a194-8a5bc716b18a"
+ "uuid": "8b5b5dce-a9c4-4c03-a194-8a5bc716b18a",
+ "deprecated": true
},
"mobile": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "-5px",
- "uuid": "2cfe025b-8bf8-47a3-8ff1-733cf62dd182"
+ "uuid": "2cfe025b-8bf8-47a3-8ff1-733cf62dd182",
+ "deprecated": true
}
- },
- "uuid": "ac67b79b-e1df-4873-b152-75124eb12777"
+ }
},
"side-label-character-count-to-field": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2082,72 +1936,27 @@
"value": "15px",
"uuid": "ec387876-31d5-42a5-99aa-02c5d35e6223"
}
- },
- "uuid": "ea77b9b5-6b36-48a7-b275-08726a1937cc"
+ }
},
"side-label-character-count-top-margin-small": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "4px",
- "uuid": "a86ae363-b6b4-4da0-9630-97336922b3a1"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "5px",
- "uuid": "9196a2ad-67cd-44d8-b4c6-bca25e37eb4a"
- }
- },
- "uuid": "ac75b149-e9f3-45df-aaa6-6a28ebf22458"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "a86ae363-b6b4-4da0-9630-97336922b3a1"
},
"side-label-character-count-top-margin-medium": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "8px",
- "uuid": "4d93210f-f01a-4d1c-8c10-2cb4b9d14626"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "10px",
- "uuid": "a2b20c88-d28c-4261-8160-62630c5e0da8"
- }
- },
- "uuid": "8a6d587a-8d04-4f53-b86f-3f8cd17cfa3a"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "4d93210f-f01a-4d1c-8c10-2cb4b9d14626"
},
"side-label-character-count-top-margin-large": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "11px",
- "uuid": "e2d9e241-469a-4b03-bd6a-a105a8ed5e00"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "ca10a5d6-a8b2-414d-978a-14481e2a21cb"
- }
- },
- "uuid": "53f6909b-3f50-4962-932a-16db7acec5b1"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "e2d9e241-469a-4b03-bd6a-a105a8ed5e00"
},
"side-label-character-count-top-margin-extra-large": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
- "sets": {
- "desktop": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "14px",
- "uuid": "9b1f15bf-ea4f-4f82-8c4f-3770b7f47353"
- },
- "mobile": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "18px",
- "uuid": "c2c4ddf3-f273-4e23-9be0-e1227e9999a8"
- }
- },
- "uuid": "c0972a55-7db7-4425-bd86-9e14688843a0"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "9b1f15bf-ea4f-4f82-8c4f-3770b7f47353"
},
"disclosure-indicator-top-to-disclosure-icon-small": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2162,8 +1971,7 @@
"value": "9px",
"uuid": "d7c1f2a1-b679-42ae-8512-27883d9789f9"
}
- },
- "uuid": "c8b11a24-76e6-47be-8ccb-d8fc8f9d7b37"
+ }
},
"disclosure-indicator-top-to-disclosure-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2178,8 +1986,7 @@
"value": "13px",
"uuid": "049e0fe7-03d4-4d9b-bdcd-9c8a06852010"
}
- },
- "uuid": "84ad72d9-2639-4a7f-8300-0a717287cf39"
+ }
},
"disclosure-indicator-top-to-disclosure-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2194,8 +2001,7 @@
"value": "17px",
"uuid": "24dd2c12-17f0-4d38-9af3-a3b112c40c74"
}
- },
- "uuid": "736e1b2c-75e1-47a8-a238-ac3acebce092"
+ }
},
"disclosure-indicator-top-to-disclosure-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2210,8 +2016,7 @@
"value": "22px",
"uuid": "9c38e8f6-cca7-4f7f-a7c3-9d4ee7af24b8"
}
- },
- "uuid": "f4459309-c64b-4b7b-8247-6c54cd1810c4"
+ }
},
"text-underline-thickness": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
@@ -2236,8 +2041,7 @@
"value": "7px",
"uuid": "d11ab0de-19bd-4f56-8798-0192fd0cfe0e"
}
- },
- "uuid": "813ad969-82f0-437b-b595-4d5f4839fc90"
+ }
},
"navigational-indicator-top-to-back-icon-medium": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2252,8 +2056,7 @@
"value": "12px",
"uuid": "74f8a686-0e06-4f7c-9e3d-694749beb420"
}
- },
- "uuid": "f634deb6-920c-4c14-867e-7b10010ba391"
+ }
},
"navigational-indicator-top-to-back-icon-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2268,8 +2071,7 @@
"value": "16px",
"uuid": "e84bc865-c89f-403e-bb14-2a11f03fd364"
}
- },
- "uuid": "82bf0b1c-f289-4b90-a033-db1f0affe297"
+ }
},
"navigational-indicator-top-to-back-icon-extra-large": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2284,8 +2086,7 @@
"value": "19px",
"uuid": "e68f2798-6a55-499a-b591-0cfc130607ba"
}
- },
- "uuid": "d09f3117-e7d6-48d5-86ef-3652cf176450"
+ }
},
"color-control-track-width": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -2300,7 +2101,322 @@
"value": "30px",
"uuid": "07e3ac46-3f96-4c00-aa6a-09840ee04bdd"
}
- },
- "uuid": "b844f3de-6179-4326-ad9c-740eb8b7b8d1"
+ }
+ },
+ "corner-triangle-icon-size-75": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "490fac13-d347-4c21-85fa-57814bff7537"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "434b019c-efde-437a-967b-b841ec95e621"
+ }
+ }
+ },
+ "corner-triangle-icon-size-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "5px",
+ "uuid": "6fcfc18c-c5e0-4f50-beab-6c4a10bfdaa7"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "1352ad8f-a8ec-459d-8ae3-71c27038a29d"
+ }
+ }
+ },
+ "corner-triangle-icon-size-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "9c2db47b-f017-432a-a44f-238bc461c4c1"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "2be65bca-0f16-4754-bc8a-4a491ba87b90"
+ }
+ }
+ },
+ "corner-triangle-icon-size-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "7px",
+ "uuid": "c9c18669-11bf-4ba3-b36f-26115981327c"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "d396d74a-425d-4f06-837f-349f81ebf486"
+ }
+ }
+ },
+ "component-size-width-ratio-down": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
+ "value": 0.3333,
+ "uuid": "4ee7342c-f2ef-4554-af0f-011052ff6177"
+ },
+ "component-size-minimum-perspective-down": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "24px",
+ "uuid": "103daec0-9711-4422-84d1-62ab77afa00d"
+ },
+ "component-size-difference-down": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "-2px",
+ "uuid": "9ef4a0a5-b81c-4f54-8927-286ece29a824"
+ },
+ "corner-radius-none": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-0}",
+ "uuid": "7a11b308-bed2-4b6f-bb4a-c9ae4ef8e03d"
+ },
+ "corner-radius-small-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-100}",
+ "uuid": "b4971f86-aeea-42c9-9ba7-a74cf4d1a545"
+ },
+ "corner-radius-medium-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-500}",
+ "uuid": "a83a882e-430c-46fc-a8be-5ade0dd8a4c6"
+ },
+ "corner-radius-large-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-700}",
+ "uuid": "29981aef-aea6-4cde-849f-4bc67e320ea7"
+ },
+ "corner-radius-extra-large-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-800}",
+ "uuid": "d639a0b5-16b4-4d75-ab37-d87815c7b500"
+ },
+ "corner-radius-full": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-1000}",
+ "uuid": "4853520b-bda3-45d1-bd20-8508cac08847"
+ },
+ "corner-radius-small-size-small": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-75}",
+ "uuid": "3d39e5de-0800-4629-ae1a-99a34706a772"
+ },
+ "corner-radius-small-size-medium": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-100}",
+ "uuid": "a62a43dd-cb2a-4e18-bb94-7a9518668400"
+ },
+ "corner-radius-small-size-large": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-200}",
+ "uuid": "f4f0bfc9-ce6d-473f-8dda-c9f21fb8a7b7"
+ },
+ "corner-radius-small-size-extra-large": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-300}",
+ "uuid": "d59337d1-4cec-43c0-821e-06a56745cbcc"
+ },
+ "corner-radius-medium-size-extra-small": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-300}",
+ "uuid": "d0e02d98-e93f-4f81-8d81-8f95e06ad360"
+ },
+ "corner-radius-medium-size-small": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-400}",
+ "uuid": "892bc9de-16b2-4c51-9c18-b239e52ffd14"
+ },
+ "corner-radius-medium-size-medium": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-500}",
+ "uuid": "67fb5355-6d7c-4e4e-a4cb-cdba10a85d84"
+ },
+ "corner-radius-medium-size-large": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-600}",
+ "uuid": "ede17e00-83ef-40c5-a1d0-a46372d3fc90"
+ },
+ "corner-radius-medium-size-extra-large": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{corner-radius-700}",
+ "uuid": "81752b3e-488a-4273-abb5-4ba8b7f278d9"
+ },
+ "field-width-medium": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{field-default-width-medium}",
+ "uuid": "935927d3-b25e-468a-999a-938643901e50",
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use field-default-width-medium instead."
+ },
+ "field-width-large": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{field-default-width-large}",
+ "uuid": "cc43e053-1255-403f-aaf5-2182f5438592",
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use field-default-width-large instead."
+ },
+ "field-width-extra-large": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{field-default-width-extra-large}",
+ "uuid": "a903b595-ffe8-43ae-af9b-7b6577191dc5",
+ "deprecated": true,
+ "deprecated_comment": "This token has been deprecated, use field-default-width-extra-large instead."
+ },
+ "drop-shadow-x-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "751d636e-efb5-411e-a5b8-06b11439cc90"
+ },
+ "drop-shadow-x-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "0c76c925-4d29-49a3-b882-e946bd7fe9f1"
+ },
+ "drop-shadow-x-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0px",
+ "uuid": "cb6d74fe-cc32-47ff-bf8b-74597643a8a6"
+ },
+ "drop-shadow-y-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "1px",
+ "uuid": "ed1f46fd-a586-46a5-8cc1-d843a57e2cc2"
+ },
+ "drop-shadow-y-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "2px",
+ "uuid": "d2d0320a-6984-4b3f-8f5d-ccb88892a26c"
+ },
+ "drop-shadow-y-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "5d09089b-c0c5-4122-a3be-3e989562acda"
+ },
+ "drop-shadow-blur-100": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "6px",
+ "uuid": "025e39f4-dfe7-4a8a-beb5-bd0577f72eac"
+ },
+ "drop-shadow-blur-200": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "8px",
+ "uuid": "2b08d425-ecf2-4891-83cd-005a2d5e76ce"
+ },
+ "drop-shadow-blur-300": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "16px",
+ "uuid": "34812e0c-7ccf-49c2-884a-6fecd45f7c5a"
+ },
+ "drop-shadow-emphasized-default-x": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-x-100}",
+ "uuid": "5b611aa8-9db2-495d-a119-3385eee62442"
+ },
+ "drop-shadow-emphasized-default-y": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-y-100}",
+ "uuid": "02949dd5-0596-44bc-8b63-dcc7d2ba628b"
+ },
+ "drop-shadow-emphasized-default-blur": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-blur-100}",
+ "uuid": "57920fe8-72ad-48d2-aa9b-feec4c989106"
+ },
+ "drop-shadow-emphasized-hover-x": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-x-200}",
+ "uuid": "d86f7c89-92a6-4bad-83b0-43953472ce7f"
+ },
+ "drop-shadow-emphasized-hover-y": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-y-200}",
+ "uuid": "da17e314-f3e9-4d49-9362-533eb65c0f7b"
+ },
+ "drop-shadow-emphasized-hover-blur": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-blur-200}",
+ "uuid": "5f6674e8-ef00-490a-800d-3b946059bae2"
+ },
+ "drop-shadow-elevated-x": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-x-200}",
+ "uuid": "59324423-4428-40d7-a227-5f75aeb38312"
+ },
+ "drop-shadow-elevated-y": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-y-200}",
+ "uuid": "45f313a5-1749-4b95-b5e3-20944adbea84"
+ },
+ "drop-shadow-elevated-blur": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-blur-200}",
+ "uuid": "f3487a86-3aea-4527-8b5c-287c0bddad6c"
+ },
+ "drop-shadow-dragged-x": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-x-300}",
+ "uuid": "be5c80b4-5769-491b-9550-fcf94f0c762e"
+ },
+ "drop-shadow-dragged-y": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-y-300}",
+ "uuid": "ff8d4fda-72fa-4256-b2c8-f22a9d3e644f"
+ },
+ "drop-shadow-dragged-blur": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{drop-shadow-blur-300}",
+ "uuid": "f6015252-21fb-48f9-aadb-5ad050e3d590"
+ },
+ "gradient-stop-1-genai": {
+ "value": 0,
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
+ "uuid": "1b4e100e-3266-4212-84c7-ee6995aaff83"
+ },
+ "gradient-stop-2-genai": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
+ "value": 0.3333,
+ "uuid": "224504c9-be85-4402-8c96-e9b3e3b7a45f"
+ },
+ "gradient-stop-3-genai": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
+ "value": 1,
+ "uuid": "57f4b9b1-4994-48b5-ad14-5683b0ab034b"
+ },
+ "gradient-stop-1-premium": {
+ "value": 0,
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
+ "uuid": "4cb26877-72bd-48e5-8266-6b29b1c2303d"
+ },
+ "gradient-stop-2-premium": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
+ "value": 0.6666,
+ "uuid": "579ad392-4529-457d-ab3e-4cef782beec1"
+ },
+ "gradient-stop-3-premium": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
+ "value": 1,
+ "uuid": "ace894a3-3aa5-4307-a80c-3881c8a31642"
+ },
+ "window-to-edge": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{spacing-600}",
+ "uuid": "a3e53161-c38a-4ee0-88c2-4a36fd530e51"
+ },
+ "component-size-maximum-perspective-down": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "96px",
+ "uuid": "437f2e57-2aa6-41b5-bdcc-e4993dc42168"
}
-}
+}
\ No newline at end of file
diff --git a/packages/tokens/src/semantic-color-palette.json b/packages/tokens/src/semantic-color-palette.json
index 2bc283d6..b13028c1 100644
--- a/packages/tokens/src/semantic-color-palette.json
+++ b/packages/tokens/src/semantic-color-palette.json
@@ -1,255 +1,83 @@
{
"accent-color-100": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-100}",
- "uuid": "2e080bb5-6f2c-4fd9-96a2-bf9fc19d2649"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-100}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "f9fc7606-b699-46e7-b139-aeefc287923c"
- }
- },
- "uuid": "0dd9c008-b20f-4a51-be59-67d9530877ff"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-100}",
+ "uuid": "2e080bb5-6f2c-4fd9-96a2-bf9fc19d2649"
},
"accent-color-200": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-200}",
- "uuid": "cf583998-4dfd-4222-a554-8e05ed7fb5d6"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "78e50d0b-78a0-46c4-8262-417143f00902"
- }
- },
- "uuid": "d4850a3d-cce3-4cd5-ba44-27281cad5934"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-200}",
+ "uuid": "cf583998-4dfd-4222-a554-8e05ed7fb5d6"
},
"accent-color-300": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-300}",
- "uuid": "ea67f054-1f42-427e-a768-beb8d21de2a3"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-300}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "d014e1e8-a5f8-4169-8c43-d69afd07847a"
- }
- },
- "uuid": "89c05b32-63f5-46ed-abe1-a36247bd9797"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-300}",
+ "uuid": "ea67f054-1f42-427e-a768-beb8d21de2a3"
},
"accent-color-400": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-400}",
- "uuid": "a249e4b1-e6f9-4ef3-96c6-1559059839a7"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-400}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "1b70bc67-7877-4f92-8ce4-1abd2665fab1"
- }
- },
- "uuid": "794b3679-1bcf-4c64-a55b-99be3f7676e5"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-400}",
+ "uuid": "a249e4b1-e6f9-4ef3-96c6-1559059839a7"
},
"accent-color-500": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-500}",
- "uuid": "c1c0e6fb-ce21-49d7-91bb-73ce873aa69f"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-500}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "06246e8e-44da-49a3-8d65-7f3ce1ec8128"
- }
- },
- "uuid": "6eee723c-d9dd-4b14-ab44-75779c44f59e"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-500}",
+ "uuid": "c1c0e6fb-ce21-49d7-91bb-73ce873aa69f"
},
"accent-color-600": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-600}",
- "uuid": "5a2000be-5640-4389-a128-b2c164ad2253"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-600}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "eaee7f34-1725-411e-9a23-2331167e08f5"
- }
- },
- "uuid": "11e391f6-66f0-4ed0-b70a-3f3d3a0e2f90"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-600}",
+ "uuid": "5a2000be-5640-4389-a128-b2c164ad2253"
},
"accent-color-700": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-700}",
- "uuid": "a8fbe39b-db6d-4bb4-a7c5-8a235060d2ae"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-700}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "5c7ac5cc-4fe4-4392-a5c3-4274cd15a48e"
- }
- },
- "uuid": "fc2868a8-1b1b-4da7-a51f-7faa6e7f7d4d"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-700}",
+ "uuid": "a8fbe39b-db6d-4bb4-a7c5-8a235060d2ae"
},
"accent-color-800": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-800}",
- "uuid": "87a2c8f0-54fd-4939-8f42-3124fde1e49e"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-800}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "3cf62c35-1e2e-4400-886f-473de9e8a958"
- }
- },
- "uuid": "85bd13e9-ff5a-419d-bc33-97fd44cf1789"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-800}",
+ "uuid": "87a2c8f0-54fd-4939-8f42-3124fde1e49e"
},
"accent-color-900": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-900}",
- "uuid": "90d82778-1cbb-47c0-aab9-b6e38a9cdc54"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-900}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "42d37753-8b78-4328-a895-7b74d9a7aa86"
- }
- },
- "uuid": "23cb9c14-f3cf-430b-9d0c-4749160542d8"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-900}",
+ "uuid": "90d82778-1cbb-47c0-aab9-b6e38a9cdc54"
},
"accent-color-1000": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-1000}",
- "uuid": "9bf3fa2f-75d3-44d3-ae30-d88893665366"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-1000}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "b848c6ce-f921-4303-b298-20e359a1aa2e"
- }
- },
- "uuid": "203cf947-661e-4e96-8d13-5f0d3e9237bf"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1000}",
+ "uuid": "9bf3fa2f-75d3-44d3-ae30-d88893665366"
},
"accent-color-1100": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-1100}",
- "uuid": "f7f853a5-f091-4a7e-8aea-68d060c840f0"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-1100}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "46991cf0-e4e5-4c32-a140-4589e2456523"
- }
- },
- "uuid": "80493b68-bdd4-4478-8ec1-2049922382be"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1100}",
+ "uuid": "f7f853a5-f091-4a7e-8aea-68d060c840f0"
},
"accent-color-1200": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-1200}",
- "uuid": "7c141cdb-1e5e-468a-ba48-0df01b275402"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-1200}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "7de1e3f0-a5b3-4a09-955b-242ff78dbaa9"
- }
- },
- "uuid": "eeed3404-3bde-4bb6-975f-556ec92297bd"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1200}",
+ "uuid": "7c141cdb-1e5e-468a-ba48-0df01b275402"
},
"accent-color-1300": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-1300}",
- "uuid": "f7307eba-e311-41a8-bb50-0b1e96833dfa"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-1300}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "a598813b-347f-4528-aa35-94b6642985db"
- }
- },
- "uuid": "0083814f-7761-4a52-97e3-ca154d7b8603"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1300}",
+ "uuid": "f7307eba-e311-41a8-bb50-0b1e96833dfa"
},
"accent-color-1400": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{blue-1400}",
- "uuid": "06585cf4-a924-49b2-b6c8-f0e80b57c576"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{indigo-1400}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "12c250df-6088-4c20-8b04-59814d53ed7a"
- }
- },
- "uuid": "1124ea0a-6ba1-4b7e-852e-db760d182a97"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1400}",
+ "uuid": "06585cf4-a924-49b2-b6c8-f0e80b57c576"
+ },
+ "accent-color-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1500}",
+ "uuid": "c43d9991-8929-4b1c-8631-670eef6bde83"
+ },
+ "accent-color-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1600}",
+ "uuid": "4b70c929-f48d-403d-9607-5963203433dc"
},
"informative-color-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
@@ -321,6 +149,16 @@
"value": "{blue-1400}",
"uuid": "b178b13b-93ee-422c-af98-3bf89105754b"
},
+ "informative-color-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1500}",
+ "uuid": "beeee44c-dc6b-4892-949e-67f069fc4a94"
+ },
+ "informative-color-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{blue-1600}",
+ "uuid": "68aa069d-d8a6-413a-b330-0ec6af905e6d"
+ },
"negative-color-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{red-100}",
@@ -391,6 +229,16 @@
"value": "{red-1400}",
"uuid": "58824d04-e2c0-4f0c-a3d7-9b88a01bf28d"
},
+ "negative-color-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-1500}",
+ "uuid": "b4c1f747-e665-43bb-a1a9-1bf9f252471d"
+ },
+ "negative-color-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{red-1600}",
+ "uuid": "62beb7ee-c347-4cd7-a84b-40c84fcbc135"
+ },
"notice-color-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{orange-100}",
@@ -461,6 +309,16 @@
"value": "{orange-1400}",
"uuid": "4eccc44a-1cd5-4d9e-8627-18f7a363d3c8"
},
+ "notice-color-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-1500}",
+ "uuid": "3da89d37-cf33-4408-b316-05bb61c25759"
+ },
+ "notice-color-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{orange-1600}",
+ "uuid": "67e534f5-5421-493c-9324-624f0fd491f3"
+ },
"positive-color-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{green-100}",
@@ -530,5 +388,139 @@
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{green-1400}",
"uuid": "eb2fdab7-ea9e-42a3-a3d1-f9beec0c7b66"
+ },
+ "positive-color-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-1500}",
+ "uuid": "2381ba55-11ff-4ef0-a770-dfd402650d5d"
+ },
+ "positive-color-1600": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{green-1600}",
+ "uuid": "de206438-991f-4580-8aa1-1488acb03a09"
+ },
+ "negative-subdued-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{negative-subtle-background-color-default}",
+ "uuid": "a553db3e-a051-4023-87eb-da6545b983b2",
+ "deprecated": true
+ },
+ "negative-subdued-background-color-hover": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{negative-color-300}",
+ "uuid": "9513cf13-8537-443f-81ce-f9d88292ba32",
+ "deprecated": true
+ },
+ "negative-subdued-background-color-down": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{negative-color-300}",
+ "uuid": "1eea917c-52e7-4295-b0e1-d33c2e73a137",
+ "deprecated": true
+ },
+ "negative-subdued-background-color-key-focus": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{negative-color-300}",
+ "uuid": "4b6aaf76-e0ab-4be0-81c0-d5f64cacee88",
+ "deprecated": true
+ },
+ "informative-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{informative-color-200}",
+ "uuid": "62dfb07f-5eee-451c-9c77-745d8f714766"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{informative-color-300}",
+ "uuid": "4cbe010f-0608-47e3-bf27-c7da70a70b9e"
+ }
+ }
+ },
+ "positive-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{positive-color-200}",
+ "uuid": "57a1aa8f-5c06-4ff6-8d1c-0e278a433ebf"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{positive-color-300}",
+ "uuid": "c7644c81-1b2c-40ee-b3a6-b25e88fc34ea"
+ }
+ }
+ },
+ "notice-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{notice-color-200}",
+ "uuid": "f0799e87-dbb2-4e71-8253-65f45eddc078"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{notice-color-300}",
+ "uuid": "c9bfd62b-95c7-47d3-bace-ce3f2bfaade8"
+ }
+ }
+ },
+ "negative-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{negative-color-200}",
+ "uuid": "8e9429cf-4c89-47be-bc6e-eeecc632aeb1"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{negative-color-300}",
+ "uuid": "c7575b76-8035-4037-8bd5-e8bdb82bddc3"
+ }
+ }
+ },
+ "icon-color-informative": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{informative-visual-color}",
+ "uuid": "2296b0de-6231-4f89-9992-499b67c6879c"
+ },
+ "icon-color-neutral": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{neutral-visual-color}",
+ "uuid": "29f5b73c-e8e8-4162-b9af-5a8e327baab8"
+ },
+ "icon-color-positive": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{positive-visual-color}",
+ "uuid": "02f093b3-ab51-42e7-8f6e-26bc7c7cba63"
+ },
+ "icon-color-notice": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{notice-visual-color}",
+ "uuid": "4bdb8681-f7a1-4bbe-b788-a64c6f9df6ea"
+ },
+ "icon-color-negative": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{negative-visual-color}",
+ "uuid": "adf2a3f0-d1cd-4b53-8a9c-47ab9cb7bb0f"
+ },
+ "accent-subtle-background-color-default": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
+ "sets": {
+ "light": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{accent-color-200}",
+ "uuid": "97293b77-c21d-4ba1-bd2c-5d1de37d75eb"
+ },
+ "dark": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{accent-color-300}",
+ "uuid": "c120499e-98c4-442d-971f-31dee8d16c4d"
+ }
+ }
}
-}
+}
\ No newline at end of file
diff --git a/packages/tokens/src/typography.json b/packages/tokens/src/typography.json
index 0f63f99a..52e5efb3 100644
--- a/packages/tokens/src/typography.json
+++ b/packages/tokens/src/typography.json
@@ -4,6 +4,26 @@
"value": "{sans-serif-font-family}",
"uuid": "45d43d4e-a4e4-4c5f-94ec-644a81300eb0"
},
+ "letter-spacing": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
+ "value": "0em",
+ "uuid": "d8caf3aa-1261-411f-b383-18f87334c117"
+ },
+ "text-align-start": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-align.json",
+ "value": "start",
+ "uuid": "3a7f9e91-6e1a-4937-a6d2-6c39566dc875"
+ },
+ "text-align-center": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-align.json",
+ "value": "center",
+ "uuid": "df252e5a-f115-471d-bb35-c79e733d868b"
+ },
+ "text-align-end": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-align.json",
+ "value": "end",
+ "uuid": "a0c425b3-668b-4413-8739-c7844b26ebad"
+ },
"sans-serif-font-family": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
"value": "Adobe Clean",
@@ -72,8 +92,7 @@
"value": "12px",
"uuid": "5946a4e5-8bed-4dd7-aa73-9ebe232f9790"
}
- },
- "uuid": "f0c5ab51-5fc0-417d-a57a-edd12a62847e"
+ }
},
"font-size-50": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -88,8 +107,7 @@
"value": "13px",
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
}
- },
- "uuid": "daa864c1-e91e-4357-bcfc-02f3a5037f9c"
+ }
},
"font-size-75": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -104,8 +122,7 @@
"value": "15px",
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
}
- },
- "uuid": "5cf4dd2a-2a85-4eb6-b163-fa6737e4f838"
+ }
},
"font-size-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -120,8 +137,7 @@
"value": "17px",
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
}
- },
- "uuid": "86103cc9-4510-45af-8139-a81ea3b69da7"
+ }
},
"font-size-200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -136,8 +152,7 @@
"value": "19px",
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
}
- },
- "uuid": "0cfbf6f7-7e79-44bb-af03-6355f412f590"
+ }
},
"font-size-300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -152,8 +167,7 @@
"value": "22px",
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
}
- },
- "uuid": "cd34b2cb-e7fa-41dd-bd1e-cb1e8113554a"
+ }
},
"font-size-400": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -168,8 +182,7 @@
"value": "24px",
"uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
}
- },
- "uuid": "c5ae539c-9b16-489a-a39b-c9cee1a1701b"
+ }
},
"font-size-500": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -184,8 +197,7 @@
"value": "27px",
"uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
}
- },
- "uuid": "ff5914d7-5d19-4b21-b633-c742d95942db"
+ }
},
"font-size-600": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -200,8 +212,7 @@
"value": "31px",
"uuid": "ac892307-2559-48f5-9e2c-98dabbb0abc2"
}
- },
- "uuid": "ed0c86e1-f062-405e-a1c4-ce74f62c0ea7"
+ }
},
"font-size-700": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -216,8 +227,7 @@
"value": "34px",
"uuid": "6bd6456c-b73b-4926-8e67-7b942e32bbc2"
}
- },
- "uuid": "b2b59d6e-50f8-4e72-a5c5-993a87971e3d"
+ }
},
"font-size-800": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -232,8 +242,7 @@
"value": "39px",
"uuid": "bdfae93d-ae49-456b-af54-8620ea976ca8"
}
- },
- "uuid": "3b3711a6-44fd-44b5-b273-e2c775a15986"
+ }
},
"font-size-900": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -248,8 +257,7 @@
"value": "44px",
"uuid": "5296e771-6d04-4e9a-b1fe-ab22d4dfd92b"
}
- },
- "uuid": "b164fd8e-2d83-45fc-b636-dba832faad37"
+ }
},
"font-size-1000": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -264,8 +272,7 @@
"value": "49px",
"uuid": "8b158ab0-7e82-4dab-a4d9-84cf7a71fa0a"
}
- },
- "uuid": "db55c6a2-c72d-4e63-838c-5f30d467bb66"
+ }
},
"font-size-1100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -280,15 +287,14 @@
"value": "55px",
"uuid": "5eb96c78-c8f6-4e31-9bc8-fa62794ac4db"
}
- },
- "uuid": "56149ad7-84a7-4067-bad8-c5b143dd0561"
+ }
},
"font-size-1200": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
- "value": "50px",
+ "value": "51px",
"uuid": "b73bfb12-80ef-453f-b7dc-52bf2258ef47"
},
"mobile": {
@@ -296,15 +302,14 @@
"value": "62px",
"uuid": "0ab38fb2-0de9-4be0-8967-8241379706be"
}
- },
- "uuid": "164b0eae-cd17-4e2c-8f30-436c0df7d4c9"
+ }
},
"font-size-1300": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"sets": {
"desktop": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
- "value": "60px",
+ "value": "58px",
"uuid": "e8853e10-cc03-47c1-9b66-11755ff513a5"
},
"mobile": {
@@ -312,13 +317,37 @@
"value": "70px",
"uuid": "bd880141-81f6-47fe-a421-01124fe66b67"
}
- },
- "uuid": "db26e411-a118-4bef-a413-eeb383e85f37"
+ }
},
- "letter-spacing": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
- "value": "0em",
- "uuid": "d8caf3aa-1261-411f-b383-18f87334c117"
+ "font-size-1400": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
+ "value": "65px",
+ "uuid": "5af5e5bd-fc76-4688-aae9-6e7528d41341"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
+ "value": "79px",
+ "uuid": "999b22ec-e19e-4fee-a1db-3cb89c58a51c"
+ }
+ }
+ },
+ "font-size-1500": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
+ "sets": {
+ "desktop": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
+ "value": "73px",
+ "uuid": "509b3100-9034-4b23-adb0-8c56dbd72a48"
+ },
+ "mobile": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
+ "value": "88px",
+ "uuid": "94741f6e-8c95-4329-8e06-d6f261e5b0eb"
+ }
+ }
},
"line-height-100": {
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
@@ -367,56 +396,48 @@
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{light-font-weight}",
- "uuid": "ff84a748-5923-451d-967c-a346d2dee46c"
+ "uuid": "ff84a748-5923-451d-967c-a346d2dee46c",
+ "deprecated": true
},
"heading-sans-serif-light-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "c5551fd5-4ee2-4c93-b91f-9ed295fa63a4"
+ "uuid": "c5551fd5-4ee2-4c93-b91f-9ed295fa63a4",
+ "deprecated": true
},
"heading-serif-light-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "66958795-6459-4750-8c68-dc39ab383837"
+ "uuid": "66958795-6459-4750-8c68-dc39ab383837",
+ "deprecated": true
},
"heading-serif-light-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "5f30418a-aa76-434e-bca9-902d5be0d929"
+ "uuid": "5f30418a-aa76-434e-bca9-902d5be0d929",
+ "deprecated": true
},
"heading-cjk-light-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{light-font-weight}",
- "uuid": "9da0ba4c-b4e3-4052-8b2e-d2fde714bb9d"
+ "uuid": "9da0ba4c-b4e3-4052-8b2e-d2fde714bb9d",
+ "deprecated": true
},
"heading-cjk-light-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "b5704c75-2914-4268-9023-7f7452e826c1"
+ "uuid": "b5704c75-2914-4268-9023-7f7452e826c1",
+ "deprecated": true
},
"heading-sans-serif-font-weight": {
- "component": "heading",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
- "uuid": "1d4d09b4-021a-48e8-a724-bfecc13df325"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{black-font-weight}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "e5bfbd82-a8e6-43dc-b2b6-dc1e171f48aa"
- }
- },
- "uuid": "2094ec97-c8de-46d7-93a4-1f49988bfbf2"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "1d4d09b4-021a-48e8-a724-bfecc13df325"
},
"heading-sans-serif-font-style": {
"component": "heading",
@@ -425,23 +446,9 @@
"uuid": "561d905e-7f44-43da-b2b4-26e12551ef6d"
},
"heading-serif-font-weight": {
- "component": "heading",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
- "uuid": "350aa193-9996-49c8-b5e4-54d4f7bef3c2"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{black-font-weight}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "36bea3bb-06b8-4c66-87ad-ffc86be18243"
- }
- },
- "uuid": "2e852baa-60a2-4e7e-9e30-99c14d7e4fef"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{bold-font-weight}",
+ "uuid": "350aa193-9996-49c8-b5e4-54d4f7bef3c2"
},
"heading-serif-font-style": {
"component": "heading",
@@ -450,23 +457,9 @@
"uuid": "938f3684-44c6-4ae2-935a-b88921fcd7fe"
},
"heading-cjk-font-weight": {
- "component": "heading",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{extra-bold-font-weight}",
- "uuid": "bd54516c-2fda-4421-ab62-720c3a887a34"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{black-font-weight}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "21643fcd-b1da-4057-8fb5-e75167c0d89f"
- }
- },
- "uuid": "203b2652-aa62-47f7-b4b5-52e22532de80"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "bd54516c-2fda-4421-ab62-720c3a887a34"
},
"heading-cjk-font-style": {
"component": "heading",
@@ -514,37 +507,43 @@
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{bold-font-weight}",
- "uuid": "75437f9a-7ee8-4194-b4b3-0746be097396"
+ "uuid": "75437f9a-7ee8-4194-b4b3-0746be097396",
+ "deprecated": true
},
"heading-sans-serif-light-strong-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "67271ca0-c9fd-4047-a615-6314d7333f7a"
+ "uuid": "67271ca0-c9fd-4047-a615-6314d7333f7a",
+ "deprecated": true
},
"heading-serif-light-strong-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{bold-font-weight}",
- "uuid": "29ad1c96-62e4-4143-88e8-fc8e08913a52"
+ "uuid": "29ad1c96-62e4-4143-88e8-fc8e08913a52",
+ "deprecated": true
},
"heading-serif-light-strong-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "73906871-24e5-48cc-9140-ec700c08d144"
+ "uuid": "73906871-24e5-48cc-9140-ec700c08d144",
+ "deprecated": true
},
"heading-cjk-light-strong-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{extra-bold-font-weight}",
- "uuid": "5ca91bc2-215b-4cbb-b966-80bfffd569ad"
+ "uuid": "5ca91bc2-215b-4cbb-b966-80bfffd569ad",
+ "deprecated": true
},
"heading-cjk-light-strong-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "be854057-43b1-40ce-bdc7-69960cd7638c"
+ "uuid": "be854057-43b1-40ce-bdc7-69960cd7638c",
+ "deprecated": true
},
"heading-sans-serif-strong-font-weight": {
"component": "heading",
@@ -622,56 +621,48 @@
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{light-font-weight}",
- "uuid": "e882ea46-8f0a-4313-84f5-85bb8d9f1f5e"
+ "uuid": "e882ea46-8f0a-4313-84f5-85bb8d9f1f5e",
+ "deprecated": true
},
"heading-sans-serif-light-emphasized-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "5f88eb81-7052-4c21-9896-f14cb09f0e70"
+ "uuid": "5f88eb81-7052-4c21-9896-f14cb09f0e70",
+ "deprecated": true
},
"heading-serif-light-emphasized-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "b5f79fde-07f7-4c07-897e-0bfdf27e2839"
+ "uuid": "b5f79fde-07f7-4c07-897e-0bfdf27e2839",
+ "deprecated": true
},
"heading-serif-light-emphasized-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "7bd831cd-3fe0-402b-a105-f65b8e8023e2"
+ "uuid": "7bd831cd-3fe0-402b-a105-f65b8e8023e2",
+ "deprecated": true
},
"heading-cjk-light-emphasized-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "aea9787b-ee0b-40cc-9089-5973e52b18bd"
+ "uuid": "aea9787b-ee0b-40cc-9089-5973e52b18bd",
+ "deprecated": true
},
"heading-cjk-light-emphasized-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "dac03eec-6910-4176-bfca-33f8a57cf3d7"
+ "uuid": "dac03eec-6910-4176-bfca-33f8a57cf3d7",
+ "deprecated": true
},
"heading-sans-serif-emphasized-font-weight": {
- "component": "heading",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
- "uuid": "e4a183fd-53c5-4dbb-afd1-6308e2e74f80"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{black-font-weight}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "723c8306-12fb-4cb5-9fd2-3ad40d57bb25"
- }
- },
- "uuid": "445edecf-360c-4c42-aaf2-3b7380678365"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{extra-bold-font-weight}",
+ "uuid": "e4a183fd-53c5-4dbb-afd1-6308e2e74f80"
},
"heading-sans-serif-emphasized-font-style": {
"component": "heading",
@@ -680,23 +671,9 @@
"uuid": "2f17833a-28a4-4152-8999-12b077557797"
},
"heading-serif-emphasized-font-weight": {
- "component": "heading",
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
- "sets": {
- "spectrum": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
- "uuid": "a0983216-b0c5-4a3f-97dc-96ee711acb1f"
- },
- "express": {
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{black-font-weight}",
- "deprecated": true,
- "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
- "uuid": "e9b3a7b0-ae46-48be-a143-f26463860d3f"
- }
- },
- "uuid": "aa539366-543c-4cf5-b326-8c6e8a09f846"
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{bold-font-weight}",
+ "uuid": "a0983216-b0c5-4a3f-97dc-96ee711acb1f"
},
"heading-serif-emphasized-font-style": {
"component": "heading",
@@ -756,37 +733,43 @@
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{bold-font-weight}",
- "uuid": "c297a503-fc3c-4939-8c5a-6611b9b04719"
+ "uuid": "c297a503-fc3c-4939-8c5a-6611b9b04719",
+ "deprecated": true
},
"heading-sans-serif-light-strong-emphasized-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "bc5d65e0-e13a-424c-a260-9268a0dee66c"
+ "uuid": "bc5d65e0-e13a-424c-a260-9268a0dee66c",
+ "deprecated": true
},
"heading-serif-light-strong-emphasized-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{bold-font-weight}",
- "uuid": "98c61df3-057d-4345-881e-0c04628757f3"
+ "uuid": "98c61df3-057d-4345-881e-0c04628757f3",
+ "deprecated": true
},
"heading-serif-light-strong-emphasized-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "71c8e302-6bc1-4f45-b804-c847dd153d1b"
+ "uuid": "71c8e302-6bc1-4f45-b804-c847dd153d1b",
+ "deprecated": true
},
"heading-cjk-light-strong-emphasized-font-weight": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{extra-bold-font-weight}",
- "uuid": "83cc347c-7a1a-4665-9de4-cf19903f1043"
+ "uuid": "83cc347c-7a1a-4665-9de4-cf19903f1043",
+ "deprecated": true
},
"heading-cjk-light-strong-emphasized-font-style": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "9136e25e-563b-4485-bad7-41809d5317de"
+ "uuid": "9136e25e-563b-4485-bad7-41809d5317de",
+ "deprecated": true
},
"heading-sans-serif-strong-emphasized-font-weight": {
"component": "heading",
@@ -893,20 +876,31 @@
"heading-size-s": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-300}",
+ "value": "{font-size-400}",
"uuid": "96673fee-b75c-4867-9041-48362af044bc"
},
"heading-size-xs": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-200}",
+ "value": "{font-size-300}",
"uuid": "4f179af6-c31f-48f8-927c-a45150668ad3"
},
"heading-size-xxs": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{font-size-100}",
- "uuid": "82a831b4-b624-475b-b2be-4eb949e48626"
+ "uuid": "82a831b4-b624-475b-b2be-4eb949e48626",
+ "deprecated": true
+ },
+ "heading-cjk-size-xxxxl": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-1400}",
+ "uuid": "3b954e15-341a-40f4-a47e-9abd2813fec4"
+ },
+ "heading-size-xxxxl": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-1500}",
+ "uuid": "517d86cc-2e66-4cdc-8841-cb32db9e56f4"
},
"heading-cjk-size-xxxl": {
"component": "heading",
@@ -941,20 +935,21 @@
"heading-cjk-size-s": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-200}",
+ "value": "{font-size-300}",
"uuid": "c1242a8c-ca10-40d0-8fc4-67bbbce8fc5f"
},
"heading-cjk-size-xs": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-100}",
+ "value": "{font-size-200}",
"uuid": "132688a7-917d-44b9-a34f-a7135599b299"
},
"heading-cjk-size-xxs": {
"component": "heading",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-75}",
- "uuid": "bddd6a96-c280-47ca-8858-20df055e488d"
+ "value": "{font-size-100}",
+ "uuid": "bddd6a96-c280-47ca-8858-20df055e488d",
+ "deprecated": true
},
"heading-line-height": {
"component": "heading",
@@ -1166,6 +1161,51 @@
"value": "{font-size-400}",
"uuid": "3927604f-eaf3-4605-aa34-80b7bc88ac0f"
},
+ "body-size-xxs": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-50}",
+ "uuid": "3aa79ac7-9e78-4413-b500-b8d1937705cb"
+ },
+ "body-cjk-size-xxxl": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-500}",
+ "uuid": "71a41f9e-73da-4632-8877-7af7acf4db03"
+ },
+ "body-cjk-size-xxl": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-400}",
+ "uuid": "9aab03eb-c0c1-462c-aa7c-88c93b06f714"
+ },
+ "body-cjk-size-xl": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-300}",
+ "uuid": "25d65a6e-e8e1-4849-848a-984373fd9cf9"
+ },
+ "body-cjk-size-l": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-200}",
+ "uuid": "9f0e0ddb-a4d2-416e-a425-8d71527f77b2"
+ },
+ "body-cjk-size-m": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-100}",
+ "uuid": "7e01bc65-5823-456f-a830-9848a96ad85a"
+ },
+ "body-cjk-size-s": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-75}",
+ "uuid": "081aa502-e2f1-4bc8-8fb2-a00dcd4236dd"
+ },
+ "body-cjk-size-xs": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-50}",
+ "uuid": "ba73926d-2ef4-4d7b-86c2-9044aa1cdf95"
+ },
+ "body-cjk-size-xxs": {
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-25}",
+ "uuid": "218f04ed-0679-4090-b1ad-76ef062dd07c"
+ },
"body-size-l": {
"component": "body",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
@@ -1235,7 +1275,7 @@
"detail-sans-serif-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
+ "value": "{medium-font-weight}",
"uuid": "d06a4346-ec24-4922-8985-4b8a05e0bfc6"
},
"detail-sans-serif-font-style": {
@@ -1247,7 +1287,7 @@
"detail-serif-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
+ "value": "{medium-font-weight}",
"uuid": "87ef8843-f44e-4526-80cd-9635f3e0261e"
},
"detail-serif-font-style": {
@@ -1259,7 +1299,7 @@
"detail-cjk-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{extra-bold-font-weight}",
+ "value": "{bold-font-weight}",
"uuid": "9b11f80a-7600-4a6b-a366-218ba320a5cc"
},
"detail-cjk-font-style": {
@@ -1272,37 +1312,43 @@
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "cf8f93e2-2b79-4a4c-bb31-313e013148e3"
+ "uuid": "cf8f93e2-2b79-4a4c-bb31-313e013148e3",
+ "deprecated": true
},
"detail-sans-serif-light-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "a6b7c26e-3ff5-4241-b9cc-3026604fe30e"
+ "uuid": "a6b7c26e-3ff5-4241-b9cc-3026604fe30e",
+ "deprecated": true
},
"detail-serif-light-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "2a15a805-fd08-4f8e-82e6-9264ef8937cb"
+ "uuid": "2a15a805-fd08-4f8e-82e6-9264ef8937cb",
+ "deprecated": true
},
"detail-serif-light-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "f6478d1d-5dcf-43eb-a4fc-498479b29aa7"
+ "uuid": "f6478d1d-5dcf-43eb-a4fc-498479b29aa7",
+ "deprecated": true
},
"detail-cjk-light-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{light-font-weight}",
- "uuid": "3b531775-a1fd-4a40-b169-7c42b8c6de38"
+ "uuid": "3b531775-a1fd-4a40-b169-7c42b8c6de38",
+ "deprecated": true
},
"detail-cjk-light-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "4cc06d86-326e-4b6f-a751-99445bb1d131"
+ "uuid": "4cc06d86-326e-4b6f-a751-99445bb1d131",
+ "deprecated": true
},
"detail-sans-serif-strong-font-weight": {
"component": "detail",
@@ -1344,42 +1390,48 @@
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "4f0f95d3-098a-4852-bd21-785f5bf054b5"
+ "uuid": "4f0f95d3-098a-4852-bd21-785f5bf054b5",
+ "deprecated": true
},
"detail-sans-serif-light-strong-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "c1966f09-1c6e-4fe0-89ad-8fb8e847e3ba"
+ "uuid": "c1966f09-1c6e-4fe0-89ad-8fb8e847e3ba",
+ "deprecated": true
},
"detail-serif-light-strong-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "fc5df058-f678-4dc8-953f-e2738798ee2b"
+ "uuid": "fc5df058-f678-4dc8-953f-e2738798ee2b",
+ "deprecated": true
},
"detail-serif-light-strong-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "7a878a3f-b663-41ee-8357-6e62f2e51d80"
+ "uuid": "7a878a3f-b663-41ee-8357-6e62f2e51d80",
+ "deprecated": true
},
"detail-cjk-light-strong-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{extra-bold-font-weight}",
- "uuid": "91231878-73dc-46ce-a277-1d14e0e36842"
+ "uuid": "91231878-73dc-46ce-a277-1d14e0e36842",
+ "deprecated": true
},
"detail-cjk-light-strong-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "ec87fefe-f35f-41a0-9be1-6d076f0db230"
+ "uuid": "ec87fefe-f35f-41a0-9be1-6d076f0db230",
+ "deprecated": true
},
"detail-sans-serif-emphasized-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
+ "value": "{regular-font-weight}",
"uuid": "6ca600be-010a-4aaa-a815-e5bfdbe36b21"
},
"detail-sans-serif-emphasized-font-style": {
@@ -1391,7 +1443,7 @@
"detail-serif-emphasized-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{bold-font-weight}",
+ "value": "{medium-font-weight}",
"uuid": "247b2004-e0bc-42b9-ba83-6edbe417c4cb"
},
"detail-serif-emphasized-font-style": {
@@ -1416,37 +1468,43 @@
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "64972012-5050-41d0-9c9b-269b533a58b7"
+ "uuid": "64972012-5050-41d0-9c9b-269b533a58b7",
+ "deprecated": true
},
"detail-sans-serif-light-emphasized-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "fc6098a2-3263-433c-8378-ba609629ef53"
+ "uuid": "fc6098a2-3263-433c-8378-ba609629ef53",
+ "deprecated": true
},
"detail-serif-light-emphasized-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "3d27f76e-b068-4f06-bea8-ee31fcbc49b2"
+ "uuid": "3d27f76e-b068-4f06-bea8-ee31fcbc49b2",
+ "deprecated": true
},
"detail-serif-light-emphasized-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "320bcd8e-2bb8-4e9e-9b1d-4838b2966857"
+ "uuid": "320bcd8e-2bb8-4e9e-9b1d-4838b2966857",
+ "deprecated": true
},
"detail-cjk-light-emphasized-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "279d9a16-279f-4788-b5b0-af825a4b5d40"
+ "uuid": "279d9a16-279f-4788-b5b0-af825a4b5d40",
+ "deprecated": true
},
"detail-cjk-light-emphasized-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "c7b1b312-cd81-4c65-8a67-017f91aee40b"
+ "uuid": "c7b1b312-cd81-4c65-8a67-017f91aee40b",
+ "deprecated": true
},
"detail-sans-serif-strong-emphasized-font-weight": {
"component": "detail",
@@ -1488,60 +1546,66 @@
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "53f16a1c-9d44-4384-9a7e-88a2c4319486"
+ "uuid": "53f16a1c-9d44-4384-9a7e-88a2c4319486",
+ "deprecated": true
},
"detail-sans-serif-light-strong-emphasized-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "b7364639-2686-4e12-9ede-d6543d0d0d6d"
+ "uuid": "b7364639-2686-4e12-9ede-d6543d0d0d6d",
+ "deprecated": true
},
"detail-serif-light-strong-emphasized-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{regular-font-weight}",
- "uuid": "1c524d85-9fca-433c-b5c4-5eaa456cc3a2"
+ "uuid": "1c524d85-9fca-433c-b5c4-5eaa456cc3a2",
+ "deprecated": true
},
"detail-serif-light-strong-emphasized-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{italic-font-style}",
- "uuid": "42d2049f-cda2-4ae4-8d0a-41f7789f768b"
+ "uuid": "42d2049f-cda2-4ae4-8d0a-41f7789f768b",
+ "deprecated": true
},
"detail-cjk-light-strong-emphasized-font-weight": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{extra-bold-font-weight}",
- "uuid": "0bc51146-a3e5-48c4-8324-4490b9d30f4d"
+ "uuid": "0bc51146-a3e5-48c4-8324-4490b9d30f4d",
+ "deprecated": true
},
"detail-cjk-light-strong-emphasized-font-style": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"value": "{default-font-style}",
- "uuid": "1d4235ff-c183-4d6c-8277-9783e3e1ce7a"
+ "uuid": "1d4235ff-c183-4d6c-8277-9783e3e1ce7a",
+ "deprecated": true
},
"detail-size-xl": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-200}",
+ "value": "{font-size-300}",
"uuid": "ab476eec-b592-4890-af8f-74de808cb87f"
},
"detail-size-l": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-100}",
+ "value": "{font-size-200}",
"uuid": "613da587-5c48-4efa-abb5-36378c1e81f0"
},
"detail-size-m": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-75}",
+ "value": "{font-size-100}",
"uuid": "07840554-1ec1-4823-b119-474ec9cc31f0"
},
"detail-size-s": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{font-size-50}",
+ "value": "{font-size-75}",
"uuid": "585e1bec-ee93-4983-b0bb-3a1f6ec28218"
},
"detail-line-height": {
@@ -1572,26 +1636,65 @@
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "0.06em",
- "uuid": "c4dbe044-dc8c-4722-b36c-5442cd2bc279"
+ "uuid": "c4dbe044-dc8c-4722-b36c-5442cd2bc279",
+ "deprecated": true
},
"detail-sans-serif-text-transform": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
"value": "uppercase",
- "uuid": "8646d403-21f9-4e77-8a21-92289c303715"
+ "uuid": "8646d403-21f9-4e77-8a21-92289c303715",
+ "deprecated": true
},
"detail-serif-text-transform": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
"value": "uppercase",
- "uuid": "0e161c32-c412-4cda-bacb-7eaa548b5534"
+ "uuid": "0e161c32-c412-4cda-bacb-7eaa548b5534",
+ "deprecated": true
},
"detail-color": {
"component": "detail",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{gray-900}",
+ "value": "{gray-600}",
"uuid": "5f6b9d7a-2433-44fa-8de5-1fb40137e334"
},
+ "detail-cjk-size-xs": {
+ "component": "detail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-25}",
+ "uuid": "e6d8e8ae-d9a3-42fb-b4c7-f2e893b926f1"
+ },
+ "detail-cjk-size-s": {
+ "component": "detail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-50}",
+ "uuid": "8eb0f29f-71a1-4aa5-a3ed-98a373baf620"
+ },
+ "detail-cjk-size-m": {
+ "component": "detail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-75}",
+ "uuid": "236c73fb-d3bc-4390-8682-dd06fbd92d23"
+ },
+ "detail-cjk-size-l": {
+ "component": "detail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-100}",
+ "uuid": "92399d83-aa71-4207-b533-4fe69e6271e2"
+ },
+ "detail-cjk-size-xl": {
+ "component": "detail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-200}",
+ "uuid": "533265d4-7304-4688-b2fb-379a086b20bf"
+ },
+ "detail-size-xs": {
+ "component": "detail",
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
+ "value": "{font-size-50}",
+ "uuid": "b33a59b4-1ec2-4f09-8cb3-9bfd09d7c695"
+ },
"code-font-family": {
"component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
@@ -1643,7 +1746,7 @@
"code-cjk-strong-font-weight": {
"component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{black-font-weight}",
+ "value": "{bold-font-weight}",
"uuid": "ed73f5fc-5b7a-4414-8f1c-325e7944a9e1"
},
"code-cjk-strong-font-style": {
@@ -1691,7 +1794,7 @@
"code-cjk-strong-emphasized-font-weight": {
"component": "code",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
- "value": "{black-font-weight}",
+ "value": "{bold-font-weight}",
"uuid": "8ed5c5e0-ff72-4937-98fd-fd09f1fab288"
},
"code-cjk-strong-emphasized-font-style": {
diff --git a/packages/tokens/tasks/addIds.js b/packages/tokens/tasks/addIds.js
index e0414d16..c492463c 100644
--- a/packages/tokens/tasks/addIds.js
+++ b/packages/tokens/tasks/addIds.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
@@ -10,12 +10,9 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/
-import { glob } from "glob";
import crypto from "crypto"; // (not the fake money)
import { writeFile, readFile } from "fs/promises";
-
-const files = await glob("src/**/*.json");
-console.log(files);
+import { tokenFileNames, writeJson } from "../index.js";
const VALUE = "value";
const UUID = "uuid";
@@ -64,7 +61,7 @@ function addUUIDs(json) {
}
// run through the files and find uuids
-for (const fileName of files) {
+for (const fileName of tokenFileNames) {
const fileData = await readFile(fileName, "utf8");
const fileJSON = JSON.parse(fileData);
@@ -72,7 +69,7 @@ for (const fileName of files) {
}
// run through the files and add uuids
-for (const fileName of files) {
+for (const fileName of tokenFileNames) {
const fileData = await readFile(fileName, "utf8");
const fileJSON = JSON.parse(fileData);
@@ -80,7 +77,7 @@ for (const fileName of files) {
addUUIDs(fileJSON);
- await writeFile(fileName, JSON.stringify(fileJSON, null, 2));
+ await writeJson(fileName, fileJSON);
if (uuids.length !== existing) {
console.log(` added: ${fileName} ${uuids.length - existing} uuids`);
diff --git a/packages/tokens/tasks/buildManifest.js b/packages/tokens/tasks/buildManifest.js
index 44c58d32..ced4a113 100644
--- a/packages/tokens/tasks/buildManifest.js
+++ b/packages/tokens/tasks/buildManifest.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/packages/tokens/tasks/buildSpectrumTokens.js b/packages/tokens/tasks/buildSpectrumTokens.js
index 9f6d8106..13c1f624 100644
--- a/packages/tokens/tasks/buildSpectrumTokens.js
+++ b/packages/tokens/tasks/buildSpectrumTokens.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/packages/tokens/tasks/deprecateExpress.js b/packages/tokens/tasks/deprecateExpress.js
index 4c9d7c2a..ba2eea61 100644
--- a/packages/tokens/tasks/deprecateExpress.js
+++ b/packages/tokens/tasks/deprecateExpress.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/packages/tokens/tasks/diff.js b/packages/tokens/tasks/diff.js
index ff421d4a..1bae3307 100644
--- a/packages/tokens/tasks/diff.js
+++ b/packages/tokens/tasks/diff.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
@@ -54,7 +54,11 @@ async function run() {
async function getNewTokens() {
try {
await access(localTokenPath);
- return JSON.parse(await readFile(localTokenPath, { encoding: "utf8" }));
+ return JSON.parse(
+ convertNumberStringsToNumbers(
+ await readFile(localTokenPath, { encoding: "utf8" }),
+ ),
+ );
} catch {
console.error("cannot access");
}
@@ -72,7 +76,11 @@ async function getOldTokens() {
const oldTokenPath = join(tmpDir.path, "package", tokenPath);
await access(oldTokenPath);
console.log(`Comparing against ${stdout.trim()}`);
- return JSON.parse(await readFile(oldTokenPath, { encoding: "utf8" }));
+ return JSON.parse(
+ convertNumberStringsToNumbers(
+ await readFile(oldTokenPath, { encoding: "utf8" }),
+ ),
+ );
}
function calculatePossibleRenames(diffResult, oldTokens, newTokens) {
@@ -92,6 +100,12 @@ function calculatePossibleRenames(diffResult, oldTokens, newTokens) {
});
}
+function convertNumberStringsToNumbers(dataString) {
+ return dataString.replace(/"([\d]*\.?[\d]*)"/g, (match, p1) => {
+ return p1;
+ });
+}
+
function logResultCategory(diffResult, categoryKey, msg) {
const results = diffResult[categoryKey];
const resultCount = Object.keys(results).length;
diff --git a/packages/tokens/tasks/lib/augmentExpressTokens.js b/packages/tokens/tasks/lib/augmentExpressTokens.js
index c8d35e98..52c9399f 100644
--- a/packages/tokens/tasks/lib/augmentExpressTokens.js
+++ b/packages/tokens/tasks/lib/augmentExpressTokens.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/packages/tokens/test/checkComponentProps.js b/packages/tokens/test/checkComponentProps.js
index 60288413..be2db05f 100644
--- a/packages/tokens/test/checkComponentProps.js
+++ b/packages/tokens/test/checkComponentProps.js
@@ -17,9 +17,13 @@ test("ensure all component tokens are have component data", async (t) => {
const tokenData = {
...(await getFileTokens("color-component.json")),
...(await getFileTokens("layout-component.json")),
+ ...(await getFileTokens("icons.json")),
};
- const result = Object.keys(tokenData).filter(
- (tokenName) => !Object.hasOwn(tokenData[tokenName], "component"),
- );
+ const result = Object.keys(tokenData).filter((tokenName) => {
+ return (
+ !Object.hasOwn(tokenData[tokenName], "component") ||
+ tokenName.indexOf(tokenData[tokenName].component) != 0
+ );
+ });
t.deepEqual(result, []);
});
diff --git a/packages/tokens/test/checkSetsUnique.js b/packages/tokens/test/checkSetsUnique.js
new file mode 100644
index 00000000..61ee557a
--- /dev/null
+++ b/packages/tokens/test/checkSetsUnique.js
@@ -0,0 +1,54 @@
+/*
+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.
+*/
+
+import test from "ava";
+import { getAllTokens, isDeprecated } from "../index.js";
+
+test("Single set properties shouldn't be deprecated", async (t) => {
+ const tokens = await getAllTokens();
+ for (const [tokenName, token] of Object.entries(tokens)) {
+ if (
+ Object.hasOwn(token, "sets") &&
+ !isDeprecated(token) &&
+ JSON.stringify(token.sets).indexOf("deprecated") > -1
+ ) {
+ t.truthy(
+ Object.values(token.sets).every((setValue) =>
+ Object.hasOwn(setValue, "deprecated"),
+ ),
+ );
+ }
+ }
+ t.pass();
+});
+
+test("Sets should have unique values", async (t) => {
+ const tokens = await getAllTokens();
+ const result = Object.keys(tokens).filter((tokenName) => {
+ const token = tokens[tokenName];
+ if (Object.hasOwn(token, "sets") && !isDeprecated(token)) {
+ const setValues = Object.keys(token.sets).reduce(
+ (accumulator, currentValue) =>
+ currentValue != "wireframe"
+ ? [...accumulator, token.sets[currentValue].value]
+ : accumulator,
+ [],
+ );
+ if (setValues.length != new Set(setValues).size) {
+ return true;
+ }
+ } else {
+ return false;
+ }
+ });
+ t.deepEqual(result, [], `${result.length} Duplicate sets found`);
+});
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c96dda74..24f555fa 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -41,6 +41,70 @@ importers:
specifier: ^3.3.3
version: 3.3.3
+ docs/s2-visualizer:
+ dependencies:
+ "@spectrum-web-components/action-button":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/alert-banner":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/button":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/button-group":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/field-group":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/field-label":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/link":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/overlay":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/popover":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/search":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/slider":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/switch":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/textfield":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/theme":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/toast":
+ specifier: ^0.48.1
+ version: 0.48.1
+ "@spectrum-web-components/tooltip":
+ specifier: ^0.48.1
+ version: 0.48.1
+ lit:
+ specifier: ^3.2.1
+ version: 3.2.1
+ devDependencies:
+ "@types/node":
+ specifier: ^22.7.5
+ version: 22.7.5
+ typescript:
+ specifier: ^5.6.3
+ version: 5.6.3
+ vite:
+ specifier: ^5.4.8
+ version: 5.4.8(@types/node@22.7.5)
+
docs/site:
dependencies:
"@spectrum-css/link":
@@ -143,6 +207,9 @@ importers:
packages/tokens:
devDependencies:
+ "@adobe/token-diff-generator":
+ specifier: workspace:*
+ version: link:../../tools/diff-generator
ajv:
specifier: ^8.17.1
version: 8.17.1
@@ -1427,6 +1494,12 @@ packages:
integrity: sha512-h3AgmYvWzuDO07PdDGnGLfHj4TUV6HmoMrrnwroTL5WT8X+egBavYTqCgCGPDoN7Q0jYZxKi+ZR52Pya+cmxdQ==,
}
+ "@spectrum-web-components/alert-banner@0.48.1":
+ resolution:
+ {
+ integrity: sha512-Ur6bK5+8PhHLRZ7TJNePYK3QUlNaezWZ9PVjuAtIH+OMIIYUuIcxj5ugtQyT7aiAgMp0xn082X9rvT3R8nLznw==,
+ }
+
"@spectrum-web-components/base@0.48.1":
resolution:
{
@@ -5784,6 +5857,12 @@ snapshots:
"@spectrum-web-components/icons-ui": 0.48.1
"@spectrum-web-components/shared": 0.48.1
+ "@spectrum-web-components/alert-banner@0.48.1":
+ dependencies:
+ "@spectrum-web-components/base": 0.48.1
+ "@spectrum-web-components/button": 0.48.1
+ "@spectrum-web-components/icons-workflow": 0.48.1
+
"@spectrum-web-components/base@0.48.1":
dependencies:
lit: 3.2.1
diff --git a/tools/diff-generator/package-lock.json b/tools/diff-generator/package-lock.json
new file mode 100644
index 00000000..72da01f1
--- /dev/null
+++ b/tools/diff-generator/package-lock.json
@@ -0,0 +1,1475 @@
+{
+ "name": "diff-generator",
+ "version": "0.0.1",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "diff-generator",
+ "version": "0.0.1",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "chalk-cli": "^5.0.1",
+ "commander": "^12.1.0",
+ "deep-object-diff": "^1.1.9",
+ "node-emoji": "^2.1.3"
+ },
+ "devDependencies": {
+ "c8": "^9.1.0"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/highlight": "^7.24.7",
+ "picocolors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
+ "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.24.7",
+ "chalk": "^2.4.2",
+ "js-tokens": "^4.0.0",
+ "picocolors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
+ "license": "MIT"
+ },
+ "node_modules/@babel/highlight/node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.15",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@sindresorhus/is": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
+ }
+ },
+ "node_modules/@types/istanbul-lib-coverage": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
+ "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
+ "license": "MIT"
+ },
+ "node_modules/@types/normalize-package-data": {
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
+ "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
+ "license": "MIT"
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/arrify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
+ "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/c8": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/c8/-/c8-9.1.0.tgz",
+ "integrity": "sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@istanbuljs/schema": "^0.1.3",
+ "find-up": "^5.0.0",
+ "foreground-child": "^3.1.1",
+ "istanbul-lib-coverage": "^3.2.0",
+ "istanbul-lib-report": "^3.0.1",
+ "istanbul-reports": "^3.1.6",
+ "test-exclude": "^6.0.0",
+ "v8-to-istanbul": "^9.0.0",
+ "yargs": "^17.7.2",
+ "yargs-parser": "^21.1.1"
+ },
+ "bin": {
+ "c8": "bin/c8.js"
+ },
+ "engines": {
+ "node": ">=14.14.0"
+ }
+ },
+ "node_modules/camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/camelcase-keys": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz",
+ "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==",
+ "license": "MIT",
+ "dependencies": {
+ "camelcase": "^6.3.0",
+ "map-obj": "^4.1.0",
+ "quick-lru": "^5.1.1",
+ "type-fest": "^1.2.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/chalk-cli": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/chalk-cli/-/chalk-cli-5.0.1.tgz",
+ "integrity": "sha512-TfXu7URcInm2gX43FOlCPsQxg637R/1o7lDMWZFVFozBd19YxfJ90HZfoy4WuC1MksqVOzqCRz3SX6iFQyI0ZQ==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "chalk": "^4.1.2",
+ "dot-prop": "^6.0.1",
+ "get-stdin": "^9.0.0",
+ "meow": "^10.1.1"
+ },
+ "bin": {
+ "chalk": "cli.js"
+ },
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk-cli?sponsor=1"
+ }
+ },
+ "node_modules/chalk-cli/node_modules/ansi-styles": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "license": "MIT"
+ },
+ "node_modules/commander": {
+ "version": "12.1.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/decamelize": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz",
+ "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/decamelize-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz",
+ "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==",
+ "license": "MIT",
+ "dependencies": {
+ "decamelize": "^1.1.0",
+ "map-obj": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/decamelize-keys/node_modules/decamelize": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+ "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/decamelize-keys/node_modules/map-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
+ "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/deep-object-diff": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/deep-object-diff/-/deep-object-diff-1.1.9.tgz",
+ "integrity": "sha512-Rn+RuwkmkDwCi2/oXOFS9Gsr5lJZu/yTGpK7wAaAIE75CC+LCGEZHpY6VQJa/RoJcrmaA/docWJZvYohlNkWPA==",
+ "license": "MIT"
+ },
+ "node_modules/dot-prop": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
+ "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
+ "license": "MIT",
+ "dependencies": {
+ "is-obj": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/emojilib": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz",
+ "integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==",
+ "license": "MIT"
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "license": "MIT",
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "license": "MIT",
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/foreground-child": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-stdin": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
+ "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "deprecated": "Glob versions prior to v9 are no longer supported",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/hard-rejection": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
+ "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/hosted-git-info": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
+ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
+ "license": "ISC",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/indent-string": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
+ "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
+ "license": "MIT"
+ },
+ "node_modules/is-core-module": {
+ "version": "2.13.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
+ "license": "MIT",
+ "dependencies": {
+ "hasown": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-obj": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
+ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-plain-obj": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+ "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
+ "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
+ "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^4.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-reports": {
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
+ "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "license": "MIT"
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "license": "MIT"
+ },
+ "node_modules/kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "license": "MIT"
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "license": "ISC",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "semver": "^7.5.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/map-obj": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz",
+ "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/meow": {
+ "version": "10.1.5",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz",
+ "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/minimist": "^1.2.2",
+ "camelcase-keys": "^7.0.0",
+ "decamelize": "^5.0.0",
+ "decamelize-keys": "^1.1.0",
+ "hard-rejection": "^2.1.0",
+ "minimist-options": "4.1.0",
+ "normalize-package-data": "^3.0.2",
+ "read-pkg-up": "^8.0.0",
+ "redent": "^4.0.0",
+ "trim-newlines": "^4.0.2",
+ "type-fest": "^1.2.2",
+ "yargs-parser": "^20.2.9"
+ },
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/meow/node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/min-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist-options": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
+ "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
+ "license": "MIT",
+ "dependencies": {
+ "arrify": "^1.0.1",
+ "is-plain-obj": "^1.1.0",
+ "kind-of": "^6.0.3"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/node-emoji": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.1.3.tgz",
+ "integrity": "sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==",
+ "license": "MIT",
+ "dependencies": {
+ "@sindresorhus/is": "^4.6.0",
+ "char-regex": "^1.0.2",
+ "emojilib": "^2.4.0",
+ "skin-tone": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/normalize-package-data": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
+ "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "hosted-git-info": "^4.0.1",
+ "is-core-module": "^2.5.0",
+ "semver": "^7.3.4",
+ "validate-npm-package-license": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "license": "MIT",
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
+ "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
+ "license": "ISC"
+ },
+ "node_modules/quick-lru": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
+ "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/read-pkg": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz",
+ "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^3.0.2",
+ "parse-json": "^5.2.0",
+ "type-fest": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/read-pkg-up": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz",
+ "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==",
+ "license": "MIT",
+ "dependencies": {
+ "find-up": "^5.0.0",
+ "read-pkg": "^6.0.0",
+ "type-fest": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/redent": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz",
+ "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==",
+ "license": "MIT",
+ "dependencies": {
+ "indent-string": "^5.0.0",
+ "strip-indent": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.6.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
+ "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/skin-tone": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz",
+ "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==",
+ "license": "MIT",
+ "dependencies": {
+ "unicode-emoji-modifier-base": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/spdx-correct": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
+ "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "spdx-expression-parse": "^3.0.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-exceptions": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
+ "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
+ "license": "CC-BY-3.0"
+ },
+ "node_modules/spdx-expression-parse": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
+ "license": "MIT",
+ "dependencies": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-license-ids": {
+ "version": "3.0.18",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz",
+ "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==",
+ "license": "CC0-1.0"
+ },
+ "node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-indent": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz",
+ "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==",
+ "license": "MIT",
+ "dependencies": {
+ "min-indent": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/trim-newlines": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz",
+ "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
+ "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/unicode-emoji-modifier-base": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz",
+ "integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/v8-to-istanbul": {
+ "version": "9.2.0",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz",
+ "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "@jridgewell/trace-mapping": "^0.3.12",
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10.12.0"
+ }
+ },
+ "node_modules/validate-npm-package-license": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "spdx-correct": "^3.0.0",
+ "spdx-expression-parse": "^3.0.0"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "license": "ISC"
+ },
+ "node_modules/yargs": {
+ "version": "17.7.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ }
+}
diff --git a/tools/token-csv-generator/src/index.js b/tools/token-csv-generator/src/index.js
index 383be512..09d99e5e 100644
--- a/tools/token-csv-generator/src/index.js
+++ b/tools/token-csv-generator/src/index.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/token-csv-generator/src/lib/shared.js b/tools/token-csv-generator/src/lib/shared.js
index 6944d7fd..872ad450 100644
--- a/tools/token-csv-generator/src/lib/shared.js
+++ b/tools/token-csv-generator/src/lib/shared.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/token-csv-generator/test/index.test.js b/tools/token-csv-generator/test/index.test.js
index abfcf017..0fbb401d 100644
--- a/tools/token-csv-generator/test/index.test.js
+++ b/tools/token-csv-generator/test/index.test.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/token-manifest-builder/src/index.js b/tools/token-manifest-builder/src/index.js
index 8e210757..e3fbd724 100644
--- a/tools/token-manifest-builder/src/index.js
+++ b/tools/token-manifest-builder/src/index.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/token-manifest-builder/test/index.test.js b/tools/token-manifest-builder/test/index.test.js
index c128c9d8..e4ace581 100644
--- a/tools/token-manifest-builder/test/index.test.js
+++ b/tools/token-manifest-builder/test/index.test.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/transform-tokens-json/moon.yml b/tools/transform-tokens-json/moon.yml
index 04e6b4c3..6ff721d5 100644
--- a/tools/transform-tokens-json/moon.yml
+++ b/tools/transform-tokens-json/moon.yml
@@ -1,4 +1,4 @@
-# Copyright 2023 Adobe. All rights reserved.
+# 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
diff --git a/tools/transform-tokens-json/src/lib/shared.js b/tools/transform-tokens-json/src/lib/shared.js
index 6944d7fd..872ad450 100644
--- a/tools/transform-tokens-json/src/lib/shared.js
+++ b/tools/transform-tokens-json/src/lib/shared.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/transform-tokens-json/src/merge-dark-darkest.js b/tools/transform-tokens-json/src/merge-dark-darkest.js
index 48326b5f..8c3225e7 100644
--- a/tools/transform-tokens-json/src/merge-dark-darkest.js
+++ b/tools/transform-tokens-json/src/merge-dark-darkest.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/transform-tokens-json/src/merge-spectrum-express.js b/tools/transform-tokens-json/src/merge-spectrum-express.js
index c3c36e80..d3d2cb26 100644
--- a/tools/transform-tokens-json/src/merge-spectrum-express.js
+++ b/tools/transform-tokens-json/src/merge-spectrum-express.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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
diff --git a/tools/transform-tokens-json/test/index.test.js b/tools/transform-tokens-json/test/index.test.js
index c128c9d8..e4ace581 100644
--- a/tools/transform-tokens-json/test/index.test.js
+++ b/tools/transform-tokens-json/test/index.test.js
@@ -1,5 +1,5 @@
/*
-Copyright 2023 Adobe. All rights reserved.
+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