From f4ede608293524c26185923ac51a9bc374098f92 Mon Sep 17 00:00:00 2001 From: Torleif Halseth Date: Thu, 30 May 2024 11:43:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20=20Create=20eds-tokens-sync,=20e?= =?UTF-8?q?ds-tokens-build=20and=20add=20tokens=20from=20Figma=20to=20eds-?= =?UTF-8?q?tokens=20=20(#3447)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(eds-tokens): :sparkles: add tokens from Figma variables * feat(eds-tokens): :sparkles: create sync-tokens-to-figma cli and use it in eds-tokens * feat(eds-tokens): :sparkles: create eds-tokens-build cli and use it in eds-tokens * feat: :sparkles: add all packages to scopes for better conventional commits * chore: :package: update actions/setup-node and actions/cache to use @v4 * build: :wrench: update engines to use newer pnpm and node versions * chore: use the latest stable version of node 18 (18.20.2) --- .github/workflows/_setup.yml | 4 +- .github/workflows/checks.yaml | 12 +- .github/workflows/publish_assets_to_cdn.yaml | 4 +- .github/workflows/publish_core_react.yaml | 14 +- .github/workflows/publish_data_grid.yaml | 10 +- .github/workflows/publish_icons.yaml | 8 +- .github/workflows/publish_lab.yaml | 12 +- .github/workflows/publish_storybook.yaml | 10 +- .../publish_storybook_data_grid.yaml | 8 +- .github/workflows/publish_storybook_lab.yaml | 8 +- .github/workflows/publish_tokens.yaml | 8 +- .github/workflows/purge_cdn.yaml | 2 +- .github/workflows/sync-figma-to-tokens.yml | 30 + .github/workflows/sync-tokens-to-figma.yml | 19 + .vscode/settings.json | 14 +- package.json | 8 +- packages/eds-core-react/package.json | 4 +- packages/eds-data-grid-react/package.json | 4 +- packages/eds-icons/package.json | 4 +- packages/eds-lab-react/package.json | 4 +- packages/eds-tokens-build/.gitignore | 24 + .../eds-tokens-build/bin/eds-tokens-build.js | 5 + packages/eds-tokens-build/package.json | 52 + packages/eds-tokens-build/src/index.ts | 325 ++ packages/eds-tokens-build/tsconfig.json | 22 + packages/eds-tokens-sync/.gitignore | 24 + .../bin/sync-figma-to-tokens.js | 5 + .../bin/sync-tokens-to-figma.js | 5 + packages/eds-tokens-sync/package.json | 41 + packages/eds-tokens-sync/src/api/figma_api.ts | 41 + packages/eds-tokens-sync/src/main.ts | 5 + .../src/scripts/sync_figma_to_tokens.ts | 45 + .../src/scripts/sync_tokens_to_figma.ts | 89 + .../eds-tokens-sync/src/types/token_types.ts | 55 + .../eds-tokens-sync/src/utils/color.test.ts | 105 + packages/eds-tokens-sync/src/utils/color.ts | 53 + .../src/utils/token_export.test.ts | 356 ++ .../eds-tokens-sync/src/utils/token_export.ts | 89 + .../src/utils/token_import.test.ts | 1073 ++++ .../eds-tokens-sync/src/utils/token_import.ts | 418 ++ .../eds-tokens-sync/src/utils/token_types.ts | 55 + packages/eds-tokens-sync/src/utils/utils.ts | 11 + packages/eds-tokens-sync/tsconfig.json | 23 + packages/eds-tokens-sync/vite.config.ts | 45 + packages/eds-tokens/.vscode/settings.json | 3 + packages/eds-tokens/README.md | 88 +- packages/eds-tokens/package.json | 53 +- packages/eds-tokens/src/index.css | 2 + ...0\237\233\260\357\270\217 Sizing.2XL.json" | 62 + ...\237\233\260\357\270\217 Sizing.Base.json" | 62 + ...60\237\233\260\357\270\217 Sizing.LG.json" | 62 + ...60\237\233\260\357\270\217 Sizing.SM.json" | 62 + ...60\237\233\260\357\270\217 Sizing.XL.json" | 62 + ...60\237\233\260\357\270\217 Sizing.XS.json" | 62 + .../Baseline.Baselined.json | 42 + .../Baseline.Centred.json | 42 + .../Border radius.None.json | 16 + .../Border radius.Pill.json | 16 + .../Border radius.Rounded.json | 16 + .../FQQqyumcpPQoiFRCjdS9GM/Font size.LG.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/Font size.MD.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/Font size.SM.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/Font size.XL.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/Font size.XS.json | 160 + .../Gap horizontal.2XL.json | 30 + .../Gap horizontal.2XS.json | 30 + .../Gap horizontal.3XL.json | 30 + .../Gap horizontal.LG.json | 30 + .../Gap horizontal.MD.json | 30 + .../Gap horizontal.None.json | 30 + .../Gap horizontal.SM.json | 30 + .../Gap horizontal.XL.json | 30 + .../Gap horizontal.XS.json | 30 + .../Gap vertical.2XL.json | 30 + .../Gap vertical.2XS.json | 30 + .../Gap vertical.LG.json | 30 + .../Gap vertical.MD.json | 30 + .../Gap vertical.None.json | 30 + .../Gap vertical.SM.json | 30 + .../Gap vertical.XL.json | 30 + .../Gap vertical.XS.json | 30 + .../FQQqyumcpPQoiFRCjdS9GM/Icon size.LG.json | 74 + .../FQQqyumcpPQoiFRCjdS9GM/Icon size.MD.json | 74 + .../FQQqyumcpPQoiFRCjdS9GM/Icon size.SM.json | 74 + .../Letter spacing.Loose.json | 28 + .../Letter spacing.Normal.json | 28 + .../Letter spacing.Tight.json | 28 + .../Lineheight.Default.json | 28 + .../Lineheight.Squished.json | 28 + .../Min height.2XL.json | 58 + .../FQQqyumcpPQoiFRCjdS9GM/Min height.LG.json | 58 + .../FQQqyumcpPQoiFRCjdS9GM/Min height.MD.json | 58 + .../FQQqyumcpPQoiFRCjdS9GM/Min height.SM.json | 58 + .../FQQqyumcpPQoiFRCjdS9GM/Min height.XL.json | 58 + .../FQQqyumcpPQoiFRCjdS9GM/Min height.XS.json | 58 + .../Padding horizontal.2XL.json | 30 + .../Padding horizontal.2XS.json | 30 + .../Padding horizontal.3XL.json | 30 + .../Padding horizontal.LG.json | 30 + .../Padding horizontal.MD.json | 30 + .../Padding horizontal.None.json | 30 + .../Padding horizontal.SM.json | 30 + .../Padding horizontal.XL.json | 30 + .../Padding horizontal.XS.json | 30 + .../Padding vertical.2XL.json | 30 + .../Padding vertical.2XS.json | 30 + .../Padding vertical.3XL.json | 30 + .../Padding vertical.LG.json | 30 + .../Padding vertical.MD.json | 30 + .../Padding vertical.None.json | 30 + .../Padding vertical.SM.json | 30 + .../Padding vertical.XL.json | 30 + .../Padding vertical.XS.json | 30 + .../Semantic.Mode 1.json | 238 + .../_Baseline.Baselined.json | 42 + .../_Baseline.Centred.json | 42 + .../_Collection.None.json | 16 + .../_Collection.Pill.json | 16 + .../_Collection.Rounded.json | 16 + .../_Font family.Header.json | 760 +++ .../_Font family.UI Body.json | 760 +++ .../FQQqyumcpPQoiFRCjdS9GM/_Font size.LG.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/_Font size.MD.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/_Font size.SM.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/_Font size.XL.json | 160 + .../FQQqyumcpPQoiFRCjdS9GM/_Font size.XS.json | 160 + .../_\360\237\232\247 Container.LG.json" | 54 + .../_\360\237\232\247 Container.MD.json" | 54 + .../_\360\237\232\247 Container.SM.json" | 54 + ...5\260\357\270\217 Baseline.Baselined.json" | 42 + ...205\260\357\270\217 Baseline.Centred.json" | 42 + ...5\260\357\270\217 Font family.Header.json" | 760 +++ ...\357\270\217 Font family.UI and Body.json" | 760 +++ ...237\205\260\357\270\217 Font size.LG.json" | 172 + ...237\205\260\357\270\217 Font size.MD.json" | 172 + ...237\205\260\357\270\217 Font size.SM.json" | 172 + ...237\205\260\357\270\217 Font size.XL.json" | 172 + ...237\205\260\357\270\217 Font size.XS.json" | 172 + ...260\357\270\217 Letter spacing.Loose.json" | 28 + ...60\357\270\217 Letter spacing.Normal.json" | 28 + ...260\357\270\217 Letter spacing.Tight.json" | 28 + ...5\260\357\270\217 Lineheight.Default.json" | 28 + ...\260\357\270\217 Lineheight.Squished.json" | 28 + ...\360\237\222\216 Density Aware.False.json" | 1188 ++++ .../\360\237\222\216 Density Aware.True.json" | 1188 ++++ ...\360\237\222\216 Density.Comfortable.json" | 3444 ++++++++++++ .../\360\237\222\216 Density.Compact.json" | 3444 ++++++++++++ .../\360\237\222\216 Density.Spacious.json" | 3444 ++++++++++++ .../\360\237\232\247 Container.LG.json" | 54 + .../\360\237\232\247 Container.MD.json" | 54 + .../\360\237\232\247 Container.SM.json" | 54 + .../\360\237\252\220 Container.LG.json" | 30 + .../\360\237\252\220 Container.MD.json" | 30 + .../\360\237\252\220 Container.XL.json" | 30 + .../\360\237\252\220 Gap horizontal.2XL.json" | 30 + .../\360\237\252\220 Gap horizontal.2XS.json" | 30 + .../\360\237\252\220 Gap horizontal.3XL.json" | 30 + .../\360\237\252\220 Gap horizontal.LG.json" | 30 + .../\360\237\252\220 Gap horizontal.MD.json" | 30 + ...\360\237\252\220 Gap horizontal.None.json" | 30 + .../\360\237\252\220 Gap horizontal.SM.json" | 30 + .../\360\237\252\220 Gap horizontal.XL.json" | 30 + .../\360\237\252\220 Gap horizontal.XS.json" | 30 + .../\360\237\252\220 Gap vertical.2XL.json" | 30 + .../\360\237\252\220 Gap vertical.2XS.json" | 30 + .../\360\237\252\220 Gap vertical.LG.json" | 30 + .../\360\237\252\220 Gap vertical.MD.json" | 30 + .../\360\237\252\220 Gap vertical.None.json" | 30 + .../\360\237\252\220 Gap vertical.SM.json" | 30 + .../\360\237\252\220 Gap vertical.XL.json" | 30 + .../\360\237\252\220 Gap vertical.XS.json" | 30 + .../\360\237\252\220 Horisontal.2XL.json" | 30 + .../\360\237\252\220 Horisontal.2XS.json" | 30 + .../\360\237\252\220 Horisontal.3XL.json" | 30 + .../\360\237\252\220 Horisontal.LG.json" | 30 + .../\360\237\252\220 Horisontal.MD.json" | 30 + .../\360\237\252\220 Horisontal.None.json" | 30 + .../\360\237\252\220 Horisontal.SM.json" | 30 + .../\360\237\252\220 Horisontal.XL.json" | 30 + .../\360\237\252\220 Horisontal.XS.json" | 30 + .../\360\237\252\220 Page.LG.json" | 30 + .../\360\237\252\220 Page.MD.json" | 30 + .../\360\237\252\220 Page.XL.json" | 30 + ...\360\237\252\220 Proportions.Squared.json" | 134 + ...360\237\252\220 Proportions.Squished.json" | 134 + ...60\237\252\220 Proportions.Stretched.json" | 134 + .../\360\237\252\220 Selectable.LG.json" | 30 + .../\360\237\252\220 Selectable.MD.json" | 30 + .../\360\237\252\220 Selectable.SM.json" | 30 + .../\360\237\252\220 Selectable.XL.json" | 30 + .../\360\237\252\220 Selectable.XS.json" | 30 + .../\360\237\252\220 Vertical.2XL.json" | 30 + .../\360\237\252\220 Vertical.2XS.json" | 30 + .../\360\237\252\220 Vertical.3XL.json" | 30 + .../\360\237\252\220 Vertical.LG.json" | 30 + .../\360\237\252\220 Vertical.MD.json" | 30 + .../\360\237\252\220 Vertical.None.json" | 30 + .../\360\237\252\220 Vertical.SM.json" | 30 + .../\360\237\252\220 Vertical.XL.json" | 30 + .../\360\237\252\220 Vertical.XS.json" | 30 + .../_\360\237\222\216 Dimension.Value.json" | 890 +++ ...37\223\220 Density modes.Comfortable.json" | 760 +++ ...60\237\223\220 Density modes.Compact.json" | 760 +++ ...0\237\223\220 Density modes.Spacious.json" | 760 +++ ...\360\237\232\247 Helper Modes.Hidden.json" | 60 + ...360\237\232\247 Helper Modes.Visible.json" | 60 + .../\360\237\214\227 Themes.Dark.json" | 4973 +++++++++++++++++ .../\360\237\214\227 Themes.Light.json" | 4973 +++++++++++++++++ .../\360\237\223\220 Density.Spacious.json" | 372 ++ .../\360\237\216\250 Color.Color.json" | 4606 +++++++++++++++ .../\360\237\223\220 Dimension.Spacious.json" | 1110 ++++ ...237\221\276 Spacing Primitives.Value.json" | 4079 ++++++++++++++ packages/eds-utils/package.json | 4 +- pnpm-lock.yaml | 1678 +++++- tsconfig.base.json | 4 +- 215 files changed, 51237 insertions(+), 323 deletions(-) create mode 100644 .github/workflows/sync-figma-to-tokens.yml create mode 100644 .github/workflows/sync-tokens-to-figma.yml create mode 100644 packages/eds-tokens-build/.gitignore create mode 100755 packages/eds-tokens-build/bin/eds-tokens-build.js create mode 100644 packages/eds-tokens-build/package.json create mode 100644 packages/eds-tokens-build/src/index.ts create mode 100644 packages/eds-tokens-build/tsconfig.json create mode 100644 packages/eds-tokens-sync/.gitignore create mode 100755 packages/eds-tokens-sync/bin/sync-figma-to-tokens.js create mode 100755 packages/eds-tokens-sync/bin/sync-tokens-to-figma.js create mode 100644 packages/eds-tokens-sync/package.json create mode 100644 packages/eds-tokens-sync/src/api/figma_api.ts create mode 100644 packages/eds-tokens-sync/src/main.ts create mode 100644 packages/eds-tokens-sync/src/scripts/sync_figma_to_tokens.ts create mode 100644 packages/eds-tokens-sync/src/scripts/sync_tokens_to_figma.ts create mode 100644 packages/eds-tokens-sync/src/types/token_types.ts create mode 100644 packages/eds-tokens-sync/src/utils/color.test.ts create mode 100644 packages/eds-tokens-sync/src/utils/color.ts create mode 100644 packages/eds-tokens-sync/src/utils/token_export.test.ts create mode 100644 packages/eds-tokens-sync/src/utils/token_export.ts create mode 100644 packages/eds-tokens-sync/src/utils/token_import.test.ts create mode 100644 packages/eds-tokens-sync/src/utils/token_import.ts create mode 100644 packages/eds-tokens-sync/src/utils/token_types.ts create mode 100644 packages/eds-tokens-sync/src/utils/utils.ts create mode 100644 packages/eds-tokens-sync/tsconfig.json create mode 100644 packages/eds-tokens-sync/vite.config.ts create mode 100644 packages/eds-tokens/.vscode/settings.json create mode 100644 packages/eds-tokens/src/index.css create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.2XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.Base.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XS.json" create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Baselined.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Centred.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.None.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Pill.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Rounded.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.3XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.None.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.None.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Loose.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Normal.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Tight.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Default.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Squished.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.2XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.3XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.None.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.3XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.None.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XS.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Semantic.Mode 1.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Baselined.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Centred.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.None.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Pill.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Rounded.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.Header.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.UI Body.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.LG.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.MD.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.SM.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XL.json create mode 100644 packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XS.json create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Baselined.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Centred.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.Header.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.UI and Body.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Loose.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Normal.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Tight.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Default.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Squished.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.False.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.True.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Comfortable.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Compact.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Spacious.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.3XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.None.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.None.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.3XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.None.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squared.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squished.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Stretched.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XS.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.3XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.LG.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.MD.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.None.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.SM.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XL.json" create mode 100644 "packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XS.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\222\216 Dimension.Value.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Comfortable.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Compact.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Spacious.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Hidden.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Visible.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Dark.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Light.json" create mode 100644 "packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\223\220 Density.Spacious.json" create mode 100644 "packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\216\250 Color.Color.json" create mode 100644 "packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\223\220 Dimension.Spacious.json" create mode 100644 "packages/eds-tokens/tokens/cpNchKjiIM19dPqTxE0fqg/\360\237\221\276 Spacing Primitives.Value.json" diff --git a/.github/workflows/_setup.yml b/.github/workflows/_setup.yml index ac141fc03b..5d537137e6 100644 --- a/.github/workflows/_setup.yml +++ b/.github/workflows/_setup.yml @@ -73,7 +73,7 @@ jobs: git checkout --progress --force -B $BRANCH refs/remotes/origin/$BRANCH - id: cache-pnpm-store name: Cache pnpm-store - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pnpm-store @@ -88,7 +88,7 @@ jobs: run: node_modules/.bin/pnpm i --force - id: cache-files name: Cache files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index ca8379a44e..d23929a35b 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -8,6 +8,8 @@ on: - 'packages/eds-core-react/**' - 'packages/eds-lab-react/**' - 'packages/eds-data-grid-react/**' + - 'packages/eds-tokens-sync/**' + - 'packages/eds-tokens-build/**' - 'packages/eds-tokens/**' - 'packages/eds-icons/**' push: @@ -18,19 +20,23 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }} - checkout_paths: packages/eds-core-react packages/eds-tokens packages/eds-icons packages/eds-lab-react packages/eds-data-grid-react packages/eds-utils + checkout_paths: packages/eds-core-react packages/eds-tokens-sync packages/eds-tokens-build packages/eds-tokens packages/eds-icons packages/eds-lab-react packages/eds-data-grid-react packages/eds-utils packages: name: Process packages runs-on: ubuntu-latest needs: setup steps: + - name: Install Node.js + uses: actions/setup-node@v4 + with: + node-version: '18.20.2' - name: Use "setup" cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/publish_assets_to_cdn.yaml b/.github/workflows/publish_assets_to_cdn.yaml index ef2e42da54..d14204bbf0 100644 --- a/.github/workflows/publish_assets_to_cdn.yaml +++ b/.github/workflows/publish_assets_to_cdn.yaml @@ -29,7 +29,7 @@ jobs: repository: 'equinor/design-system-cdn' ref: main ssh-key: ${{ secrets.CDN_REPO_PRIVATE_KEY }} - - name: Az CLI login 🔑 # Using federated credential + - name: Az CLI login 🔑 # Using federated credential uses: azure/login@v1 with: client-id: d58b2e85-2d34-4cdb-ad70-5f2b767dd8e2 @@ -56,7 +56,7 @@ jobs: if: github.event.inputs.environment == 'production' needs: [copy-files] name: Purge cdn - uses: equinor/design-system/.github/workflows/_purge_cdn.yaml@develop + uses: ./.github/workflows/_purge_cdn.yaml secrets: inherit with: environment: production diff --git a/.github/workflows/publish_core_react.yaml b/.github/workflows/publish_core_react.yaml index d001b71ff0..91f11537a3 100644 --- a/.github/workflows/publish_core_react.yaml +++ b/.github/workflows/publish_core_react.yaml @@ -25,7 +25,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }} @@ -38,7 +38,7 @@ jobs: steps: - name: Use "setup" cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -46,7 +46,7 @@ jobs: key: ${{ github.sha }} - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -71,7 +71,7 @@ jobs: steps: - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -95,7 +95,7 @@ jobs: steps: - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -121,7 +121,7 @@ jobs: steps: - name: Use cache with storybook files id: use-cache-storybook - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -145,7 +145,7 @@ jobs: if: github.event.inputs.environment == 'production' needs: [publish-storybook] name: Purge cdn - uses: equinor/design-system/.github/workflows/_purge_cdn.yaml@develop + uses: ./.github/workflows/_purge_cdn.yaml secrets: inherit with: environment: production diff --git a/.github/workflows/publish_data_grid.yaml b/.github/workflows/publish_data_grid.yaml index 6f09e1285e..753db7e0db 100644 --- a/.github/workflows/publish_data_grid.yaml +++ b/.github/workflows/publish_data_grid.yaml @@ -16,7 +16,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }} @@ -29,7 +29,7 @@ jobs: steps: - name: Use "setup" cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -37,7 +37,7 @@ jobs: key: ${{ github.sha }} - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -62,7 +62,7 @@ jobs: steps: - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -86,7 +86,7 @@ jobs: steps: - name: Use cache with storybook files id: use-cache-storybook - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/publish_icons.yaml b/.github/workflows/publish_icons.yaml index 378f0d1b1a..cb9fb633c6 100644 --- a/.github/workflows/publish_icons.yaml +++ b/.github/workflows/publish_icons.yaml @@ -12,7 +12,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }}-setup-icons @@ -25,7 +25,7 @@ jobs: steps: - name: Use "setup" cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -33,7 +33,7 @@ jobs: key: ${{ github.sha }}-setup-icons - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -55,7 +55,7 @@ jobs: steps: - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/publish_lab.yaml b/.github/workflows/publish_lab.yaml index 3d851b4e01..d50456bfa5 100644 --- a/.github/workflows/publish_lab.yaml +++ b/.github/workflows/publish_lab.yaml @@ -16,7 +16,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }} @@ -29,7 +29,7 @@ jobs: steps: - name: Use "setup" cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -37,7 +37,7 @@ jobs: key: ${{ github.sha }} - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -62,7 +62,7 @@ jobs: steps: - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -86,7 +86,7 @@ jobs: steps: - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -110,7 +110,7 @@ jobs: steps: - name: Use cache with storybook files id: use-cache-storybook - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/publish_storybook.yaml b/.github/workflows/publish_storybook.yaml index 678c999323..d6d6680431 100644 --- a/.github/workflows/publish_storybook.yaml +++ b/.github/workflows/publish_storybook.yaml @@ -24,7 +24,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }} @@ -36,7 +36,7 @@ jobs: steps: - name: Use "setup" cache id: get-setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -44,7 +44,7 @@ jobs: key: ${{ github.sha }} - name: Use "dist" cache id: use-dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -67,7 +67,7 @@ jobs: steps: - name: Use cache with storybook files id: use-cache-storybook - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -91,7 +91,7 @@ jobs: if: github.event.inputs.environment == 'production' needs: [publish-storybook] name: Purge cdn - uses: equinor/design-system/.github/workflows/_purge_cdn.yaml@develop + uses: ./.github/workflows/_purge_cdn.yaml secrets: inherit with: environment: production diff --git a/.github/workflows/publish_storybook_data_grid.yaml b/.github/workflows/publish_storybook_data_grid.yaml index eba4feb2b4..f729a3b43f 100644 --- a/.github/workflows/publish_storybook_data_grid.yaml +++ b/.github/workflows/publish_storybook_data_grid.yaml @@ -7,7 +7,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }} @@ -19,7 +19,7 @@ jobs: steps: - name: Use "setup" cache id: get-setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -27,7 +27,7 @@ jobs: key: ${{ github.sha }} - name: Use "dist" cache id: use-dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -48,7 +48,7 @@ jobs: steps: - name: Use cache with storybook files id: use-cache-storybook - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/publish_storybook_lab.yaml b/.github/workflows/publish_storybook_lab.yaml index 096b3887a7..f2a8f1a687 100644 --- a/.github/workflows/publish_storybook_lab.yaml +++ b/.github/workflows/publish_storybook_lab.yaml @@ -7,7 +7,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }} @@ -19,7 +19,7 @@ jobs: steps: - name: Use "setup" cache id: get-setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -27,7 +27,7 @@ jobs: key: ${{ github.sha }} - name: Use "dist" cache id: use-dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -48,7 +48,7 @@ jobs: steps: - name: Use cache with storybook files id: use-cache-storybook - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/publish_tokens.yaml b/.github/workflows/publish_tokens.yaml index 430bc6a7b5..44681adf0f 100644 --- a/.github/workflows/publish_tokens.yaml +++ b/.github/workflows/publish_tokens.yaml @@ -11,7 +11,7 @@ env: jobs: setup: - uses: equinor/design-system/.github/workflows/_setup.yml@develop + uses: ./.github/workflows/_setup.yml secrets: inherit with: cacheKey: ${{ github.sha }}-setup-tokens @@ -24,7 +24,7 @@ jobs: steps: - name: Use "setup" cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -32,7 +32,7 @@ jobs: key: ${{ github.sha }}-setup-tokens - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* @@ -55,7 +55,7 @@ jobs: steps: - name: Use "dist" cache id: dist-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./* diff --git a/.github/workflows/purge_cdn.yaml b/.github/workflows/purge_cdn.yaml index dad7bb46c7..f3cb006922 100644 --- a/.github/workflows/purge_cdn.yaml +++ b/.github/workflows/purge_cdn.yaml @@ -16,7 +16,7 @@ jobs: purge-cdn: if: inputs.environment == 'production' name: Purge cdn - uses: equinor/design-system/.github/workflows/_purge_cdn.yaml@develop + uses: ./.github/workflows/_purge_cdn.yaml secrets: inherit with: environment: production diff --git a/.github/workflows/sync-figma-to-tokens.yml b/.github/workflows/sync-figma-to-tokens.yml new file mode 100644 index 0000000000..b6025e0ac2 --- /dev/null +++ b/.github/workflows/sync-figma-to-tokens.yml @@ -0,0 +1,30 @@ +name: Sync Figma to tokens +on: + workflow_dispatch: +jobs: + setup: + uses: ./.github/workflows/_setup.yml + secrets: inherit + with: + cacheKey: ${{ github.sha }}-sync-figma-to-tokens + checkout_paths: packages/eds-tokens-sync packages/eds-tokens-build packages/eds-tokens + sync-figma-to-tokens: + runs-on: ubuntu-latest + permissions: + # Need to be able to create new branches and commits + contents: write + pull-requests: write + steps: + - name: Sync variables from Figma file to canonical tokens in GitHub + run: pnpm run update-tokens && pnpm run build + working-directory: packages/eds-tokens + env: + PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_ACTION_VARIABLES_SYNC_FIGMA_TOKEN }} + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v5 + with: + commit-message: Update canonical tokens from Figma + title: Update canonical tokens from Figma + body: 'Update canonical tokens from Figma and generate CSS variables' + branch: update-canonical-tokens diff --git a/.github/workflows/sync-tokens-to-figma.yml b/.github/workflows/sync-tokens-to-figma.yml new file mode 100644 index 0000000000..8f56f0ffd5 --- /dev/null +++ b/.github/workflows/sync-tokens-to-figma.yml @@ -0,0 +1,19 @@ +name: Sync tokens to Figma +on: + workflow_dispatch: +jobs: + setup: + uses: ./.github/workflows/_setup.yml + secrets: inherit + with: + cacheKey: ${{ github.sha }}-sync-tokens-to-figma + checkout_paths: packages/eds-tokens-sync packages/eds-tokens-build packages/eds-tokens + sync-tokens-to-figma: + runs-on: ubuntu-latest + steps: + - name: Sync tokens to Figma file + run: pnpm run update-figma + working-directory: packages/eds-tokens + env: + FILE_KEY: ${{ github.event.inputs.file_key }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_ACTION_VARIABLES_SYNC_FIGMA_TOKEN }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 12b296997e..1320e7a1ba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,5 +18,17 @@ "task.allowAutomaticTasks": "off", "[bicep]": { "editor.defaultFormatter": "ms-azuretools.vscode-bicep" - } + }, + "conventionalCommits.scopes": [ + "eds-core-react", + "eds-data-grid-react", + "eds-icons", + "eds-lab-react", + "eds-tokens", + "eds-utils", + "eds-config-custom", + "eds-tokens-sync", + "eds-tokens-build" + ], + "cSpell.words": ["colorjs", "lightningcss", "OKLCH", "Overridable"] } diff --git a/package.json b/package.json index c566b972c5..0f1fa6aa64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "eds", "engines": { - "pnpm": ">=8.15.4" + "pnpm": ">=8.15.4", + "node": "^18.20.2" }, "scripts": { "lint": "eslint", @@ -11,12 +12,15 @@ "lint:lab": "pnpm run lint ./packages/eds-lab-react", "lint:utils": "pnpm run lint ./packages/eds-utils", "init": "pnpm install --force && pnpm run build", - "build": "pnpm run build:icons && pnpm run build:tokens && pnpm run build:utils && pnpm run build:core-react && pnpm run build:data-grid-react && pnpm run build:lab", + "build": "pnpm run build:icons && pnpm run build:tokens-sync && pnpm run build:tokens-build && pnpm run build:tokens && pnpm run build:utils && pnpm run build:core-react && pnpm run build:data-grid-react && pnpm run build:lab", "build:core-react": "pnpm --filter @equinor/eds-core-react run build", "build:data-grid-react": "pnpm --filter ./packages/eds-data-grid-react run build", "build:lab": "pnpm --filter @equinor/eds-lab-react run build", "build:utils": "pnpm --filter @equinor/eds-utils run build", + "build:tokens-build": "pnpm --filter @equinor/eds-tokens-build run build", + "build:tokens-sync": "pnpm --filter @equinor/eds-tokens-sync run build", "build:tokens": "pnpm --filter @equinor/eds-tokens run build", + "update:tokens": "pnpm --filter @equinor/eds-tokens run update-tokens", "build:density-tokens": "pnpm --filter @equinor/eds-token-scripts run build:density", "build:spacing-tokens": "pnpm --filter @equinor/eds-token-scripts run build:spacing", "build:icons": "pnpm --filter @equinor/eds-icons run build", diff --git a/packages/eds-core-react/package.json b/packages/eds-core-react/package.json index be43222656..fa159e4ab4 100644 --- a/packages/eds-core-react/package.json +++ b/packages/eds-core-react/package.json @@ -102,7 +102,7 @@ "react-aria": "^3.33.0" }, "engines": { - "pnpm": ">=4", - "node": ">=10.0.0" + "pnpm": ">=8.15.4", + "node": "^18.20.2" } } diff --git a/packages/eds-data-grid-react/package.json b/packages/eds-data-grid-react/package.json index f6461c97c5..2c44b56ec9 100644 --- a/packages/eds-data-grid-react/package.json +++ b/packages/eds-data-grid-react/package.json @@ -95,7 +95,7 @@ "data grid" ], "engines": { - "pnpm": ">=4", - "node": ">=10.0.0" + "pnpm": ">=8.15.4", + "node": "^18.20.2" } } diff --git a/packages/eds-icons/package.json b/packages/eds-icons/package.json index 38a5bd8da1..345d9b4100 100644 --- a/packages/eds-icons/package.json +++ b/packages/eds-icons/package.json @@ -43,7 +43,7 @@ "typescript": "^5.2.2" }, "engines": { - "pnpm": ">=4", - "node": ">=10.0.0" + "pnpm": ">=8.15.4", + "node": "^18.20.2" } } diff --git a/packages/eds-lab-react/package.json b/packages/eds-lab-react/package.json index e173546c53..64da11eba4 100644 --- a/packages/eds-lab-react/package.json +++ b/packages/eds-lab-react/package.json @@ -99,7 +99,7 @@ "react-fast-compare": "3.2.2" }, "engines": { - "pnpm": ">=4", - "node": ">=10.0.0" + "pnpm": ">=8.15.4", + "node": "^18.20.2" } } diff --git a/packages/eds-tokens-build/.gitignore b/packages/eds-tokens-build/.gitignore new file mode 100644 index 0000000000..a547bf36d8 --- /dev/null +++ b/packages/eds-tokens-build/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/packages/eds-tokens-build/bin/eds-tokens-build.js b/packages/eds-tokens-build/bin/eds-tokens-build.js new file mode 100755 index 0000000000..4ff5623472 --- /dev/null +++ b/packages/eds-tokens-build/bin/eds-tokens-build.js @@ -0,0 +1,5 @@ +#!/usr/bin/env node + +import { run } from '../dist/index.js' + +await run() diff --git a/packages/eds-tokens-build/package.json b/packages/eds-tokens-build/package.json new file mode 100644 index 0000000000..d702e5a61c --- /dev/null +++ b/packages/eds-tokens-build/package.json @@ -0,0 +1,52 @@ +{ + "name": "@equinor/eds-tokens-build", + "version": "1.0.0", + "type": "module", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js" + } + }, + "bin": { + "eds-tokens-build": "bin/eds-tokens-build.js" + }, + "types": "./dist/index.d.ts", + "module": "dist/index.js", + "license": "MIT", + "author": { + "name": "EDS Core Team", + "email": "fg_eds@equinor.com" + }, + "homepage": "https://eds.equinor.com", + "repository": { + "type": "git", + "url": "https://github.com/equinor/design-system", + "directory": "packages/eds-tokens-build" + }, + "bugs": { + "url": "https://github.com/equinor/design-system/issues" + }, + "files": [ + "dist/*" + ], + "scripts": { + "dev": "vite", + "build": "tsc", + "prettier": "prettier ./src --write", + "lint": "eslint" + }, + "devDependencies": { + "@equinor/eds-tokens-sync": "workspace:*", + "@types/node": "^20.12.12", + "colorjs.io": "^0.5.0", + "prettier": "3.0.0", + "style-dictionary": "3.8.0", + "style-dictionary-utils": "^2.4.1", + "typescript": "^5.4.5" + }, + "engines": { + "pnpm": ">=8.15.4", + "node": "^18.20.2" + } +} diff --git a/packages/eds-tokens-build/src/index.ts b/packages/eds-tokens-build/src/index.ts new file mode 100644 index 0000000000..e27f159f3b --- /dev/null +++ b/packages/eds-tokens-build/src/index.ts @@ -0,0 +1,325 @@ +import StyleDictionary, { TransformedToken } from 'style-dictionary-utils' +import Color from 'colorjs.io' +import { readJsonFiles } from '@equinor/eds-tokens-sync' + +const TOKENS_DIR = './tokens' +const FILE_KEY_PRIMITIVES = 'cVaqjfgt3gDiqbx10q3Pj8' +const FILE_KEY_THEMES = 'aRgKtCisnm98k9kVy6zasL' +const FILE_KEY_SPACING = 'cpNchKjiIM19dPqTxE0fqg' +const FILE_KEY_TYPOGRAPHY_MODES = 'FQQqyumcpPQoiFRCjdS9GM' +const OKLCH_PRECISION = 3 +const rootVersion1 = './dist/' +const cssDistPath = `${rootVersion1}/css` +const tsDistPath = `${rootVersion1}/ts` +const jsonDistPath = `${rootVersion1}/json` + +const { + filter: { isColor }, +} = StyleDictionary + +// manually convert reference into custom property +const resolveReference = (value: string, prefix: string): string => { + if (!value) return '' + + const valueFormatted = value + .toLowerCase() + .replace('{', '') + .replace('}', '') + .replaceAll(' ', '-') + .replaceAll('.', '-') + + return `var(--${prefix}-${valueFormatted})` +} + +const darkTokens = readJsonFiles([ + `./${TOKENS_DIR}/${FILE_KEY_THEMES}/🌗 Themes.Dark.json`, +]) +const lightDarkTransform: StyleDictionary.Transform = { + type: 'value', + transitive: true, + matcher: isColor, + transformer: (token: StyleDictionary.TransformedToken, options) => { + const path = token.path.join('/') + const darkValue = darkTokens['🌗 Themes.Dark.json']?.[`${path}`]?.['$value'] + let newValue = `${token.value}` + if (darkValue) { + //it is a reference + if (String(darkValue).startsWith('{')) { + const resolvedReference = resolveReference( + `${darkValue}`, + `${options.prefix}`, + ) + //make sure it is not a local variable, in which case it has light-dark set already + if (token.original.value != darkValue) { + newValue = `light-dark(${token.value}, ${resolvedReference})` + } + } else { + //the dark value was hardcoded (color with alpha transparency) + newValue = `light-dark(${token.value}, ${new Color(darkValue as string) + .to('oklch') + .toString({ precision: OKLCH_PRECISION })})` + } + } + return newValue + }, +} + +const toOKLCHTransform: StyleDictionary.Transform = { + type: 'value', + transitive: true, + matcher: isColor, + transformer: (token: StyleDictionary.TransformedToken) => { + const tokenAsString = `${token.value}` + //handle partially transformed light-dark values + if (tokenAsString.startsWith('light')) { + return tokenAsString + } + return new Color(tokenAsString) + .to('oklch') + .toString({ precision: OKLCH_PRECISION }) + }, +} + +StyleDictionary.registerTransform({ + name: 'color/oklch', + ...toOKLCHTransform, +}) +StyleDictionary.registerTransform({ + name: 'lightDark', + ...lightDarkTransform, +}) + +const fileHeader = (defaultMessage: string[]) => [ + ...defaultMessage, + '@tokens Colors', + '@presenter Color', +] +const outputReferences = true + +const lightDark = StyleDictionary.extend({ + include: [`./${TOKENS_DIR}/${FILE_KEY_PRIMITIVES}/🎨 Color.Color.json`], + source: [`./${TOKENS_DIR}/${FILE_KEY_THEMES}/🌗 Themes.Light.json`], + platforms: { + css: { + transformGroup: 'css', + prefix: 'eds-color', + buildPath: `${cssDistPath}/color/`, + transforms: ['name/cti/kebab', 'color/css', 'color/oklch', 'lightDark'], + files: [ + { + filter: (token) => token.filePath.includes('Light'), + destination: 'theme.css', + format: 'css/variables', + options: { + fileHeader, + outputReferences, + }, + }, + ], + }, + }, +}) + +StyleDictionary.registerTransform({ + type: `value`, + transitive: true, + name: `eds/font/pxToRem`, + matcher: (token) => { + const isFontMetricInPx = + token?.path?.includes('font') && + (token?.path?.includes('size') || token?.path?.includes('line-height')) + const isSpacing = token?.path?.includes('spacing') + + return isFontMetricInPx || isSpacing + }, + transformer: (token) => { + return `${parseFloat(`${token.value}`) / 16}rem` + }, +}) + +StyleDictionary.registerTransform({ + type: `value`, + transitive: true, + name: `eds/font/quote`, + matcher: (token) => { + const isFontMetricInString = + (token?.path?.includes('font') && + (token?.path?.includes('family') || token?.path?.includes('weight'))) || + token?.path?.includes('font-family') + + return isFontMetricInString + }, + transformer: (token) => { + return `"${token.value}"` + }, +}) + +const _extend = ({ + source, + fileName, + dirName, + prefix, + selector, + filter, + include, +}: { + include?: string[] + source: string[] + fileName: string + dirName: string + prefix: string + selector?: string + filter?: (token: TransformedToken) => boolean +}): StyleDictionary.Core => { + return StyleDictionary.extend({ + include, + source, + platforms: { + css: { + transformGroup: 'css', + prefix, + buildPath: `${cssDistPath}/${dirName}/`, + transforms: [ + 'name/cti/kebab', + 'eds/font/pxToRem', + 'eds/font/quote', + 'color/oklch', + ], + files: [ + { + filter, + destination: `${fileName}.css`, + format: 'css/variables', + options: { + selector, + outputReferences, + fileHeader, + }, + }, + ], + }, + ts: { + transformGroup: 'js', + transforms: ['name/cti/constant'], + buildPath: `${tsDistPath}/${dirName}/`, + files: [ + { + filter, + destination: `${fileName}.ts`, + options: { + fileHeader, + outputReferences, + }, + format: 'javascript/es6', + }, + { + filter, + format: 'typescript/es6-declarations', + options: { + fileHeader, + outputReferences, + }, + destination: `${fileName}.d.ts`, + }, + ], + }, + json: { + buildPath: `${jsonDistPath}/${dirName}/`, + transforms: ['name/cti/kebab'], + files: [ + { + filter, + destination: `flat/${fileName}.json`, + format: 'json/flat', + }, + { + filter, + destination: `nested/${fileName}.json`, + format: 'json/nested', + }, + ], + }, + }, + }) +} + +const COLOR_PRIMITIVE_SOURCE = `./${TOKENS_DIR}/${FILE_KEY_PRIMITIVES}/🎨 Color.Color.json` + +const primitives = _extend({ + source: [COLOR_PRIMITIVE_SOURCE], + dirName: 'color', + fileName: 'primitives', + prefix: 'eds-color', +}) + +const lightMode = _extend({ + include: [COLOR_PRIMITIVE_SOURCE], + source: [`./${TOKENS_DIR}/${FILE_KEY_THEMES}/🌗 Themes.Light.json`], + filter: (token) => token.filePath.includes('Light'), + fileName: 'theme-light', + dirName: 'color', + prefix: 'eds-color', +}) + +const darkMode = _extend({ + include: [COLOR_PRIMITIVE_SOURCE], + source: [`./${TOKENS_DIR}/${FILE_KEY_THEMES}/🌗 Themes.Dark.json`], + filter: (token) => token.filePath.includes('Dark'), + fileName: 'theme-dark', + dirName: 'color', + prefix: 'eds-color', + selector: '[data-theme="dark"]', +}) + +const SPACING_PRIMITIVE_SOURCE = `./${TOKENS_DIR}/${FILE_KEY_SPACING}/👾 Spacing Primitives.Value.json` + +const spacingPrimitives = _extend({ + source: [SPACING_PRIMITIVE_SOURCE], + dirName: 'spacing', + fileName: 'primitives', + prefix: 'eds-primitives', +}) + +const typographyDensityComfortable = _extend({ + include: [SPACING_PRIMITIVE_SOURCE], + source: [ + `./${TOKENS_DIR}/${FILE_KEY_TYPOGRAPHY_MODES}/💎 Density.Comfortable.json`, + ], + dirName: 'spacing', + fileName: 'comfortable', + prefix: 'eds-semantic', + filter: (token) => token.filePath.includes('Density'), +}) + +const typographyDensityCompact = _extend({ + include: [SPACING_PRIMITIVE_SOURCE], + source: [ + `./${TOKENS_DIR}/${FILE_KEY_TYPOGRAPHY_MODES}/💎 Density.Compact.json`, + ], + dirName: 'spacing', + fileName: 'compact', + prefix: 'eds-semantic', + filter: (token) => token.filePath.includes('Density'), +}) + +const typographyDensitySpacious = _extend({ + include: [SPACING_PRIMITIVE_SOURCE], + source: [ + `./${TOKENS_DIR}/${FILE_KEY_TYPOGRAPHY_MODES}/💎 Density.Spacious.json`, + ], + dirName: 'spacing', + fileName: 'spacious', + prefix: 'eds-semantic', + filter: (token) => token.filePath.includes('Density'), +}) + +export function run() { + primitives.buildAllPlatforms() + lightMode.buildAllPlatforms() + darkMode.buildAllPlatforms() + lightDark.buildAllPlatforms() + spacingPrimitives.buildAllPlatforms() + typographyDensityComfortable.buildAllPlatforms() + typographyDensityCompact.buildAllPlatforms() + typographyDensitySpacious.buildAllPlatforms() +} diff --git a/packages/eds-tokens-build/tsconfig.json b/packages/eds-tokens-build/tsconfig.json new file mode 100644 index 0000000000..6ef153bd8b --- /dev/null +++ b/packages/eds-tokens-build/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compilerOptions": { + "target": "ES2021", + "useDefineForClassFields": true, + "module": "ESNext", + "lib": ["ES2021"], + "skipLibCheck": true, + "declaration": true, + + /* Bundler mode */ + "moduleResolution": "bundler", + "isolatedModules": true, + + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true, + "outDir": "./dist" + }, + "include": ["src/*.ts"] +} diff --git a/packages/eds-tokens-sync/.gitignore b/packages/eds-tokens-sync/.gitignore new file mode 100644 index 0000000000..a547bf36d8 --- /dev/null +++ b/packages/eds-tokens-sync/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/packages/eds-tokens-sync/bin/sync-figma-to-tokens.js b/packages/eds-tokens-sync/bin/sync-figma-to-tokens.js new file mode 100755 index 0000000000..723735dc49 --- /dev/null +++ b/packages/eds-tokens-sync/bin/sync-figma-to-tokens.js @@ -0,0 +1,5 @@ +#!/usr/bin/env node + +import { run } from '../dist/sync_figma_to_tokens.js' + +await run() diff --git a/packages/eds-tokens-sync/bin/sync-tokens-to-figma.js b/packages/eds-tokens-sync/bin/sync-tokens-to-figma.js new file mode 100755 index 0000000000..2969eb1363 --- /dev/null +++ b/packages/eds-tokens-sync/bin/sync-tokens-to-figma.js @@ -0,0 +1,5 @@ +#!/usr/bin/env node + +import { run } from '../dist/sync_tokens_to_figma.js' + +await run() diff --git a/packages/eds-tokens-sync/package.json b/packages/eds-tokens-sync/package.json new file mode 100644 index 0000000000..d3fa51d44e --- /dev/null +++ b/packages/eds-tokens-sync/package.json @@ -0,0 +1,41 @@ +{ + "name": "@equinor/eds-tokens-sync", + "private": true, + "version": "1.0.0", + "type": "module", + "files": [ + "bin", + "dist" + ], + "types": "dist/main.d.ts", + "main": "dist/main.umd.cjs", + "module": "dist/main.js", + "exports": { + ".": { + "import": "./dist/main.js", + "require": "./dist/main.umd.cjs", + "types": "./dist/index.d.ts" + } + }, + "bin": { + "sync-figma-to-tokens": "bin/sync-figma-to-tokens.js", + "sync-tokens-to-figma": "bin/sync-tokens-to-figma.js" + }, + "scripts": { + "dev": "vite", + "build": "tsc && vite build", + "preview": "vite preview", + "prettier": "prettier . --write", + "lint": "eslint" + }, + "devDependencies": { + "@figma/rest-api-spec": "^0.10.0", + "@types/node": "^20.12.12", + "axios": "^1.7.2", + "dotenv": "^16.4.5", + "prettier": "^3.2.5", + "typescript": "^5.4.5", + "vite": "^5.2.11", + "vite-plugin-dts": "^3.9.1" + } +} diff --git a/packages/eds-tokens-sync/src/api/figma_api.ts b/packages/eds-tokens-sync/src/api/figma_api.ts new file mode 100644 index 0000000000..efd82b1619 --- /dev/null +++ b/packages/eds-tokens-sync/src/api/figma_api.ts @@ -0,0 +1,41 @@ +import axios from 'axios' +import { + GetLocalVariablesResponse, + PostVariablesRequestBody, + PostVariablesResponse, +} from '@figma/rest-api-spec' + +export class FigmaApi { + private baseUrl = 'https://api.figma.com' + private token: string + + constructor(token: string) { + this.token = token + } + + async getLocalVariables(fileKey: string) { + const resp = await axios.request({ + url: `${this.baseUrl}/v1/files/${fileKey}/variables/local`, + headers: { + Accept: '*/*', + 'X-Figma-Token': this.token, + }, + }) + + return resp.data + } + + async postVariables(fileKey: string, payload: PostVariablesRequestBody) { + const resp = await axios.request({ + url: `${this.baseUrl}/v1/files/${fileKey}/variables`, + method: 'POST', + headers: { + Accept: '*/*', + 'X-Figma-Token': this.token, + }, + data: payload, + }) + + return resp.data + } +} diff --git a/packages/eds-tokens-sync/src/main.ts b/packages/eds-tokens-sync/src/main.ts new file mode 100644 index 0000000000..2383fb9784 --- /dev/null +++ b/packages/eds-tokens-sync/src/main.ts @@ -0,0 +1,5 @@ +import { run as syncFigmaToTokens } from './scripts/sync_figma_to_tokens' +import { run as syncTokensToFigma } from './scripts/sync_tokens_to_figma' +import { readJsonFiles } from './utils/token_import' + +export { readJsonFiles, syncFigmaToTokens, syncTokensToFigma } diff --git a/packages/eds-tokens-sync/src/scripts/sync_figma_to_tokens.ts b/packages/eds-tokens-sync/src/scripts/sync_figma_to_tokens.ts new file mode 100644 index 0000000000..81ccb7c268 --- /dev/null +++ b/packages/eds-tokens-sync/src/scripts/sync_figma_to_tokens.ts @@ -0,0 +1,45 @@ +import 'dotenv/config' +import * as fs from 'fs' +import { FigmaApi } from '../api/figma_api.ts' +import { green } from '../utils/utils.ts' +import { tokenFilesFromLocalVariables } from '../utils/token_export.ts' + +export async function run() { + const fileKeyIdx = process.argv.indexOf('--file-key') + let fileKey: string + + if (fileKeyIdx !== -1) { + fileKey = process.argv[fileKeyIdx + 1] + } else { + throw new Error( + 'Missing --file-key variable. Please provide the file key of the Figma file to sync from.', + ) + } + + if (!process.env.PERSONAL_ACCESS_TOKEN) { + throw new Error('PERSONAL_ACCESS_TOKEN environment variable are required') + } + + const api = new FigmaApi(process.env.PERSONAL_ACCESS_TOKEN) + const localVariables = await api.getLocalVariables(fileKey) + + const tokensFiles = tokenFilesFromLocalVariables(localVariables) + + const outputDir = `tokens/${fileKey}` + + if (!fs.existsSync(outputDir)) { + fs.mkdirSync(outputDir) + } + + Object.entries(tokensFiles).forEach(([fileName, fileContent]) => { + fs.writeFileSync( + `${outputDir}/${fileName}`, + JSON.stringify(fileContent, null, 2), + ) + console.log(`Wrote ${fileName}`) + }) + + console.log( + green(`✅ Tokens files have been written to the ${outputDir} directory`), + ) +} diff --git a/packages/eds-tokens-sync/src/scripts/sync_tokens_to_figma.ts b/packages/eds-tokens-sync/src/scripts/sync_tokens_to_figma.ts new file mode 100644 index 0000000000..684b22433f --- /dev/null +++ b/packages/eds-tokens-sync/src/scripts/sync_tokens_to_figma.ts @@ -0,0 +1,89 @@ +import 'dotenv/config' +import * as fs from 'fs' + +import { FigmaApi } from '../api/figma_api.ts' + +import { green } from '../utils/utils.ts' +import { + generatePostVariablesPayload, + readJsonFiles, +} from '../utils/token_import.ts' + +export async function run() { + const fileKeyIdx = process.argv.indexOf('--file-key') + let fileKey: string + + if (fileKeyIdx !== -1) { + fileKey = process.argv[fileKeyIdx + 1] + } else { + throw new Error( + 'Missing --file-key variable. Please provide the file key of the Figma file to sync from.', + ) + } + + if (!process.env.PERSONAL_ACCESS_TOKEN) { + throw new Error('PERSONAL_ACCESS_TOKEN environment variable are required') + } + + const tokensDir = `tokens/${fileKey}` + + const tokensFiles = fs + .readdirSync(tokensDir) + .map((file: string) => `${tokensDir}/${file}`) + + const tokensByFile = readJsonFiles(tokensFiles) + + console.log('Read tokens files:', Object.keys(tokensByFile)) + + const api = new FigmaApi(process.env.PERSONAL_ACCESS_TOKEN) + const localVariables = await api.getLocalVariables(fileKey) + + const postVariablesPayload = generatePostVariablesPayload( + tokensByFile, + localVariables, + ) + + if ( + Object.values(postVariablesPayload).every((value) => value.length === 0) + ) { + console.log(green('✅ Tokens are already up to date with the Figma file')) + return + } + + const apiResp = await api.postVariables(fileKey, postVariablesPayload) + + console.log('POST variables API response:', apiResp) + + if ( + postVariablesPayload.variableCollections && + postVariablesPayload.variableCollections.length + ) { + console.log( + 'Updated variable collections', + postVariablesPayload.variableCollections, + ) + } + + if ( + postVariablesPayload.variableModes && + postVariablesPayload.variableModes.length + ) { + console.log('Updated variable modes', postVariablesPayload.variableModes) + } + + if (postVariablesPayload.variables && postVariablesPayload.variables.length) { + console.log('Updated variables', postVariablesPayload.variables) + } + + if ( + postVariablesPayload.variableModeValues && + postVariablesPayload.variableModeValues.length + ) { + console.log( + 'Updated variable mode values', + postVariablesPayload.variableModeValues, + ) + } + + console.log(green('✅ Figma file has been updated with the new tokens')) +} diff --git a/packages/eds-tokens-sync/src/types/token_types.ts b/packages/eds-tokens-sync/src/types/token_types.ts new file mode 100644 index 0000000000..a2a0b9cbf9 --- /dev/null +++ b/packages/eds-tokens-sync/src/types/token_types.ts @@ -0,0 +1,55 @@ +/** + * This file defines what design tokens and design token files look like in the codebase. + * + * Tokens are distinct from variables, in that a [token](https://tr.designtokens.org/format/#design-token) + * is a name/value pair (with other properties), while a variable in Figma stores multiple values, + * one for each mode. + */ + +import { VariableCodeSyntax, VariableScope } from '@figma/rest-api-spec' + +export interface Token { + /** + * The [type](https://tr.designtokens.org/format/#type-0) of the token. + * + * We allow `string` and `boolean` types in addition to the draft W3C spec's `color` and `number` types + * to align with the resolved types for Figma variables. + */ + $type: 'color' | 'number' | 'string' | 'boolean' + $value: string | number | boolean + $description?: string + $extensions?: { + /** + * The `com.figma` namespace stores Figma-specific variable properties + */ + 'com.figma'?: { + hiddenFromPublishing?: boolean + scopes?: VariableScope[] + codeSyntax?: VariableCodeSyntax + } + } +} + +export type TokenOrTokenGroup = + | Token + | ({ + [tokenName: string]: Token + } & { $type?: never; $value?: never }) + +/** + * Defines what we expect a Design Tokens file to look like in the codebase. + * + * This format mostly adheres to the [draft W3C spec for Design Tokens](https://tr.designtokens.org/format/) + * as of its most recent 24 July 2023 revision except for the $type property, for which + * we allow `string` and `boolean` values in addition to the spec's `color` and `number` values. + * We need to support `string` and `boolean` types to align with the resolved types for Figma variables. + * + * Additionally, we expect each tokens file to define tokens for a single variable collection and mode. + * There currently isn't a way to represent modes or themes in the W3C community group design token specification. + * Once the spec resolves how it wants to treat/handle modes, this code will be updated to reflect the new standard. + * + * Follow this discussion for updates: https://github.com/design-tokens/community-group/issues/210 + */ +export type TokensFile = { + [key: string]: TokenOrTokenGroup +} diff --git a/packages/eds-tokens-sync/src/utils/color.test.ts b/packages/eds-tokens-sync/src/utils/color.test.ts new file mode 100644 index 0000000000..4972f3346d --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/color.test.ts @@ -0,0 +1,105 @@ +import { colorApproximatelyEqual, parseColor, rgbToHex } from './color.js' + +describe('colorApproximatelyEqual', () => { + it('compares by hex value', () => { + expect( + colorApproximatelyEqual({ r: 0, g: 0, b: 0 }, { r: 0, g: 0, b: 0 }), + ).toBe(true) + expect( + colorApproximatelyEqual({ r: 0, g: 0, b: 0 }, { r: 0, g: 0, b: 0, a: 1 }), + ).toBe(true) + expect( + colorApproximatelyEqual( + { r: 0, g: 0, b: 0, a: 0.5 }, + { r: 0, g: 0, b: 0, a: 0.5 }, + ), + ).toBe(true) + expect( + colorApproximatelyEqual({ r: 0, g: 0, b: 0 }, { r: 0, g: 0, b: 0, a: 0 }), + ).toBe(false) + + expect( + colorApproximatelyEqual({ r: 0, g: 0, b: 0 }, { r: 0.001, g: 0, b: 0 }), + ).toBe(true) + expect( + colorApproximatelyEqual({ r: 0, g: 0, b: 0 }, { r: 0.0028, g: 0, b: 0 }), + ).toBe(false) + }) +}) + +describe('parseColor', () => { + it('parses hex values', () => { + // 3-value syntax + expect(parseColor('#000')).toEqual({ r: 0, g: 0, b: 0 }) + expect(parseColor('#fff')).toEqual({ r: 1, g: 1, b: 1 }) + expect(parseColor('#FFF')).toEqual({ r: 1, g: 1, b: 1 }) + expect(parseColor('#f09')).toEqual({ r: 1, g: 0, b: 153 / 255 }) + expect(parseColor('#F09')).toEqual({ r: 1, g: 0, b: 153 / 255 }) + + // 4-value syntax + expect(parseColor('#0000')).toEqual({ r: 0, g: 0, b: 0, a: 0 }) + expect(parseColor('#000F')).toEqual({ r: 0, g: 0, b: 0, a: 1 }) + expect(parseColor('#f09a')).toEqual({ + r: 1, + g: 0, + b: 153 / 255, + a: 170 / 255, + }) + + // 6-value syntax + expect(parseColor('#000000')).toEqual({ r: 0, g: 0, b: 0 }) + expect(parseColor('#ffffff')).toEqual({ r: 1, g: 1, b: 1 }) + expect(parseColor('#FFFFFF')).toEqual({ r: 1, g: 1, b: 1 }) + expect(parseColor('#ff0099')).toEqual({ r: 1, g: 0, b: 153 / 255 }) + expect(parseColor('#FF0099')).toEqual({ r: 1, g: 0, b: 153 / 255 }) + + // 8-value syntax + expect(parseColor('#00000000')).toEqual({ r: 0, g: 0, b: 0, a: 0 }) + expect(parseColor('#00000080')).toEqual({ r: 0, g: 0, b: 0, a: 128 / 255 }) + expect(parseColor('#000000ff')).toEqual({ r: 0, g: 0, b: 0, a: 1 }) + expect(parseColor('#5EE0DCAB')).toEqual({ + r: 0.3686274509803922, + g: 0.8784313725490196, + b: 0.8627450980392157, + a: 0.6705882352941176, + }) + }) + + it('handles invalid hex values', () => { + expect(() => parseColor('#')).toThrowError('Invalid color format') + expect(() => parseColor('#0')).toThrowError('Invalid color format') + expect(() => parseColor('#00')).toThrowError('Invalid color format') + expect(() => parseColor('#0000000')).toThrowError('Invalid color format') + expect(() => parseColor('#000000000')).toThrowError('Invalid color format') + expect(() => parseColor('#hhh')).toThrowError('Invalid color format') + }) +}) + +describe('rgbToHex', () => { + it('should convert rgb to hex', () => { + expect(rgbToHex({ r: 1, g: 1, b: 1 })).toBe('#ffffff') + expect(rgbToHex({ r: 0, g: 0, b: 0 })).toBe('#000000') + expect(rgbToHex({ r: 0.5, g: 0.5, b: 0.5 })).toBe('#808080') + expect( + rgbToHex({ + r: 0.3686274509803922, + g: 0.8784313725490196, + b: 0.8627450980392157, + }), + ).toBe('#5ee0dc') + }) + + it('should convert rgba to hex', () => { + expect(rgbToHex({ r: 1, g: 1, b: 1, a: 1 })).toBe('#ffffff') + expect(rgbToHex({ r: 0, g: 0, b: 0, a: 0.5 })).toBe('#00000080') + expect(rgbToHex({ r: 0.5, g: 0.5, b: 0.5, a: 0.5 })).toBe('#80808080') + expect( + rgbToHex({ + r: 0.3686274509803922, + g: 0.8784313725490196, + b: 0.8627450980392157, + a: 0, + }), + ).toBe('#5ee0dc00') + }) +}) diff --git a/packages/eds-tokens-sync/src/utils/color.ts b/packages/eds-tokens-sync/src/utils/color.ts new file mode 100644 index 0000000000..aad201153f --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/color.ts @@ -0,0 +1,53 @@ +import { RGB, RGBA } from '@figma/rest-api-spec' + +/** + * Compares two colors for approximate equality since converting between Figma RGBA objects (from 0 -> 1) and + * hex colors can result in slight differences. + */ +export function colorApproximatelyEqual( + colorA: RGB | RGBA, + colorB: RGB | RGBA, +) { + return rgbToHex(colorA) === rgbToHex(colorB) +} + +export function parseColor(color: string): RGB | RGBA { + color = color.trim() + const hexRegex = /^#([A-Fa-f0-9]{6})([A-Fa-f0-9]{2}){0,1}$/ + const hexShorthandRegex = /^#([A-Fa-f0-9]{3})([A-Fa-f0-9]){0,1}$/ + + if (hexRegex.test(color) || hexShorthandRegex.test(color)) { + const hexValue = color.substring(1) + const expandedHex = + hexValue.length === 3 || hexValue.length === 4 + ? hexValue + .split('') + .map((char) => char + char) + .join('') + : hexValue + + const alphaValue = + expandedHex.length === 8 ? expandedHex.slice(6, 8) : undefined + + return { + r: parseInt(expandedHex.slice(0, 2), 16) / 255, + g: parseInt(expandedHex.slice(2, 4), 16) / 255, + b: parseInt(expandedHex.slice(4, 6), 16) / 255, + ...(alphaValue ? { a: parseInt(alphaValue, 16) / 255 } : {}), + } + } else { + throw new Error('Invalid color format') + } +} + +export function rgbToHex({ r, g, b, ...rest }: RGB | RGBA) { + const a = 'a' in rest ? rest.a : 1 + + const toHex = (value: number) => { + const hex = Math.round(value * 255).toString(16) + return hex.length === 1 ? '0' + hex : hex + } + + const hex = [toHex(r), toHex(g), toHex(b)].join('') + return `#${hex}` + (a !== 1 ? toHex(a) : '') +} diff --git a/packages/eds-tokens-sync/src/utils/token_export.test.ts b/packages/eds-tokens-sync/src/utils/token_export.test.ts new file mode 100644 index 0000000000..0b4fdc4b27 --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/token_export.test.ts @@ -0,0 +1,356 @@ +import { GetLocalVariablesResponse } from '@figma/rest-api-spec' +import { tokenFilesFromLocalVariables } from './token_export.js' + +describe('tokenFilesFromLocalVariables', () => { + it('ignores remote variables', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'primitives', + modes: [{ modeId: '1:0', name: 'mode1' }], + defaultModeId: '1:0', + remote: true, + key: 'variableKey', + hiddenFromPublishing: false, + variableIds: ['VariableID:2:1'], + }, + }, + variables: { + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'spacing/1', + key: 'variable_key', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'FLOAT', + valuesByMode: { + '1:0': 8, + }, + remote: true, + description: '', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokenFiles = tokenFilesFromLocalVariables(localVariablesResponse) + expect(tokenFiles).toEqual({}) + }) + + it('returns token files', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'primitives', + modes: [ + { modeId: '1:0', name: 'mode1' }, + { modeId: '1:1', name: 'mode2' }, + ], + defaultModeId: '1:0', + remote: false, + key: 'variableKey', + hiddenFromPublishing: false, + variableIds: [ + 'VariableID:2:1', + 'VariableID:2:2', + 'VariableID:2:3', + 'VariableID:2:4', + ], + }, + }, + variables: { + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'spacing/1', + key: 'variable_key', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'FLOAT', + valuesByMode: { + '1:0': 8, + '1:1': 8, + }, + remote: false, + description: '8px spacing', + hiddenFromPublishing: true, + scopes: ['TEXT_CONTENT'], + codeSyntax: { WEB: 'web', ANDROID: 'android' }, + }, + 'VariableID:2:2': { + id: 'VariableID:2:2', + name: 'spacing/2', + key: 'variable_key2', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'FLOAT', + valuesByMode: { + '1:0': 16, + '1:1': 16, + }, + remote: false, + description: '16px spacing', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:2:3': { + id: 'VariableID:2:3', + name: 'color/brand/radish', + key: 'variable_key3', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'COLOR', + valuesByMode: { + '1:0': { + r: 1, + g: 0.7450980392156863, + b: 0.08627450980392157, + a: 1, + }, + '1:1': { + r: 1, + g: 0.796078431372549, + b: 0.7176470588235294, + a: 1, + }, + }, + remote: false, + description: 'Radish color', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:2:4': { + id: 'VariableID:2:4', + name: 'color/brand/pear', + key: 'variable_key4', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'COLOR', + valuesByMode: { + '1:0': { r: 1, g: 0, b: 0.08627450980392157, a: 1 }, + '1:1': { + r: 0.8705882352941177, + g: 0.9529411764705882, + b: 0.34509803921568627, + a: 1, + }, + }, + remote: false, + description: 'Pear color', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokenFiles = tokenFilesFromLocalVariables(localVariablesResponse) + + expect(tokenFiles['primitives.mode1.json']).toEqual({ + spacing: { + '1': { + $type: 'number', + $value: 8, + $description: '8px spacing', + $extensions: { + 'com.figma': { + hiddenFromPublishing: true, + scopes: ['TEXT_CONTENT'], + codeSyntax: { WEB: 'web', ANDROID: 'android' }, + }, + }, + }, + '2': { + $type: 'number', + $value: 16, + $description: '16px spacing', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + color: { + brand: { + radish: { + $type: 'color', + $value: '#ffbe16', + $description: 'Radish color', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + pear: { + $type: 'color', + $value: '#ff0016', + $description: 'Pear color', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + }, + }) + + expect(tokenFiles['primitives.mode2.json']).toEqual({ + spacing: { + '1': { + $type: 'number', + $value: 8, + $description: '8px spacing', + $extensions: { + 'com.figma': { + hiddenFromPublishing: true, + scopes: ['TEXT_CONTENT'], + codeSyntax: { WEB: 'web', ANDROID: 'android' }, + }, + }, + }, + '2': { + $type: 'number', + $value: 16, + $description: '16px spacing', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + color: { + brand: { + radish: { + $type: 'color', + $value: '#ffcbb7', + $description: 'Radish color', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + pear: { + $type: 'color', + $value: '#def358', + $description: 'Pear color', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + }, + }) + }) + + it('handles aliases', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'collection1', + modes: [ + { modeId: '1:0', name: 'mode1' }, + { modeId: '1:1', name: 'mode2' }, + ], + defaultModeId: '1:0', + remote: false, + key: 'variableKey', + hiddenFromPublishing: false, + variableIds: ['VariableID:2:1', 'VariableID:2:2'], + }, + }, + variables: { + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'var1', + key: 'variable_key1', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'FLOAT', + valuesByMode: { + '1:0': 1, + }, + remote: false, + description: 'var1 description', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:2:2': { + id: 'VariableID:2:2', + name: 'var2', + key: 'variable_key2', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'FLOAT', + valuesByMode: { + '1:0': { type: 'VARIABLE_ALIAS', id: 'VariableID:2:1' }, + }, + remote: false, + description: 'var2 description', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokenFiles = tokenFilesFromLocalVariables(localVariablesResponse) + + expect(tokenFiles['collection1.mode1.json']).toEqual({ + var1: { + $type: 'number', + $value: 1, + $description: 'var1 description', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + var2: { + $type: 'number', + $value: '{var1}', + $description: 'var2 description', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }) + }) +}) diff --git a/packages/eds-tokens-sync/src/utils/token_export.ts b/packages/eds-tokens-sync/src/utils/token_export.ts new file mode 100644 index 0000000000..9cf06b1169 --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/token_export.ts @@ -0,0 +1,89 @@ +import { GetLocalVariablesResponse, LocalVariable } from '@figma/rest-api-spec' +import { rgbToHex } from './color.ts' +import { Token, TokensFile } from './token_types.ts' + +function tokenTypeFromVariable(variable: LocalVariable) { + switch (variable.resolvedType) { + case 'BOOLEAN': + return 'boolean' + case 'COLOR': + return 'color' + case 'FLOAT': + return 'number' + case 'STRING': + return 'string' + } +} + +function tokenValueFromVariable( + variable: LocalVariable, + modeId: string, + localVariables: { [id: string]: LocalVariable }, +) { + const value = variable.valuesByMode[modeId] + if (typeof value === 'object') { + if ('type' in value && value.type === 'VARIABLE_ALIAS') { + const aliasedVariable = localVariables[value.id] + return `{${aliasedVariable.name.replace(/\//g, '.')}}` + } else if ('r' in value) { + return rgbToHex(value) + } + + throw new Error(`Format of variable value is invalid: ${value?.id}`) + } else { + return value + } +} + +export function tokenFilesFromLocalVariables( + localVariablesResponse: GetLocalVariablesResponse, +) { + const tokenFiles: { [fileName: string]: TokensFile } = {} + const localVariableCollections = + localVariablesResponse.meta.variableCollections + const localVariables = localVariablesResponse.meta.variables + + Object.values(localVariables).forEach((variable) => { + // Skip remote variables because we only want to generate tokens for local variables + if (variable.remote) { + return + } + + const collection = localVariableCollections[variable.variableCollectionId] + + collection.modes.forEach((mode) => { + const fileName = `${collection.name}.${mode.name}.json` + + if (!tokenFiles[fileName]) { + tokenFiles[fileName] = {} + } + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + let obj: any = tokenFiles[fileName] + + variable.name.split('/').forEach((groupName) => { + // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access + obj[groupName] = obj[groupName] || {} + // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access + obj = obj[groupName] + }) + + const token: Token = { + $type: tokenTypeFromVariable(variable), + $value: tokenValueFromVariable(variable, mode.modeId, localVariables), + $description: variable.description, + $extensions: { + 'com.figma': { + hiddenFromPublishing: variable.hiddenFromPublishing, + scopes: variable.scopes, + codeSyntax: variable.codeSyntax, + }, + }, + } + + Object.assign(obj, token) + }) + }) + + return tokenFiles +} diff --git a/packages/eds-tokens-sync/src/utils/token_import.test.ts b/packages/eds-tokens-sync/src/utils/token_import.test.ts new file mode 100644 index 0000000000..2b2631bbba --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/token_import.test.ts @@ -0,0 +1,1073 @@ +import { GetLocalVariablesResponse } from '@figma/rest-api-spec' +import { + FlattenedTokensByFile, + generatePostVariablesPayload, + readJsonFiles, +} from './token_import.js' + +jest.mock('fs', () => { + const MOCK_FILE_INFO: { [fileName: string]: string } = { + 'tokens/collection1.mode1.json': JSON.stringify({ + spacing: { + '1': { + $type: 'number', + $value: 8, + $description: '8px spacing', + }, + '2': { + $type: 'number', + $value: 16, + $description: '16px spacing', + }, + }, + }), + 'tokens/collection2.mode1.json': JSON.stringify({ + color: { + brand: { + radish: { + $type: 'color', + $value: '#ffbe16', + $description: 'Radish color', + }, + pear: { + $type: 'color', + $value: '#ffbe16', + $description: 'Pear color', + }, + }, + }, + }), + 'tokens/collection3.mode1.json': JSON.stringify({ + token1: { $type: 'string', $value: 'value1' }, + token2: { $type: 'string', $value: 'value2' }, + }), + 'no_tokens.mode1.json': JSON.stringify({ + foo: 'bar', + }), + 'empty_file.mode1.json': '', + 'file_with_$_keys.mode1.json': JSON.stringify({ + $foo: 'bar', + token1: { $type: 'string', $value: 'value1' }, + }), + } + + return { + readFileSync: (fpath: string) => { + if (fpath in MOCK_FILE_INFO) { + return MOCK_FILE_INFO[fpath] + } else { + return '{}' + } + }, + } +}) + +describe('readJsonFiles', () => { + it('reads all files and flattens tokens inside', () => { + const result = readJsonFiles([ + 'tokens/collection1.mode1.json', + 'tokens/collection2.mode1.json', + 'tokens/collection3.mode1.json', + ]) + expect(result).toEqual({ + 'collection1.mode1.json': { + 'spacing/1': { + $type: 'number', + $value: 8, + $description: '8px spacing', + }, + 'spacing/2': { + $type: 'number', + $value: 16, + $description: '16px spacing', + }, + }, + 'collection2.mode1.json': { + 'color/brand/radish': { + $type: 'color', + $value: '#ffbe16', + $description: 'Radish color', + }, + 'color/brand/pear': { + $type: 'color', + $value: '#ffbe16', + $description: 'Pear color', + }, + }, + 'collection3.mode1.json': { + token1: { $type: 'string', $value: 'value1' }, + token2: { $type: 'string', $value: 'value2' }, + }, + }) + }) + + it('handles files that do not have any tokens', () => { + const result = readJsonFiles(['no_tokens.mode1.json']) + expect(result).toEqual({ 'no_tokens.mode1.json': {} }) + }) + + it('handles duplicate collections and modes', () => { + expect(() => { + readJsonFiles([ + 'tokens/collection1.mode1.1.json', + 'tokens/collection1.mode1.2.json', + 'tokens/collection1.mode1.3.json', + ]) + }).toThrowError( + 'Duplicate collection and mode in file: tokens/collection1.mode1.2.json', + ) + }) + + it('handles file names that do not match the expected format', () => { + expect(() => { + readJsonFiles([ + 'tokens/collection1.mode1.json', + 'tokens/collection2.mode1.json', + 'foo.json', + ]) + }).toThrowError( + 'Invalid tokens file name: foo.json. File names must be in the format: {collectionName}.{modeName}.json', + ) + }) + + it('ignores keys that start with $', () => { + const result = readJsonFiles(['file_with_$_keys.mode1.json']) + expect(result).toEqual({ + 'file_with_$_keys.mode1.json': { + token1: { $type: 'string', $value: 'value1' }, + }, + }) + }) + + it('handles empty files', () => { + expect(() => { + readJsonFiles(['empty_file.mode1.json']) + }).toThrowError( + 'Invalid tokens file: empty_file.mode1.json. File is empty.', + ) + }) +}) + +describe('generatePostVariablesPayload', () => { + it('does an initial sync', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: {}, + variables: {}, + }, + } + + const tokensByFile: FlattenedTokensByFile = { + 'primitives.mode1.json': { + 'spacing/1': { + $type: 'number', + $value: 8, + $description: '8px spacing', + }, + 'spacing/2': { $type: 'number', $value: 16 }, + 'color/brand/radish': { + $type: 'color', + $value: '#ffbe16', + $description: 'Radish color', + }, + 'color/brand/pear': { $type: 'color', $value: '#ffbe16' }, + }, + 'primitives.mode2.json': { + 'spacing/1': { $type: 'number', $value: 8 }, + 'spacing/2': { $type: 'number', $value: 16 }, + 'color/brand/radish': { $type: 'color', $value: '#010101' }, + 'color/brand/pear': { $type: 'color', $value: '#010101' }, + }, + 'tokens.mode1.json': { + 'spacing/spacing-sm': { $type: 'number', $value: '{spacing.1}' }, + 'surface/surface-brand': { + $type: 'color', + $value: '{color.brand.radish}', + }, + }, + 'tokens.mode2.json': { + 'spacing/spacing-sm': { $type: 'number', $value: '{spacing.1}' }, + 'surface/surface-brand': { + $type: 'color', + $value: '{color.brand.pear}', + }, + }, + } + + const result = generatePostVariablesPayload( + tokensByFile, + localVariablesResponse, + ) + expect(result.variableCollections).toEqual([ + { + action: 'CREATE', + id: 'primitives', + name: 'primitives', + initialModeId: 'mode1', + }, + { + action: 'CREATE', + id: 'tokens', + name: 'tokens', + initialModeId: 'mode1', + }, + ]) + + expect(result.variableModes).toEqual([ + { + action: 'UPDATE', + id: 'mode1', + name: 'mode1', + variableCollectionId: 'primitives', + }, + { + action: 'CREATE', + id: 'mode2', + name: 'mode2', + variableCollectionId: 'primitives', + }, + { + action: 'UPDATE', + id: 'mode1', + name: 'mode1', + variableCollectionId: 'tokens', + }, + { + action: 'CREATE', + id: 'mode2', + name: 'mode2', + variableCollectionId: 'tokens', + }, + ]) + + expect(result.variables).toEqual([ + // variables for the primitives collection + { + action: 'CREATE', + id: 'spacing/1', + name: 'spacing/1', + variableCollectionId: 'primitives', + resolvedType: 'FLOAT', + description: '8px spacing', + }, + { + action: 'CREATE', + id: 'spacing/2', + name: 'spacing/2', + variableCollectionId: 'primitives', + resolvedType: 'FLOAT', + }, + { + action: 'CREATE', + id: 'color/brand/radish', + name: 'color/brand/radish', + variableCollectionId: 'primitives', + resolvedType: 'COLOR', + description: 'Radish color', + }, + { + action: 'CREATE', + id: 'color/brand/pear', + name: 'color/brand/pear', + variableCollectionId: 'primitives', + resolvedType: 'COLOR', + }, + + // variables for the tokens collection + { + action: 'CREATE', + id: 'spacing/spacing-sm', + name: 'spacing/spacing-sm', + variableCollectionId: 'tokens', + resolvedType: 'FLOAT', + }, + { + action: 'CREATE', + id: 'surface/surface-brand', + name: 'surface/surface-brand', + variableCollectionId: 'tokens', + resolvedType: 'COLOR', + }, + ]) + + expect(result.variableModeValues).toEqual([ + // primitives, mode1 + { variableId: 'spacing/1', modeId: 'mode1', value: 8 }, + { variableId: 'spacing/2', modeId: 'mode1', value: 16 }, + { + variableId: 'color/brand/radish', + modeId: 'mode1', + value: { r: 1, g: 0.7450980392156863, b: 0.08627450980392157 }, + }, + { + variableId: 'color/brand/pear', + modeId: 'mode1', + value: { r: 1, g: 0.7450980392156863, b: 0.08627450980392157 }, + }, + + // primitives, mode2 + { variableId: 'spacing/1', modeId: 'mode2', value: 8 }, + { variableId: 'spacing/2', modeId: 'mode2', value: 16 }, + { + variableId: 'color/brand/radish', + modeId: 'mode2', + value: { + r: 0.00392156862745098, + g: 0.00392156862745098, + b: 0.00392156862745098, + }, + }, + { + variableId: 'color/brand/pear', + modeId: 'mode2', + value: { + r: 0.00392156862745098, + g: 0.00392156862745098, + b: 0.00392156862745098, + }, + }, + + // tokens, mode1 + { + variableId: 'spacing/spacing-sm', + modeId: 'mode1', + value: { type: 'VARIABLE_ALIAS', id: 'spacing/1' }, + }, + { + variableId: 'surface/surface-brand', + modeId: 'mode1', + value: { type: 'VARIABLE_ALIAS', id: 'color/brand/radish' }, + }, + + // tokens, mode2 + { + variableId: 'spacing/spacing-sm', + modeId: 'mode2', + value: { type: 'VARIABLE_ALIAS', id: 'spacing/1' }, + }, + { + variableId: 'surface/surface-brand', + modeId: 'mode2', + value: { type: 'VARIABLE_ALIAS', id: 'color/brand/pear' }, + }, + ]) + }) + + it('does an in-place update', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'primitives', + modes: [{ modeId: '1:0', name: 'mode1' }], + defaultModeId: '1:0', + remote: false, + key: 'variableKey', + hiddenFromPublishing: false, + variableIds: [ + 'VariableID:2:1', + 'VariableID:2:2', + 'VariableID:2:3', + 'VariableID:2:4', + ], + }, + }, + variables: { + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'spacing/1', + key: 'variable_key', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'FLOAT', + valuesByMode: { + '1:0': 8, + }, + remote: false, + description: '8px spacing', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: { WEB: 'web', ANDROID: 'android' }, + }, + 'VariableID:2:2': { + id: 'VariableID:2:2', + name: 'spacing/2', + key: 'variable_key2', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'FLOAT', + valuesByMode: { + '1:0': 15, // Different from token value + }, + remote: false, + description: 'Another spacing', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: { WEB: 'web', ANDROID: 'android' }, + }, + 'VariableID:2:3': { + id: 'VariableID:2:3', + name: 'color/brand/radish', + key: 'variable_key3', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'COLOR', + valuesByMode: { + '1:0': { + r: 1, + g: 0.7450980392156863, + b: 0.08627450980392157, + a: 1, + }, + }, + remote: false, + description: 'Radish color', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:2:4': { + id: 'VariableID:2:4', + name: 'color/brand/pear', + key: 'variable_key4', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'COLOR', + valuesByMode: { + // Different from token value + '1:0': { r: 1, g: 0, b: 0.08627450980392157, a: 1 }, + }, + remote: false, + description: 'Pear color', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokensByFile: FlattenedTokensByFile = { + 'primitives.mode1.json': { + 'spacing/1': { + $type: 'number', + $value: 8, + $description: '8px spacing', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: { WEB: 'web', ANDROID: 'android' }, + }, + }, + }, + 'spacing/2': { + $type: 'number', + $value: 16, + $description: 'changed description', + $extensions: { + 'com.figma': { + hiddenFromPublishing: true, + scopes: ['TEXT_CONTENT'], + codeSyntax: { WEB: 'web', ANDROID: 'android_new' }, + }, + }, + }, + 'color/brand/radish': { $type: 'color', $value: '#ffbe16' }, + 'color/brand/pear': { $type: 'color', $value: '#ffbe16' }, + }, + 'primitives.mode2.json': { + 'spacing/1': { $type: 'number', $value: 8 }, + 'spacing/2': { $type: 'number', $value: 16 }, + 'color/brand/radish': { $type: 'color', $value: '#010101' }, + 'color/brand/pear': { $type: 'color', $value: '#010101' }, + }, + 'tokens.mode1.json': { + 'spacing/spacing-sm': { $type: 'number', $value: '{spacing.1}' }, + 'surface/surface-brand': { + $type: 'color', + $value: '{color.brand.radish}', + }, + }, + 'tokens.mode2.json': { + 'spacing/spacing-sm': { $type: 'number', $value: '{spacing.1}' }, + 'surface/surface-brand': { + $type: 'color', + $value: '{color.brand.pear}', + }, + }, + } + + const result = generatePostVariablesPayload( + tokensByFile, + localVariablesResponse, + ) + expect(result.variableCollections).toEqual([ + { + action: 'CREATE', + id: 'tokens', + name: 'tokens', + initialModeId: 'mode1', + }, + ]) + + expect(result.variableModes).toEqual([ + { + action: 'CREATE', + id: 'mode2', + name: 'mode2', + variableCollectionId: 'VariableCollectionId:1:1', + }, + { + action: 'UPDATE', + id: 'mode1', + name: 'mode1', + variableCollectionId: 'tokens', + }, + { + action: 'CREATE', + id: 'mode2', + name: 'mode2', + variableCollectionId: 'tokens', + }, + ]) + + expect(result.variables).toEqual([ + { + action: 'UPDATE', + id: 'VariableID:2:2', + description: 'changed description', + hiddenFromPublishing: true, + scopes: ['TEXT_CONTENT'], + codeSyntax: { WEB: 'web', ANDROID: 'android_new' }, + }, + // new variables for the tokens collection + { + action: 'CREATE', + id: 'spacing/spacing-sm', + name: 'spacing/spacing-sm', + variableCollectionId: 'tokens', + resolvedType: 'FLOAT', + }, + { + action: 'CREATE', + id: 'surface/surface-brand', + name: 'surface/surface-brand', + variableCollectionId: 'tokens', + resolvedType: 'COLOR', + }, + ]) + + expect(result.variableModeValues).toEqual([ + // primitives, mode1 + { variableId: 'VariableID:2:2', modeId: '1:0', value: 16 }, + { + variableId: 'VariableID:2:4', + modeId: '1:0', + value: { r: 1, g: 0.7450980392156863, b: 0.08627450980392157 }, + }, + + // primitives, mode2 + { variableId: 'VariableID:2:1', modeId: 'mode2', value: 8 }, + { variableId: 'VariableID:2:2', modeId: 'mode2', value: 16 }, + { + variableId: 'VariableID:2:3', + modeId: 'mode2', + value: { + r: 0.00392156862745098, + g: 0.00392156862745098, + b: 0.00392156862745098, + }, + }, + { + variableId: 'VariableID:2:4', + modeId: 'mode2', + value: { + r: 0.00392156862745098, + g: 0.00392156862745098, + b: 0.00392156862745098, + }, + }, + + // tokens, mode1 + { + variableId: 'spacing/spacing-sm', + modeId: 'mode1', + value: { type: 'VARIABLE_ALIAS', id: 'VariableID:2:1' }, + }, + { + variableId: 'surface/surface-brand', + modeId: 'mode1', + value: { type: 'VARIABLE_ALIAS', id: 'VariableID:2:3' }, + }, + + // tokens, mode2 + { + variableId: 'spacing/spacing-sm', + modeId: 'mode2', + value: { type: 'VARIABLE_ALIAS', id: 'VariableID:2:1' }, + }, + { + variableId: 'surface/surface-brand', + modeId: 'mode2', + value: { type: 'VARIABLE_ALIAS', id: 'VariableID:2:4' }, + }, + ]) + }) + + it('noops when everything is already in sync (with aliases)', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'collection', + modes: [{ modeId: '1:0', name: 'mode1' }], + defaultModeId: '1:0', + remote: false, + key: 'variableKey', + hiddenFromPublishing: false, + variableIds: ['VariableID:2:1', 'VariableID:2:2'], + }, + }, + variables: { + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'var1', + key: 'variable_key', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'STRING', + valuesByMode: { + '1:0': 'hello world!', + }, + remote: false, + description: '', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:2:2': { + id: 'VariableID:2:2', + name: 'var2', + key: 'variable_key2', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'STRING', + valuesByMode: { + '1:0': { type: 'VARIABLE_ALIAS', id: 'VariableID:2:1' }, + }, + remote: false, + description: '', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokensByFile: FlattenedTokensByFile = { + 'collection.mode1.json': { + var1: { + $type: 'string', + $value: 'hello world!', + $description: '', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + var2: { + $type: 'string', + $value: '{var1}', + $description: '', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + } + + const result = generatePostVariablesPayload( + tokensByFile, + localVariablesResponse, + ) + + expect(result).toEqual({ + variableCollections: [], + variableModes: [], + variables: [], + variableModeValues: [], + }) + }) + + it('noops if tokens happen to match remote collections and variables', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'collection', + modes: [{ modeId: '1:0', name: 'mode1' }], + defaultModeId: '1:0', + remote: true, + key: 'variableKey', + hiddenFromPublishing: false, + variableIds: ['VariableID:2:1', 'VariableID:2:2'], + }, + }, + variables: { + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'var1', + key: 'variable_key', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'STRING', + valuesByMode: { + '1:0': 'hello world!', + }, + remote: true, + description: '', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:2:2': { + id: 'VariableID:2:2', + name: 'var2', + key: 'variable_key2', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'STRING', + valuesByMode: { + '1:0': { type: 'VARIABLE_ALIAS', id: 'VariableID:2:1' }, + }, + remote: true, + description: '', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokensByFile: FlattenedTokensByFile = { + 'collection.mode1.json': { + var1: { + $type: 'string', + $value: 'hello world!', + $description: '', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + var2: { + $type: 'string', + $value: '{var1}', + $description: '', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + } + + const result = generatePostVariablesPayload( + tokensByFile, + localVariablesResponse, + ) + + expect(result).toEqual({ + variableCollections: [], + variableModes: [], + variables: [], + variableModeValues: [], + }) + }) + + it('throws on attempted modifications to remote variables', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'collection', + modes: [{ modeId: '1:0', name: 'mode1' }], + defaultModeId: '1:0', + remote: true, + key: 'variableKey', + hiddenFromPublishing: false, + variableIds: ['VariableID:2:1', 'VariableID:2:2'], + }, + }, + variables: { + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'var1', + key: 'variable_key', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'STRING', + valuesByMode: { + '1:0': 'hello world!', + }, + remote: true, + description: '', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:2:2': { + id: 'VariableID:2:2', + name: 'var2', + key: 'variable_key2', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'STRING', + valuesByMode: { + '1:0': { type: 'VARIABLE_ALIAS', id: 'VariableID:2:1' }, + }, + remote: true, + description: '', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokensByFile: FlattenedTokensByFile = { + 'collection.mode1.json': { + var1: { + $type: 'string', + $value: 'hello world!', + $description: '', + $extensions: { + 'com.figma': { + hiddenFromPublishing: true, // modification + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + var2: { + $type: 'string', + $value: '{var1}', + $description: '', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + } + + expect(() => { + generatePostVariablesPayload(tokensByFile, localVariablesResponse) + }).toThrowError( + `Cannot update remote variable "var1" in collection "collection"`, + ) + }) + + it('updates aliases to remote variables', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'primitives', + modes: [{ modeId: '1:0', name: 'mode1' }], + defaultModeId: '1:0', + remote: true, + key: 'variableCollectionKey1', + hiddenFromPublishing: false, + variableIds: ['VariableID:1:2', 'VariableID:1:3'], + }, + 'VariableCollectionId:2:1': { + id: 'VariableCollectionId:2:1', + name: 'tokens', + modes: [{ modeId: '2:0', name: 'mode1' }], + defaultModeId: '2:0', + remote: false, + key: 'variableCollectionKey2', + hiddenFromPublishing: false, + variableIds: ['VariableID:2:1'], + }, + }, + variables: { + // 2 color variables in the primitives collection + 'VariableID:1:2': { + id: 'VariableID:1:2', + name: 'gray/100', + key: 'variableKey1', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'COLOR', + valuesByMode: { + '1:0': { r: 0.98, g: 0.98, b: 0.98, a: 1 }, + }, + remote: true, + description: 'light gray', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + 'VariableID:1:3': { + id: 'VariableID:1:3', + name: 'gray/200', + key: 'variableKey2', + variableCollectionId: 'VariableCollectionId:1:1', + resolvedType: 'COLOR', + valuesByMode: { + '1:0': { r: 0.96, g: 0.96, b: 0.96, a: 1 }, + }, + remote: true, + description: 'light gray', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + // 1 color variable in the tokens collection + 'VariableID:2:1': { + id: 'VariableID:2:1', + name: 'surface/surface-brand', + key: 'variableKey3', + variableCollectionId: 'VariableCollectionId:2:1', + resolvedType: 'COLOR', + valuesByMode: { + '2:0': { type: 'VARIABLE_ALIAS', id: 'VariableID:1:2' }, + }, + remote: false, + description: 'light gray', + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + } + + const tokensByFile: FlattenedTokensByFile = { + 'tokens.mode1.json': { + // Change the alias to point to the other variable in the primitives collection + 'surface/surface-brand': { $type: 'color', $value: '{gray.200}' }, + }, + } + + const result = generatePostVariablesPayload( + tokensByFile, + localVariablesResponse, + ) + + expect(result.variableCollections).toEqual([]) + expect(result.variableModes).toEqual([]) + expect(result.variables).toEqual([]) + expect(result.variableModeValues).toEqual([ + { + variableId: 'VariableID:2:1', + modeId: '2:0', + value: { type: 'VARIABLE_ALIAS', id: 'VariableID:1:3' }, + }, + ]) + }) + + it('throws on unsupported token types', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: {}, + variables: {}, + }, + } + + // eslint-disable-next-line @typescript-eslint/no-explicit-any + const tokensByFile: any = { + 'primitives.mode1.json': { + 'font-weight-default': { $type: 'fontWeight', $value: 400 }, + }, + } + + expect(() => { + // eslint-disable-next-line @typescript-eslint/no-unsafe-argument + generatePostVariablesPayload(tokensByFile, localVariablesResponse) + }).toThrowError('Invalid token $type: fontWeight') + }) + + it('throws on duplicate variable collections in the Figma file', () => { + const localVariablesResponse: GetLocalVariablesResponse = { + status: 200, + error: false, + meta: { + variableCollections: { + 'VariableCollectionId:1:1': { + id: 'VariableCollectionId:1:1', + name: 'collection', + modes: [{ modeId: '1:0', name: 'mode1' }], + defaultModeId: '1:0', + remote: false, + key: 'variableCollectionKey1', + hiddenFromPublishing: false, + variableIds: [], + }, + 'VariableCollectionId:1:2': { + id: 'VariableCollectionId:1:2', + name: 'collection', + modes: [{ modeId: '2:0', name: 'mode1' }], + defaultModeId: '2:0', + remote: false, + key: 'variableCollectionKey2', + hiddenFromPublishing: false, + variableIds: [], + }, + }, + variables: {}, + }, + } + + const tokensByFile: FlattenedTokensByFile = { + 'collection.mode1.json': { + var1: { + $type: 'string', + $value: 'hello world!', + $description: '', + $extensions: { + 'com.figma': { + hiddenFromPublishing: false, + scopes: ['ALL_SCOPES'], + codeSyntax: {}, + }, + }, + }, + }, + } + + expect(() => { + generatePostVariablesPayload(tokensByFile, localVariablesResponse) + }).toThrowError('Duplicate variable collection in file: collection') + }) +}) diff --git a/packages/eds-tokens-sync/src/utils/token_import.ts b/packages/eds-tokens-sync/src/utils/token_import.ts new file mode 100644 index 0000000000..618166c16a --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/token_import.ts @@ -0,0 +1,418 @@ +import * as fs from 'fs' +import * as path from 'path' + +import { colorApproximatelyEqual, parseColor } from './color.ts' +import { areSetsEqual } from './utils.ts' +import { Token, TokenOrTokenGroup, TokensFile } from './token_types.ts' +import { + GetLocalVariablesResponse, + LocalVariable, + LocalVariableCollection, + PostVariablesRequestBody, + VariableCodeSyntax, + VariableCreate, + VariableUpdate, + VariableValue, +} from '@figma/rest-api-spec' + +export type FlattenedTokensByFile = { + [fileName: string]: { + [tokenName: string]: Token + } +} + +export function readJsonFiles(files: string[]) { + const tokensJsonByFile: FlattenedTokensByFile = {} + + const seenCollectionsAndModes = new Set() + + files.forEach((file) => { + const baseFileName = path.basename(file) + const { collectionName, modeName } = + collectionAndModeFromFileName(baseFileName) + + if (seenCollectionsAndModes.has(`${collectionName}.${modeName}`)) { + throw new Error(`Duplicate collection and mode in file: ${file}`) + } + + seenCollectionsAndModes.add(`${collectionName}.${modeName}`) + + const fileContent = fs.readFileSync(file, { encoding: 'utf-8' }) + + if (!fileContent) { + throw new Error(`Invalid tokens file: ${file}. File is empty.`) + } + + // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment + const tokensFile: TokensFile = JSON.parse(fileContent) + + tokensJsonByFile[baseFileName] = flattenTokensFile(tokensFile) + }) + + return tokensJsonByFile +} + +function flattenTokensFile(tokensFile: TokensFile) { + const flattenedTokens: { [tokenName: string]: Token } = {} + + Object.entries(tokensFile).forEach(([tokenGroup, groupValues]) => { + traverseCollection({ + key: tokenGroup, + object: groupValues, + tokens: flattenedTokens, + }) + }) + + return flattenedTokens +} + +function traverseCollection({ + key, + object, + tokens, +}: { + key: string + object: TokenOrTokenGroup + tokens: { [tokenName: string]: Token } +}) { + // if key is a meta field, move on + if (key.charAt(0) === '$') { + return + } + + if (object.$value !== undefined) { + tokens[key] = object + } else { + Object.entries(object).forEach(([key2, object2]) => { + if (key2.charAt(0) !== '$' && typeof object2 === 'object') { + traverseCollection({ + key: `${key}/${key2}`, + object: object2, + tokens, + }) + } + }) + } +} + +function collectionAndModeFromFileName(fileName: string) { + const fileNameParts = fileName.split('.') + if (fileNameParts.length < 3) { + throw new Error( + `Invalid tokens file name: ${fileName}. File names must be in the format: {collectionName}.{modeName}.json`, + ) + } + const [collectionName, modeName] = fileNameParts + return { collectionName, modeName } +} + +function variableResolvedTypeFromToken(token: Token) { + switch (token.$type) { + case 'color': + return 'COLOR' + case 'number': + return 'FLOAT' + case 'string': + return 'STRING' + case 'boolean': + return 'BOOLEAN' + default: + throw new Error(`Invalid token $type: ${JSON.stringify(token)}`) + } +} + +function isAlias(value: string) { + return value.toString().trim().charAt(0) === '{' +} + +function variableValueFromToken( + token: Token, + localVariablesByCollectionAndName: { + [variableCollectionId: string]: { [variableName: string]: LocalVariable } + }, +): VariableValue { + if (typeof token.$value === 'string' && isAlias(token.$value)) { + // Assume aliases are in the format {group.subgroup.token} with any number of optional groups/subgroups + // The Figma syntax for variable names is: group/subgroup/token + const value = token.$value.trim().replace(/\./g, '/').replace(/[{}]/g, '') + + // When mapping aliases to existing local variables, we assume that variable names + // are unique *across all collections* in the Figma file + for (const localVariablesByName of Object.values( + localVariablesByCollectionAndName, + )) { + if (localVariablesByName[value]) { + return { + type: 'VARIABLE_ALIAS', + id: localVariablesByName[value].id, + } + } + } + + // If we don't find a local variable matching the alias, we assume it's a variable + // that we're going to create elsewhere in the payload. + // If the file has an invalid alias, we rely on the Figma API to return a 400 error + return { + type: 'VARIABLE_ALIAS', + id: value, + } + } else if (typeof token.$value === 'string' && token.$type === 'color') { + return parseColor(token.$value) + } else { + return token.$value + } +} + +function compareVariableValues(a: VariableValue, b: VariableValue) { + if (typeof a === 'object' && typeof b === 'object') { + if ( + 'type' in a && + 'type' in b && + a.type === 'VARIABLE_ALIAS' && + b.type === 'VARIABLE_ALIAS' + ) { + return a.id === b.id + } else if ('r' in a && 'r' in b) { + return colorApproximatelyEqual(a, b) + } + } else { + return a === b + } + + return false +} + +function isCodeSyntaxEqual(a: VariableCodeSyntax, b: VariableCodeSyntax) { + return ( + Object.keys(a).length === Object.keys(b).length && + Object.keys(a).every( + (key) => + a[key as keyof VariableCodeSyntax] === + b[key as keyof VariableCodeSyntax], + ) + ) +} + +/** + * Get writable token properties that are different from the variable. + * If the variable does not exist, all writable properties are returned. + * + * This function is being used to decide what properties to include in the + * POST variables call to update variables in Figma. If a token does not have + * a particular property, we do not include it in the differences object to avoid + * touching that property in Figma. + */ +function tokenAndVariableDifferences( + token: Token, + variable: LocalVariable | null, +) { + const differences: Partial< + Omit< + VariableCreate | VariableUpdate, + 'id' | 'name' | 'variableCollectionId' | 'resolvedType' | 'action' + > + > = {} + + if ( + token.$description !== undefined && + (!variable || token.$description !== variable.description) + ) { + differences.description = token.$description + } + + if (token.$extensions && token.$extensions['com.figma']) { + const figmaExtensions = token.$extensions['com.figma'] + + if ( + figmaExtensions.hiddenFromPublishing !== undefined && + (!variable || + figmaExtensions.hiddenFromPublishing !== variable.hiddenFromPublishing) + ) { + differences.hiddenFromPublishing = figmaExtensions.hiddenFromPublishing + } + + if ( + figmaExtensions.scopes && + (!variable || + !areSetsEqual( + new Set(figmaExtensions.scopes), + new Set(variable.scopes), + )) + ) { + differences.scopes = figmaExtensions.scopes + } + + if ( + figmaExtensions.codeSyntax && + (!variable || + !isCodeSyntaxEqual(figmaExtensions.codeSyntax, variable.codeSyntax)) + ) { + differences.codeSyntax = figmaExtensions.codeSyntax + } + } + + return differences +} + +export function generatePostVariablesPayload( + tokensByFile: FlattenedTokensByFile, + localVariables: GetLocalVariablesResponse, +) { + const localVariableCollectionsByName: { + [name: string]: LocalVariableCollection + } = {} + const localVariablesByCollectionAndName: { + [variableCollectionId: string]: { [variableName: string]: LocalVariable } + } = {} + + Object.values(localVariables.meta.variableCollections).forEach( + (collection) => { + if (localVariableCollectionsByName[collection.name]) { + throw new Error( + `Duplicate variable collection in file: ${collection.name}`, + ) + } + + localVariableCollectionsByName[collection.name] = collection + }, + ) + + Object.values(localVariables.meta.variables).forEach((variable) => { + if (!localVariablesByCollectionAndName[variable.variableCollectionId]) { + localVariablesByCollectionAndName[variable.variableCollectionId] = {} + } + + localVariablesByCollectionAndName[variable.variableCollectionId][ + variable.name + ] = variable + }) + + console.log( + 'Local variable collections in Figma file:', + Object.keys(localVariableCollectionsByName), + ) + + const postVariablesPayload: PostVariablesRequestBody = { + variableCollections: [], + variableModes: [], + variables: [], + variableModeValues: [], + } + + Object.entries(tokensByFile).forEach(([fileName, tokens]) => { + const { collectionName, modeName } = collectionAndModeFromFileName(fileName) + + const variableCollection = localVariableCollectionsByName[collectionName] + // Use the actual variable collection id or use the name as the temporary id + const variableCollectionId = variableCollection + ? variableCollection.id + : collectionName + const variableMode = variableCollection?.modes.find( + (mode) => mode.name === modeName, + ) + // Use the actual mode id or use the name as the temporary id + const modeId = variableMode ? variableMode.modeId : modeName + + if ( + !variableCollection && + !postVariablesPayload.variableCollections?.find( + (c) => c.id === variableCollectionId, + ) + ) { + postVariablesPayload.variableCollections?.push({ + action: 'CREATE', + id: variableCollectionId, + name: variableCollectionId, + initialModeId: modeId, // Use the initial mode as the first mode + }) + + // Rename the initial mode, since we're using it as our first mode in the collection + postVariablesPayload.variableModes?.push({ + action: 'UPDATE', + id: modeId, + name: modeId, + variableCollectionId, + }) + } + + // Add a new mode if it doesn't exist in the Figma file + // and it's not the initial mode in the collection + if ( + !variableMode && + !postVariablesPayload.variableCollections?.find( + (c) => + c.id === variableCollectionId && + 'initialModeId' in c && + c.initialModeId === modeId, + ) + ) { + postVariablesPayload.variableModes?.push({ + action: 'CREATE', + id: modeId, + name: modeId, + variableCollectionId, + }) + } + + const localVariablesByName = + localVariablesByCollectionAndName[variableCollection?.id] || {} + + Object.entries(tokens).forEach(([tokenName, token]) => { + const variable = localVariablesByName[tokenName] + const variableId = variable ? variable.id : tokenName + const variableInPayload = postVariablesPayload.variables?.find( + (v) => + v.id === variableId && + 'variableCollectionId' in v && + v.variableCollectionId === variableCollectionId, + ) + const differences = tokenAndVariableDifferences(token, variable) + + // Add a new variable if it doesn't exist in the Figma file, + // and we haven't added it already in another mode + if (!variable && !variableInPayload) { + postVariablesPayload.variables?.push({ + action: 'CREATE', + id: variableId, + name: tokenName, + variableCollectionId, + resolvedType: variableResolvedTypeFromToken(token), + ...differences, + }) + } else if (variable && Object.keys(differences).length > 0) { + if (variable.remote) { + throw new Error( + `Cannot update remote variable "${variable.name}" in collection "${collectionName}"`, + ) + } + + postVariablesPayload.variables?.push({ + action: 'UPDATE', + id: variableId, + ...differences, + }) + } + + const existingVariableValue = + variable && variableMode ? variable.valuesByMode[modeId] : null + const newVariableValue = variableValueFromToken( + token, + localVariablesByCollectionAndName, + ) + + // Only include the variable mode value in the payload if it's different from the existing value + if ( + existingVariableValue === null || + !compareVariableValues(existingVariableValue, newVariableValue) + ) { + postVariablesPayload.variableModeValues?.push({ + variableId, + modeId, + value: newVariableValue, + }) + } + }) + }) + + return postVariablesPayload +} diff --git a/packages/eds-tokens-sync/src/utils/token_types.ts b/packages/eds-tokens-sync/src/utils/token_types.ts new file mode 100644 index 0000000000..a2a0b9cbf9 --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/token_types.ts @@ -0,0 +1,55 @@ +/** + * This file defines what design tokens and design token files look like in the codebase. + * + * Tokens are distinct from variables, in that a [token](https://tr.designtokens.org/format/#design-token) + * is a name/value pair (with other properties), while a variable in Figma stores multiple values, + * one for each mode. + */ + +import { VariableCodeSyntax, VariableScope } from '@figma/rest-api-spec' + +export interface Token { + /** + * The [type](https://tr.designtokens.org/format/#type-0) of the token. + * + * We allow `string` and `boolean` types in addition to the draft W3C spec's `color` and `number` types + * to align with the resolved types for Figma variables. + */ + $type: 'color' | 'number' | 'string' | 'boolean' + $value: string | number | boolean + $description?: string + $extensions?: { + /** + * The `com.figma` namespace stores Figma-specific variable properties + */ + 'com.figma'?: { + hiddenFromPublishing?: boolean + scopes?: VariableScope[] + codeSyntax?: VariableCodeSyntax + } + } +} + +export type TokenOrTokenGroup = + | Token + | ({ + [tokenName: string]: Token + } & { $type?: never; $value?: never }) + +/** + * Defines what we expect a Design Tokens file to look like in the codebase. + * + * This format mostly adheres to the [draft W3C spec for Design Tokens](https://tr.designtokens.org/format/) + * as of its most recent 24 July 2023 revision except for the $type property, for which + * we allow `string` and `boolean` values in addition to the spec's `color` and `number` values. + * We need to support `string` and `boolean` types to align with the resolved types for Figma variables. + * + * Additionally, we expect each tokens file to define tokens for a single variable collection and mode. + * There currently isn't a way to represent modes or themes in the W3C community group design token specification. + * Once the spec resolves how it wants to treat/handle modes, this code will be updated to reflect the new standard. + * + * Follow this discussion for updates: https://github.com/design-tokens/community-group/issues/210 + */ +export type TokensFile = { + [key: string]: TokenOrTokenGroup +} diff --git a/packages/eds-tokens-sync/src/utils/utils.ts b/packages/eds-tokens-sync/src/utils/utils.ts new file mode 100644 index 0000000000..d7ec46de81 --- /dev/null +++ b/packages/eds-tokens-sync/src/utils/utils.ts @@ -0,0 +1,11 @@ +export function green(msg: string) { + return `\x1b[32m${msg}\x1b[0m` +} + +export function brightRed(msg: string) { + return `\x1b[1;31m${msg}\x1b[0m` +} + +export function areSetsEqual(a: Set, b: Set) { + return a.size === b.size && [...a].every((item) => b.has(item)) +} diff --git a/packages/eds-tokens-sync/tsconfig.json b/packages/eds-tokens-sync/tsconfig.json new file mode 100644 index 0000000000..75abdef265 --- /dev/null +++ b/packages/eds-tokens-sync/tsconfig.json @@ -0,0 +1,23 @@ +{ + "compilerOptions": { + "target": "ES2020", + "useDefineForClassFields": true, + "module": "ESNext", + "lib": ["ES2020", "DOM", "DOM.Iterable"], + "skipLibCheck": true, + + /* Bundler mode */ + "moduleResolution": "bundler", + "allowImportingTsExtensions": true, + "resolveJsonModule": true, + "isolatedModules": true, + "noEmit": true, + + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true + }, + "include": ["src"] +} diff --git a/packages/eds-tokens-sync/vite.config.ts b/packages/eds-tokens-sync/vite.config.ts new file mode 100644 index 0000000000..56acf4cbf2 --- /dev/null +++ b/packages/eds-tokens-sync/vite.config.ts @@ -0,0 +1,45 @@ +/* eslint-disable import/no-default-export */ + +import { resolve } from 'path' +import { defineConfig } from 'vite' +import dts from 'vite-plugin-dts' + +export default defineConfig({ + build: { + lib: { + name: 'eds-tokens-sync', + entry: [ + resolve(__dirname, 'src/main.ts'), + resolve(__dirname, 'src/scripts/sync_figma_to_tokens.ts'), + resolve(__dirname, 'src/scripts/sync_tokens_to_figma.ts'), + ], + }, + rollupOptions: { + external: [ + '@figma/rest-api-spec', + 'dotenv', + 'axios', + 'fs', + 'path', + 'os', + 'crypto', + ], + output: { + globals: { + '@figma/rest-api-spec': '@figma/rest-api-spec', + dotenv: 'dotenv', + axios: 'axios', + fs: 'fs', + path: 'path', + os: 'os', + crypto: 'crypto', + }, + }, + }, + }, + plugins: [ + dts({ + rollupTypes: true, + }), + ], +}) diff --git a/packages/eds-tokens/.vscode/settings.json b/packages/eds-tokens/.vscode/settings.json new file mode 100644 index 0000000000..380ce652fd --- /dev/null +++ b/packages/eds-tokens/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cSpell.words": ["colorjs", "lightningcss", "OKLCH"] +} diff --git a/packages/eds-tokens/README.md b/packages/eds-tokens/README.md index 8c012bd018..ae21a887e3 100644 --- a/packages/eds-tokens/README.md +++ b/packages/eds-tokens/README.md @@ -1,15 +1,11 @@ # @equinor/eds-tokens -[Design tokens] used in the Equinor Design System (EDS), such as colours, typography, spacings etc… +[Design tokens] used in the Equinor Design System (EDS), such as colours, spacings and typography. ## Installation ```sh -npm install @equinor/eds-tokens -``` -If you use Typescript, make sure you have typescript >= 3.8 as a devDependency: -```sh -npm install typescript --save-dev +pnpm add @equinor/eds-tokens ``` ## Usage @@ -29,3 +25,83 @@ import { tokens } from '@equinor/eds-tokens' - Typography (`ot`, `woff` or `woff2` font required) [design tokens]: https://css-tricks.com/what-are-design-tokens/ + + +# Sync variables in Figma to tokens in code + +This repository contains a couple of GitHub Actions workflows: + +- Sync tokens to Figma +- Sync Figma variables to tokens + +These workflows demonstrate bi-directional syncing between variables in Figma and design tokens in a codebase using Figma's [Variables REST API](https://www.figma.com/developers/api#variables). For more background and a graphical representation of what these workflows do, see our [Syncing design systems using Variables REST API](https://www.figma.com/community/file/1270821372236564565) FigJam file. + +To use these workflows, you should copy the code in this repository into your organization and modify it to suit the needs of your design processes. + +## Prerequisites + +To use the "Sync Figma variables to tokens" workflow, you must be a full member of an Enterprise org in Figma. To use the "Sync tokens to Figma" workflow, you must also have an editor seat. + +Both workflows assume that you have a single Figma file with local variable collections, along with one or more tokens json files in the `tokens/` directory that adhere\* to the [draft W3C spec for Design Tokens](https://tr.designtokens.org/format/). For demonstration purposes, this directory contains the tokens exported from the [Get started with variables](https://www.figma.com/community/file/1253086684245880517/Get-started-with-variables) Community file. Have a copy of this file ready if you want to try out the workflow with these existing tokens. + +> \*See `src/token_types.ts` for more details on the format of the expected tokens json files, including the deviations from the draft design tokens spec we've had to make. **We expect there to be one tokens file per variable collection and mode.** + +In addition, you must also have a [personal access token](https://www.figma.com/developers/api#access-tokens) for the Figma API to allow these workflows to authenticate with the API. For the "Sync Figma variables to tokens" workflow, the token must have at least the Read-only Variables scope selected. For the "Sync tokens to Figma" workflow, the token must have the Read and write Variables scope selected. + +## Usage + +Before running either of these workflows, you'll need to create an [encrypted secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) in your repository named `GH_ACTION_VARIABLES_SYNC_FIGMA_TOKEN` containing your personal access token. + +Both workflows are configured to [run manually](https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow) for demonstration purposes, and are designed to be as conservative as possible in their functionality (see details below). + +### Sync Figma variables to tokens + +To run the "Sync Figma variables to tokens" workflow: + +- Open the workflow under the **Actions** tab in your repository and click **Run workflow** +- You will be asked to provide the file key of the Figma file. The file key can be obtained from any Figma file URL: `https://www.figma.com/file/{file_key}/{title}`. +- After the workflow finishes, you should see a new pull request if there are changes to be made to the tokens files in the `tokens/` directory. If there are no changes to be made, then a pull request will not be created. + +This workflow has some key behaviors to note: + +- After generating the new tokens json files, this workflow creates a pull request for someone on the team to review. If you prefer, you can modify the workflow to commit directly to a designated branch without creating a pull request. +- If a variable collection or mode is removed from the Figma file, the corresponding tokens file will not be removed from the codebase. + +### Sync tokens to Figma + +To run the "Sync tokens to Figma" workflow: + +- Open the workflow under the **Actions** tab in your repository and click **Run workflow** +- You will be asked to provide the file key of the Figma file. The file key can be obtained from any Figma file URL: `https://www.figma.com/file/{file_key}/{title}`. Note: if you are trying out this workflow for the first time, use a file that is separate from your design system to avoid any unintended changes. +- After the workflow finishes, open the file in Figma and observe that the variables should be updated to reflect the tokens in your tokens files. + +This workflow has some key behaviors to note: + +- Though this workflow is configured to run manually, you're free to modify it to run on code push to a specified branch once you are comfortable with its behavior. +- When syncing to a Figma file that does not have any variable collections, this workflow will add brand-new collections and variables. When syncing to a Figma file that has existing variable collections, this workflow will modify collections and variables **in-place** using name matching. That is, it will look for existing collections and variables by name, modify their properties and values if names match, and create new variables if names do not match. +- The workflow will not remove variables or variable collections that have been removed in your tokens files. +- When mapping aliases to existing local variables, we assume that variable names are unique _across all collections_ in the Figma file. Figma allows duplicate variable names across collections, so you should make sure that aliases don't have naming conflicts in your file. +- For optional Figma variable properties like scopes and code syntax, the workflow will not modify these properties in Figma if the tokens json files do not contain those properties. +- If a string variable is bound to a text node content in the same file, and the text node uses a [shared font in the organization](https://help.figma.com/hc/en-us/articles/360039956774), that variable cannot be updated and will result in a 400 response. + +## Local development + +You can run the GitHub actions locally by running `pnpm install` and creating a `.env` file. + +Example: +``` +PERSONAL_ACCESS_TOKEN="your_personal_access_token" +``` + +[How to create your personal access token](https://www.figma.com/developers/api#access-tokens) + +and then running: + +```sh +# Defaults to writing to the tokens directory +pnpm run update-tokens + +# and / or + +pnpm run update-figma +``` \ No newline at end of file diff --git a/packages/eds-tokens/package.json b/packages/eds-tokens/package.json index ad1030d746..c79346bbc4 100644 --- a/packages/eds-tokens/package.json +++ b/packages/eds-tokens/package.json @@ -11,7 +11,20 @@ "default": "./dist/tokens.cjs" }, "./tokens.css": "./tokens.css", - "./elements.css": "./elements.css" + "./elements.css": "./elements.css", + "./css/variables": "./dist/css/variables.css", + "./css/color/*": "./dist/css/color/*.css", + "./css/spacing/*": "./dist/css/spacing/*.css", + "./css/typography/*": "./dist/css/typography/*.css", + "./json/color/flat/*": "./dist/json/color/flat/*.json", + "./json/spacing/flat/*": "./dist/json/spacing/flat/*.json", + "./json/typography/flat/*": "./dist/json/typography/flat/*.json", + "./json/color/nested/*": "./dist/json/color/nested/*.json", + "./json/spacing/nested/*": "./dist/json/spacing/nested/*.json", + "./json/typography/nested/*": "./dist/json/typography/nested/*.json", + "./ts/color/*": "./dist/ts/color/*.ts", + "./ts/spacing/*": "./dist/ts/spacing/*.ts", + "./ts/typography/*": "./dist/ts/typography/*.ts" }, "types": "./dist/types/index.d.ts", "main": "./dist/tokens.cjs", @@ -36,9 +49,27 @@ "elements.css" ], "scripts": { - "build": "rollup -c --bundleConfigAsCjs && tsc", + "build": "rollup -c --bundleConfigAsCjs && pnpm run types && pnpm run tokens-in-code:build", "dev": "rollup -c -w", - "types": "tsc" + "types": "tsc", + "prettier:check": "prettier --check src/", + "_prebuild:css-index": "pnpm shx cp ./src/index.css ./dist/css/index.css", + "_build:css": "lightningcss --bundle dist/css/index.css -o dist/css/variables.css", + "_build:css-min": "lightningcss --minify --bundle ./dist/css/index.css -o ./dist/css/variables.min.css", + "test": "jest", + "tokens-in-code:build:css": "pnpm run _prebuild:css-index && pnpm run _build:css && pnpm run _build:css-min", + "tokens-in-code:clean": "shx rm -rf dist/css dist/ts dist/json", + "tokens-in-code:build": "pnpm run tokens-in-code:clean && eds-tokens-build && pnpm run tokens-in-code:build:css", + "update-tokens:primitives": "sync-figma-to-tokens --file-key cVaqjfgt3gDiqbx10q3Pj8", + "update-tokens:themes": "sync-figma-to-tokens --file-key aRgKtCisnm98k9kVy6zasL", + "update-tokens:spacing-primitives": "sync-figma-to-tokens --file-key cpNchKjiIM19dPqTxE0fqg", + "update-tokens:spacing-modes": "sync-figma-to-tokens --file-key FQQqyumcpPQoiFRCjdS9GM", + "update-tokens": "pnpm run update-tokens:primitives && pnpm run update-tokens:themes && pnpm run update-tokens:spacing-primitives && pnpm run update-tokens:spacing-modes", + "update-figma:primitives": "sync-tokens-to-figma --file-key cVaqjfgt3gDiqbx10q3Pj8", + "update-figma:themes": "sync-tokens-to-figma --file-key aRgKtCisnm98k9kVy6zasL", + "update-figma:spacing-primitives": "sync-tokens-to-figma --file-key cpNchKjiIM19dPqTxE0fqg", + "update-figma:spacing-modes": "sync-tokens-to-figma --file-key FQQqyumcpPQoiFRCjdS9GM", + "update-figma": "pnpm run update-figma:primitives && pnpm run update-figma:themes" }, "keywords": [ "eds", @@ -47,15 +78,21 @@ "design tokens" ], "devDependencies": { + "@equinor/eds-tokens-build": "workspace:*", + "@equinor/eds-tokens-sync": "workspace:*", "@rollup/plugin-babel": "^6.0.4", - "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.2.3", - "rollup": "^4.2.0", + "@types/node": "^20.12.12", + "lightningcss-cli": "^1.25.1", + "prettier": "3.0.0", + "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", - "typescript": "^5.2.2" + "shx": "^0.3.4", + "typescript": "^5.4.5" }, "engines": { - "pnpm": ">=4", - "node": ">=10.0.0" + "pnpm": ">=8.15.4", + "node": "^18.20.2" } } diff --git a/packages/eds-tokens/src/index.css b/packages/eds-tokens/src/index.css new file mode 100644 index 0000000000..26cab7fa2e --- /dev/null +++ b/packages/eds-tokens/src/index.css @@ -0,0 +1,2 @@ +@import 'color/primitives.css'; +@import 'color/theme.css'; diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.2XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.2XL.json" new file mode 100644 index 0000000000..f2a5331ae0 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.2XL.json" @@ -0,0 +1,62 @@ +{ + "Sizing": { + "Selectable": { + "min-height": { + "$type": "number", + "$value": "{Spacing.2XL.Height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-inline": { + "$type": "number", + "$value": "{Spacing.2XL.Spacing-inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-stack": { + "$type": "number", + "$value": "{Spacing.2XL.Spacing-stack-optical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "layout-stack": { + "$type": "number", + "$value": "{Spacing.2XL.Spacing-stack-metric}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.Base.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.Base.json" new file mode 100644 index 0000000000..dfa422381c --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.Base.json" @@ -0,0 +1,62 @@ +{ + "Sizing": { + "Selectable": { + "min-height": { + "$type": "number", + "$value": "{Spacing.Base.Height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-inline": { + "$type": "number", + "$value": "{Spacing.Base.Spacing-inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-stack": { + "$type": "number", + "$value": "{Spacing.Base.Spacing-stack-metric}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "layout-stack": { + "$type": "number", + "$value": "{Spacing.Base.Spacing-stack-optical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.LG.json" new file mode 100644 index 0000000000..ba7e56596d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.LG.json" @@ -0,0 +1,62 @@ +{ + "Sizing": { + "Selectable": { + "min-height": { + "$type": "number", + "$value": "{Spacing.LG.Height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-inline": { + "$type": "number", + "$value": "{Spacing.LG.Spacing-inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-stack": { + "$type": "number", + "$value": "{Spacing.LG.Spacing-stack-metric}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "layout-stack": { + "$type": "number", + "$value": "{Spacing.LG.Spacing-stack-optical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.SM.json" new file mode 100644 index 0000000000..2a0ec2b6d2 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.SM.json" @@ -0,0 +1,62 @@ +{ + "Sizing": { + "Selectable": { + "min-height": { + "$type": "number", + "$value": "{Spacing.SM.Height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-inline": { + "$type": "number", + "$value": "{Spacing.SM.Spacing-inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-stack": { + "$type": "number", + "$value": "{Spacing.SM.Spacing-stack-metric}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "layout-stack": { + "$type": "number", + "$value": "{Spacing.SM.Spacing-stack-optical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XL.json" new file mode 100644 index 0000000000..e58287f612 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XL.json" @@ -0,0 +1,62 @@ +{ + "Sizing": { + "Selectable": { + "min-height": { + "$type": "number", + "$value": "{Spacing.XL.Height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-inline": { + "$type": "number", + "$value": "{Spacing.XL.Spacing-inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-stack": { + "$type": "number", + "$value": "{Spacing.XL.Spacing-stack-metric}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "layout-stack": { + "$type": "number", + "$value": "{Spacing.XL.Spacing-stack-optical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XS.json" new file mode 100644 index 0000000000..1ef46cd22d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/BBB \360\237\233\260\357\270\217 Sizing.XS.json" @@ -0,0 +1,62 @@ +{ + "Sizing": { + "Selectable": { + "min-height": { + "$type": "number", + "$value": "{Spacing.XS.Height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-inline": { + "$type": "number", + "$value": "{Spacing.XS.Spacing-inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "spacing-stack": { + "$type": "number", + "$value": "{Spacing.XS.Spacing-stack-metric}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "layout-stack": { + "$type": "number", + "$value": "{Spacing.XS.Spacing-stack-optical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Baselined.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Baselined.json new file mode 100644 index 0000000000..691fe1ecc8 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Baselined.json @@ -0,0 +1,42 @@ +{ + "Baseline": { + "top": { + "$type": "number", + "$value": "{padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "bottom": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Baselined", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Centred.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Centred.json new file mode 100644 index 0000000000..3aa38ec44d --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Baseline.Centred.json @@ -0,0 +1,42 @@ +{ + "Baseline": { + "top": { + "$type": "number", + "$value": "{padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "bottom": { + "$type": "number", + "$value": "{padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Centred", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.None.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.None.json new file mode 100644 index 0000000000..12ed2614f2 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.None.json @@ -0,0 +1,16 @@ +{ + "Border radius": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Pill.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Pill.json new file mode 100644 index 0000000000..12ed2614f2 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Pill.json @@ -0,0 +1,16 @@ +{ + "Border radius": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Rounded.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Rounded.json new file mode 100644 index 0000000000..12ed2614f2 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Border radius.Rounded.json @@ -0,0 +1,16 @@ +{ + "Border radius": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.LG.json new file mode 100644 index 0000000000..f97138aab6 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.LG.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.LG.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.LG.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.LG.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.LG.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.LG.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.LG.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.LG.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.LG.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.LG.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.LG.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.LG.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.LG.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.MD.json new file mode 100644 index 0000000000..b8d07f9f5a --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.MD.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.MD.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.MD.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.MD.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.MD.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.MD.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.MD.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.MD.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.MD.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.MD.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.MD.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.MD.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.MD.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.SM.json new file mode 100644 index 0000000000..7d64adfb2f --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.SM.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.SM.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.SM.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.SM.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.SM.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.SM.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.SM.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.SM.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.SM.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.SM.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.SM.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.SM.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.SM.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XL.json new file mode 100644 index 0000000000..fc4593dc85 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XL.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.XL.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.XL.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.XL.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.XL.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.XL.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.XL.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.XL.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.XL.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.XL.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.XL.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.XL.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.XL.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XS.json new file mode 100644 index 0000000000..e7e2cf4420 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Font size.XS.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.XS.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.XS.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.XS.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.XS.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.XS.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.XS.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.XS.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.XS.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.XS.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.XS.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.XS.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.XS.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XL.json new file mode 100644 index 0000000000..6c475c1985 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XS.json new file mode 100644 index 0000000000..50ed8fb143 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.2XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.3XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.3XL.json new file mode 100644 index 0000000000..6e150b7798 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.3XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.LG.json new file mode 100644 index 0000000000..102a6ff346 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.LG.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.MD.json new file mode 100644 index 0000000000..e009adf062 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.MD.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.None.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.None.json new file mode 100644 index 0000000000..d9cd004f14 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.None.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.SM.json new file mode 100644 index 0000000000..5d70c922f9 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.SM.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XL.json new file mode 100644 index 0000000000..f577c83365 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XS.json new file mode 100644 index 0000000000..44ff426d78 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap horizontal.XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XL.json new file mode 100644 index 0000000000..b870f638bf --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{spacing.vertical.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XS.json new file mode 100644 index 0000000000..40190d975d --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.2XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{spacing.vertical.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.LG.json new file mode 100644 index 0000000000..2fa0bc3e00 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.LG.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{spacing.vertical.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.MD.json new file mode 100644 index 0000000000..866906c46b --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.MD.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{spacing.vertical.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.None.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.None.json new file mode 100644 index 0000000000..13c047a292 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.None.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.SM.json new file mode 100644 index 0000000000..a7012da28e --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.SM.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{spacing.vertical.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XL.json new file mode 100644 index 0000000000..98d9fbb030 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{spacing.vertical.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XS.json new file mode 100644 index 0000000000..4b68e93351 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Gap vertical.XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{spacing.vertical.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.LG.json new file mode 100644 index 0000000000..0c9ee583e6 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.LG.json @@ -0,0 +1,74 @@ +{ + "Icon": { + "Documentation": { + "$type": "string", + "$value": "lg", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Width": { + "$type": "number", + "$value": "{sizing.icon.lg-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Height": { + "$type": "number", + "$value": "{sizing.icon.lg-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Container width": { + "$type": "number", + "$value": "{sizing.icon.Icon Box Width}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Container height": { + "$type": "number", + "$value": "{cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.MD.json new file mode 100644 index 0000000000..c372208c3e --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.MD.json @@ -0,0 +1,74 @@ +{ + "Icon": { + "Documentation": { + "$type": "string", + "$value": "md", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Width": { + "$type": "number", + "$value": "{sizing.icon.md-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Height": { + "$type": "number", + "$value": "{sizing.icon.md-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Container width": { + "$type": "number", + "$value": "{sizing.icon.Icon Box Width}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Container height": { + "$type": "number", + "$value": "{cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.SM.json new file mode 100644 index 0000000000..f8d9fc991a --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Icon size.SM.json @@ -0,0 +1,74 @@ +{ + "Icon": { + "Documentation": { + "$type": "string", + "$value": "sm", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Width": { + "$type": "number", + "$value": "{sizing.icon.sm-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Height": { + "$type": "number", + "$value": "{sizing.icon.sm-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Container width": { + "$type": "number", + "$value": "{sizing.icon.Icon Box Width}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Container height": { + "$type": "number", + "$value": "{cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Loose.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Loose.json new file mode 100644 index 0000000000..d1342ada58 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Loose.json @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "Loose", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Letter spacing": { + "$type": "number", + "$value": "{tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Normal.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Normal.json new file mode 100644 index 0000000000..8f5782d220 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Normal.json @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "Normal", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Letter spacing": { + "$type": "number", + "$value": "{tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Tight.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Tight.json new file mode 100644 index 0000000000..082ac76432 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Letter spacing.Tight.json @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "Tight", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Letter spacing": { + "$type": "number", + "$value": "{tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Default.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Default.json new file mode 100644 index 0000000000..f4a41ecf1d --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Default.json @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "Default", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Lineheight": { + "$type": "number", + "$value": "{lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Squished.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Squished.json new file mode 100644 index 0000000000..33bb04bed2 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Lineheight.Squished.json @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "Squished", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Lineheight": { + "$type": "number", + "$value": "{lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.2XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.2XL.json new file mode 100644 index 0000000000..c2ba233942 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.2XL.json @@ -0,0 +1,58 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min height": { + "$type": "number", + "$value": "{sizing.selectable.2xl.Min height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Border radius rounded": { + "$type": "number", + "$value": "{border-radius.rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + }, + "Border radius pill": { + "$type": "number", + "$value": "{border-radius.pill.2xl}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.LG.json new file mode 100644 index 0000000000..38d6d53178 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.LG.json @@ -0,0 +1,58 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min height": { + "$type": "number", + "$value": "{sizing.selectable.lg.Min height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Border radius rounded": { + "$type": "number", + "$value": "{border-radius.rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + }, + "Border radius pill": { + "$type": "number", + "$value": "{border-radius.pill.lg}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.MD.json new file mode 100644 index 0000000000..ba05b8c3c0 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.MD.json @@ -0,0 +1,58 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min height": { + "$type": "number", + "$value": "{sizing.selectable.md.Min height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Border radius rounded": { + "$type": "number", + "$value": "{border-radius.rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + }, + "Border radius pill": { + "$type": "number", + "$value": "{border-radius.pill.md}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.SM.json new file mode 100644 index 0000000000..777e1b80cf --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.SM.json @@ -0,0 +1,58 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min height": { + "$type": "number", + "$value": "{sizing.selectable.sm.Min height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Border radius rounded": { + "$type": "number", + "$value": "{border-radius.rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + }, + "Border radius pill": { + "$type": "number", + "$value": "{border-radius.pill.sm}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XL.json new file mode 100644 index 0000000000..4a815811fd --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XL.json @@ -0,0 +1,58 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min height": { + "$type": "number", + "$value": "{sizing.selectable.xl.Min height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Border radius rounded": { + "$type": "number", + "$value": "{border-radius.rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + }, + "Border radius pill": { + "$type": "number", + "$value": "{border-radius.pill.xl}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XS.json new file mode 100644 index 0000000000..3758941c4a --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Min height.XS.json @@ -0,0 +1,58 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min height": { + "$type": "number", + "$value": "{sizing.selectable.xs.Min height}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "WIDTH_HEIGHT" + ], + "codeSyntax": {} + } + } + }, + "Border radius rounded": { + "$type": "number", + "$value": "{border-radius.rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + }, + "Border radius pill": { + "$type": "number", + "$value": "{border-radius.pill.xs}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "CORNER_RADIUS" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XL.json new file mode 100644 index 0000000000..b364a07ae1 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XS.json new file mode 100644 index 0000000000..64624d6b23 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.2XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.3XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.3XL.json new file mode 100644 index 0000000000..7ef04910a7 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.3XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.LG.json new file mode 100644 index 0000000000..a869024168 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.LG.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.MD.json new file mode 100644 index 0000000000..8cb905bd43 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.MD.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.None.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.None.json new file mode 100644 index 0000000000..bba6b0db43 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.None.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.SM.json new file mode 100644 index 0000000000..86d08d4b79 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.SM.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XL.json new file mode 100644 index 0000000000..c156e04155 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XS.json new file mode 100644 index 0000000000..f5cf368622 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding horizontal.XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{spacing.horizontal.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XL.json new file mode 100644 index 0000000000..7d4980810a --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XS.json new file mode 100644 index 0000000000..331f2e6b6e --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.2XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.3XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.3XL.json new file mode 100644 index 0000000000..99ba4898c0 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.3XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.LG.json new file mode 100644 index 0000000000..ab6d7660e0 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.LG.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.MD.json new file mode 100644 index 0000000000..02e1034c08 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.MD.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.None.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.None.json new file mode 100644 index 0000000000..7400c56861 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.None.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.SM.json new file mode 100644 index 0000000000..ec717bdd41 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.SM.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XL.json new file mode 100644 index 0000000000..2f45711c31 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XL.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XS.json new file mode 100644 index 0000000000..ee68d4054c --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Padding vertical.XS.json @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{spacing.vertical.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Semantic.Mode 1.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Semantic.Mode 1.json new file mode 100644 index 0000000000..ecf00a35cb --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/Semantic.Mode 1.json @@ -0,0 +1,238 @@ +{ + "Padding": { + "Horisontal padding": { + "$type": "number", + "$value": "{Padding horizontal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Vertical padding": { + "$type": "number", + "$value": "{Padding vertical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Gap": { + "Horisontal gap": { + "$type": "number", + "$value": "{Gap horizontal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Vertical gap": { + "$type": "number", + "$value": "{Gap vertical}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Selectable Dimensions": { + "Horizontal padding": { + "$type": "number", + "$value": "{Selectable.Spacing.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + }, + "Vertical padding": { + "$type": "number", + "$value": "{Selectable.Spacing.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } + }, + "Container Dimensions": { + "Horizontal padding": { + "$type": "number", + "$value": "{Container.Spacing.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + }, + "Vertical padding": { + "$type": "number", + "$value": "{Container.Spacing.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } + }, + "Page Dimensions": { + "Horizontal padding": { + "$type": "number", + "$value": "{Page.Spacing.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + }, + "Vertical padding": { + "$type": "number", + "$value": "{Page.Spacing.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } + }, + "Typography": { + "Font famiily": { + "$type": "string", + "$value": "{Font family}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Font size": { + "$type": "number", + "$value": "{font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Lineheight": { + "$type": "number", + "$value": "{Lineheight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Letter spacing": { + "$type": "number", + "$value": "{Letter spacing}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Baseline adjust top": { + "$type": "number", + "$value": "{Baseline.top}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Baseline adjust bottom": { + "$type": "number", + "$value": "{Baseline.bottom}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Baselined.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Baselined.json new file mode 100644 index 0000000000..691fe1ecc8 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Baselined.json @@ -0,0 +1,42 @@ +{ + "Baseline": { + "top": { + "$type": "number", + "$value": "{padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "bottom": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Baselined", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Centred.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Centred.json new file mode 100644 index 0000000000..3aa38ec44d --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Baseline.Centred.json @@ -0,0 +1,42 @@ +{ + "Baseline": { + "top": { + "$type": "number", + "$value": "{padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "bottom": { + "$type": "number", + "$value": "{padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Centred", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.None.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.None.json new file mode 100644 index 0000000000..12ed2614f2 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.None.json @@ -0,0 +1,16 @@ +{ + "Border radius": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Pill.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Pill.json new file mode 100644 index 0000000000..12ed2614f2 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Pill.json @@ -0,0 +1,16 @@ +{ + "Border radius": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Rounded.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Rounded.json new file mode 100644 index 0000000000..12ed2614f2 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Collection.Rounded.json @@ -0,0 +1,16 @@ +{ + "Border radius": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.Header.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.Header.json new file mode 100644 index 0000000000..e9d0523654 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.Header.json @@ -0,0 +1,760 @@ +{ + "Documentation": { + "$type": "string", + "$value": "Equinor", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Font family": { + "$type": "string", + "$value": "{font-family.equinor}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + }, + "XS": { + "font-size": { + "$type": "number", + "$value": "{typography.xs.header.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.xs.header.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.xs.header.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.xs.header.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.xs.header.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.xs.header.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.xs.header.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.xs.header.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.xs.header.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.xs.header.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.xs.header.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.xs.header.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "font-size": { + "$type": "number", + "$value": "{typography.sm.header.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.sm.header.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.sm.header.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.sm.header.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.sm.header.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.sm.header.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.sm.header.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.sm.header.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.sm.header.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.sm.header.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.sm.header.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.sm.header.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "font-size": { + "$type": "number", + "$value": "{typography.md.header.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.md.header.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.md.header.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.md.header.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.md.header.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.md.header.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.md.header.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.md.header.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.md.header.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.md.header.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.md.header.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.md.header.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "font-size": { + "$type": "number", + "$value": "{typography.lg.header.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.lg.header.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.lg.header.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.lg.header.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.lg.header.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.lg.header.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.lg.header.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.lg.header.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.lg.header.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.lg.header.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.lg.header.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.lg.header.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "font-size": { + "$type": "number", + "$value": "{typography.xl.header.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.xl.header.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.xl.header.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.xl.header.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.xl.header.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.xl.header.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.xl.header.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.xl.header.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.xl.header.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.xl.header.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.xl.header.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.xl.header.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.UI Body.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.UI Body.json new file mode 100644 index 0000000000..abbdf10aef --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font family.UI Body.json @@ -0,0 +1,760 @@ +{ + "Documentation": { + "$type": "string", + "$value": "Inter", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Font family": { + "$type": "string", + "$value": "{font-family.inter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + }, + "XS": { + "font-size": { + "$type": "number", + "$value": "{typography.xs.ui-body.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.xs.ui-body.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.xs.ui-body.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.xs.ui-body.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.xs.ui-body.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.xs.ui-body.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.xs.ui-body.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.xs.ui-body.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.xs.ui-body.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.xs.ui-body.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.xs.ui-body.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.xs.ui-body.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "font-size": { + "$type": "number", + "$value": "{typography.sm.ui-body.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.sm.ui-body.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.sm.ui-body.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.sm.ui-body.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.sm.ui-body.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.sm.ui-body.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.sm.ui-body.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.sm.ui-body.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.sm.ui-body.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.sm.ui-body.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.sm.ui-body.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.sm.ui-body.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "font-size": { + "$type": "number", + "$value": "{typography.md.ui-body.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.md.ui-body.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.md.ui-body.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.md.ui-body.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.md.ui-body.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.md.ui-body.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.md.ui-body.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.md.ui-body.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.md.ui-body.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.md.ui-body.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.md.ui-body.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.md.ui-body.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "font-size": { + "$type": "number", + "$value": "{typography.lg.ui-body.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.lg.ui-body.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.lg.ui-body.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.lg.ui-body.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.lg.ui-body.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.lg.ui-body.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.lg.ui-body.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.lg.ui-body.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.lg.ui-body.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.lg.ui-body.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.lg.ui-body.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.lg.ui-body.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "font-size": { + "$type": "number", + "$value": "{typography.xl.ui-body.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.xl.ui-body.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.xl.ui-body.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.xl.ui-body.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.xl.ui-body.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.xl.ui-body.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.xl.ui-body.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.xl.ui-body.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.xl.ui-body.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.xl.ui-body.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.xl.ui-body.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.xl.ui-body.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.LG.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.LG.json new file mode 100644 index 0000000000..f97138aab6 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.LG.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.LG.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.LG.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.LG.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.LG.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.LG.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.LG.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.LG.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.LG.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.LG.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.LG.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.LG.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.LG.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.MD.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.MD.json new file mode 100644 index 0000000000..b8d07f9f5a --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.MD.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.MD.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.MD.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.MD.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.MD.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.MD.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.MD.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.MD.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.MD.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.MD.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.MD.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.MD.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.MD.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.SM.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.SM.json new file mode 100644 index 0000000000..7d64adfb2f --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.SM.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.SM.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.SM.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.SM.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.SM.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.SM.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.SM.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.SM.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.SM.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.SM.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.SM.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.SM.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.SM.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XL.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XL.json new file mode 100644 index 0000000000..fc4593dc85 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XL.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.XL.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.XL.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.XL.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.XL.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.XL.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.XL.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.XL.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.XL.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.XL.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.XL.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.XL.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.XL.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XS.json b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XS.json new file mode 100644 index 0000000000..e7e2cf4420 --- /dev/null +++ b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_Font size.XS.json @@ -0,0 +1,160 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.XS.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.XS.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.XS.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.XS.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.XS.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.XS.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.XS.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.XS.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.XS.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.XS.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.XS.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.XS.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.LG.json" new file mode 100644 index 0000000000..b4f65d707d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.LG.json" @@ -0,0 +1,54 @@ +{ + "Padding": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Gap": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.MD.json" new file mode 100644 index 0000000000..b4f65d707d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.MD.json" @@ -0,0 +1,54 @@ +{ + "Padding": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Gap": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.SM.json" new file mode 100644 index 0000000000..b4f65d707d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/_\360\237\232\247 Container.SM.json" @@ -0,0 +1,54 @@ +{ + "Padding": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Gap": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Baselined.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Baselined.json" new file mode 100644 index 0000000000..691fe1ecc8 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Baselined.json" @@ -0,0 +1,42 @@ +{ + "Baseline": { + "top": { + "$type": "number", + "$value": "{padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "bottom": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Baselined", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Centred.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Centred.json" new file mode 100644 index 0000000000..3aa38ec44d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Baseline.Centred.json" @@ -0,0 +1,42 @@ +{ + "Baseline": { + "top": { + "$type": "number", + "$value": "{padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "bottom": { + "$type": "number", + "$value": "{padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Centred", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.Header.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.Header.json" new file mode 100644 index 0000000000..6edd702a45 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.Header.json" @@ -0,0 +1,760 @@ +{ + "Documentation": { + "$type": "string", + "$value": "header", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Font family": { + "$type": "string", + "$value": "{typography.header.font-family}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + }, + "XS": { + "font-size": { + "$type": "number", + "$value": "{typography.header.xs.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.header.xs.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.header.xs.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.header.xs.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.header.xs.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.header.xs.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.header.xs.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.header.xs.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.header.xs.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.header.xs.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.header.xs.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.header.xs.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "font-size": { + "$type": "number", + "$value": "{typography.header.sm.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.header.sm.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.header.sm.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.header.sm.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.header.sm.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.header.sm.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.header.sm.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.header.sm.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.header.sm.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.header.sm.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.header.sm.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.header.sm.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "font-size": { + "$type": "number", + "$value": "{typography.header.md.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.header.md.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.header.md.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.header.md.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.header.md.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.header.md.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.header.md.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.header.md.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.header.md.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.header.md.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.header.md.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.header.md.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "font-size": { + "$type": "number", + "$value": "{typography.header.lg.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.header.lg.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.header.lg.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.header.lg.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.header.lg.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.header.lg.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.header.lg.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.header.lg.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.header.lg.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.header.lg.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.header.lg.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.header.lg.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "font-size": { + "$type": "number", + "$value": "{typography.header.xl.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{typography.header.xl.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{typography.header.xl.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{typography.header.xl.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{typography.header.xl.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{typography.header.xl.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{typography.header.xl.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{typography.header.xl.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{typography.header.xl.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{typography.header.xl.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{typography.header.xl.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{typography.header.xl.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.UI and Body.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.UI and Body.json" new file mode 100644 index 0000000000..a9c4dd4e39 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font family.UI and Body.json" @@ -0,0 +1,760 @@ +{ + "Documentation": { + "$type": "string", + "$value": "ui-body", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Font family": { + "$type": "string", + "$value": "{typography.ui-body-dynamic.font-family}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + }, + "XS": { + "font-size": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Font size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Padding centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Padding baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Cap rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Tracking tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Tracking normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Tracking loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Font weight lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Font weight normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Font weight bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Lineheight default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XS.Lineheight squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "font-size": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Font size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Padding centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Padding baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Cap rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Tracking tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Tracking normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Tracking loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Font weight lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Font weight normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Font weight bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Lineheight default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.SM.Lineheight squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "font-size": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Font size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Padding centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Padding baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Cap rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Tracking tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Tracking normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Tracking loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Font weight lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Font weight normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Font weight bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Lineheight default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.MD.Lineheight squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "font-size": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Font size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Padding centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Padding baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Cap rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Tracking tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Tracking normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Tracking loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Font weight lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Font weight normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Font weight bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Lineheight default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.LG.Lineheight squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "font-size": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Font size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Padding centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Padding baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Cap rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Tracking tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Tracking normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Tracking loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Font weight lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Font weight normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Font weight bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Lineheight default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Density Aware.Typography.ui-body.XL.Lineheight squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.LG.json" new file mode 100644 index 0000000000..76ce0f470f --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.LG.json" @@ -0,0 +1,172 @@ +{ + "Documentation": { + "$type": "string", + "$value": "lg", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.LG.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.LG.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.LG.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.LG.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.LG.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.LG.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.LG.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.LG.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.LG.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.LG.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.LG.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default 2": { + "$type": "number", + "$value": "{Font family.LG.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.LG.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.MD.json" new file mode 100644 index 0000000000..8a4eb2216c --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.MD.json" @@ -0,0 +1,172 @@ +{ + "Documentation": { + "$type": "string", + "$value": "md", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.MD.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.MD.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.MD.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.MD.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.MD.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.MD.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.MD.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.MD.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.MD.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.MD.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.MD.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default 2": { + "$type": "number", + "$value": "{Font family.MD.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.MD.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.SM.json" new file mode 100644 index 0000000000..28bd00b966 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.SM.json" @@ -0,0 +1,172 @@ +{ + "Documentation": { + "$type": "string", + "$value": "sm", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.SM.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.SM.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.SM.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.SM.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.SM.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.SM.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.SM.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.SM.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.SM.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.SM.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.SM.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default 2": { + "$type": "number", + "$value": "{Font family.SM.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.SM.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XL.json" new file mode 100644 index 0000000000..7128dbe7cb --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XL.json" @@ -0,0 +1,172 @@ +{ + "Documentation": { + "$type": "string", + "$value": "xl", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.XL.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.XL.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.XL.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.XL.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.XL.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.XL.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.XL.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.XL.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.XL.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.XL.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.XL.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default 2": { + "$type": "number", + "$value": "{Font family.XL.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.XL.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XS.json" new file mode 100644 index 0000000000..fa6d258471 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Font size.XS.json" @@ -0,0 +1,172 @@ +{ + "Documentation": { + "$type": "string", + "$value": "xs", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-size": { + "$type": "number", + "$value": "{Font family.XS.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{Font family.XS.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{Font family.XS.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": "{Font family.XS.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{Font family.XS.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{Font family.XS.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{Font family.XS.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{Font family.XS.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{Font family.XS.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{Font family.XS.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{Font family.XS.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default 2": { + "$type": "number", + "$value": "{Font family.XS.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{Font family.XS.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Loose.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Loose.json" new file mode 100644 index 0000000000..da1fbc3ac7 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Loose.json" @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "loose", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Letter spacing": { + "$type": "number", + "$value": "{tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Normal.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Normal.json" new file mode 100644 index 0000000000..a7a29972ef --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Normal.json" @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "normal", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Letter spacing": { + "$type": "number", + "$value": "{tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Tight.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Tight.json" new file mode 100644 index 0000000000..eb8d766483 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Letter spacing.Tight.json" @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "tight", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Letter spacing": { + "$type": "number", + "$value": "{tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Default.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Default.json" new file mode 100644 index 0000000000..5828bb63aa --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Default.json" @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "default", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Lineheight": { + "$type": "number", + "$value": "{lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Squished.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Squished.json" new file mode 100644 index 0000000000..4bfa16392a --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\205\260\357\270\217 Lineheight.Squished.json" @@ -0,0 +1,28 @@ +{ + "Documentation": { + "$type": "string", + "$value": "squished", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Lineheight": { + "$type": "number", + "$value": "{lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.False.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.False.json" new file mode 100644 index 0000000000..bd709db167 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.False.json" @@ -0,0 +1,1188 @@ +{ + "Density Aware": { + "Spacing": { + "Inline": { + "2XS": { + "$type": "number", + "$value": "{spacing-static.inline.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing-static.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing-static.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing-static.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing-static.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing-static.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing-static.inline.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing-static.inline.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Stack": { + "2XS": { + "$type": "number", + "$value": "{spacing-static.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing-static.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing-static.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing-static.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing-static.stack.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Inset": { + "XS": { + "Inline": { + "$type": "number", + "$value": "{spacing-static.inset.xs.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing-static.inset.xs.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing-static.inset.xs.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing-static.inset.xs.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "Inline": { + "$type": "number", + "$value": "{spacing-static.inset.sm.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing-static.inset.sm.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing-static.inset.sm.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing-static.inset.sm.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Inline": { + "$type": "number", + "$value": "{spacing-static.inset.md.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing-static.inset.md.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing-static.inset.md.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing-static.inset.md.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Inline": { + "$type": "number", + "$value": "{spacing-static.inset.lg.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing-static.inset.lg.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing-static.inset.lg.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing-static.inset.lg.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "Inline": { + "$type": "number", + "$value": "{spacing-static.inset.xl.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing-static.inset.xl.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing-static.inset.xl.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing-static.inset.xl.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "Typography": { + "ui-body": { + "XS": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-static.xs.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-static.sm.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-static.md.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-static.md.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-static.md.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-static.md.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-static.md.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-static.md.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-static.md.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-static.md.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-static.md.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-static.md.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-static.md.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-static.md.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-static.lg.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-static.xl.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.True.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.True.json" new file mode 100644 index 0000000000..db7414a7cf --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density Aware.True.json" @@ -0,0 +1,1188 @@ +{ + "Density Aware": { + "Spacing": { + "Inline": { + "2XS": { + "$type": "number", + "$value": "{spacing.inline.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.inline.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.inline.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Stack": { + "2XS": { + "$type": "number", + "$value": "{spacing.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.stack.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Inset": { + "XS": { + "Inline": { + "$type": "number", + "$value": "{spacing.inset.xs.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing.inset.xs.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing.inset.xs.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing.inset.xs.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "Inline": { + "$type": "number", + "$value": "{spacing.inset.sm.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing.inset.sm.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing.inset.sm.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing.inset.sm.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Inline": { + "$type": "number", + "$value": "{spacing.inset.md.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing.inset.md.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing.inset.md.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing.inset.md.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Inline": { + "$type": "number", + "$value": "{spacing.inset.lg.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing.inset.lg.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing.inset.lg.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing.inset.lg.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "Inline": { + "$type": "number", + "$value": "{spacing.inset.xl.inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squished": { + "$type": "number", + "$value": "{spacing.inset.xl.stack-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Squared": { + "$type": "number", + "$value": "{spacing.inset.xl.stack-squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack Stretched": { + "$type": "number", + "$value": "{spacing.inset.xl.stack-stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "Typography": { + "ui-body": { + "XS": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xs.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.sm.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.md.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.lg.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "Font size": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding centred": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Padding baselined": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Cap rounded": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.cap-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking tight": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Tracking loose": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight lighter": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight normal": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Font weight bolder": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight default": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Lineheight squished": { + "$type": "number", + "$value": "{typography.ui-body-dynamic.xl.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Comfortable.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Comfortable.json" new file mode 100644 index 0000000000..9bc7d32c79 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Comfortable.json" @@ -0,0 +1,3444 @@ +{ + "sizing": { + "icon": { + "lg-size": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "md-size": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "sm-size": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Icon Box Width": { + "$type": "number", + "$value": "{spacing.82}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "selectable": { + "xs": { + "Min height": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "Min height": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "Min height": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "Min height": { + "$type": "number", + "$value": "{spacing.225}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "Min height": { + "$type": "number", + "$value": "{spacing.275}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "2xl": { + "Min height": { + "$type": "number", + "$value": "{spacing.275}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "container": { + "md": { + "Min width": { + "$type": "number", + "$value": "{spacing.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Width": { + "$type": "number", + "$value": "{spacing.1600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Max width": { + "$type": "number", + "$value": "{spacing.1800}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "page": { + "xs": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "spacing": { + "inline": { + "2XS": { + "$type": "number", + "$value": "{spacing.19}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.37}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.62}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.82}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "stack": { + "2XS": { + "$type": "number", + "$value": "{spacing.12}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "inset": { + "xs": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "spacing-static": { + "inline": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "stack": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "inset": { + "xs": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "border-radius": { + "rounded": { + "$type": "number", + "$value": "{spacing.19}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "pill": { + "xs": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "sm": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "md": { + "$type": "number", + "$value": "{spacing.37}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lg": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "xl": { + "$type": "number", + "$value": "{spacing.62}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2xl": { + "$type": "number", + "$value": 26, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Comfortable", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "typography": { + "ui-body-dynamic": { + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.100.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.100.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.100.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.100.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "font-family": { + "$type": "string", + "$value": "{font-family.inter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.500.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.500.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "ui-body-static": { + "font-family": { + "$type": "string", + "$value": "{font-family.inter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.500.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.500.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.600.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.600.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "header": { + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.100.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.100.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.100.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "font-family": { + "$type": "string", + "$value": "{font-family.equinor}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.500.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.500.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.500.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Compact.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Compact.json" new file mode 100644 index 0000000000..4340cf7163 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Compact.json" @@ -0,0 +1,3444 @@ +{ + "sizing": { + "icon": { + "lg-size": { + "$type": "number", + "$value": "{spacing.82}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "md-size": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "sm-size": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Icon Box Width": { + "$type": "number", + "$value": "{spacing.82}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "selectable": { + "xs": { + "Min height": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "Min height": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "Min height": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "Min height": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "Min height": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "2xl": { + "Min height": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "container": { + "md": { + "Min width": { + "$type": "number", + "$value": "{spacing.1200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Width": { + "$type": "number", + "$value": "{spacing.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Max width": { + "$type": "number", + "$value": "{spacing.1600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "page": { + "xs": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "spacing": { + "inline": { + "2XS": { + "$type": "number", + "$value": "{spacing.19}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.37}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.82}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "stack": { + "2XS": { + "$type": "number", + "$value": "{spacing.12}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "inset": { + "xs": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "spacing-static": { + "inline": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "stack": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "inset": { + "xs": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "border-radius": { + "rounded": { + "$type": "number", + "$value": "{spacing.12}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "pill": { + "xs": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "sm": { + "$type": "number", + "$value": "{spacing.12}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "md": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lg": { + "$type": "number", + "$value": "{spacing.37}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "xl": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2xl": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Compact", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "typography": { + "ui-body-dynamic": { + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.100.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.100.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.100.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.100.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.100.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.100.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.100.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.100.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.100.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.100.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "font-family": { + "$type": "string", + "$value": "{font-family.inter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "ui-body-static": { + "font-family": { + "$type": "string", + "$value": "{font-family.inter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.500.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.500.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.500.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.500.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.600.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.600.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "header": { + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.100.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.100.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.100.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "font-family": { + "$type": "string", + "$value": "{font-family.equinor}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.100.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.100.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.100.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.100.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.100.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.100.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Spacious.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Spacious.json" new file mode 100644 index 0000000000..86c82b321d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\222\216 Density.Spacious.json" @@ -0,0 +1,3444 @@ +{ + "sizing": { + "icon": { + "lg-size": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "md-size": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "sm-size": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Icon Box Width": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "selectable": { + "xs": { + "Min height": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "Min height": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "Min height": { + "$type": "number", + "$value": "{spacing.225}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "Min height": { + "$type": "number", + "$value": "{spacing.275}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "Min height": { + "$type": "number", + "$value": "{spacing.325}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "2xl": { + "Min height": { + "$type": "number", + "$value": "{spacing.375}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "container": { + "md": { + "Min width": { + "$type": "number", + "$value": "{spacing.1600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Width": { + "$type": "number", + "$value": "{spacing.1800}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Max width": { + "$type": "number", + "$value": "{spacing.2000}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "page": { + "xs": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "spacing": { + "inline": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "stack": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "inset": { + "xs": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "inline": { + "$type": "number", + "$value": "{spacing.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "spacing-static": { + "inline": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "stack": { + "2XS": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{spacing.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "3XL": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "inset": { + "xs": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "inline": { + "$type": "number", + "$value": "{spacing-static.inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squished": { + "$type": "number", + "$value": "{spacing-static.stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-squared": { + "$type": "number", + "$value": "{spacing-static.stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "stack-stretched": { + "$type": "number", + "$value": "{spacing-static.stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + }, + "border-radius": { + "rounded": { + "$type": "number", + "$value": "{spacing.25}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "pill": { + "xs": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "sm": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "md": { + "$type": "number", + "$value": 18, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lg": { + "$type": "number", + "$value": 22, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "xl": { + "$type": "number", + "$value": 26, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "2xl": { + "$type": "number", + "$value": 30, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "Documentation": { + "$type": "string", + "$value": "Spacious", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "typography": { + "ui-body-dynamic": { + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "font-family": { + "$type": "string", + "$value": "{font-family.inter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.500.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.600.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.600.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "ui-body-static": { + "font-family": { + "$type": "string", + "$value": "{font-family.inter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.500.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.500.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.inter.600.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.inter.600.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.inter.600.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.inter.600.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.inter.600.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + }, + "header": { + "xs": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.200.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.200.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.200.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.200.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.200.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.200.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "font-family": { + "$type": "string", + "$value": "{font-family.equinor}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "sm": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.300.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.300.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.300.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.300.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.300.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.300.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "md": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.400.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.400.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.400.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.400.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.400.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.400.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "lg": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.500.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.500.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.500.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.500.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.500.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.500.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "xl": { + "font-size": { + "$type": "number", + "$value": "{type-scale.equinor.600.font-size}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": "{type-scale.equinor.600.padding-centred}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": "{type-scale.equinor.600.padding-baselined}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "cap-rounded": { + "$type": "number", + "$value": "{type-scale.equinor.600.cap-height-rounded}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": "{type-scale.equinor.600.tracking-tight}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": "{type-scale.equinor.600.tracking-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": "{type-scale.equinor.600.tracking-loose}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": "{type-scale.equinor.600.font-weight-lighter}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": "{type-scale.equinor.600.font-weight-normal}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": "{type-scale.equinor.600.font-weight-bolder}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-default}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{type-scale.inter.600.lineheight-squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.LG.json" new file mode 100644 index 0000000000..b4f65d707d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.LG.json" @@ -0,0 +1,54 @@ +{ + "Padding": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Gap": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.MD.json" new file mode 100644 index 0000000000..b4f65d707d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.MD.json" @@ -0,0 +1,54 @@ +{ + "Padding": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Gap": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.SM.json" new file mode 100644 index 0000000000..b4f65d707d --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\232\247 Container.SM.json" @@ -0,0 +1,54 @@ +{ + "Padding": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "Gap": { + "Horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.LG.json" new file mode 100644 index 0000000000..82c9dc4e53 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.LG.json" @@ -0,0 +1,30 @@ +{ + "Container": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.LG.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.LG.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.MD.json" new file mode 100644 index 0000000000..013fa805d0 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.MD.json" @@ -0,0 +1,30 @@ +{ + "Container": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.MD.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.MD.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.XL.json" new file mode 100644 index 0000000000..f3efe12835 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Container.XL.json" @@ -0,0 +1,30 @@ +{ + "Container": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.XL.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.XL.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XL.json" new file mode 100644 index 0000000000..b5d11e601a --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XS.json" new file mode 100644 index 0000000000..2682973d60 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.2XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.3XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.3XL.json" new file mode 100644 index 0000000000..ebe7f1072c --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.3XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.LG.json" new file mode 100644 index 0000000000..3f1c585068 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.LG.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.MD.json" new file mode 100644 index 0000000000..cc613ea920 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.MD.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.None.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.None.json" new file mode 100644 index 0000000000..d9cd004f14 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.None.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.SM.json" new file mode 100644 index 0000000000..cf2540b847 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.SM.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XL.json" new file mode 100644 index 0000000000..da36a0706e --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XS.json" new file mode 100644 index 0000000000..b92ea3b2b2 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap horizontal.XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XL.json" new file mode 100644 index 0000000000..067a2c6384 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XS.json" new file mode 100644 index 0000000000..d486da2b4c --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.2XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.LG.json" new file mode 100644 index 0000000000..980fe6290a --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.LG.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.MD.json" new file mode 100644 index 0000000000..255d906ae3 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.MD.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.None.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.None.json" new file mode 100644 index 0000000000..13c047a292 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.None.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.SM.json" new file mode 100644 index 0000000000..8b9f2e9b4b --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.SM.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XL.json" new file mode 100644 index 0000000000..22a773752b --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XS.json" new file mode 100644 index 0000000000..6f2226c4d3 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Gap vertical.XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Gap vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XL.json" new file mode 100644 index 0000000000..55036d8d0a --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XS.json" new file mode 100644 index 0000000000..e97f16f988 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.2XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.3XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.3XL.json" new file mode 100644 index 0000000000..d8436a3905 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.3XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.LG.json" new file mode 100644 index 0000000000..a68b3cae56 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.LG.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.MD.json" new file mode 100644 index 0000000000..96f032be52 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.MD.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.None.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.None.json" new file mode 100644 index 0000000000..bba6b0db43 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.None.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.SM.json" new file mode 100644 index 0000000000..9a15cd3629 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.SM.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XL.json" new file mode 100644 index 0000000000..4dd93a0a44 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XS.json" new file mode 100644 index 0000000000..61c4fcf685 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Horisontal.XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding horizontal": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.LG.json" new file mode 100644 index 0000000000..ca65cba323 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.LG.json" @@ -0,0 +1,30 @@ +{ + "Page": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.LG.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.LG.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.MD.json" new file mode 100644 index 0000000000..feefb4932a --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.MD.json" @@ -0,0 +1,30 @@ +{ + "Page": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.MD.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.MD.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.XL.json" new file mode 100644 index 0000000000..b0a57e23f0 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Page.XL.json" @@ -0,0 +1,30 @@ +{ + "Page": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.XL.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.XL.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squared.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squared.json" new file mode 100644 index 0000000000..2f7973f134 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squared.json" @@ -0,0 +1,134 @@ +{ + "Spacing proportions": { + "XS": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XS.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XS.Stack Squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.SM.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.SM.Stack Squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.MD.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.MD.Stack Squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.LG.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.LG.Stack Squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XL.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XL.Stack Squared}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squished.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squished.json" new file mode 100644 index 0000000000..adac75f233 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Squished.json" @@ -0,0 +1,134 @@ +{ + "Spacing proportions": { + "XS": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XS.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XS.Stack Squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.SM.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.SM.Stack Squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.MD.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.MD.Stack Squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.LG.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.LG.Stack Squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XL.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XL.Stack Squished}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Stretched.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Stretched.json" new file mode 100644 index 0000000000..ed2815593b --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Proportions.Stretched.json" @@ -0,0 +1,134 @@ +{ + "Spacing proportions": { + "XS": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XS.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XS.Stack Stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "SM": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.SM.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.SM.Stack Stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.MD.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.MD.Stack Stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.LG.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.LG.Stack Stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + }, + "XL": { + "Inline": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XL.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Density Aware.Spacing.Inset.XL.Stack Stretched}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.LG.json" new file mode 100644 index 0000000000..e186fc8396 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.LG.json" @@ -0,0 +1,30 @@ +{ + "Selectable": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.LG.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.LG.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.MD.json" new file mode 100644 index 0000000000..855383982e --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.MD.json" @@ -0,0 +1,30 @@ +{ + "Selectable": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.MD.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.MD.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.SM.json" new file mode 100644 index 0000000000..d5854c3636 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.SM.json" @@ -0,0 +1,30 @@ +{ + "Selectable": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.SM.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.SM.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XL.json" new file mode 100644 index 0000000000..09aca1068b --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XL.json" @@ -0,0 +1,30 @@ +{ + "Selectable": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.XL.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.XL.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XS.json" new file mode 100644 index 0000000000..ce6cb18f0f --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Selectable.XS.json" @@ -0,0 +1,30 @@ +{ + "Selectable": { + "Spacing": { + "Inline": { + "$type": "number", + "$value": "{Spacing proportions.XS.Inline}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + }, + "Stack": { + "$type": "number", + "$value": "{Spacing proportions.XS.Stack}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": {} + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XL.json" new file mode 100644 index 0000000000..3bedbfa859 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.2XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XS.json" new file mode 100644 index 0000000000..4f48ac75b0 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.2XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "2XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.2XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.3XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.3XL.json" new file mode 100644 index 0000000000..e3d4f2ce12 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.3XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "3XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.3XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.LG.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.LG.json" new file mode 100644 index 0000000000..fa6231a28c --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.LG.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "LG", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.MD.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.MD.json" new file mode 100644 index 0000000000..8657f56caf --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.MD.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "MD", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.None.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.None.json" new file mode 100644 index 0000000000..7400c56861 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.None.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "None", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.SM.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.SM.json" new file mode 100644 index 0000000000..701a40f408 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.SM.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "SM", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XL.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XL.json" new file mode 100644 index 0000000000..b9bd36e772 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XL.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XL", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XS.json" "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XS.json" new file mode 100644 index 0000000000..c87bc6b2a9 --- /dev/null +++ "b/packages/eds-tokens/tokens/FQQqyumcpPQoiFRCjdS9GM/\360\237\252\220 Vertical.XS.json" @@ -0,0 +1,30 @@ +{ + "Documentation": { + "$type": "string", + "$value": "XS", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding vertical": { + "$type": "number", + "$value": "{Density Aware.Spacing.Stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP" + ], + "codeSyntax": {} + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\222\216 Dimension.Value.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\222\216 Dimension.Value.json" new file mode 100644 index 0000000000..6f2fb02c2e --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\222\216 Dimension.Value.json" @@ -0,0 +1,890 @@ +{ + "Shape-Squared": { + "SM": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "Shape-Squished": { + "SM": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.XL}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "Shape-Stretched": { + "SM": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.3XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "MD": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.SM}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "LG": { + "Padding inline ↔︎": { + "$type": "number", + "$value": "{Space-Inline.XS}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Padding block ↕︎": { + "$type": "number", + "$value": "{Space-Stack.MD}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Min Height ↕︎": { + "$type": "number", + "$value": "{Size.LG}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "Space-Inline": { + "none": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "4XS": { + "$type": "number", + "$value": "{dimension.inline.20}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "3XS": { + "$type": "number", + "$value": "{dimension.inline.30}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2XS": { + "$type": "number", + "$value": "{dimension.inline.40}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{dimension.inline.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{dimension.inline.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{dimension.inline.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{dimension.inline.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{dimension.inline.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{dimension.inline.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Space-Stack": { + "none": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "4XS": { + "$type": "number", + "$value": "{dimension.stack.20}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "3XS": { + "$type": "number", + "$value": "{dimension.stack.30}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2XS": { + "$type": "number", + "$value": "{dimension.stack.40}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{dimension.stack.50}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{dimension.stack.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{dimension.stack.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{dimension.stack.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{dimension.stack.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{dimension.inline.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Size": { + "3XS": { + "$type": "number", + "$value": "{dimension.stack.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2XS": { + "$type": "number", + "$value": "{dimension.stack.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "XS": { + "$type": "number", + "$value": "{dimension.stack.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "SM": { + "$type": "number", + "$value": "{dimension.stack.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "MD": { + "$type": "number", + "$value": "{dimension.stack.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "LG": { + "$type": "number", + "$value": "{dimension.stack.250}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "XL": { + "$type": "number", + "$value": "{dimension.stack.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2XL": { + "$type": "number", + "$value": "{dimension.stack.350}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Border-radius": { + "none": { + "$type": "number", + "$value": "{dimension.stack.0}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "rounded": { + "$type": "number", + "$value": "{dimension.stack.30}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "round": { + "$type": "number", + "$value": 100000000, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Border-width": { + "none": { + "$type": "number", + "$value": "{dimension.inline.0}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "default": { + "$type": "number", + "$value": "{dimension.inline.10}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "strong": { + "$type": "number", + "$value": "{dimension.inline.20}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": true, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Comfortable.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Comfortable.json" new file mode 100644 index 0000000000..1cf7766ed2 --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Comfortable.json" @@ -0,0 +1,760 @@ +{ + "dimension": { + "inline": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "10": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "20": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "30": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "40": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-inline-50);" + } + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "225": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "250": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "number", + "$value": 48, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "350": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "number", + "$value": 64, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "number", + "$value": 96, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "number", + "$value": 112, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "number", + "$value": 128, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "number", + "$value": 160, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "number", + "$value": 192, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "number", + "$value": 256, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1600": { + "$type": "number", + "$value": 320, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1800": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "stack": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "10": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "20": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "30": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "40": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "225": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "250": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "350": { + "$type": "number", + "$value": 68, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "number", + "$value": 100, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "number", + "$value": 120, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "number", + "$value": 148, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "number", + "$value": 184, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "number", + "$value": 224, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "number", + "$value": 272, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "border-radius": { + "none": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "rounded": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "round": { + "$type": "number", + "$value": 100000000, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "elevation": { + "shadow": { + "top": { + "stack": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Compact.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Compact.json" new file mode 100644 index 0000000000..1cf7766ed2 --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Compact.json" @@ -0,0 +1,760 @@ +{ + "dimension": { + "inline": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "10": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "20": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "30": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "40": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-inline-50);" + } + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "225": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "250": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "number", + "$value": 48, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "350": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "number", + "$value": 64, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "number", + "$value": 96, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "number", + "$value": 112, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "number", + "$value": 128, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "number", + "$value": 160, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "number", + "$value": 192, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "number", + "$value": 256, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1600": { + "$type": "number", + "$value": 320, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1800": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "stack": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "10": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "20": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "30": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "40": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "225": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "250": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "350": { + "$type": "number", + "$value": 68, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "number", + "$value": 100, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "number", + "$value": 120, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "number", + "$value": 148, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "number", + "$value": 184, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "number", + "$value": 224, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "number", + "$value": 272, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "border-radius": { + "none": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "rounded": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "round": { + "$type": "number", + "$value": 100000000, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "elevation": { + "shadow": { + "top": { + "stack": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Spacious.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Spacious.json" new file mode 100644 index 0000000000..f55e9f4eec --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\223\220 Density modes.Spacious.json" @@ -0,0 +1,760 @@ +{ + "dimension": { + "inline": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "10": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "20": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "30": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "40": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-inline-50);" + } + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "225": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "250": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "number", + "$value": 48, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "350": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "number", + "$value": 64, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "number", + "$value": 96, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "number", + "$value": 112, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "number", + "$value": 128, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "number", + "$value": 160, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "number", + "$value": 192, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "number", + "$value": 256, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1600": { + "$type": "number", + "$value": 320, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1800": { + "$type": "number", + "$value": 384, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "stack": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "10": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "20": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "30": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "40": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "225": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "250": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "350": { + "$type": "number", + "$value": 68, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "number", + "$value": 100, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "number", + "$value": 120, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "number", + "$value": 148, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "number", + "$value": 184, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "number", + "$value": 224, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "number", + "$value": 272, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "border-radius": { + "none": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "rounded": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "round": { + "$type": "number", + "$value": 100000000, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "elevation": { + "shadow": { + "top": { + "stack": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Hidden.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Hidden.json" new file mode 100644 index 0000000000..663e2a338f --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Hidden.json" @@ -0,0 +1,60 @@ +{ + "Spacer": { + "Surface": { + "$type": "color", + "$value": "#00ff4700", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Border": { + "$type": "color", + "$value": "#1bbe4800", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Icon": { + "$type": "color", + "$value": "#1bbe4800", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Text": { + "$type": "color", + "$value": "#1bbe4800", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Visible.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Visible.json" new file mode 100644 index 0000000000..d1b3bb3aae --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/_\360\237\232\247 Helper Modes.Visible.json" @@ -0,0 +1,60 @@ +{ + "Spacer": { + "Surface": { + "$type": "color", + "$value": "#00ff4726", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Border": { + "$type": "color", + "$value": "#1bbe48", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Icon": { + "$type": "color", + "$value": "#1bbe48", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "Text": { + "$type": "color", + "$value": "#1bbe48", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Dark.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Dark.json" new file mode 100644 index 0000000000..a30b7b42c7 --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Dark.json" @@ -0,0 +1,4973 @@ +{ + "text": { + "message": { + "info": { + "$type": "color", + "$value": "{Blue Sky.600}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{Blue Sky.400}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Success Green.600}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{Success Green.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.500}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{Spruce Wood.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.600}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{Red Warm.500}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-error-hover)" + } + } + } + } + }, + "interactive": { + "resting": { + "$type": "color", + "$value": "{Slate Grey.600}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "active-neutral": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active-neutral)" + } + } + } + }, + "active-neutral-hover": { + "$type": "color", + "$value": "{Slate Grey.200}", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active-neutral-hover)" + } + } + } + }, + "active-neutral-pressed": { + "$type": "color", + "$value": "{Slate Grey.100}", + "$description": "table", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Grey.1000}", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-disabled)" + } + } + } + }, + "elevation-level-2": { + "resting": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Slate Grey.200}", + "$description": "tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.100}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + } + }, + "input": { + "helper": { + "default": { + "$type": "color", + "$value": "{text.tertiary}", + "$description": "Deprecated - helper text for input field. Use text/tertiary.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-default)" + } + } + } + }, + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-error)" + } + } + } + } + }, + "resting": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Autocomplete, Table input, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-resting)" + } + } + } + }, + "placeholder": { + "$type": "color", + "$value": "{text.quaternary}", + "$description": "Autocomplete, Table input, Search, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-placeholder)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Autocomplete, Table input, Search, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-active)" + } + } + } + }, + "label": { + "$type": "color", + "$value": "{Slate Grey.600}", + "$description": "Autocomplete, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-label)" + } + } + } + }, + "asterix": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Autocomplete, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-asterix)" + } + } + } + } + }, + "primary-highlighted": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "primary": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Dialog title, Popover title, Side sheet title, Title", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-primary)" + } + } + } + }, + "secondary": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Application name, Dialog body text, Popover body text", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-secondary)" + } + } + } + }, + "tertiary": { + "$type": "color", + "$value": "{Slate Grey.600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-tertiary)" + } + } + } + }, + "button": { + "primary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-primary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-primary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-primary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-secondary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Mist Grey.600}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-secondary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Mist Grey.400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-secondary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Mist Grey.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-danger-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Red Warm.700}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-danger-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Red Warm.500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-danger-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{text.interactive.disabled}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-disabled)" + } + } + } + } + }, + "quaternary": { + "$type": "color", + "$value": "{Slate Grey.900}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-quaternary)" + } + } + } + }, + "on-overlay": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-on-overlay)" + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-error)" + } + } + } + } + }, + "card": { + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-error)" + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{text.message.info-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{text.message.success-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{text.message.warning-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{text.message.error-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Grey.1000}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-disabled)" + } + } + } + } + } + } + }, + "icon": { + "message": { + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{text.message.info-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{text.message.success-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{text.message.warning-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{text.message.error-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-error-hover)" + } + } + } + } + }, + "availability": { + "available": { + "$type": "color", + "$value": "{Success Green.600}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-available)" + } + } + } + }, + "away": { + "$type": "color", + "$value": "{Orange.600}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-away)" + } + } + } + }, + "busy": { + "$type": "color", + "$value": "{Red Warm.800}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-busy)" + } + } + } + }, + "do-not-disturb": { + "$type": "color", + "$value": "{Red Warm.800}", + "$description": "Card neutral", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-do-not-disturb)" + } + } + } + } + }, + "interactive": { + "resting": { + "$type": "color", + "$value": "{Slate Grey.600}", + "$description": "Autocomplete, Menu item (Sidebar) Search", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Autocomplete, Menu item (Sidebar)", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Autocomplete, Menu item (Sidebar)", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Autocomplete, Menu item (Sidebar)", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active-neutral": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Table cell, Table data grid cell, Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active-neutral)" + } + } + } + }, + "active-neutral-hover": { + "$type": "color", + "$value": "{Slate Grey.200}", + "$description": "Table cell, Table data grid cell, Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active-neutral-hover)" + } + } + } + }, + "active-neutral-pressed": { + "$type": "color", + "$value": "{Slate Grey.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Grey.1000}", + "$description": "Autocomplete, Menu item (Menu & Sidebar) Search, Tab, Table header, Table header data grid, Table cell, Table data grid cell, Text field, Top bar", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-disabled)" + } + } + } + }, + "elevation-level-2": { + "resting": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Slate Grey.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.100}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + } + }, + "primary": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-primary)" + } + } + } + }, + "secondary": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-secondary)" + } + } + } + }, + "tertiary": { + "$type": "color", + "$value": "{Slate Grey.600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-tertiary)" + } + } + } + }, + "quaternary": { + "$type": "color", + "$value": "{Slate Grey.900}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-quaternary)" + } + } + } + }, + "on-overlay": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-on-overlay)" + } + } + } + }, + "input": { + "info": { + "resting": { + "$type": "color", + "$value": "{Blue Sky.1000}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-info-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Blue Sky.600}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-info-active)" + } + } + } + } + }, + "success": { + "resting": { + "$type": "color", + "$value": "{Success Green.800}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-success-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Success Green.600}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-success-active)" + } + } + } + } + }, + "warning": { + "resting": { + "$type": "color", + "$value": "{Orange.800}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-warning-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Spruce Wood.500}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-warning-active)" + } + } + } + } + }, + "error": { + "resting": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-error-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Red Warm.600}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-error-active)" + } + } + } + } + }, + "helper": { + "default": { + "$type": "color", + "$value": "{icon.tertiary}", + "$description": "Deprecated - helper text for input field. Use icon/tertiary.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-default)" + } + } + } + }, + "info": { + "$type": "color", + "$value": "{icon.message.info}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{icon.message.success}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{icon.message.warning}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{icon.message.error}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-error)" + } + } + } + } + } + }, + "button": { + "primary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-primary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-primary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-primary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-secondary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Mist Grey.600}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-secondary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Mist Grey.400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-secondary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Mist Grey.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.1500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-danger-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Red Warm.700}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-danger-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Red Warm.500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-danger-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-error)" + } + } + } + } + }, + "card": { + "info": { + "$type": "color", + "$value": "{icon.message.info}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{icon.message.success}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{icon.message.warning}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{icon.message.error}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-error)" + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "{icon.message.info}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{icon.message.info-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{icon.message.success}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{icon.message.success-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{icon.message.warning}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{icon.message.warning-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{icon.message.error}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{icon.message.error-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "{Slate Grey.500}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Grey.1000}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-disabled)" + } + } + } + } + } + } + }, + "border": { + "interactive": { + "resting": { + "$type": "color", + "$value": "#ffffff29", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "#ffffff33", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "#ffffff4d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Menu item Sidebar, Tab, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Menu item Sidebar, Tab, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Grey.1100}", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-disabled)" + } + } + } + } + }, + "input": { + "info": { + "resting": { + "$type": "color", + "$value": "{Blue Sky.1000}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-info-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Blue Sky.600}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-info-active)" + } + } + } + } + }, + "success": { + "resting": { + "$type": "color", + "$value": "{Success Green.900}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-success-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Success Green.600}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-success-active)" + } + } + } + } + }, + "resting": { + "$type": "color", + "$value": "#ffffff29", + "$description": "Autocomplete, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-resting)" + } + } + } + }, + "warning": { + "resting": { + "$type": "color", + "$value": "{Orange.800}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-warning-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Spruce Wood.500}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-warning-active)" + } + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Autocomplete, Search, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-active)" + } + } + } + }, + "error": { + "resting": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-error-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Red Warm.600}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-error-active)" + } + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1000}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{Blue Sky.400}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Success Green.900}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{Success Green.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.800}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{Spruce Wood.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{Red Warm.500}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "{Slate Grey.1100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Grey.400}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Mist Blue Muted.1200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green Sat.400}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Grey.1000}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-disabled)" + } + } + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-error)" + } + } + } + } + }, + "card": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1000}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Success Green.900}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.800}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-error)" + } + } + } + } + }, + "primary": { + "$type": "color", + "$value": "#ffffff29", + "$description": "Dialog, Popover", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-primary)" + } + } + } + }, + "secondary": { + "$type": "color", + "$value": "#ffffff33", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-secondary)" + } + } + } + }, + "button": { + "primary": { + "outlined": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-primary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-primary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "outlined": { + "$type": "color", + "$value": "{Mist Grey.600}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-secondary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Mist Grey.400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-secondary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Mist Grey.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "outlined": { + "$type": "color", + "$value": "{Red Warm.700}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-danger-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Red Warm.500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-danger-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{border.interactive.disabled}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-disabled)" + } + } + } + } + }, + "tertiary": { + "$type": "color", + "$value": "#ffffff4d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-tertiary)" + } + } + } + }, + "quaternary": { + "$type": "color", + "$value": "#ffffff66", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-quaternary)" + } + } + } + }, + "alternative": { + "$type": "color", + "$value": "#ffffff29", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-alternative)" + } + } + } + }, + "ui-shell": { + "$type": "color", + "$value": "{Slate Blue.1400}", + "$description": "Sidebar, Topbar, Side sheet", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-ui-shell)" + } + } + }, + "resting": { + "$type": "color", + "$value": "{Slate Blue.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Blue.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{border.interactive.active}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{border.interactive.active-hover}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Blue.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + } + }, + "surface": { + "shadow": { + "top": { + "$type": "color", + "$value": "#00000024", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": { + "WEB": "var(--eds-color-surface-shadow-top)" + } + } + } + }, + "middle": { + "$type": "color", + "$value": "#0000001f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": { + "WEB": "var(--eds-color-surface-shadow-middle)" + } + } + } + }, + "bottom": { + "$type": "color", + "$value": "#00000033", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": { + "WEB": "var(--eds-color-surface-shadow-bottom)" + } + } + } + } + }, + "elevation": { + "level-1": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Dialog", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-1)" + } + } + } + }, + "level-2": { + "$type": "color", + "$value": "{Slate Blue.1300}", + "$description": "Card neutral, Menu, Popover", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-2)" + } + } + } + }, + "level-3": { + "$type": "color", + "$value": "{Slate Blue.1200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-3)" + } + } + } + }, + "level-4": { + "$type": "color", + "$value": "{Slate Blue.1100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-4)" + } + } + } + } + }, + "interactive": { + "resting": { + "$type": "color", + "$value": "#00000000", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Blue.1200}", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Used in Tab resting hover, Menu item resting hover, Sidebar item resting hover, App launcher hover", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Mist Blue Muted.1300}", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Mist Blue Muted.1200}", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Mist Blue Muted.1100}", + "$description": "Used in Table cell, Menu, Sidebar, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "elevation-level-2": { + "active": { + "$type": "color", + "$value": "{Mist Blue Muted.1200}", + "$description": "Menu", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-elevation-level-2-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Mist Blue Muted.1100}", + "$description": "Menu", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-elevation-level-2-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Mist Blue Muted.1000}", + "$description": "Used in Table cell, Menu, Sidebar, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "active-ghost": { + "$type": "color", + "$value": "#00000000", + "$description": "Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active-ghost)" + } + } + } + }, + "active-ghost-hover": { + "$type": "color", + "$value": "{surface.interactive.active-hover}", + "$description": "Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active-ghost-hover)" + } + } + } + }, + "active-ghost-pressed": { + "$type": "color", + "$value": "{surface.interactive.active-pressed}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "#00000000", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-disabled)" + } + } + } + } + }, + "input": { + "on-main-flat": { + "$type": "color", + "$value": "#00000047", + "$description": "Autocomplete, Search, Table input, Text field input", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-input-on-main-flat)" + } + } + } + }, + "on-main-deep": { + "$type": "color", + "$value": "#00000047", + "$description": "Autocomplete, Search, Table input, Text field input", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-input-on-main-deep)" + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "#dfeff71a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "#dfeff71a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "#e6faec1a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "#e6faec1a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "#fff0e51a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "#fff0e51a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "#ffe1e01a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "#ffe1e01a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "#eaeaea1a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "#eaeaea1a", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "#2a587480", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "#2a587480", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "#2e3f4c66", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-disabled)" + } + } + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.1200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-error)" + } + } + } + } + }, + "card": { + "elevation-level-1": { + "info": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-error)" + } + } + } + } + }, + "elevation-level-2": { + "info": { + "$type": "color", + "$value": "{Slate Blue.1300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Slate Blue.1300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Slate Blue.1300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Slate Blue.1300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-error)" + } + } + } + } + } + }, + "none": { + "$type": "color", + "$value": "#00000000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-none)" + } + } + } + }, + "main-flat": { + "$type": "color", + "$value": "{Slate Blue.1400}", + "$description": "UI main", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-main-flat)" + } + } + } + }, + "main-deep": { + "$type": "color", + "$value": "{Slate Blue.1400}", + "$description": "UI main", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-main-deep)" + } + } + } + }, + "table": { + "header": { + "on-main-flat": { + "resting": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-flat-resting)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-flat-disabled)" + } + } + } + } + }, + "on-main-deep": { + "resting": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-deep-resting)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-deep-disabled)" + } + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Blue.1200}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Slate Blue.1300}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Slate Blue.1200}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-active-hover)" + } + } + } + } + }, + "cell": { + "resting": { + "$type": "color", + "$value": "#00000000", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Slate Blue.1200}", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-resting-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "#00000000", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-disabled)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "#ff666b47", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-error)" + } + } + } + } + } + }, + "scrim": { + "$type": "color", + "$value": "#00000066", + "$description": "Scrim", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-scrim)" + } + } + } + }, + "overlay": { + "$type": "color", + "$value": "#dcf2fff2", + "$description": "Snackbar, Tooltip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-overlay)" + } + } + } + }, + "ui-shell": { + "$type": "color", + "$value": "{Slate Blue.1350}", + "$description": "Sidebar, Side sheet, Toolbar, Top bar", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-ui-shell)" + } + } + } + }, + "button": { + "primary": { + "filled": { + "$type": "color", + "$value": "{Moss Green Sat.500}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-filled)" + } + } + } + }, + "filled-hover": { + "$type": "color", + "$value": "{Moss Green Sat.300}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-filled-hover)" + } + } + } + }, + "filled-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "outlined": { + "$type": "color", + "$value": "#00000000", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Moss Green Sat.1400}", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Moss Green Sat.1300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "filled": { + "$type": "color", + "$value": "{Mist Grey.600}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-filled)" + } + } + } + }, + "filled-hover": { + "$type": "color", + "$value": "{Mist Grey.400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-filled-hover)" + } + } + } + }, + "filled-pressed": { + "$type": "color", + "$value": "{Mist Grey.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "outlined": { + "$type": "color", + "$value": "#00000000", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Blue Sky.1400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Blue Sky.1300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "filled": { + "$type": "color", + "$value": "{Red Warm.700}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-filled)" + } + } + } + }, + "filled-hover": { + "$type": "color", + "$value": "{Red Warm.500}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-filled-hover)" + } + } + } + }, + "filled-pressed": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "outlined": { + "$type": "color", + "$value": "#00000000", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Red Cold.1400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Red Cold.1300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "disabled": { + "filled": { + "$type": "color", + "$value": "{Slate Grey.1300}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-disabled-filled)" + } + } + } + }, + "outlined": { + "$type": "color", + "$value": "{surface.interactive.resting}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-disabled-outlined)" + } + } + } + } + } + }, + "placeholder": { + "image": { + "$type": "color", + "$value": "{Slate Blue.1100}", + "$description": "Placeholder image", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-placeholder-image)" + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Light.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Light.json" new file mode 100644 index 0000000000..6eaea1eafe --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\214\227 Themes.Light.json" @@ -0,0 +1,4973 @@ +{ + "text": { + "message": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{Blue Ocean.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.1200}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{Success Green.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.1200}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{Orange.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{Red Cold.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-error-hover)" + } + } + } + } + }, + "interactive": { + "resting": { + "$type": "color", + "$value": "{Neutral.900}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Menu item, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "active-neutral": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active-neutral)" + } + } + } + }, + "active-neutral-hover": { + "$type": "color", + "$value": "{Neutral.1400}", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-active-neutral-hover)" + } + } + } + }, + "active-neutral-pressed": { + "$type": "color", + "$value": "{Neutral.1450}", + "$description": "table", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.500}", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-disabled)" + } + } + } + }, + "elevation-level-2": { + "resting": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Neutral.1400}", + "$description": "tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-interactive-elevation-level-2-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + } + }, + "input": { + "helper": { + "default": { + "$type": "color", + "$value": "{text.tertiary}", + "$description": "Deprecated - helper text for input field. Use text/tertiary.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-default)" + } + } + } + }, + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Deprecated - helper text for input field. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-helper-error)" + } + } + } + } + }, + "resting": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Autocomplete, Table input, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-resting)" + } + } + } + }, + "placeholder": { + "$type": "color", + "$value": "{text.quaternary}", + "$description": "Autocomplete, Table input, Search, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-placeholder)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Autocomplete, Table input, Search, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-active)" + } + } + } + }, + "label": { + "$type": "color", + "$value": "{Neutral.900}", + "$description": "Autocomplete, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-label)" + } + } + } + }, + "asterix": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Autocomplete, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-input-asterix)" + } + } + } + } + }, + "primary-highlighted": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + }, + "primary": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Dialog title, Popover title, Side sheet title, Title", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-primary)" + } + } + } + }, + "secondary": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Application name, Dialog body text, Popover body text", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-secondary)" + } + } + } + }, + "tertiary": { + "$type": "color", + "$value": "{Neutral.900}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-tertiary)" + } + } + } + }, + "button": { + "primary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-primary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-primary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-primary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-secondary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Blue Sky.1300}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-secondary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Blue Sky.1400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-secondary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Blue Sky.1450}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-danger-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-danger-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-danger-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Red Cold.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{text.interactive.disabled}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-button-disabled)" + } + } + } + } + }, + "quaternary": { + "$type": "color", + "$value": "{Neutral.700}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-quaternary)" + } + } + } + }, + "on-overlay": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-on-overlay)" + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-banner-error)" + } + } + } + } + }, + "card": { + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Deprecated - Card. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-card-error)" + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{text.message.info-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{text.message.success-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{text.message.warning-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{text.message.error-hover}", + "$description": "Deprecated - Chip. Use text/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.500}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-chip-neutral-disabled)" + } + } + } + } + } + } + }, + "icon": { + "message": { + "info": { + "$type": "color", + "$value": "{text.message.info}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{text.message.info-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{text.message.success}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{text.message.success-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{text.message.warning}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{text.message.warning-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{text.message.error}", + "$description": "Chip, Card, input helper", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "TEXT_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-text-notification-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{text.message.error-hover}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-error-hover)" + } + } + } + } + }, + "availability": { + "available": { + "$type": "color", + "$value": "{Success Green.1000}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-available)" + } + } + } + }, + "away": { + "$type": "color", + "$value": "{Orange.1000}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-away)" + } + } + } + }, + "busy": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-busy)" + } + } + } + }, + "do-not-disturb": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Card neutral", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-availability-do-not-disturb)" + } + } + } + } + }, + "interactive": { + "resting": { + "$type": "color", + "$value": "{Neutral.900}", + "$description": "Autocomplete, Menu item (Sidebar) Search", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Autocomplete, Menu item (Sidebar)", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Autocomplete, Menu item (Sidebar)", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Autocomplete, Menu item (Sidebar)", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active-neutral": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Table cell, Table data grid cell, Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active-neutral)" + } + } + } + }, + "active-neutral-hover": { + "$type": "color", + "$value": "{Neutral.1400}", + "$description": "Table cell, Table data grid cell, Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-active-neutral-hover)" + } + } + } + }, + "active-neutral-pressed": { + "$type": "color", + "$value": "{Neutral.1450}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.500}", + "$description": "Autocomplete, Menu item (Menu & Sidebar) Search, Tab, Table header, Table header data grid, Table cell, Table data grid cell, Text field, Top bar", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-disabled)" + } + } + } + }, + "elevation-level-2": { + "resting": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Neutral.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Menu item", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-interactive-elevation-level-2-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + } + }, + "primary": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-primary)" + } + } + } + }, + "secondary": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-secondary)" + } + } + } + }, + "tertiary": { + "$type": "color", + "$value": "{Neutral.900}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-tertiary)" + } + } + } + }, + "quaternary": { + "$type": "color", + "$value": "{Neutral.700}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-quaternary)" + } + } + } + }, + "on-overlay": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-on-overlay)" + } + } + } + }, + "input": { + "info": { + "resting": { + "$type": "color", + "$value": "{Blue Sky.1000}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-info-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-info-active)" + } + } + } + } + }, + "success": { + "resting": { + "$type": "color", + "$value": "{Success Green.900}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-success-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Success Green.1100}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-success-active)" + } + } + } + } + }, + "warning": { + "resting": { + "$type": "color", + "$value": "{Orange.800}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-warning-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Orange.1100}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-warning-active)" + } + } + } + } + }, + "error": { + "resting": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-error-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-error-active)" + } + } + } + } + }, + "helper": { + "default": { + "$type": "color", + "$value": "{icon.tertiary}", + "$description": "Deprecated - helper text for input field. Use icon/tertiary.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-default)" + } + } + } + }, + "info": { + "$type": "color", + "$value": "{icon.message.info}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{icon.message.success}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{icon.message.warning}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{icon.message.error}", + "$description": "Deprecated - helper text for input field. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-input-helper-error)" + } + } + } + } + } + }, + "button": { + "primary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-primary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-primary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-primary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-secondary-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Blue Sky.1300}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-secondary-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Blue Sky.1400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-secondary-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Blue Sky.1450}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "on-filled": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-danger-on-filled)" + } + } + } + }, + "on-outlined": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-danger-on-outlined)" + } + } + } + }, + "on-outlined-hover": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-button-danger-on-outlined-hover)" + } + } + } + }, + "on-outlined-pressed": { + "$type": "color", + "$value": "{Red Cold.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-banner-error)" + } + } + } + } + }, + "card": { + "info": { + "$type": "color", + "$value": "{icon.message.info}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{icon.message.success}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{icon.message.warning}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{icon.message.error}", + "$description": "Deprecated - Card. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-card-error)" + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "{icon.message.info}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{icon.message.info-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{icon.message.success}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{icon.message.success-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{icon.message.warning}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{icon.message.warning-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{icon.message.error}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{icon.message.error-hover}", + "$description": "Deprecated - Chip. Use icon/message.", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.500}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-icon-chip-neutral-disabled)" + } + } + } + } + } + } + }, + "border": { + "interactive": { + "resting": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.500}", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Neutral.700}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Menu item Sidebar, Tab, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Menu item Sidebar, Tab, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Menu item, Tab, Table cell, Table data grid cell, Table header, Table header data grid", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-interactive-disabled)" + } + } + } + } + }, + "input": { + "info": { + "resting": { + "$type": "color", + "$value": "{Blue Sky.1000}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-info-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-info-active)" + } + } + } + } + }, + "success": { + "resting": { + "$type": "color", + "$value": "{Success Green.900}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-success-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Success Green.1100}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-success-active)" + } + } + } + } + }, + "resting": { + "$type": "color", + "$value": "{Neutral.600}", + "$description": "Autocomplete, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-resting)" + } + } + } + }, + "warning": { + "resting": { + "$type": "color", + "$value": "{Orange.800}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-warning-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Orange.1100}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-warning-active)" + } + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Autocomplete, Search, Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-active)" + } + } + } + }, + "error": { + "resting": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-error-resting)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Text field", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-input-error-active)" + } + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "{Blue Sky.1000}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{Blue Ocean.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Success Green.900}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{Success Green.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Orange.800}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{Orange.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{Red Cold.1300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.1100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.400}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-chip-neutral-disabled)" + } + } + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.300}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-banner-error)" + } + } + } + } + }, + "card": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.200}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.200}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-card-error)" + } + } + } + } + }, + "primary": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Dialog, Popover", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-primary)" + } + } + } + }, + "secondary": { + "$type": "color", + "$value": "{Neutral.500}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-secondary)" + } + } + } + }, + "button": { + "primary": { + "outlined": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-primary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-primary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "outlined": { + "$type": "color", + "$value": "{Blue Sky.1200}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-secondary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Blue Sky.1400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-secondary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Blue Sky.1450}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "outlined": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-danger-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-danger-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Red Cold.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-button-disabled)" + } + } + } + } + }, + "tertiary": { + "$type": "color", + "$value": "{Neutral.700}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-tertiary)" + } + } + } + }, + "quaternary": { + "$type": "color", + "$value": "{Neutral.900}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-quaternary)" + } + } + } + }, + "alternative": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-alternative)" + } + } + } + }, + "ui-shell": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "Sidebar, Topbar, Side sheet", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": { + "WEB": "var(--eds-color-border-ui-shell)" + } + } + }, + "resting": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{border.interactive.active}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{border.interactive.active-hover}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "STROKE_COLOR" + ], + "codeSyntax": {} + } + } + } + } + }, + "surface": { + "shadow": { + "top": { + "$type": "color", + "$value": "#00000024", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": { + "WEB": "var(--eds-color-surface-shadow-top)" + } + } + } + }, + "middle": { + "$type": "color", + "$value": "#0000001f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": { + "WEB": "var(--eds-color-surface-shadow-middle)" + } + } + } + }, + "bottom": { + "$type": "color", + "$value": "#00000033", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [], + "codeSyntax": { + "WEB": "var(--eds-color-surface-shadow-bottom)" + } + } + } + } + }, + "elevation": { + "level-1": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Dialog", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-1)" + } + } + } + }, + "level-2": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Card neutral, Menu, Popover", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-2)" + } + } + } + }, + "level-3": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-3)" + } + } + } + }, + "level-4": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-elevation-level-4)" + } + } + } + } + }, + "interactive": { + "resting": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-resting-hover)" + } + } + } + }, + "resting-pressed": { + "$type": "color", + "$value": "{Neutral.500}", + "$description": "Used in Tab resting hover, Menu item resting hover, Sidebar item resting hover, App launcher hover", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.200}", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.300}", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green.500}", + "$description": "Used in Table cell, Menu, Sidebar, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "elevation-level-2": { + "active": { + "$type": "color", + "$value": "{Moss Green.200}", + "$description": "Menu", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-elevation-level-2-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.300}", + "$description": "Menu", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-elevation-level-2-active-hover)" + } + } + } + }, + "active-pressed": { + "$type": "color", + "$value": "{Moss Green.500}", + "$description": "Used in Table cell, Menu, Sidebar, Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "active-ghost": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active-ghost)" + } + } + } + }, + "active-ghost-hover": { + "$type": "color", + "$value": "{surface.interactive.active-hover}", + "$description": "Tab", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-active-ghost-hover)" + } + } + } + }, + "active-ghost-pressed": { + "$type": "color", + "$value": "{surface.interactive.active-pressed}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "disabled": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Menu item, Tab, Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-interactive-disabled)" + } + } + } + } + }, + "input": { + "on-main-flat": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "Autocomplete, Search, Table input, Text field input", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-input-on-main-flat)" + } + } + } + }, + "on-main-deep": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Autocomplete, Search, Table input, Text field input", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-input-on-main-deep)" + } + } + } + } + }, + "chip": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-info)" + } + } + } + }, + "info-hover": { + "$type": "color", + "$value": "{Mist Blue Muted.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-info-hover)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-success)" + } + } + } + }, + "success-hover": { + "$type": "color", + "$value": "{Lichen Green.100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-success-hover)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-warning)" + } + } + } + }, + "warning-hover": { + "$type": "color", + "$value": "{Spruce Wood.100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-warning-hover)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-error)" + } + } + } + }, + "error-hover": { + "$type": "color", + "$value": "{Red Warm.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-error-hover)" + } + } + } + }, + "neutral": { + "resting": { + "$type": "color", + "$value": "{Neutral.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Moss Green.100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Moss Green.100}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-active-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-chip-neutral-disabled)" + } + } + } + } + } + }, + "banner": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.300}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.200}", + "$description": "Chip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.200}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "Banner", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-banner-error)" + } + } + } + } + }, + "card": { + "elevation-level-1": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.200}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.200}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-1-error)" + } + } + } + } + }, + "elevation-level-2": { + "info": { + "$type": "color", + "$value": "{Mist Blue Muted.300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-info)" + } + } + } + }, + "success": { + "$type": "color", + "$value": "{Lichen Green.200}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-success)" + } + } + } + }, + "warning": { + "$type": "color", + "$value": "{Spruce Wood.200}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-warning)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "Card", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-card-elevation-level-2-error)" + } + } + } + } + } + }, + "none": { + "$type": "color", + "$value": "#ffffff00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-none)" + } + } + } + }, + "main-flat": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "UI main", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-main-flat)" + } + } + } + }, + "main-deep": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "UI main", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-main-deep)" + } + } + } + }, + "table": { + "header": { + "on-main-flat": { + "resting": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-flat-resting)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.100}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-flat-disabled)" + } + } + } + } + }, + "on-main-deep": { + "resting": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-deep-resting)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-on-main-deep-disabled)" + } + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-resting-hover)" + } + } + } + }, + "active": { + "$type": "color", + "$value": "{Neutral.200}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-active)" + } + } + } + }, + "active-hover": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Table header, Table data grid header", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-header-active-hover)" + } + } + } + } + }, + "cell": { + "resting": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-resting)" + } + } + } + }, + "resting-hover": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-resting-hover)" + } + } + } + }, + "disabled": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-disabled)" + } + } + } + }, + "error": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "Table cell, Table data grid cell", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-table-cell-error)" + } + } + } + } + } + }, + "scrim": { + "$type": "color", + "$value": "#00000066", + "$description": "Scrim", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-scrim)" + } + } + } + }, + "overlay": { + "$type": "color", + "$value": "#000000cc", + "$description": "Snackbar, Tooltip", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-overlay)" + } + } + } + }, + "ui-shell": { + "$type": "color", + "$value": "{Neutral.0}", + "$description": "Sidebar, Side sheet, Toolbar, Top bar", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-ui-shell)" + } + } + } + }, + "button": { + "primary": { + "filled": { + "$type": "color", + "$value": "{Moss Green.1100}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-filled)" + } + } + } + }, + "filled-hover": { + "$type": "color", + "$value": "{Moss Green.1300}", + "$description": "Button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-filled-hover)" + } + } + } + }, + "filled-pressed": { + "$type": "color", + "$value": "{Moss Green.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "outlined": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Moss Green.200}", + "$description": "Button, Ghost button, Toggle button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-primary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Moss Green.400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "secondary": { + "filled": { + "$type": "color", + "$value": "{Blue Sky.1300}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-filled)" + } + } + } + }, + "filled-hover": { + "$type": "color", + "$value": "{Blue Sky.1400}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-filled-hover)" + } + } + } + }, + "filled-pressed": { + "$type": "color", + "$value": "{Blue Sky.1450}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "outlined": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Mist Grey.300}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-secondary-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Mist Grey.500}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "danger": { + "filled": { + "$type": "color", + "$value": "{Red Cold.900}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-filled)" + } + } + } + }, + "filled-hover": { + "$type": "color", + "$value": "{Red Cold.1200}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-filled-hover)" + } + } + } + }, + "filled-pressed": { + "$type": "color", + "$value": "{Red Cold.1400}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + }, + "outlined": { + "$type": "color", + "$value": "#ffffff00", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-outlined)" + } + } + } + }, + "outlined-hover": { + "$type": "color", + "$value": "{Red Warm.300}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-danger-outlined-hover)" + } + } + } + }, + "outlined-pressed": { + "$type": "color", + "$value": "{Red Warm.500}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": {} + } + } + } + }, + "disabled": { + "filled": { + "$type": "color", + "$value": "{Neutral.200}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-disabled-filled)" + } + } + } + }, + "outlined": { + "$type": "color", + "$value": "{surface.interactive.resting}", + "$description": "Button", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-button-disabled-outlined)" + } + } + } + } + } + }, + "placeholder": { + "image": { + "$type": "color", + "$value": "{Neutral.300}", + "$description": "Placeholder image", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "SHAPE_FILL", + "FRAME_FILL" + ], + "codeSyntax": { + "WEB": "var(--eds-color-surface-placeholder-image)" + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\223\220 Density.Spacious.json" "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\223\220 Density.Spacious.json" new file mode 100644 index 0000000000..2cb4c7d749 --- /dev/null +++ "b/packages/eds-tokens/tokens/aRgKtCisnm98k9kVy6zasL/\360\237\223\220 Density.Spacious.json" @@ -0,0 +1,372 @@ +{ + "shadow": { + "elevation-level-1": { + "top": { + "offsetY": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "middle": { + "offsetY": { + "$type": "number", + "$value": 3, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "bottom": { + "offsetY": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + } + }, + "elevation-level-2": { + "top": { + "offsetY": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "middle": { + "offsetY": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "bottom": { + "offsetY": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 10, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + } + }, + "elevation-level-3": { + "top": { + "offsetY": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 10, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "middle": { + "offsetY": { + "$type": "number", + "$value": 3, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 14, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "bottom": { + "offsetY": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + } + }, + "elevation-level-4": { + "top": { + "offsetY": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 17, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "middle": { + "offsetY": { + "$type": "number", + "$value": 5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 22, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + }, + "bottom": { + "offsetY": { + "$type": "number", + "$value": 7, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + }, + "blur": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "EFFECT_FLOAT" + ], + "codeSyntax": {} + } + } + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\216\250 Color.Color.json" "b/packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\216\250 Color.Color.json" new file mode 100644 index 0000000000..08fa45f166 --- /dev/null +++ "b/packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\216\250 Color.Color.json" @@ -0,0 +1,4606 @@ +{ + "Neutral": { + "0": { + "$type": "color", + "$value": "#ffffff", + "$description": "White", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "color", + "$value": "#f7f7f7", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#eaeaea", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#dcdcdc", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#cfcfcf", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#bebebe", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#b3b3b3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#9e9e9e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#8c8c8c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#6f6f6f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#616161", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#565656", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#4a4a4a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#3d3d3d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#2e2e2e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#1f1f1f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#171717", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1500": { + "$type": "color", + "$value": "#000000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Slate Grey": { + "100": { + "$type": "color", + "$value": "#f3f5f6", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#e9ebed", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#dfe1e3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#d6d9dc", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#c2c8cc", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#a6afb5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#96a2a9", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#828f99", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#64727d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#52616d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#435460", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#384a57", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#2e3f4c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#1f323d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#162731", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#12222b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Slate Blue": { + "100": { + "$type": "color", + "$value": "#f0f6f9", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#e2e9ee", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#dae2e7", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#cbd6dc", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#bdc9d0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#a6b5bf", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#95a6b1", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#7990a0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#5f7a8c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#4d6575", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#3f5664", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#344c5b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#2c4251", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#243746", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#132634", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#102230", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Blue Grey": { + "100": { + "$type": "color", + "$value": "#f0f6fa", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#e4ecf2", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#d8e2e8", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#c8d6df", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#b7c9d5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#9fb6c6", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#8ba8bb", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#7294ac", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#587f9d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#49708d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#3d607b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#325067", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#29455b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#1c364a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#162b3b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#132634", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Mist Grey": { + "100": { + "$type": "color", + "$value": "#edf7fd", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#e3f0f7", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#d8e7f0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#c4dbe8", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#afcee0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#90bbd5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#7aafcd", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#63a1c4", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#448fbb", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#3b7ca0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#336a8a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#2a5874", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#224960", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#1d3d4e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#183342", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#142b38", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Mist Blue Muted": { + "100": { + "$type": "color", + "$value": "#edf8fd", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#dfeff7", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#d5eaf4", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#baddee", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#a1d0e8", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#86c3e1", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#69b6d9", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#49a7d1", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#3197c5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#2b84ab", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#257193", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#1e5d78", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#17485d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#143d4d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#113341", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#0f2d38", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Mist Blue": { + "100": { + "$type": "color", + "$value": "#ebf9ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#dff5ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#ccefff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#b3e7ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#98deff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#6ed1ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#3ec2ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#0eb2ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#009de8", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#008acd", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#0076b0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#006191", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#004b70", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#003d5c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#00334d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#00293d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Blue Sky": { + "100": { + "$type": "color", + "$value": "#ebf7ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#dcf2ff", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#cbebfe", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#aee1fd", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#90d6fc", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#6fc9fb", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#49bdfa", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#22acf3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#0c99e3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#0084c4", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#0473ad", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#045e8d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#03486b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#033e5e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#02314a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#03273a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Blue Ocean": { + "100": { + "$type": "color", + "$value": "#e9f1fd", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#dfebfb", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#d3e3fa", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#bcd5f8", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#a5c6f5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#8eb8f3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#76a9f0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#5d99ed", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#4288ea", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#2375e7", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#1164d1", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#0952af", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#034187", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#05356b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#042a56", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#032244", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1500": { + "$type": "color", + "$value": "#172330", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Pink": { + "100": { + "$type": "color", + "$value": "#feecef", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#fddee4", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#ffcdd7", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#ffc2ce", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#ffaebf", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#ff8aa3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#f76e8e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#f14b72", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#e02954", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#c7264c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#a91e3e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#8a142f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#701026", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#610f22", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#4b0c1b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#390914", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Red Cold": { + "100": { + "$type": "color", + "$value": "#ffecee", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#ffe0e3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#ffd1d6", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#fdc3c9", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#ffa8b4", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#ff8595", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#ff667a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#f14159", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#e20337", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#cc0534", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#b30d2f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#90042c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#700020", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#66001d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#500017", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#3d0011", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1500": { + "$type": "color", + "$value": "#27171b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Red Warm": { + "100": { + "$type": "color", + "$value": "#ffecec", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#ffe1e0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#ffd2d1", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#ffc3c2", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#ffabab", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#ff8a8a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#ff666b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#ef4848", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#de2121", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#cc1919", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#b20000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#910808", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#700000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#660003", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#510003", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#3d0002", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Spruce Wood": { + "100": { + "$type": "color", + "$value": "#fff0e5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#ffe7d6", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#ffd9bd", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#ffc49a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#ffae74", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#ff9142", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#fd7412", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#ef6502", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#d65900", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#bd5002", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#a44400", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#883900", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#6a2d00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#572805", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#491f00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#381800", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Orange": { + "100": { + "$type": "color", + "$value": "#fff3e5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#ffe9cc", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#ffdcad", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#ffc880", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#ffb65e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#ff9e28", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#fa8f00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#e57e00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#ca6f00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#ad5f00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#995500", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#7f4600", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#643700", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#523004", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#452700", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#382000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1500": { + "$type": "color", + "$value": "#241d14", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Ochre": { + "100": { + "$type": "color", + "$value": "#fff5e5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#ffeed1", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#fddeaa", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#fcd084", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#fabc4d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#f7a919", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#e89802", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#d48c00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#bf7f00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#a87000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#926100", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#7a5200", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#614200", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#503702", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#473000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#382600", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Yellow": { + "100": { + "$type": "color", + "$value": "#fffae0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#fff5c2", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#ffea85", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#ffdf42", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#ffd500", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#f0c905", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#dbb500", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#c7a600", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#ad9000", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#967d00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#826d00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#6d5b00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#564800", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#473c00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#3e3400", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#332b00", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Success Green": { + "100": { + "$type": "color", + "$value": "#ecf9ec", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#ddf4dc", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#cceecb", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#b2e3b0", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#92d590", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#7bcf78", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#5dc35a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#4bb748", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#3fa13d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#388e36", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#317a2f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#296528", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#204f1f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#1a421a", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#163816", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#133013", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1500": { + "$type": "color", + "$value": "#1d251d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Lichen Green": { + "100": { + "$type": "color", + "$value": "#e6faec", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#d9f7e2", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#c3f3d2", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#9fecb5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#73e393", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#4ad974", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#2fc85c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#27b652", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#20a246", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#1d923f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#197d37", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#15682d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#105224", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#0d441e", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#0b3919", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#0b2d15", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Moss Green": { + "100": { + "$type": "color", + "$value": "#e6f3f4", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#deedee", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#c9e0e2", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#b9d7da", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#a8cfd1", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#8ec0c3", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#73b1b5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#5aa3aa", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#46959d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#2f848b", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#007079", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#005e66", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#004f55", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#033b3f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#033235", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#02292c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Moss Green Sat": { + "100": { + "$type": "color", + "$value": "#e0f4f5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "color", + "$value": "#d1edef", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "color", + "$value": "#b3e2e5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "color", + "$value": "#a6d6d9", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "color", + "$value": "#97cace", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "color", + "$value": "#81c1c5", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "color", + "$value": "#5db0b6", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "color", + "$value": "#3ea0a8", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "color", + "$value": "#2a949d", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "color", + "$value": "#17838c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "color", + "$value": "#007079", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "color", + "$value": "#005e66", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "color", + "$value": "#004f55", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1350": { + "$type": "color", + "$value": "#033b3f", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "color", + "$value": "#033235", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1450": { + "$type": "color", + "$value": "#02292c", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\223\220 Dimension.Spacious.json" "b/packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\223\220 Dimension.Spacious.json" new file mode 100644 index 0000000000..3eb348bd64 --- /dev/null +++ "b/packages/eds-tokens/tokens/cVaqjfgt3gDiqbx10q3Pj8/\360\237\223\220 Dimension.Spacious.json" @@ -0,0 +1,1110 @@ +{ + "Stack": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-0);" + } + } + } + }, + "6": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-10);" + } + } + } + }, + "12": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-20);" + } + } + } + }, + "25": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-30);" + } + } + } + }, + "37": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-40);" + } + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-50);" + } + } + } + }, + "62": { + "$type": "number", + "$value": 10, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-75);" + } + } + } + }, + "82": { + "$type": "number", + "$value": 14, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-100);" + } + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-125);" + } + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-150);" + } + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-175);" + } + } + } + }, + "200": { + "$type": "number", + "$value": 32, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-200);" + } + } + } + }, + "225": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-225);" + } + } + } + }, + "250": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-250);" + } + } + } + }, + "275": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-275);" + } + } + } + }, + "300": { + "$type": "number", + "$value": 48, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-300);" + } + } + } + }, + "325": { + "$type": "number", + "$value": 52, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-325);" + } + } + } + }, + "350": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-350);" + } + } + } + }, + "375": { + "$type": "number", + "$value": 60, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-375);" + } + } + } + }, + "400": { + "$type": "number", + "$value": 64, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-400);" + } + } + } + }, + "450": { + "$type": "number", + "$value": 72, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-450);" + } + } + } + }, + "500": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-500);" + } + } + } + }, + "550": { + "$type": "number", + "$value": 88, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-550);" + } + } + } + }, + "600": { + "$type": "number", + "$value": 96, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-600);" + } + } + } + }, + "700": { + "$type": "number", + "$value": 112, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-700);" + } + } + } + }, + "800": { + "$type": "number", + "$value": 128, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-800);" + } + } + } + }, + "1000": { + "$type": "number", + "$value": 160, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1000);" + } + } + } + }, + "1200": { + "$type": "number", + "$value": 192, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1200);" + } + } + } + }, + "1400": { + "$type": "number", + "$value": 256, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1400);" + } + } + } + }, + "1600": { + "$type": "number", + "$value": 320, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1600);" + } + } + } + }, + "1800": { + "$type": "number", + "$value": 384, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1800);" + } + } + } + }, + "2000": { + "$type": "number", + "$value": 448, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2200": { + "$type": "number", + "$value": 512, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "Inline": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-0);" + } + } + } + }, + "6": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-10);" + } + } + } + }, + "12": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-20);" + } + } + } + }, + "25": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-30);" + } + } + } + }, + "37": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-40);" + } + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-50);" + } + } + } + }, + "62": { + "$type": "number", + "$value": 10, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-75);" + } + } + } + }, + "82": { + "$type": "number", + "$value": 14, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-100);" + } + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-125);" + } + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-150);" + } + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-175);" + } + } + } + }, + "200": { + "$type": "number", + "$value": 32, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-200);" + } + } + } + }, + "225": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-225);" + } + } + } + }, + "250": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-250);" + } + } + } + }, + "275": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-275);" + } + } + } + }, + "300": { + "$type": "number", + "$value": 48, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-300);" + } + } + } + }, + "325": { + "$type": "number", + "$value": 52, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-325);" + } + } + } + }, + "350": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-350);" + } + } + } + }, + "375": { + "$type": "number", + "$value": 60, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-375);" + } + } + } + }, + "400": { + "$type": "number", + "$value": 64, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-400);" + } + } + } + }, + "450": { + "$type": "number", + "$value": 72, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-450);" + } + } + } + }, + "500": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-500);" + } + } + } + }, + "550": { + "$type": "number", + "$value": 88, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-550);" + } + } + } + }, + "600": { + "$type": "number", + "$value": 96, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-600);" + } + } + } + }, + "700": { + "$type": "number", + "$value": 112, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-700);" + } + } + } + }, + "800": { + "$type": "number", + "$value": 128, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-800);" + } + } + } + }, + "1000": { + "$type": "number", + "$value": 160, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1000);" + } + } + } + }, + "1200": { + "$type": "number", + "$value": 192, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1200);" + } + } + } + }, + "1400": { + "$type": "number", + "$value": 256, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1400);" + } + } + } + }, + "1600": { + "$type": "number", + "$value": 320, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1600);" + } + } + } + }, + "1800": { + "$type": "number", + "$value": 384, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": { + "WEB": "var(--eds-primitives-dimension-1800);" + } + } + } + }, + "2000": { + "$type": "number", + "$value": 448, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2200": { + "$type": "number", + "$value": 512, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git "a/packages/eds-tokens/tokens/cpNchKjiIM19dPqTxE0fqg/\360\237\221\276 Spacing Primitives.Value.json" "b/packages/eds-tokens/tokens/cpNchKjiIM19dPqTxE0fqg/\360\237\221\276 Spacing Primitives.Value.json" new file mode 100644 index 0000000000..016a6f67f3 --- /dev/null +++ "b/packages/eds-tokens/tokens/cpNchKjiIM19dPqTxE0fqg/\360\237\221\276 Spacing Primitives.Value.json" @@ -0,0 +1,4079 @@ +{ + "spacing": { + "0": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "GAP", + "WIDTH_HEIGHT", + "OPACITY", + "CORNER_RADIUS", + "EFFECT_FLOAT", + "TEXT_CONTENT" + ], + "codeSyntax": {} + } + } + }, + "6": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "12": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "19": { + "$type": "number", + "$value": 3, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "25": { + "$type": "number", + "$value": 4, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "37": { + "$type": "number", + "$value": 6, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "50": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "62": { + "$type": "number", + "$value": 10, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "75": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "82": { + "$type": "number", + "$value": 14, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "100": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "125": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "150": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "175": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "200": { + "$type": "number", + "$value": 32, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "225": { + "$type": "number", + "$value": 36, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "250": { + "$type": "number", + "$value": 40, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "275": { + "$type": "number", + "$value": 44, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "300": { + "$type": "number", + "$value": 48, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "325": { + "$type": "number", + "$value": 52, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "350": { + "$type": "number", + "$value": 56, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "375": { + "$type": "number", + "$value": 60, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "400": { + "$type": "number", + "$value": 64, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "450": { + "$type": "number", + "$value": 72, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "500": { + "$type": "number", + "$value": 80, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "550": { + "$type": "number", + "$value": 88, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "600": { + "$type": "number", + "$value": 96, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "700": { + "$type": "number", + "$value": 112, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "800": { + "$type": "number", + "$value": 128, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "900": { + "$type": "number", + "$value": 144, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1000": { + "$type": "number", + "$value": 160, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1100": { + "$type": "number", + "$value": 176, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1200": { + "$type": "number", + "$value": 192, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1300": { + "$type": "number", + "$value": 208, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1400": { + "$type": "number", + "$value": 224, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1500": { + "$type": "number", + "$value": 240, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1600": { + "$type": "number", + "$value": 256, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1700": { + "$type": "number", + "$value": 272, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1800": { + "$type": "number", + "$value": 288, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "1900": { + "$type": "number", + "$value": 304, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2000": { + "$type": "number", + "$value": 320, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2100": { + "$type": "number", + "$value": 336, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "2200": { + "$type": "number", + "$value": 352, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "type-scale": { + "inter": { + "100": { + "font-size": { + "$type": "number", + "$value": 9, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -0.9900000095367432, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 0.9900000095367432, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "200": { + "font-size": { + "$type": "number", + "$value": 10.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.149999976158142, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.149999976158142, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "300": { + "font-size": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": -0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": -1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.3200000524520874, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.3200000524520874, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.75}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "400": { + "font-size": { + "$type": "number", + "$value": 14, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.5399999618530273, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.5399999618530273, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.100}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "500": { + "font-size": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.7599999904632568, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.7599999904632568, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "600": { + "font-size": { + "$type": "number", + "$value": 18.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": -0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": -1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.7599999904632568, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 2.0350000858306885, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.125}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "700": { + "font-size": { + "$type": "number", + "$value": 21, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -2.309999942779541, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 2.309999942779541, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.150}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "800": { + "font-size": { + "$type": "number", + "$value": 24.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -2.694999933242798, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 2.694999933242798, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "900": { + "font-size": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -3.0799999237060547, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 3.0799999237060547, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.175}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "1000": { + "font-size": { + "$type": "number", + "$value": 32, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -3.5199999809265137, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 3.5199999809265137, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.225}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "1100": { + "font-size": { + "$type": "number", + "$value": 37, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -4.070000171661377, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 4.070000171661377, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-default": { + "$type": "number", + "$value": "{spacing.250}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "lineheight-squished": { + "$type": "number", + "$value": "{spacing.225}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + }, + "equinor": { + "100": { + "font-size": { + "$type": "number", + "$value": 9, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -0.9900000095367432, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 0.9900000095367432, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "200": { + "font-size": { + "$type": "number", + "$value": 10.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.149999976158142, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.149999976158142, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "300": { + "font-size": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 8, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.3200000524520874, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.3200000524520874, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "400": { + "font-size": { + "$type": "number", + "$value": 14, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.5399999618530273, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.5399999618530273, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "500": { + "font-size": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.7599999904632568, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 1.7599999904632568, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "600": { + "font-size": { + "$type": "number", + "$value": 18.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": -0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": -1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 12, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -1.7599999904632568, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 2.0350000858306885, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "700": { + "font-size": { + "$type": "number", + "$value": 21, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 16, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -2.309999942779541, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 2.309999942779541, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "800": { + "font-size": { + "$type": "number", + "$value": 24.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": -0.5, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": -1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -2.694999933242798, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 2.694999933242798, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "900": { + "font-size": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 20, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -3.0799999237060547, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 3.0799999237060547, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "1000": { + "font-size": { + "$type": "number", + "$value": 32, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 24, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -3.5199999809265137, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 3.5199999809265137, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + }, + "1100": { + "font-size": { + "$type": "number", + "$value": 37, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-centred": { + "$type": "number", + "$value": 1, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "padding-baselined": { + "$type": "number", + "$value": 2, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "cap-height-rounded": { + "$type": "number", + "$value": 28, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-tight": { + "$type": "number", + "$value": -4.070000171661377, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-normal": { + "$type": "number", + "$value": 0, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "tracking-loose": { + "$type": "number", + "$value": 4.070000171661377, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-lighter": { + "$type": "number", + "$value": 300, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-normal": { + "$type": "number", + "$value": 400, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "font-weight-bolder": { + "$type": "number", + "$value": 500, + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } + } + }, + "font-family": { + "inter": { + "$type": "string", + "$value": "Inter", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + }, + "equinor": { + "$type": "string", + "$value": "Equinor", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": [ + "ALL_SCOPES" + ], + "codeSyntax": {} + } + } + } + } +} \ No newline at end of file diff --git a/packages/eds-utils/package.json b/packages/eds-utils/package.json index 5863cc6777..5927e35d58 100644 --- a/packages/eds-utils/package.json +++ b/packages/eds-utils/package.json @@ -84,7 +84,7 @@ "@equinor/eds-tokens": "workspace:*" }, "engines": { - "pnpm": ">=4", - "node": ">=10.0.0" + "pnpm": ">=8.15.4", + "node": "^18.20.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65d0f46fe5..cb0e74e599 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,7 +125,7 @@ importers: devDependencies: '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(@babel/core@7.24.5)(rollup@4.12.1) + version: 6.0.4(@babel/core@7.24.6)(rollup@4.12.1) '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.12.1) @@ -185,10 +185,10 @@ importers: version: 18.2.20 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0) + version: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0) babel-plugin-styled-components: specifier: ^2.1.4 - version: 2.1.4(@babel/core@7.24.5)(styled-components@6.1.11) + version: 2.1.4(@babel/core@7.24.6)(styled-components@6.1.11) jest: specifier: ^29.7.0 version: 29.7.0(@types/node@20.8.9)(ts-node@10.9.1) @@ -264,7 +264,7 @@ importers: devDependencies: '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(@babel/core@7.24.5)(rollup@4.12.1) + version: 6.0.4(@babel/core@7.24.6)(rollup@4.12.1) '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.12.1) @@ -327,10 +327,10 @@ importers: version: 18.2.20 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0) + version: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0) babel-plugin-styled-components: specifier: ^2.1.4 - version: 2.1.4(@babel/core@7.24.5)(styled-components@6.1.11) + version: 2.1.4(@babel/core@7.24.6)(styled-components@6.1.11) jest: specifier: 29.7.0 version: 29.7.0(@types/node@20.8.9)(ts-node@10.9.1) @@ -375,7 +375,7 @@ importers: version: 6.1.11(react-dom@18.2.0)(react@18.2.0) ts-jest: specifier: 29.1.1 - version: 29.1.1(@babel/core@7.24.5)(esbuild@0.20.2)(jest@29.7.0)(typescript@5.2.2) + version: 29.1.1(@babel/core@7.24.6)(esbuild@0.20.2)(jest@29.7.0)(typescript@5.2.2) ts-node: specifier: 10.9.1 version: 10.9.1(@types/node@20.8.9)(typescript@5.2.2) @@ -390,7 +390,7 @@ importers: devDependencies: '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(@babel/core@7.24.5)(rollup@4.12.1) + version: 6.0.4(@babel/core@7.24.6)(rollup@4.12.1) '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.12.1) @@ -442,7 +442,7 @@ importers: devDependencies: '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(@babel/core@7.24.5)(rollup@4.12.1) + version: 6.0.4(@babel/core@7.24.6)(rollup@4.12.1) '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.12.1) @@ -496,10 +496,10 @@ importers: version: 18.2.20 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0) + version: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0) babel-plugin-styled-components: specifier: ^2.1.4 - version: 2.1.4(@babel/core@7.24.5)(styled-components@6.1.11) + version: 2.1.4(@babel/core@7.24.6)(styled-components@6.1.11) clsx: specifier: ^2.0.0 version: 2.1.0 @@ -557,24 +557,93 @@ importers: packages/eds-tokens: devDependencies: + '@equinor/eds-tokens-build': + specifier: workspace:* + version: link:../eds-tokens-build + '@equinor/eds-tokens-sync': + specifier: workspace:* + version: link:../eds-tokens-sync '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(@babel/core@7.24.5)(rollup@4.12.1) + version: 6.0.4(@babel/core@7.24.6)(rollup@4.18.0) '@rollup/plugin-commonjs': - specifier: ^25.0.7 - version: 25.0.7(rollup@4.12.1) + specifier: ^25.0.8 + version: 25.0.8(rollup@4.18.0) '@rollup/plugin-node-resolve': specifier: ^15.2.3 - version: 15.2.3(rollup@4.12.1) + version: 15.2.3(rollup@4.18.0) + '@types/node': + specifier: ^20.12.12 + version: 20.12.12 + lightningcss-cli: + specifier: ^1.25.1 + version: 1.25.1 + prettier: + specifier: 3.0.0 + version: 3.0.0 rollup: - specifier: ^4.2.0 - version: 4.12.1 + specifier: ^4.18.0 + version: 4.18.0 rollup-plugin-delete: specifier: ^2.0.0 version: 2.0.0 + shx: + specifier: ^0.3.4 + version: 0.3.4 typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.4.5 + version: 5.4.5 + + packages/eds-tokens-build: + devDependencies: + '@equinor/eds-tokens-sync': + specifier: workspace:* + version: link:../eds-tokens-sync + '@types/node': + specifier: ^20.12.12 + version: 20.12.12 + colorjs.io: + specifier: ^0.5.0 + version: 0.5.0 + prettier: + specifier: 3.0.0 + version: 3.0.0 + style-dictionary: + specifier: 3.8.0 + version: 3.8.0 + style-dictionary-utils: + specifier: ^2.4.1 + version: 2.4.1(style-dictionary@3.8.0) + typescript: + specifier: ^5.4.5 + version: 5.4.5 + + packages/eds-tokens-sync: + devDependencies: + '@figma/rest-api-spec': + specifier: ^0.10.0 + version: 0.10.0 + '@types/node': + specifier: ^20.12.12 + version: 20.12.12 + axios: + specifier: ^1.7.2 + version: 1.7.2 + dotenv: + specifier: ^16.4.5 + version: 16.4.5 + prettier: + specifier: ^3.2.5 + version: 3.2.5 + typescript: + specifier: ^5.4.5 + version: 5.4.5 + vite: + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.12) + vite-plugin-dts: + specifier: ^3.9.1 + version: 3.9.1(@types/node@20.12.12)(typescript@5.4.5)(vite@5.2.11) packages/eds-utils: dependencies: @@ -587,7 +656,7 @@ importers: devDependencies: '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(@babel/core@7.24.5)(rollup@4.12.1) + version: 6.0.4(@babel/core@7.24.6)(rollup@4.12.1) '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.12.1) @@ -620,13 +689,13 @@ importers: version: 18.2.20 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.24.5) + version: 29.7.0(@babel/core@7.24.6) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0) + version: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0) babel-plugin-styled-components: specifier: ^2.1.4 - version: 2.1.4(@babel/core@7.24.5)(styled-components@6.1.11) + version: 2.1.4(@babel/core@7.24.6)(styled-components@6.1.11) jest: specifier: ^29.7.0 version: 29.7.0(@types/node@20.8.9)(ts-node@10.9.1) @@ -724,20 +793,20 @@ packages: chalk: 2.4.2 dev: true - /@babel/code-frame@7.24.1: - resolution: {integrity: sha512-bC49z4spJQR3j8vFtJBLqzyzFV0ciuL5HYX7qfSl3KEqeMVV+eTquRvmXxpvB0AMubRrvv7y5DILiLLPi57Ewg==} + /@babel/code-frame@7.24.2: + resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.24.1 + '@babel/highlight': 7.24.2 picocolors: 1.0.0 dev: true - /@babel/code-frame@7.24.2: - resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} + /@babel/code-frame@7.24.6: + resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.24.2 - picocolors: 1.0.0 + '@babel/highlight': 7.24.6 + picocolors: 1.0.1 dev: true /@babel/compat-data@7.23.5: @@ -750,6 +819,11 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/compat-data@7.24.6: + resolution: {integrity: sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/core@7.24.0: resolution: {integrity: sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==} engines: {node: '>=6.9.0'} @@ -809,7 +883,30 @@ packages: '@babel/parser': 7.24.5 '@babel/template': 7.24.0 '@babel/traverse': 7.24.5 - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/core@7.24.6: + resolution: {integrity: sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.6 + '@babel/generator': 7.24.6 + '@babel/helper-compilation-targets': 7.24.6 + '@babel/helper-module-transforms': 7.24.6(@babel/core@7.24.6) + '@babel/helpers': 7.24.6 + '@babel/parser': 7.24.6 + '@babel/template': 7.24.6 + '@babel/traverse': 7.24.6 + '@babel/types': 7.24.6 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -857,7 +954,17 @@ packages: resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + dev: true + + /@babel/generator@7.24.6: + resolution: {integrity: sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.6 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -874,7 +981,7 @@ packages: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@babel/helper-compilation-targets@7.23.6: @@ -888,6 +995,17 @@ packages: semver: 6.3.1 dev: true + /@babel/helper-compilation-targets@7.24.6: + resolution: {integrity: sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.24.6 + '@babel/helper-validator-option': 7.24.6 + browserslist: 4.23.0 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: true + /@babel/helper-create-class-features-plugin@7.24.0(@babel/core@7.24.0): resolution: {integrity: sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==} engines: {node: '>=6.9.0'} @@ -983,6 +1101,11 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-environment-visitor@7.24.6: + resolution: {integrity: sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-function-name@7.23.0: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} @@ -991,6 +1114,14 @@ packages: '@babel/types': 7.24.0 dev: true + /@babel/helper-function-name@7.24.6: + resolution: {integrity: sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.24.6 + '@babel/types': 7.24.6 + dev: true + /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} @@ -998,11 +1129,18 @@ packages: '@babel/types': 7.24.0 dev: true + /@babel/helper-hoist-variables@7.24.6: + resolution: {integrity: sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.6 + dev: true + /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@babel/helper-module-imports@7.22.15: @@ -1012,11 +1150,11 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/helper-module-imports@7.24.3: - resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} + /@babel/helper-module-imports@7.24.6: + resolution: {integrity: sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.0): @@ -1030,7 +1168,7 @@ packages: '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 dev: true /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3): @@ -1041,10 +1179,10 @@ packages: dependencies: '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 + '@babel/helper-module-imports': 7.24.6 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 dev: true /@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5): @@ -1055,17 +1193,31 @@ packages: dependencies: '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.24.3 + '@babel/helper-module-imports': 7.24.6 '@babel/helper-simple-access': 7.24.5 '@babel/helper-split-export-declaration': 7.24.5 - '@babel/helper-validator-identifier': 7.24.5 + '@babel/helper-validator-identifier': 7.24.6 + dev: true + + /@babel/helper-module-transforms@7.24.6(@babel/core@7.24.6): + resolution: {integrity: sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-environment-visitor': 7.24.6 + '@babel/helper-module-imports': 7.24.6 + '@babel/helper-simple-access': 7.24.6 + '@babel/helper-split-export-declaration': 7.24.6 + '@babel/helper-validator-identifier': 7.24.6 dev: true /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@babel/helper-plugin-utils@7.24.0: @@ -1132,14 +1284,21 @@ packages: resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 + dev: true + + /@babel/helper-simple-access@7.24.6: + resolution: {integrity: sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.6 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@babel/helper-split-export-declaration@7.22.6: @@ -1153,21 +1312,23 @@ packages: resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 dev: true - /@babel/helper-string-parser@7.23.4: - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + /@babel/helper-split-export-declaration@7.24.6: + resolution: {integrity: sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==} engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.6 dev: true - /@babel/helper-string-parser@7.24.1: - resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-identifier@7.22.20: - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + /@babel/helper-string-parser@7.24.6: + resolution: {integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==} engines: {node: '>=6.9.0'} dev: true @@ -1176,18 +1337,28 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-validator-identifier@7.24.6: + resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} dev: true + /@babel/helper-validator-option@7.24.6: + resolution: {integrity: sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-wrap-function@7.22.20: resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@babel/helpers@7.24.0: @@ -1218,38 +1389,46 @@ packages: dependencies: '@babel/template': 7.24.0 '@babel/traverse': 7.24.5 - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 transitivePeerDependencies: - supports-color dev: true + /@babel/helpers@7.24.6: + resolution: {integrity: sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.24.6 + '@babel/types': 7.24.6 + dev: true + /@babel/highlight@7.23.4: resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 chalk: 2.4.2 js-tokens: 4.0.0 dev: true - /@babel/highlight@7.24.1: - resolution: {integrity: sha512-EPmDPxidWe/Ex+HTFINpvXdPHRmgSF3T8hGvzondYjmgzTQ/0EbLpSxyt+w3zzlYSk9cNBQNF9k0dT5Z2NiBjw==} + /@babel/highlight@7.24.2: + resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.6 chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.0 dev: true - /@babel/highlight@7.24.2: - resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + /@babel/highlight@7.24.6: + resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.6 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.0 + picocolors: 1.0.1 dev: true /@babel/parser@7.24.0: @@ -1273,7 +1452,15 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 + dev: true + + /@babel/parser@7.24.6: + resolution: {integrity: sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.24.6 dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.24.0): @@ -1387,12 +1574,12 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.0): - resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.6): + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.0 + '@babel/core': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1405,6 +1592,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.6): + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.0): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: @@ -1432,6 +1628,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.6): + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.0): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} @@ -1565,6 +1770,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.6): + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: @@ -1592,6 +1806,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.6): + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} @@ -1602,13 +1825,13 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.5): + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.6): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1622,6 +1845,16 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.5): + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.0): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -1649,6 +1882,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.6): + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: @@ -1676,6 +1918,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.6): + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.0): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -1703,6 +1954,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.6): + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: @@ -1730,6 +1990,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.6): + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -1757,6 +2026,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.6): + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: @@ -1784,6 +2062,15 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.6): + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.0): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} @@ -1834,6 +2121,16 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.6): + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} engines: {node: '>=6.9.0'} @@ -1854,6 +2151,16 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5): + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.0): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -1941,7 +2248,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.3 - '@babel/helper-module-imports': 7.24.3 + '@babel/helper-module-imports': 7.24.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3) dev: true @@ -2413,7 +2720,7 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 dev: true /@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.3): @@ -2426,7 +2733,7 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.6 dev: true /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.24.0): @@ -3325,16 +3632,25 @@ packages: resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.23.5 + '@babel/code-frame': 7.24.2 '@babel/parser': 7.24.0 '@babel/types': 7.24.0 dev: true + /@babel/template@7.24.6: + resolution: {integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.6 + '@babel/parser': 7.24.6 + '@babel/types': 7.24.6 + dev: true + /@babel/traverse@7.24.0: resolution: {integrity: sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.23.5 + '@babel/code-frame': 7.24.2 '@babel/generator': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 @@ -3352,7 +3668,7 @@ packages: resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.24.1 + '@babel/code-frame': 7.24.2 '@babel/generator': 7.24.1 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 @@ -3377,7 +3693,25 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.24.5 '@babel/parser': 7.24.5 - '@babel/types': 7.24.5 + '@babel/types': 7.24.6 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/traverse@7.24.6: + resolution: {integrity: sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.6 + '@babel/generator': 7.24.6 + '@babel/helper-environment-visitor': 7.24.6 + '@babel/helper-function-name': 7.24.6 + '@babel/helper-hoist-variables': 7.24.6 + '@babel/helper-split-export-declaration': 7.24.6 + '@babel/parser': 7.24.6 + '@babel/types': 7.24.6 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -3389,16 +3723,16 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 dev: true - /@babel/types@7.24.5: - resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} + /@babel/types@7.24.6: + resolution: {integrity: sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.24.5 + '@babel/helper-string-parser': 7.24.6 + '@babel/helper-validator-identifier': 7.24.6 to-fast-properties: 2.0.0 dev: true @@ -3699,6 +4033,10 @@ packages: resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==} dev: true + /@figma/rest-api-spec@0.10.0: + resolution: {integrity: sha512-QwAZ5iW/QmvX+HDD0ItK9TaE/BfhJitQWmi9JFZswGhthFO1EJcPYbFNlknOG+ZvtIeK693b0hDrVE0xpsZomQ==} + dev: true + /@floating-ui/core@1.6.1: resolution: {integrity: sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==} dependencies: @@ -3852,7 +4190,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -3873,14 +4211,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.8.9)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.12.12)(ts-node@10.9.1) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -3908,7 +4246,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 jest-mock: 29.7.0 dev: true @@ -3935,7 +4273,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.8.9 + '@types/node': 20.12.12 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -3967,8 +4305,8 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.23 - '@types/node': 20.8.9 + '@jridgewell/trace-mapping': 0.3.25 + '@types/node': 20.12.12 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -4001,7 +4339,7 @@ packages: resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jridgewell/trace-mapping': 0.3.23 + '@jridgewell/trace-mapping': 0.3.25 callsites: 3.1.0 graceful-fs: 4.2.11 dev: true @@ -4056,7 +4394,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.5 '@types/istanbul-reports': 3.0.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 '@types/yargs': 17.0.29 chalk: 4.1.2 dev: true @@ -4084,7 +4422,7 @@ packages: dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.23 + '@jridgewell/trace-mapping': 0.3.25 dev: true /@jridgewell/gen-mapping@0.3.5: @@ -4149,10 +4487,54 @@ packages: react: 18.2.0 dev: true - /@ndelangen/get-tarball@3.0.9: - resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==} + /@microsoft/api-extractor-model@7.28.13(@types/node@20.12.12): + resolution: {integrity: sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw==} dependencies: - gunzip-maybe: 1.4.2 + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.12) + transitivePeerDependencies: + - '@types/node' + dev: true + + /@microsoft/api-extractor@7.43.0(@types/node@20.12.12): + resolution: {integrity: sha512-GFhTcJpB+MI6FhvXEI9b2K0snulNLWHqC/BbcJtyNYcKUiw7l3Lgis5ApsYncJ0leALX7/of4XfmXk+maT111w==} + hasBin: true + dependencies: + '@microsoft/api-extractor-model': 7.28.13(@types/node@20.12.12) + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.12) + '@rushstack/rig-package': 0.5.2 + '@rushstack/terminal': 0.10.0(@types/node@20.12.12) + '@rushstack/ts-command-line': 4.19.1(@types/node@20.12.12) + lodash: 4.17.21 + minimatch: 3.0.8 + resolve: 1.22.8 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.4.2 + transitivePeerDependencies: + - '@types/node' + dev: true + + /@microsoft/tsdoc-config@0.16.2: + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + dependencies: + '@microsoft/tsdoc': 0.14.2 + ajv: 6.12.6 + jju: 1.4.0 + resolve: 1.19.0 + dev: true + + /@microsoft/tsdoc@0.14.2: + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + dev: true + + /@ndelangen/get-tarball@3.0.9: + resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==} + dependencies: + gunzip-maybe: 1.4.2 pump: 3.0.0 tar-fs: 2.1.1 dev: true @@ -5445,7 +5827,7 @@ packages: engines: {node: '>=14.0.0'} dev: true - /@rollup/plugin-babel@6.0.4(@babel/core@7.24.5)(rollup@4.12.1): + /@rollup/plugin-babel@6.0.4(@babel/core@7.24.6)(rollup@4.12.1): resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -5458,12 +5840,31 @@ packages: rollup: optional: true dependencies: - '@babel/core': 7.24.5 - '@babel/helper-module-imports': 7.22.15 + '@babel/core': 7.24.6 + '@babel/helper-module-imports': 7.24.6 '@rollup/pluginutils': 5.1.0(rollup@4.12.1) rollup: 4.12.1 dev: true + /@rollup/plugin-babel@6.0.4(@babel/core@7.24.6)(rollup@4.18.0): + resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + '@types/babel__core': + optional: true + rollup: + optional: true + dependencies: + '@babel/core': 7.24.6 + '@babel/helper-module-imports': 7.24.6 + '@rollup/pluginutils': 5.1.0(rollup@4.18.0) + rollup: 4.18.0 + dev: true + /@rollup/plugin-commonjs@25.0.7(rollup@4.12.1): resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} engines: {node: '>=14.0.0'} @@ -5482,6 +5883,24 @@ packages: rollup: 4.12.1 dev: true + /@rollup/plugin-commonjs@25.0.8(rollup@4.18.0): + resolution: {integrity: sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.68.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.18.0) + commondir: 1.0.1 + estree-walker: 2.0.2 + glob: 8.1.0 + is-reference: 1.2.1 + magic-string: 0.30.10 + rollup: 4.18.0 + dev: true + /@rollup/plugin-node-resolve@15.2.3(rollup@4.12.1): resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} engines: {node: '>=14.0.0'} @@ -5500,6 +5919,24 @@ packages: rollup: 4.12.1 dev: true + /@rollup/plugin-node-resolve@15.2.3(rollup@4.18.0): + resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.78.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.18.0) + '@types/resolve': 1.20.2 + deepmerge: 4.3.1 + is-builtin-module: 3.2.1 + is-module: 1.0.0 + resolve: 1.22.8 + rollup: 4.18.0 + dev: true + /@rollup/pluginutils@5.1.0(rollup@4.12.1): resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} @@ -5515,6 +5952,21 @@ packages: rollup: 4.12.1 dev: true + /@rollup/pluginutils@5.1.0(rollup@4.18.0): + resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.5 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 4.18.0 + dev: true + /@rollup/rollup-android-arm-eabi@4.12.1: resolution: {integrity: sha512-iU2Sya8hNn1LhsYyf0N+L4Gf9Qc+9eBTJJJsaOGUp+7x4n2M9dxTt8UvhJl3oeftSjblSlpCfvjA/IfP3g5VjQ==} cpu: [arm] @@ -5523,8 +5975,8 @@ packages: dev: true optional: true - /@rollup/rollup-android-arm-eabi@4.17.2: - resolution: {integrity: sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==} + /@rollup/rollup-android-arm-eabi@4.18.0: + resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==} cpu: [arm] os: [android] requiresBuild: true @@ -5539,8 +5991,8 @@ packages: dev: true optional: true - /@rollup/rollup-android-arm64@4.17.2: - resolution: {integrity: sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==} + /@rollup/rollup-android-arm64@4.18.0: + resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==} cpu: [arm64] os: [android] requiresBuild: true @@ -5555,8 +6007,8 @@ packages: dev: true optional: true - /@rollup/rollup-darwin-arm64@4.17.2: - resolution: {integrity: sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==} + /@rollup/rollup-darwin-arm64@4.18.0: + resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==} cpu: [arm64] os: [darwin] requiresBuild: true @@ -5571,8 +6023,8 @@ packages: dev: true optional: true - /@rollup/rollup-darwin-x64@4.17.2: - resolution: {integrity: sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==} + /@rollup/rollup-darwin-x64@4.18.0: + resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==} cpu: [x64] os: [darwin] requiresBuild: true @@ -5587,16 +6039,16 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.17.2: - resolution: {integrity: sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==} + /@rollup/rollup-linux-arm-gnueabihf@4.18.0: + resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-musleabihf@4.17.2: - resolution: {integrity: sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==} + /@rollup/rollup-linux-arm-musleabihf@4.18.0: + resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==} cpu: [arm] os: [linux] requiresBuild: true @@ -5611,8 +6063,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.17.2: - resolution: {integrity: sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==} + /@rollup/rollup-linux-arm64-gnu@4.18.0: + resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==} cpu: [arm64] os: [linux] requiresBuild: true @@ -5627,16 +6079,16 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm64-musl@4.17.2: - resolution: {integrity: sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==} + /@rollup/rollup-linux-arm64-musl@4.18.0: + resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.17.2: - resolution: {integrity: sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==} + /@rollup/rollup-linux-powerpc64le-gnu@4.18.0: + resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==} cpu: [ppc64] os: [linux] requiresBuild: true @@ -5651,16 +6103,16 @@ packages: dev: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.17.2: - resolution: {integrity: sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==} + /@rollup/rollup-linux-riscv64-gnu@4.18.0: + resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==} cpu: [riscv64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-s390x-gnu@4.17.2: - resolution: {integrity: sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==} + /@rollup/rollup-linux-s390x-gnu@4.18.0: + resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==} cpu: [s390x] os: [linux] requiresBuild: true @@ -5675,8 +6127,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.17.2: - resolution: {integrity: sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==} + /@rollup/rollup-linux-x64-gnu@4.18.0: + resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==} cpu: [x64] os: [linux] requiresBuild: true @@ -5691,8 +6143,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-musl@4.17.2: - resolution: {integrity: sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==} + /@rollup/rollup-linux-x64-musl@4.18.0: + resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==} cpu: [x64] os: [linux] requiresBuild: true @@ -5707,8 +6159,8 @@ packages: dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.17.2: - resolution: {integrity: sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==} + /@rollup/rollup-win32-arm64-msvc@4.18.0: + resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==} cpu: [arm64] os: [win32] requiresBuild: true @@ -5723,8 +6175,8 @@ packages: dev: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.17.2: - resolution: {integrity: sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==} + /@rollup/rollup-win32-ia32-msvc@4.18.0: + resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==} cpu: [ia32] os: [win32] requiresBuild: true @@ -5739,14 +6191,62 @@ packages: dev: true optional: true - /@rollup/rollup-win32-x64-msvc@4.17.2: - resolution: {integrity: sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==} + /@rollup/rollup-win32-x64-msvc@4.18.0: + resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true + /@rushstack/node-core-library@4.0.2(@types/node@20.12.12): + resolution: {integrity: sha512-hyES82QVpkfQMeBMteQUnrhASL/KHPhd7iJ8euduwNJG4mu2GSOKybf0rOEjOm1Wz7CwJEUm9y0yD7jg2C1bfg==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + dependencies: + '@types/node': 20.12.12 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.8 + semver: 7.5.4 + z-schema: 5.0.5 + dev: true + + /@rushstack/rig-package@0.5.2: + resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} + dependencies: + resolve: 1.22.8 + strip-json-comments: 3.1.1 + dev: true + + /@rushstack/terminal@0.10.0(@types/node@20.12.12): + resolution: {integrity: sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + dependencies: + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.12) + '@types/node': 20.12.12 + supports-color: 8.1.1 + dev: true + + /@rushstack/ts-command-line@4.19.1(@types/node@20.12.12): + resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} + dependencies: + '@rushstack/terminal': 0.10.0(@types/node@20.12.12) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' + dev: true + /@sinclair/typebox@0.27.8: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true @@ -6176,7 +6676,7 @@ packages: '@storybook/telemetry': 8.0.2 '@storybook/types': 8.0.2 '@types/detect-port': 1.3.5 - '@types/node': 18.19.26 + '@types/node': 18.19.33 '@types/pretty-hrtime': 1.0.3 '@types/semver': 7.5.8 better-opn: 3.0.2 @@ -6387,7 +6887,7 @@ packages: '@storybook/types': 8.0.2 '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 - '@types/node': 18.19.26 + '@types/node': 18.19.33 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) acorn-walk: 7.2.0 @@ -6611,6 +7111,10 @@ packages: resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} dev: true + /@types/argparse@1.0.38: + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} + dev: true + /@types/aria-query@5.0.4: resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} dev: true @@ -6619,7 +7123,7 @@ packages: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: '@babel/parser': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 @@ -6628,14 +7132,14 @@ packages: /@types/babel__generator@7.6.8: resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: '@babel/parser': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 dev: true /@types/babel__traverse@7.20.5: @@ -6648,19 +7152,19 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.11.30 + '@types/node': 20.12.12 dev: true /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.12 dev: true /@types/cross-spawn@6.0.6: resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.12 dev: true /@types/detect-port@1.3.5: @@ -6712,7 +7216,7 @@ packages: /@types/express-serve-static-core@4.17.43: resolution: {integrity: sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.12 '@types/qs': 6.9.13 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -6735,13 +7239,13 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.8.9 + '@types/node': 20.12.12 dev: true /@types/graceful-fs@4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.12.12 dev: true /@types/hast@3.0.4: @@ -6787,7 +7291,7 @@ packages: /@types/jsdom@20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.12.12 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 dev: true @@ -6824,20 +7328,14 @@ packages: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/node@18.19.26: - resolution: {integrity: sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==} + /@types/node@18.19.33: + resolution: {integrity: sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==} dependencies: undici-types: 5.26.5 dev: true - /@types/node@20.11.30: - resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} - dependencies: - undici-types: 5.26.5 - dev: true - - /@types/node@20.12.11: - resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} + /@types/node@20.12.12: + resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==} dependencies: undici-types: 5.26.5 dev: true @@ -6920,7 +7418,7 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.11.30 + '@types/node': 20.12.12 dev: true /@types/serve-static@1.15.5: @@ -6928,7 +7426,7 @@ packages: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.11.30 + '@types/node': 20.12.12 dev: true /@types/stack-utils@2.0.2: @@ -7132,7 +7630,7 @@ packages: '@typescript-eslint/types': 6.9.0 '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.2.2) eslint: 8.52.0 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript @@ -7158,6 +7656,66 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true + /@volar/language-core@1.11.1: + resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} + dependencies: + '@volar/source-map': 1.11.1 + dev: true + + /@volar/source-map@1.11.1: + resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==} + dependencies: + muggle-string: 0.3.1 + dev: true + + /@volar/typescript@1.11.1: + resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} + dependencies: + '@volar/language-core': 1.11.1 + path-browserify: 1.0.1 + dev: true + + /@vue/compiler-core@3.4.27: + resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} + dependencies: + '@babel/parser': 7.24.6 + '@vue/shared': 3.4.27 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.0 + dev: true + + /@vue/compiler-dom@3.4.27: + resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==} + dependencies: + '@vue/compiler-core': 3.4.27 + '@vue/shared': 3.4.27 + dev: true + + /@vue/language-core@1.8.27(typescript@5.4.5): + resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@volar/language-core': 1.11.1 + '@volar/source-map': 1.11.1 + '@vue/compiler-dom': 3.4.27 + '@vue/shared': 3.4.27 + computeds: 0.0.1 + minimatch: 9.0.4 + muggle-string: 0.3.1 + path-browserify: 1.0.1 + typescript: 5.4.5 + vue-template-compiler: 2.7.16 + dev: true + + /@vue/shared@3.4.27: + resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} + dev: true + /@webassemblyjs/ast@1.12.1: resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==} dependencies: @@ -7314,7 +7872,7 @@ packages: /acorn-globals@7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} dependencies: - acorn: 8.10.0 + acorn: 8.11.3 acorn-walk: 8.3.2 dev: true @@ -7334,12 +7892,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx@5.3.2(acorn@8.10.0): + /acorn-jsx@5.3.2(acorn@8.11.3): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.10.0 + acorn: 8.11.3 dev: true /acorn-walk@7.2.0: @@ -7689,6 +8247,16 @@ packages: engines: {node: '>=4'} dev: true + /axios@1.7.2: + resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==} + dependencies: + follow-redirects: 1.15.6 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: true + /axobject-query@3.2.1: resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} dependencies: @@ -7703,17 +8271,17 @@ packages: '@babel/core': 7.24.3 dev: true - /babel-jest@29.7.0(@babel/core@7.24.0): + /babel-jest@29.7.0(@babel/core@7.24.5): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.24.0 + '@babel/core': 7.24.5 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.24.0) + babel-preset-jest: 29.6.3(@babel/core@7.24.5) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -7721,17 +8289,17 @@ packages: - supports-color dev: true - /babel-jest@29.7.0(@babel/core@7.24.5): + /babel-jest@29.7.0(@babel/core@7.24.6): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.24.6 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.24.5) + babel-preset-jest: 29.6.3(@babel/core@7.24.6) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -7739,14 +8307,14 @@ packages: - supports-color dev: true - /babel-loader@9.1.3(@babel/core@7.24.5)(webpack@5.91.0): + /babel-loader@9.1.3(@babel/core@7.24.6)(webpack@5.91.0): resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.24.6 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.91.0(esbuild@0.20.2) @@ -7770,7 +8338,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.6 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.5 dev: true @@ -7862,14 +8430,14 @@ packages: - '@babel/core' dev: true - /babel-plugin-styled-components@2.1.4(@babel/core@7.24.5)(styled-components@6.1.11): + /babel-plugin-styled-components@2.1.4(@babel/core@7.24.6)(styled-components@6.1.11): resolution: {integrity: sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==} peerDependencies: styled-components: '>= 2' dependencies: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.6) lodash: 4.17.21 picomatch: 2.3.1 styled-components: 6.1.11(react-dom@18.2.0)(react@18.2.0) @@ -7877,26 +8445,6 @@ packages: - '@babel/core' dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.0): - resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.0 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.0) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.0) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.0) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.0) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.0) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.0) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.0) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.0) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.0) - dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.5): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: @@ -7917,15 +8465,24 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.5) dev: true - /babel-preset-jest@29.6.3(@babel/core@7.24.0): - resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.6): + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.0 - babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.0) + '@babel/core': 7.24.6 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.6) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.6) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.6) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.6) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.6) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.6) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.6) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.6) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.6) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.6) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.6) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.6) dev: true /babel-preset-jest@29.6.3(@babel/core@7.24.5): @@ -7939,6 +8496,17 @@ packages: babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.5) dev: true + /babel-preset-jest@29.6.3(@babel/core@7.24.6): + resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.6 + babel-plugin-jest-hoist: 29.6.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.6) + dev: true + /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -8019,6 +8587,13 @@ packages: dependencies: fill-range: 7.0.1 + /braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + dependencies: + fill-range: 7.1.1 + dev: true + /browser-assert@1.2.1: resolution: {integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==} dev: true @@ -8110,6 +8685,13 @@ packages: engines: {node: '>=6'} dev: true + /camel-case@4.1.2: + resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} + dependencies: + pascal-case: 3.1.2 + tslib: 2.6.2 + dev: true + /camelcase@5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} @@ -8137,6 +8719,14 @@ packages: resolution: {integrity: sha512-PCzRMei/vXjJyL5mJtzNiUCKP59dm8Apqc3PH8gJkMnMXZGox93RbE76jHsmLwmIo6/3nsYIpJtx0O7u5PqFuQ==} dev: true + /capital-case@1.0.4: + resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + upper-case-first: 2.0.2 + dev: true + /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -8162,6 +8752,23 @@ packages: supports-color: 7.2.0 dev: true + /change-case@4.1.2: + resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==} + dependencies: + camel-case: 4.1.2 + capital-case: 1.0.4 + constant-case: 3.0.4 + dot-case: 3.0.4 + header-case: 2.0.4 + no-case: 3.0.4 + param-case: 3.0.4 + pascal-case: 3.1.2 + path-case: 3.0.4 + sentence-case: 3.0.4 + snake-case: 3.0.4 + tslib: 2.6.2 + dev: true + /char-regex@1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} @@ -8172,7 +8779,7 @@ packages: engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.3 - braces: 3.0.2 + braces: 3.0.3 glob-parent: 5.1.2 is-binary-path: 2.1.0 is-glob: 4.0.3 @@ -8310,10 +8917,18 @@ packages: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true + /color2k@2.0.3: + resolution: {integrity: sha512-zW190nQTIoXcGCaU08DvVNFTmQhUpnJfVuAKfWqUQkflXKpaDdpaYoM0iluLS9lgJNHyBF58KKA2FBEwkD7wog==} + dev: true + /colord@2.9.3: resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} dev: true + /colorjs.io@0.5.0: + resolution: {integrity: sha512-qekjTiBLM3F/sXKks/ih5aWaHIGu+Ftel0yKEvmpbKvmxpNOhojKgha5uiWEUOqEpRjC1Tq3nJRT7WgdBOxIGg==} + dev: true + /combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} @@ -8334,6 +8949,18 @@ packages: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} + /commander@8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + dev: true + + /commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + requiresBuild: true + dev: true + optional: true + /common-path-prefix@3.0.0: resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} dev: true @@ -8368,8 +8995,12 @@ packages: resolution: {integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==} dev: false + /computeds@0.0.1: + resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} + dev: true + /concat-map@0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concat-with-sourcemaps@1.1.0: resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==} @@ -8382,6 +9013,14 @@ packages: engines: {node: ^14.18.0 || >=16.10.0} dev: true + /constant-case@3.0.4: + resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + upper-case: 2.0.2 + dev: true + /content-disposition@0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} @@ -8523,7 +9162,7 @@ packages: engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} dependencies: mdn-data: 2.0.30 - source-map-js: 1.0.2 + source-map-js: 1.2.0 dev: false /css-what@6.1.0: @@ -8657,6 +9296,10 @@ packages: resolution: {integrity: sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==} dev: false + /de-indent@1.0.2: + resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} + dev: true + /debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: @@ -8860,6 +9503,12 @@ packages: engines: {node: '>=8'} dev: true + /detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + dev: true + /detect-newline@3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} @@ -8977,6 +9626,13 @@ packages: domhandler: 5.0.3 dev: false + /dot-case@3.0.4: + resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + dev: true + /dotenv-expand@10.0.0: resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} engines: {node: '>=12'} @@ -9182,8 +9838,8 @@ packages: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: true - /es-module-lexer@1.5.2: - resolution: {integrity: sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==} + /es-module-lexer@1.5.3: + resolution: {integrity: sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==} dev: true /es-set-tostringtag@2.0.2: @@ -9574,8 +10230,8 @@ packages: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.10.0 - acorn-jsx: 5.3.2(acorn@8.10.0) + acorn: 8.11.3 + acorn-jsx: 5.3.2(acorn@8.11.3) eslint-visitor-keys: 3.4.3 dev: true @@ -9774,7 +10430,7 @@ packages: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.5 + micromatch: 4.0.7 dev: true /fast-json-stable-stringify@2.1.0: @@ -9834,6 +10490,13 @@ packages: dependencies: to-regex-range: 5.0.1 + /fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + dependencies: + to-regex-range: 5.0.1 + dev: true + /finalhandler@1.2.0: resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} engines: {node: '>= 0.8'} @@ -9924,6 +10587,16 @@ packages: engines: {node: '>=0.4.0'} dev: true + /follow-redirects@1.15.6: + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + dev: true + /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: @@ -9972,6 +10645,15 @@ packages: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: true + /fs-extra@10.1.0: + resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} + engines: {node: '>=12'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + dev: true + /fs-extra@11.1.1: resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} engines: {node: '>=14.14'} @@ -9990,6 +10672,15 @@ packages: universalify: 2.0.1 dev: true + /fs-extra@7.0.1: + resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} + engines: {node: '>=6 <7 || >=8'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 4.0.0 + universalify: 0.1.2 + dev: true + /fs-minipass@2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} @@ -10155,6 +10846,7 @@ packages: /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -10166,6 +10858,7 @@ packages: /glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -10200,9 +10893,9 @@ packages: '@types/glob': 7.2.0 array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.1 + fast-glob: 3.3.2 glob: 7.2.3 - ignore: 5.2.4 + ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -10344,6 +11037,18 @@ packages: '@types/hast': 3.0.4 dev: true + /he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + dev: true + + /header-case@2.0.4: + resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} + dependencies: + capital-case: 1.0.4 + tslib: 2.6.2 + dev: true + /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: true @@ -10473,6 +11178,11 @@ packages: resolve-from: 5.0.0 dev: true + /import-lazy@4.0.0: + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} + dev: true + /import-local@3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} engines: {node: '>=8'} @@ -10499,6 +11209,7 @@ packages: /inflight@1.0.6: resolution: {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. dependencies: once: 1.4.0 wrappy: 1.0.2 @@ -10515,6 +11226,11 @@ packages: side-channel: 1.0.6 dev: true + /interpret@1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} + dev: true + /intl-messageformat@10.5.12: resolution: {integrity: sha512-izl0uxhy/melhw8gP2r8pGiVieviZmM4v5Oqx3c1/R7g9cwER2smmGfSjcIsp8Y3Q53bfciL/gkxacJRx/dUvg==} dependencies: @@ -10970,7 +11686,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -11019,6 +11735,47 @@ packages: - ts-node dev: true + /jest-config@29.7.0(@types/node@20.12.12)(ts-node@10.9.1): + resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@types/node': '*' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + dependencies: + '@babel/core': 7.24.5 + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 20.12.12 + babel-jest: 29.7.0(@babel/core@7.24.5) + chalk: 4.1.2 + ci-info: 3.9.0 + deepmerge: 4.3.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-circus: 29.7.0 + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + micromatch: 4.0.5 + parse-json: 5.2.0 + pretty-format: 29.7.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + ts-node: 10.9.1(@types/node@20.8.9)(typescript@5.2.2) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + dev: true + /jest-config@29.7.0(@types/node@20.8.9)(ts-node@10.9.1): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -11031,11 +11788,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.24.0 + '@babel/core': 7.24.5 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 '@types/node': 20.8.9 - babel-jest: 29.7.0(@babel/core@7.24.0) + babel-jest: 29.7.0(@babel/core@7.24.5) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -11101,7 +11858,7 @@ packages: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.8.9 + '@types/node': 20.12.12 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -11118,7 +11875,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -11134,7 +11891,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.8.9 + '@types/node': 20.12.12 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -11179,7 +11936,7 @@ packages: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.23.5 + '@babel/code-frame': 7.24.2 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.2 chalk: 4.1.2 @@ -11195,7 +11952,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 jest-util: 29.7.0 dev: true @@ -11250,7 +12007,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -11281,7 +12038,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -11304,15 +12061,15 @@ packages: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.24.0 - '@babel/generator': 7.23.6 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.0) - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.0) - '@babel/types': 7.24.0 + '@babel/core': 7.24.5 + '@babel/generator': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/types': 7.24.6 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.0) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.5) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -11343,7 +12100,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -11368,7 +12125,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.8.9 + '@types/node': 20.12.12 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -11380,7 +12137,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.12.11 + '@types/node': 20.12.12 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -11389,7 +12146,7 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.8.9 + '@types/node': 20.12.12 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -11416,6 +12173,10 @@ packages: - ts-node dev: true + /jju@1.4.0: + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + dev: true + /js-file-download@0.4.12: resolution: {integrity: sha512-rML+NkoD08p5Dllpjo0ffy4jRHeY6Zsapvr/W86N7E0yuzAO6qa5X9+xog6zQNlH102J7IXljNY2FtS6Lj3ucg==} dev: true @@ -11591,6 +12352,16 @@ packages: hasBin: true dev: true + /jsonc-parser@3.2.1: + resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} + dev: true + + /jsonfile@4.0.0: + resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + optionalDependencies: + graceful-fs: 4.2.11 + dev: true + /jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: @@ -11625,6 +12396,10 @@ packages: engines: {node: '>=6'} dev: true + /kolorist@1.8.0: + resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} + dev: true + /language-subtag-registry@0.3.22: resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} dev: true @@ -11657,6 +12432,106 @@ packages: type-check: 0.4.0 dev: true + /lightningcss-cli-darwin-arm64@1.25.1: + resolution: {integrity: sha512-T+8n8AtfRnNxI97dKLT3+FpYDyioH0KLkoAjBxnUZVdyScmgqsBGtqXsdObLxyiNpLCJUfrL4oSQbMI1Fq5KVw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-darwin-x64@1.25.1: + resolution: {integrity: sha512-x0N9I4f4NXUesFQa03EmOb3kIg/4TPAGPNY/UZDMAEhGA8bDTOgesvMdQqD4dss1ADsbWA5kIMeUyPKS8A12SQ==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-freebsd-x64@1.25.1: + resolution: {integrity: sha512-uzEwexbRy/GkaPhW1GbTgXB6CKQhR7abVcp1uuMP1G9yICy8o6bCC941xCPtICDW6VfimPrAe9a9xt6UJwKI1A==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-linux-arm-gnueabihf@1.25.1: + resolution: {integrity: sha512-Wgu0WoEPgGzdB4pSmfsiTnyQf2/nzz794R9YMa0tOReW/JP75pvTdv6vjUGvo0L9sasMKEehWAKoWi8s86YuMg==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-linux-arm64-gnu@1.25.1: + resolution: {integrity: sha512-nwCPUmsbjtJaKfaqGc2Cbsc1An1e40wgWa1sWrIL6pjLGlCGAym37jbe54h9U9UuAjQAik14lRZ45n9jJgeojg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-linux-arm64-musl@1.25.1: + resolution: {integrity: sha512-Fj/XW+ahY5VXIWGjf4/GCMxVDn5W+qJKaa0V35qmjGmdGSeR/utCq7f4qDxzzPTgrAlQ/zxJ4M94eaQL3aac0w==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-linux-x64-gnu@1.25.1: + resolution: {integrity: sha512-ax5XP0ZIoA7A8JVbVmgjsNdyKzzRKVllBASpAJZq6a7BJWceZ/QM9ScUdjs15J4Q4FSsz1Uvk5JKq5y3/lOzFA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-linux-x64-musl@1.25.1: + resolution: {integrity: sha512-6OK8l3mNDStoAh6v1v5bZumfh4uGqu+8ZxrFVYplyKSKNZcGVvP3Vh5VlRfOIFyOHB0td8BOW/V3aOR8X//WxQ==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli-win32-x64-msvc@1.25.1: + resolution: {integrity: sha512-78SN/Yn2alLEQd/PF4TvcRzIGeu1EXLV6XZZs4M+aEqn4IMEY/k6JWXDvighXpHOM2KyIDfmUA72pARQKFeAAg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /lightningcss-cli@1.25.1: + resolution: {integrity: sha512-rrAgDqDIcG3bPHG7a77jxqvLIXkm3nvMIFbfeD6GPjlIs+EtTMdKMKDR917RE5MGdLseRKf+3yu+1nsroMZHnQ==} + engines: {node: '>= 12.0.0'} + hasBin: true + requiresBuild: true + dependencies: + detect-libc: 1.0.3 + optionalDependencies: + lightningcss-cli-darwin-arm64: 1.25.1 + lightningcss-cli-darwin-x64: 1.25.1 + lightningcss-cli-freebsd-x64: 1.25.1 + lightningcss-cli-linux-arm-gnueabihf: 1.25.1 + lightningcss-cli-linux-arm64-gnu: 1.25.1 + lightningcss-cli-linux-arm64-musl: 1.25.1 + lightningcss-cli-linux-x64-gnu: 1.25.1 + lightningcss-cli-linux-x64-musl: 1.25.1 + lightningcss-cli-win32-x64-msvc: 1.25.1 + dev: true + /lilconfig@2.1.0: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} engines: {node: '>=10'} @@ -11713,6 +12588,14 @@ packages: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} dev: true + /lodash.get@4.4.2: + resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} + dev: true + + /lodash.isequal@4.5.0: + resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} + dev: true + /lodash.memoize@4.1.2: resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} dev: true @@ -11743,6 +12626,12 @@ packages: dependencies: js-tokens: 4.0.0 + /lower-case@2.0.2: + resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + dependencies: + tslib: 2.6.2 + dev: true + /lru-cache@10.2.0: resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} engines: {node: 14 || >=16.14} @@ -11773,6 +12662,12 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true + /magic-string@0.30.10: + resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true + /magic-string@0.30.8: resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} engines: {node: '>=12'} @@ -11876,6 +12771,14 @@ packages: braces: 3.0.2 picomatch: 2.3.1 + /micromatch@4.0.7: + resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + engines: {node: '>=8.6'} + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + dev: true + /mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -11909,6 +12812,12 @@ packages: engines: {node: '>=4'} dev: true + /minimatch@3.0.8: + resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + dependencies: + brace-expansion: 1.1.11 + dev: true + /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -11928,6 +12837,13 @@ packages: brace-expansion: 2.0.1 dev: true + /minimatch@9.0.4: + resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} dev: true @@ -11979,6 +12895,10 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true + /muggle-string@0.3.1: + resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} + dev: true + /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -11998,6 +12918,13 @@ packages: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true + /no-case@3.0.4: + resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + dependencies: + lower-case: 2.0.2 + tslib: 2.6.2 + dev: true + /node-cleanup@2.1.2: resolution: {integrity: sha512-qN8v/s2PAJwGUtr1/hYTpNKlD6Y9rc4p8KSmJXyGdYGZsDGKXrGThikLFP9OCHFeLeEpQzPwiAtdIvBLqm//Hw==} dev: true @@ -12390,6 +13317,13 @@ packages: resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} dev: true + /param-case@3.0.4: + resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + dev: true + /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} @@ -12401,7 +13335,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.23.5 + '@babel/code-frame': 7.24.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -12418,6 +13352,24 @@ packages: engines: {node: '>= 0.8'} dev: true + /pascal-case@3.1.2: + resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + dev: true + + /path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + dev: true + + /path-case@3.0.4: + resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + dev: true + /path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} @@ -12488,6 +13440,10 @@ packages: /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + /picocolors@1.0.1: + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + dev: true + /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} @@ -12946,6 +13902,18 @@ packages: fast-diff: 1.3.0 dev: true + /prettier@2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} + engines: {node: '>=10.13.0'} + hasBin: true + dev: true + + /prettier@3.0.0: + resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + engines: {node: '>=14'} + hasBin: true + dev: true + /prettier@3.2.5: resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} engines: {node: '>=14'} @@ -13011,6 +13979,10 @@ packages: ipaddr.js: 1.9.1 dev: true + /proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + dev: true + /ps-tree@1.2.0: resolution: {integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==} engines: {node: '>= 0.10'} @@ -13364,6 +14336,13 @@ packages: tslib: 2.6.2 dev: true + /rechoir@0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + dependencies: + resolve: 1.22.8 + dev: true + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -13493,6 +14472,13 @@ packages: engines: {node: '>=10'} dev: true + /resolve@1.19.0: + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + dependencies: + is-core-module: 2.13.1 + path-parse: 1.0.7 + dev: true + /resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true @@ -13596,29 +14582,29 @@ packages: fsevents: 2.3.3 dev: true - /rollup@4.17.2: - resolution: {integrity: sha512-/9ClTJPByC0U4zNLowV1tMBe8yMEAxewtR3cUNX5BoEpGH3dQEWpJLr6CLp0fPdYRF/fzVOgvDb1zXuakwF5kQ==} + /rollup@4.18.0: + resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.17.2 - '@rollup/rollup-android-arm64': 4.17.2 - '@rollup/rollup-darwin-arm64': 4.17.2 - '@rollup/rollup-darwin-x64': 4.17.2 - '@rollup/rollup-linux-arm-gnueabihf': 4.17.2 - '@rollup/rollup-linux-arm-musleabihf': 4.17.2 - '@rollup/rollup-linux-arm64-gnu': 4.17.2 - '@rollup/rollup-linux-arm64-musl': 4.17.2 - '@rollup/rollup-linux-powerpc64le-gnu': 4.17.2 - '@rollup/rollup-linux-riscv64-gnu': 4.17.2 - '@rollup/rollup-linux-s390x-gnu': 4.17.2 - '@rollup/rollup-linux-x64-gnu': 4.17.2 - '@rollup/rollup-linux-x64-musl': 4.17.2 - '@rollup/rollup-win32-arm64-msvc': 4.17.2 - '@rollup/rollup-win32-ia32-msvc': 4.17.2 - '@rollup/rollup-win32-x64-msvc': 4.17.2 + '@rollup/rollup-android-arm-eabi': 4.18.0 + '@rollup/rollup-android-arm64': 4.18.0 + '@rollup/rollup-darwin-arm64': 4.18.0 + '@rollup/rollup-darwin-x64': 4.18.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.18.0 + '@rollup/rollup-linux-arm-musleabihf': 4.18.0 + '@rollup/rollup-linux-arm64-gnu': 4.18.0 + '@rollup/rollup-linux-arm64-musl': 4.18.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0 + '@rollup/rollup-linux-riscv64-gnu': 4.18.0 + '@rollup/rollup-linux-s390x-gnu': 4.18.0 + '@rollup/rollup-linux-x64-gnu': 4.18.0 + '@rollup/rollup-linux-x64-musl': 4.18.0 + '@rollup/rollup-win32-arm64-msvc': 4.18.0 + '@rollup/rollup-win32-ia32-msvc': 4.18.0 + '@rollup/rollup-win32-x64-msvc': 4.18.0 fsevents: 2.3.3 dev: true @@ -13731,6 +14717,12 @@ packages: lru-cache: 6.0.0 dev: true + /semver@7.6.2: + resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} + engines: {node: '>=10'} + hasBin: true + dev: true + /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -13752,6 +14744,14 @@ packages: - supports-color dev: true + /sentence-case@3.0.4: + resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + upper-case-first: 2.0.2 + dev: true + /serialize-javascript@6.0.2: resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} dependencies: @@ -13818,6 +14818,25 @@ packages: engines: {node: '>=8'} dev: true + /shelljs@0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + dependencies: + glob: 7.2.3 + interpret: 1.4.0 + rechoir: 0.6.2 + dev: true + + /shx@0.3.4: + resolution: {integrity: sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==} + engines: {node: '>=6'} + hasBin: true + dependencies: + minimist: 1.2.8 + shelljs: 0.8.5 + dev: true + /side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} engines: {node: '>= 0.4'} @@ -13851,9 +14870,17 @@ packages: engines: {node: '>=12'} dev: false + /snake-case@3.0.4: + resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + dev: true + /source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} + dev: true /source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} @@ -14105,6 +15132,33 @@ packages: engines: {node: '>=8'} dev: true + /style-dictionary-utils@2.4.1(style-dictionary@3.8.0): + resolution: {integrity: sha512-Ged3wCzzswC6vw8Fh74IKUJg7ajPiH0ersYsPi0VT2ENWCq/gx6uAYOr1rjslqjSyQUfAVvNnOPxuWGJ2mdncQ==} + peerDependencies: + style-dictionary: ^3.7.1 + dependencies: + color2k: 2.0.3 + json5: 2.2.3 + prettier: 2.8.8 + style-dictionary: 3.8.0 + dev: true + + /style-dictionary@3.8.0: + resolution: {integrity: sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==} + engines: {node: '>=12.0.0'} + hasBin: true + dependencies: + chalk: 4.1.2 + change-case: 4.1.2 + commander: 8.3.0 + fs-extra: 10.1.0 + glob: 7.2.3 + json5: 2.2.3 + jsonc-parser: 3.2.1 + lodash: 4.17.21 + tinycolor2: 1.6.0 + dev: true + /style-inject@0.3.0: resolution: {integrity: sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==} dev: true @@ -14364,6 +15418,10 @@ packages: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} dev: true + /tinycolor2@1.6.0: + resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==} + dev: true + /titleize@3.0.0: resolution: {integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==} engines: {node: '>=12'} @@ -14428,7 +15486,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest@29.1.1(@babel/core@7.24.5)(esbuild@0.20.2)(jest@29.7.0)(typescript@5.2.2): + /ts-jest@29.1.1(@babel/core@7.24.6)(esbuild@0.20.2)(jest@29.7.0)(typescript@5.2.2): resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -14449,7 +15507,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.24.5 + '@babel/core': 7.24.6 bs-logger: 0.2.6 esbuild: 0.20.2 fast-json-stable-stringify: 2.1.0 @@ -14647,6 +15705,18 @@ packages: hasBin: true dev: true + /typescript@5.4.2: + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + + /typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + /ufo@1.5.3: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} dev: true @@ -14723,6 +15793,11 @@ packages: unist-util-visit-parents: 6.0.1 dev: true + /universalify@0.1.2: + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} + dev: true + /universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} @@ -14764,6 +15839,18 @@ packages: picocolors: 1.0.0 dev: true + /upper-case-first@2.0.2: + resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} + dependencies: + tslib: 2.6.2 + dev: true + + /upper-case@2.0.2: + resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} + dependencies: + tslib: 2.6.2 + dev: true + /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: @@ -14809,7 +15896,7 @@ packages: resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.23 + '@jridgewell/trace-mapping': 0.3.25 '@types/istanbul-lib-coverage': 2.0.5 convert-source-map: 2.0.0 dev: true @@ -14821,11 +15908,77 @@ packages: spdx-expression-parse: 3.0.1 dev: true + /validator@13.12.0: + resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} + engines: {node: '>= 0.10'} + dev: true + /vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} dev: true + /vite-plugin-dts@3.9.1(@types/node@20.12.12)(typescript@5.4.5)(vite@5.2.11): + resolution: {integrity: sha512-rVp2KM9Ue22NGWB8dNtWEr+KekN3rIgz1tWD050QnRGlriUCmaDwa7qA5zDEjbXg5lAXhYMSBJtx3q3hQIJZSg==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + typescript: '*' + vite: '*' + peerDependenciesMeta: + vite: + optional: true + dependencies: + '@microsoft/api-extractor': 7.43.0(@types/node@20.12.12) + '@rollup/pluginutils': 5.1.0(rollup@4.18.0) + '@vue/language-core': 1.8.27(typescript@5.4.5) + debug: 4.3.4 + kolorist: 1.8.0 + magic-string: 0.30.10 + typescript: 5.4.5 + vite: 5.2.11(@types/node@20.12.12) + vue-tsc: 1.8.27(typescript@5.4.5) + transitivePeerDependencies: + - '@types/node' + - rollup + - supports-color + dev: true + + /vite@5.2.11(@types/node@20.12.12): + resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 20.12.12 + esbuild: 0.20.2 + postcss: 8.4.38 + rollup: 4.18.0 + optionalDependencies: + fsevents: 2.3.3 + dev: true + /vite@5.2.11(@types/node@20.8.9): resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -14857,11 +16010,30 @@ packages: '@types/node': 20.8.9 esbuild: 0.20.2 postcss: 8.4.38 - rollup: 4.17.2 + rollup: 4.18.0 optionalDependencies: fsevents: 2.3.3 dev: true + /vue-template-compiler@2.7.16: + resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + dev: true + + /vue-tsc@1.8.27(typescript@5.4.5): + resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} + hasBin: true + peerDependencies: + typescript: '*' + dependencies: + '@volar/typescript': 1.11.1 + '@vue/language-core': 1.8.27(typescript@5.4.5) + semver: 7.6.2 + typescript: 5.4.5 + dev: true + /w3c-xmlserializer@4.0.0: resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} engines: {node: '>=14'} @@ -14932,7 +16104,7 @@ packages: browserslist: 4.23.0 chrome-trace-event: 1.0.3 enhanced-resolve: 5.16.1 - es-module-lexer: 1.5.2 + es-module-lexer: 1.5.3 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -15164,3 +16336,15 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} dev: true + + /z-schema@5.0.5: + resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} + engines: {node: '>=8.0.0'} + hasBin: true + dependencies: + lodash.get: 4.4.2 + lodash.isequal: 4.5.0 + validator: 13.12.0 + optionalDependencies: + commander: 9.5.0 + dev: true diff --git a/tsconfig.base.json b/tsconfig.base.json index acb650a331..ec93714afb 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,8 +1,8 @@ { "compilerOptions": { - "target": "ES2019", + "target": "ES2021", "module": "esnext", - "lib": ["dom", "ES2019"], + "lib": ["dom", "ES2021"], "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true,