@atlaskit/tokens 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/babel-plugin/package.json +2 -2
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark-iteration.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-new-input-border.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-light-new-input-border.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-shape.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-spacing.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-typography.d.ts +1 -1
- package/dist/types/artifacts/token-names.d.ts +2 -2
- package/dist/types/artifacts/types-internal.d.ts +1 -1
- package/dist/types/artifacts/types.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +1 -1
- package/dist/types/get-token-value.d.ts +1 -1
- package/dist/types/get-token.d.ts +1 -1
- package/dist/types/palettes/legacy-palette.d.ts +2 -2
- package/dist/types/palettes/palette.d.ts +2 -2
- package/dist/types/palettes/shape-palette.d.ts +3 -3
- package/dist/types/palettes/spacing-scale.d.ts +1 -1
- package/dist/types/palettes/typography-palette.d.ts +9 -9
- package/dist/types/theme-config.d.ts +10 -10
- package/dist/types/types.d.ts +34 -34
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +15 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +41 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +41 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +22 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +41 -0
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +22 -0
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +26 -0
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +16 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-iteration.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +341 -0
- package/dist/types-ts4.5/artifacts/token-names.d.ts +669 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +113 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +113 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +89 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +89 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +29 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +59 -0
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +29 -0
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/types.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-token-names.d.ts +784 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types-internal.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-token-names.d.ts +784 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types-internal.d.ts +6 -0
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types.d.ts +6 -0
- package/dist/types-ts4.5/babel-plugin/index.d.ts +1 -0
- package/dist/types-ts4.5/babel-plugin/plugin.d.ts +14 -0
- package/dist/types-ts4.5/constants.d.ts +6 -0
- package/dist/types-ts4.5/entry-points/babel-plugin.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/rename-mapping.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/token-ids.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/token-names.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/token-order.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +5 -0
- package/dist/types-ts4.5/get-global-theme.d.ts +2 -0
- package/dist/types-ts4.5/get-token-value.d.ts +25 -0
- package/dist/types-ts4.5/get-token.d.ts +26 -0
- package/dist/types-ts4.5/index.d.ts +13 -0
- package/dist/types-ts4.5/palettes/legacy-palette.d.ts +10 -0
- package/dist/types-ts4.5/palettes/palette.d.ts +5 -0
- package/dist/types-ts4.5/palettes/shape-palette.d.ts +67 -0
- package/dist/types-ts4.5/palettes/spacing-scale.d.ts +95 -0
- package/dist/types-ts4.5/palettes/typography-palette.d.ts +14 -0
- package/dist/types-ts4.5/set-global-theme.d.ts +74 -0
- package/dist/types-ts4.5/theme-config.d.ts +110 -0
- package/dist/types-ts4.5/theme-mutation-observer.d.ts +22 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-dark/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-legacy-light/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-light/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-shape/shape.d.ts +7 -0
- package/dist/types-ts4.5/tokens/atlassian-spacing/spacing.d.ts +10 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/font-family.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/font-size.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/font-weight.d.ts +4 -0
- package/dist/types-ts4.5/tokens/atlassian-typography/line-height.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/accent.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/background.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/border.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/chart.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/icon.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/interaction.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/skeleton.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/color/text.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/elevation/shadow.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/elevation/surface.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/opacity/opacity.d.ts +3 -0
- package/dist/types-ts4.5/tokens/default/shape/shape.d.ts +3 -0
- package/dist/types-ts4.5/tokens/default/spacing/spacing.d.ts +8 -0
- package/dist/types-ts4.5/tokens/default/typography/font-family.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/typography/font-size.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/typography/font-weight.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/typography/line-height.d.ts +4 -0
- package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +5 -0
- package/dist/types-ts4.5/types.d.ts +829 -0
- package/dist/types-ts4.5/use-theme-observer.d.ts +15 -0
- package/dist/types-ts4.5/utils/color-detection.d.ts +13 -0
- package/dist/types-ts4.5/utils/theme-loading.d.ts +3 -0
- package/dist/types-ts4.5/utils/theme-state-transformer.d.ts +26 -0
- package/dist/types-ts4.5/utils/token-ids.d.ts +41 -0
- package/dist/types-ts4.5/utils/token-order.d.ts +7 -0
- package/package.json +6 -5
- package/palettes-raw/package.json +2 -2
- package/rename-mapping/package.json +2 -2
- package/token-ids/package.json +2 -2
- package/token-names/package.json +2 -2
- package/token-order/package.json +2 -2
- package/tokens-raw/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { UtilTokenSchema, ValueSchema } from '../../../types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
utility: ValueSchema<UtilTokenSchema<"Red100" | "Red200" | "Red300" | "Red400" | "Red500" | "Red600" | "Red700" | "Red800" | "Red900" | "Red1000" | "Orange100" | "Orange200" | "Orange300" | "Orange400" | "Orange500" | "Orange600" | "Orange700" | "Orange800" | "Orange900" | "Orange1000" | "Yellow100" | "Yellow200" | "Yellow300" | "Yellow400" | "Yellow500" | "Yellow600" | "Yellow700" | "Yellow800" | "Yellow900" | "Yellow1000" | "Green100" | "Green200" | "Green300" | "Green400" | "Green500" | "Green600" | "Green700" | "Green800" | "Green900" | "Green1000" | "Teal100" | "Teal200" | "Teal300" | "Teal400" | "Teal500" | "Teal600" | "Teal700" | "Teal800" | "Teal900" | "Teal1000" | "Blue100" | "Blue200" | "Blue300" | "Blue400" | "Blue500" | "Blue600" | "Blue700" | "Blue800" | "Blue900" | "Blue1000" | "Purple100" | "Purple200" | "Purple300" | "Purple400" | "Purple500" | "Purple600" | "Purple700" | "Purple800" | "Purple900" | "Purple1000" | "Magenta100" | "Magenta200" | "Magenta300" | "Magenta400" | "Magenta500" | "Magenta600" | "Magenta700" | "Magenta800" | "Magenta900" | "Magenta1000" | "Neutral0" | "Neutral100" | "Neutral200" | "Neutral300" | "Neutral400" | "Neutral500" | "Neutral600" | "Neutral700" | "Neutral800" | "Neutral900" | "Neutral1000" | "Neutral1100" | "Neutral100A" | "Neutral200A" | "Neutral300A" | "Neutral400A" | "Neutral500A" | "DarkNeutral-100" | "DarkNeutral0" | "DarkNeutral100" | "DarkNeutral200" | "DarkNeutral300" | "DarkNeutral400" | "DarkNeutral500" | "DarkNeutral600" | "DarkNeutral700" | "DarkNeutral800" | "DarkNeutral900" | "DarkNeutral1000" | "DarkNeutral1100" | "DarkNeutral-100A" | "DarkNeutral100A" | "DarkNeutral200A" | "DarkNeutral300A" | "DarkNeutral400A" | "DarkNeutral500A">>;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { UtilTokenSchema, ValueSchema } from '../../../types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
utility: ValueSchema<UtilTokenSchema<"transparent" | "R50" | "R75" | "R100" | "R200" | "R300" | "R400" | "R500" | "O800" | "Y50" | "Y75" | "Y100" | "Y200" | "Y300" | "Y400" | "Y500" | "G50" | "G75" | "G100" | "G200" | "G300" | "G400" | "G500" | "T50" | "T75" | "T100" | "T200" | "T300" | "T400" | "T500" | "B50" | "B75" | "B100" | "B200" | "B300" | "B400" | "B500" | "P50" | "P75" | "P100" | "P200" | "P300" | "P400" | "P500" | "N0" | "N10" | "N20" | "N30" | "N40" | "N50" | "N60" | "N70" | "N80" | "N90" | "N100" | "N200" | "N300" | "N400" | "N500" | "N600" | "N700" | "N800" | "N900" | "N10A" | "N20A" | "N30A" | "N40A" | "N50A" | "N60A" | "N70A" | "N80A" | "N90A" | "N100A" | "N200A" | "N300A" | "N400A" | "N500A" | "N600A" | "N700A" | "N800A" | "DN0" | "DN10" | "DN20" | "DN30" | "DN40" | "DN50" | "DN60" | "DN70" | "DN80" | "DN90" | "DN100" | "DN200" | "DN300" | "DN400" | "DN500" | "DN600" | "DN700" | "DN800" | "DN900" | "DN10A" | "DN20A" | "DN30A" | "DN40A" | "DN50A" | "DN60A" | "DN70A" | "DN80A" | "DN90A" | "DN100A" | "DN200A" | "DN300A" | "DN400A" | "DN500A" | "DN600A" | "DN700A" | "DN800A">>;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { UtilTokenSchema, ValueSchema } from '../../../types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
utility: ValueSchema<UtilTokenSchema<"transparent" | "R50" | "R75" | "R100" | "R200" | "R300" | "R400" | "R500" | "O800" | "Y50" | "Y75" | "Y100" | "Y200" | "Y300" | "Y400" | "Y500" | "G50" | "G75" | "G100" | "G200" | "G300" | "G400" | "G500" | "T50" | "T75" | "T100" | "T200" | "T300" | "T400" | "T500" | "B50" | "B75" | "B100" | "B200" | "B300" | "B400" | "B500" | "P50" | "P75" | "P100" | "P200" | "P300" | "P400" | "P500" | "N0" | "N10" | "N20" | "N30" | "N40" | "N50" | "N60" | "N70" | "N80" | "N90" | "N100" | "N200" | "N300" | "N400" | "N500" | "N600" | "N700" | "N800" | "N900" | "N10A" | "N20A" | "N30A" | "N40A" | "N50A" | "N60A" | "N70A" | "N80A" | "N90A" | "N100A" | "N200A" | "N300A" | "N400A" | "N500A" | "N600A" | "N700A" | "N800A" | "DN0" | "DN10" | "DN20" | "DN30" | "DN40" | "DN50" | "DN60" | "DN70" | "DN80" | "DN90" | "DN100" | "DN200" | "DN300" | "DN400" | "DN500" | "DN600" | "DN700" | "DN800" | "DN900" | "DN10A" | "DN20A" | "DN30A" | "DN40A" | "DN50A" | "DN60A" | "DN70A" | "DN80A" | "DN90A" | "DN100A" | "DN200A" | "DN300A" | "DN400A" | "DN500A" | "DN600A" | "DN700A" | "DN800A">>;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { UtilTokenSchema, ValueSchema } from '../../../types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
utility: ValueSchema<UtilTokenSchema<"Red100" | "Red200" | "Red300" | "Red400" | "Red500" | "Red600" | "Red700" | "Red800" | "Red900" | "Red1000" | "Orange100" | "Orange200" | "Orange300" | "Orange400" | "Orange500" | "Orange600" | "Orange700" | "Orange800" | "Orange900" | "Orange1000" | "Yellow100" | "Yellow200" | "Yellow300" | "Yellow400" | "Yellow500" | "Yellow600" | "Yellow700" | "Yellow800" | "Yellow900" | "Yellow1000" | "Green100" | "Green200" | "Green300" | "Green400" | "Green500" | "Green600" | "Green700" | "Green800" | "Green900" | "Green1000" | "Teal100" | "Teal200" | "Teal300" | "Teal400" | "Teal500" | "Teal600" | "Teal700" | "Teal800" | "Teal900" | "Teal1000" | "Blue100" | "Blue200" | "Blue300" | "Blue400" | "Blue500" | "Blue600" | "Blue700" | "Blue800" | "Blue900" | "Blue1000" | "Purple100" | "Purple200" | "Purple300" | "Purple400" | "Purple500" | "Purple600" | "Purple700" | "Purple800" | "Purple900" | "Purple1000" | "Magenta100" | "Magenta200" | "Magenta300" | "Magenta400" | "Magenta500" | "Magenta600" | "Magenta700" | "Magenta800" | "Magenta900" | "Magenta1000" | "Neutral0" | "Neutral100" | "Neutral200" | "Neutral300" | "Neutral400" | "Neutral500" | "Neutral600" | "Neutral700" | "Neutral800" | "Neutral900" | "Neutral1000" | "Neutral1100" | "Neutral100A" | "Neutral200A" | "Neutral300A" | "Neutral400A" | "Neutral500A" | "DarkNeutral-100" | "DarkNeutral0" | "DarkNeutral100" | "DarkNeutral200" | "DarkNeutral300" | "DarkNeutral400" | "DarkNeutral500" | "DarkNeutral600" | "DarkNeutral700" | "DarkNeutral800" | "DarkNeutral900" | "DarkNeutral1000" | "DarkNeutral1100" | "DarkNeutral-100A" | "DarkNeutral100A" | "DarkNeutral200A" | "DarkNeutral300A" | "DarkNeutral400A" | "DarkNeutral500A">>;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { SpacingTokenSchema, ValueSchema } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* The spacing value schema is specifically designed to dictate the
|
|
4
|
+
* possible values a specific key-token pair will have.
|
|
5
|
+
*
|
|
6
|
+
* This is combined with the attribute schema.
|
|
7
|
+
* @link 'file:../default/spacing/spacing.tsx'
|
|
8
|
+
*/
|
|
9
|
+
declare const spacing: ValueSchema<SpacingTokenSchema>;
|
|
10
|
+
export default spacing;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { AttributeSchema, SpacingTokenSchema } from '../../../types';
|
|
2
|
+
/**
|
|
3
|
+
* The spacing attribute schema governs the non-value specific metadata to apply to the
|
|
4
|
+
* spacing theme. This governs the name, description and state
|
|
5
|
+
* of a token.
|
|
6
|
+
*/
|
|
7
|
+
declare const spacing: AttributeSchema<SpacingTokenSchema>;
|
|
8
|
+
export default spacing;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AttributeSchema, UtilTokenSchema } from '../../../types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
utility: AttributeSchema<UtilTokenSchema<"Red100" | "Red200" | "Red300" | "Red400" | "Red500" | "Red600" | "Red700" | "Red800" | "Red900" | "Red1000" | "Orange100" | "Orange200" | "Orange300" | "Orange400" | "Orange500" | "Orange600" | "Orange700" | "Orange800" | "Orange900" | "Orange1000" | "Yellow100" | "Yellow200" | "Yellow300" | "Yellow400" | "Yellow500" | "Yellow600" | "Yellow700" | "Yellow800" | "Yellow900" | "Yellow1000" | "Green100" | "Green200" | "Green300" | "Green400" | "Green500" | "Green600" | "Green700" | "Green800" | "Green900" | "Green1000" | "Teal100" | "Teal200" | "Teal300" | "Teal400" | "Teal500" | "Teal600" | "Teal700" | "Teal800" | "Teal900" | "Teal1000" | "Blue100" | "Blue200" | "Blue300" | "Blue400" | "Blue500" | "Blue600" | "Blue700" | "Blue800" | "Blue900" | "Blue1000" | "Purple100" | "Purple200" | "Purple300" | "Purple400" | "Purple500" | "Purple600" | "Purple700" | "Purple800" | "Purple900" | "Purple1000" | "Magenta100" | "Magenta200" | "Magenta300" | "Magenta400" | "Magenta500" | "Magenta600" | "Magenta700" | "Magenta800" | "Magenta900" | "Magenta1000" | "Neutral0" | "Neutral100" | "Neutral200" | "Neutral300" | "Neutral400" | "Neutral500" | "Neutral600" | "Neutral700" | "Neutral800" | "Neutral900" | "Neutral1000" | "Neutral1100" | "Neutral100A" | "Neutral200A" | "Neutral300A" | "Neutral400A" | "Neutral500A" | "DarkNeutral-100" | "DarkNeutral0" | "DarkNeutral100" | "DarkNeutral200" | "DarkNeutral300" | "DarkNeutral400" | "DarkNeutral500" | "DarkNeutral600" | "DarkNeutral700" | "DarkNeutral800" | "DarkNeutral900" | "DarkNeutral1000" | "DarkNeutral1100" | "DarkNeutral-100A" | "DarkNeutral100A" | "DarkNeutral200A" | "DarkNeutral300A" | "DarkNeutral400A" | "DarkNeutral500A">>;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|