@atlaskit/tokens 0.10.20 → 0.10.21

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.
Files changed (103) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/babel-plugin/package.json +8 -1
  3. package/dist/cjs/get-token.js +1 -1
  4. package/dist/cjs/version.json +1 -1
  5. package/dist/es2019/get-token.js +1 -1
  6. package/dist/es2019/version.json +1 -1
  7. package/dist/esm/get-token.js +1 -1
  8. package/dist/esm/version.json +1 -1
  9. package/dist/types-ts4.0/artifacts/palettes-raw/legacy-palette.d.ts +41 -0
  10. package/dist/types-ts4.0/artifacts/palettes-raw/palette.d.ts +41 -0
  11. package/dist/types-ts4.0/artifacts/rename-mapping.d.ts +26 -0
  12. package/dist/types-ts4.0/artifacts/token-default-values.d.ts +302 -0
  13. package/dist/types-ts4.0/artifacts/token-names.d.ts +593 -0
  14. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +222 -0
  15. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +222 -0
  16. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +174 -0
  17. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +174 -0
  18. package/dist/types-ts4.0/artifacts/types-internal.d.ts +6 -0
  19. package/dist/types-ts4.0/artifacts/types.d.ts +6 -0
  20. package/dist/types-ts4.0/babel-plugin/index.d.ts +1 -0
  21. package/dist/types-ts4.0/babel-plugin/plugin.d.ts +14 -0
  22. package/dist/types-ts4.0/constants.d.ts +17 -0
  23. package/dist/types-ts4.0/entry-points/babel-plugin.d.ts +1 -0
  24. package/dist/types-ts4.0/entry-points/palettes-raw.d.ts +1 -0
  25. package/dist/types-ts4.0/entry-points/rename-mapping.d.ts +1 -0
  26. package/dist/types-ts4.0/entry-points/token-ids.d.ts +1 -0
  27. package/dist/types-ts4.0/entry-points/token-names.d.ts +2 -0
  28. package/dist/types-ts4.0/figma/synchronize-figma-tokens.d.ts +24 -0
  29. package/dist/types-ts4.0/figma/types.d.ts +40 -0
  30. package/dist/types-ts4.0/get-token.d.ts +4 -0
  31. package/dist/types-ts4.0/index.d.ts +5 -0
  32. package/dist/types-ts4.0/palettes/legacy-palette.d.ts +10 -0
  33. package/dist/types-ts4.0/palettes/palette.d.ts +5 -0
  34. package/dist/types-ts4.0/set-global-theme.d.ts +3 -0
  35. package/dist/types-ts4.0/theme-change-observer.d.ts +35 -0
  36. package/dist/types-ts4.0/tokens/atlassian-dark/color/accent.d.ts +4 -0
  37. package/dist/types-ts4.0/tokens/atlassian-dark/color/background.d.ts +4 -0
  38. package/dist/types-ts4.0/tokens/atlassian-dark/color/border.d.ts +4 -0
  39. package/dist/types-ts4.0/tokens/atlassian-dark/color/icon.d.ts +4 -0
  40. package/dist/types-ts4.0/tokens/atlassian-dark/color/interaction.d.ts +4 -0
  41. package/dist/types-ts4.0/tokens/atlassian-dark/color/skeleton.d.ts +4 -0
  42. package/dist/types-ts4.0/tokens/atlassian-dark/color/text.d.ts +4 -0
  43. package/dist/types-ts4.0/tokens/atlassian-dark/deprecated/deprecated.d.ts +4 -0
  44. package/dist/types-ts4.0/tokens/atlassian-dark/elevation/shadow.d.ts +4 -0
  45. package/dist/types-ts4.0/tokens/atlassian-dark/elevation/surface.d.ts +4 -0
  46. package/dist/types-ts4.0/tokens/atlassian-dark/opacity/opacity.d.ts +3 -0
  47. package/dist/types-ts4.0/tokens/atlassian-dark/utility/utility.d.ts +5 -0
  48. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/accent.d.ts +4 -0
  49. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/background.d.ts +4 -0
  50. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/border.d.ts +4 -0
  51. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/icon.d.ts +4 -0
  52. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/interaction.d.ts +4 -0
  53. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/skeleton.d.ts +4 -0
  54. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/color/text.d.ts +4 -0
  55. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/deprecated/deprecated.d.ts +4 -0
  56. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +4 -0
  57. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/elevation/surface.d.ts +4 -0
  58. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +3 -0
  59. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/utility/utility.d.ts +5 -0
  60. package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/accent.d.ts +4 -0
  61. package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/background.d.ts +4 -0
  62. package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/border.d.ts +4 -0
  63. package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/icon.d.ts +4 -0
  64. package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/interaction.d.ts +4 -0
  65. package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/skeleton.d.ts +4 -0
  66. package/dist/types-ts4.0/tokens/atlassian-legacy-light/color/text.d.ts +4 -0
  67. package/dist/types-ts4.0/tokens/atlassian-legacy-light/deprecated/deprecated.d.ts +4 -0
  68. package/dist/types-ts4.0/tokens/atlassian-legacy-light/elevation/shadow.d.ts +4 -0
  69. package/dist/types-ts4.0/tokens/atlassian-legacy-light/elevation/surface.d.ts +4 -0
  70. package/dist/types-ts4.0/tokens/atlassian-legacy-light/opacity/opacity.d.ts +3 -0
  71. package/dist/types-ts4.0/tokens/atlassian-legacy-light/utility/utility.d.ts +5 -0
  72. package/dist/types-ts4.0/tokens/atlassian-light/color/accent.d.ts +4 -0
  73. package/dist/types-ts4.0/tokens/atlassian-light/color/background.d.ts +4 -0
  74. package/dist/types-ts4.0/tokens/atlassian-light/color/border.d.ts +4 -0
  75. package/dist/types-ts4.0/tokens/atlassian-light/color/icon.d.ts +4 -0
  76. package/dist/types-ts4.0/tokens/atlassian-light/color/interaction.d.ts +4 -0
  77. package/dist/types-ts4.0/tokens/atlassian-light/color/skeleton.d.ts +4 -0
  78. package/dist/types-ts4.0/tokens/atlassian-light/color/text.d.ts +4 -0
  79. package/dist/types-ts4.0/tokens/atlassian-light/deprecated/deprecated.d.ts +4 -0
  80. package/dist/types-ts4.0/tokens/atlassian-light/elevation/shadow.d.ts +4 -0
  81. package/dist/types-ts4.0/tokens/atlassian-light/elevation/surface.d.ts +4 -0
  82. package/dist/types-ts4.0/tokens/atlassian-light/opacity/opacity.d.ts +3 -0
  83. package/dist/types-ts4.0/tokens/atlassian-light/utility/utility.d.ts +5 -0
  84. package/dist/types-ts4.0/tokens/default/color/accent.d.ts +4 -0
  85. package/dist/types-ts4.0/tokens/default/color/background.d.ts +4 -0
  86. package/dist/types-ts4.0/tokens/default/color/border.d.ts +4 -0
  87. package/dist/types-ts4.0/tokens/default/color/icon.d.ts +4 -0
  88. package/dist/types-ts4.0/tokens/default/color/interaction.d.ts +4 -0
  89. package/dist/types-ts4.0/tokens/default/color/skeleton.d.ts +4 -0
  90. package/dist/types-ts4.0/tokens/default/color/text.d.ts +4 -0
  91. package/dist/types-ts4.0/tokens/default/deprecated/deprecated.d.ts +4 -0
  92. package/dist/types-ts4.0/tokens/default/elevation/shadow.d.ts +4 -0
  93. package/dist/types-ts4.0/tokens/default/elevation/surface.d.ts +4 -0
  94. package/dist/types-ts4.0/tokens/default/opacity/opacity.d.ts +3 -0
  95. package/dist/types-ts4.0/tokens/default/utility/utility.d.ts +5 -0
  96. package/dist/types-ts4.0/types.d.ts +656 -0
  97. package/dist/types-ts4.0/utils/color-detection.d.ts +38 -0
  98. package/dist/types-ts4.0/utils/token-ids.d.ts +41 -0
  99. package/package.json +12 -5
  100. package/palettes-raw/package.json +8 -1
  101. package/rename-mapping/package.json +8 -1
  102. package/token-ids/package.json +8 -1
  103. package/token-names/package.json +8 -1
@@ -0,0 +1,174 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3e1535e99114e3ceefa050ae548283a1>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: ({
7
+ attributes: {
8
+ group: string;
9
+ state: string;
10
+ introduced: string;
11
+ description: string;
12
+ deprecated?: undefined;
13
+ deleted?: undefined;
14
+ replacement?: undefined;
15
+ };
16
+ value: string;
17
+ filePath: string;
18
+ isSource: boolean;
19
+ original: {
20
+ attributes: {
21
+ group: string;
22
+ state: string;
23
+ introduced: string;
24
+ description: string;
25
+ deprecated?: undefined;
26
+ deleted?: undefined;
27
+ replacement?: undefined;
28
+ };
29
+ value: string;
30
+ };
31
+ name: string;
32
+ path: string[];
33
+ } | {
34
+ attributes: {
35
+ group: string;
36
+ state: string;
37
+ introduced: string;
38
+ deprecated: string;
39
+ deleted: string;
40
+ replacement: string;
41
+ description: string;
42
+ };
43
+ value: string;
44
+ filePath: string;
45
+ isSource: boolean;
46
+ original: {
47
+ attributes: {
48
+ group: string;
49
+ state: string;
50
+ introduced: string;
51
+ deprecated: string;
52
+ deleted: string;
53
+ replacement: string;
54
+ description: string;
55
+ };
56
+ value: string;
57
+ };
58
+ name: string;
59
+ path: string[];
60
+ } | {
61
+ attributes: {
62
+ group: string;
63
+ state: string;
64
+ introduced: string;
65
+ deprecated: string;
66
+ deleted: string;
67
+ replacement: string;
68
+ description: string;
69
+ };
70
+ value: {
71
+ radius: number;
72
+ offset: {
73
+ x: number;
74
+ y: number;
75
+ };
76
+ color: string;
77
+ opacity: number;
78
+ }[];
79
+ filePath: string;
80
+ isSource: boolean;
81
+ original: {
82
+ attributes: {
83
+ group: string;
84
+ state: string;
85
+ introduced: string;
86
+ deprecated: string;
87
+ deleted: string;
88
+ replacement: string;
89
+ description: string;
90
+ };
91
+ value: {
92
+ radius: number;
93
+ offset: {
94
+ x: number;
95
+ y: number;
96
+ };
97
+ color: string;
98
+ opacity: number;
99
+ }[];
100
+ };
101
+ name: string;
102
+ path: string[];
103
+ } | {
104
+ attributes: {
105
+ group: string;
106
+ state: string;
107
+ introduced: string;
108
+ description: string;
109
+ deprecated?: undefined;
110
+ deleted?: undefined;
111
+ replacement?: undefined;
112
+ };
113
+ value: {
114
+ radius: number;
115
+ offset: {
116
+ x: number;
117
+ y: number;
118
+ };
119
+ color: string;
120
+ opacity: number;
121
+ }[];
122
+ filePath: string;
123
+ isSource: boolean;
124
+ original: {
125
+ attributes: {
126
+ group: string;
127
+ state: string;
128
+ introduced: string;
129
+ description: string;
130
+ deprecated?: undefined;
131
+ deleted?: undefined;
132
+ replacement?: undefined;
133
+ };
134
+ value: {
135
+ radius: number;
136
+ offset: {
137
+ x: number;
138
+ y: number;
139
+ };
140
+ color: string;
141
+ opacity: number;
142
+ }[];
143
+ };
144
+ name: string;
145
+ path: string[];
146
+ } | {
147
+ attributes: {
148
+ group: string;
149
+ state: string;
150
+ introduced: string;
151
+ description: string;
152
+ deprecated?: undefined;
153
+ deleted?: undefined;
154
+ replacement?: undefined;
155
+ };
156
+ value: number;
157
+ filePath: string;
158
+ isSource: boolean;
159
+ original: {
160
+ attributes: {
161
+ group: string;
162
+ state: string;
163
+ introduced: string;
164
+ description: string;
165
+ deprecated?: undefined;
166
+ deleted?: undefined;
167
+ replacement?: undefined;
168
+ };
169
+ value: string;
170
+ };
171
+ name: string;
172
+ path: string[];
173
+ })[];
174
+ export default tokens;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::39f5c50a16b92a67dcd34ffb038b73d2>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ export declare type InternalTokenIds = 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.[default]' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.[default]' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.[default]' | 'color.border.bold' | 'color.border.inverse' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.sunken' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::02e94c9602d30a3320fd9e00a1950a7c>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ export declare type ActiveTokens = 'color.text.accent.blue' | 'color.text.accent.blue.bolder' | 'color.text.accent.red' | 'color.text.accent.red.bolder' | 'color.text.accent.orange' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green' | 'color.text.accent.green.bolder' | 'color.text.accent.purple' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray' | 'color.text.accent.gray.bolder' | 'color.text' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border' | 'color.border.bold' | 'color.border.inverse' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.inverse.subtle' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.input' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral' | 'color.background.neutral.hovered' | 'color.background.neutral.pressed' | 'color.background.neutral.subtle' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected' | 'color.background.selected.hovered' | 'color.background.selected.pressed' | 'color.background.selected.bold' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger' | 'color.background.danger.hovered' | 'color.background.danger.pressed' | 'color.background.danger.bold' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning' | 'color.background.warning.hovered' | 'color.background.warning.pressed' | 'color.background.warning.bold' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success' | 'color.background.success.hovered' | 'color.background.success.pressed' | 'color.background.success.bold' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery' | 'color.background.discovery.hovered' | 'color.background.discovery.pressed' | 'color.background.discovery.bold' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information' | 'color.background.information.hovered' | 'color.background.information.pressed' | 'color.background.information.bold' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton' | 'color.skeleton.subtle' | 'color.link' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface' | 'elevation.surface.hovered' | 'elevation.surface.pressed' | 'elevation.surface.sunken' | 'elevation.surface.raised' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.overlay' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';
@@ -0,0 +1 @@
1
+ export { default } from './plugin';
@@ -0,0 +1,14 @@
1
+ import { NodePath } from '@babel/traverse';
2
+ import * as t from '@babel/types';
3
+ export default function plugin(): {
4
+ visitor: {
5
+ Program: {
6
+ enter(path: NodePath<t.Program>, state: {
7
+ opts: {
8
+ shouldUseAutoFallback?: boolean;
9
+ };
10
+ }): void;
11
+ exit(path: NodePath<t.Program>): void;
12
+ };
13
+ };
14
+ };
@@ -0,0 +1,17 @@
1
+ export declare const THEMES: readonly [
2
+ "light",
3
+ "dark",
4
+ "legacy-light",
5
+ "legacy-dark"
6
+ ];
7
+ export declare const THEME_DATA_ATTRIBUTE = "data-theme";
8
+ export declare const DEFAULT_THEME = "light";
9
+ export declare const CSS_PREFIX = "ds";
10
+ export declare const CSS_VAR_FULL: string[];
11
+ export declare const THEME_NAME_MAP: {
12
+ 'atlassian-light': string;
13
+ 'atlassian-dark': string;
14
+ 'atlassian-legacy-light': string;
15
+ 'atlassian-legacy-dark': string;
16
+ };
17
+ export declare const TOKEN_NOT_FOUND_CSS_VAR: string;
@@ -0,0 +1 @@
1
+ export { default } from '../babel-plugin/plugin';
@@ -0,0 +1 @@
1
+ export { default } from '../artifacts/palettes-raw/palette';
@@ -0,0 +1 @@
1
+ export { default } from '../artifacts/rename-mapping';
@@ -0,0 +1 @@
1
+ export { getCSSCustomProperty, getTokenId, getFullyQualifiedTokenId, } from '../utils/token-ids';
@@ -0,0 +1,2 @@
1
+ export { default } from '../artifacts/token-names';
2
+ export type { CSSToken } from '../artifacts/token-names';
@@ -0,0 +1,24 @@
1
+ import type { PaintToken, ShadowToken } from '../types';
2
+ import type { FigmaEffect, FigmaPaint } from './types';
3
+ declare function createPaint(hex: string): FigmaPaint;
4
+ declare function createEffects(value: ShadowToken<string>['value']): FigmaEffect[];
5
+ /**
6
+ * Formats a token description for use in Figma,
7
+ * including deprecated warnings
8
+ *
9
+ * @param token
10
+ */
11
+ declare function formatDescription(token: PaintToken<string> | ShadowToken<string>): string;
12
+ export declare type CreateEffects = typeof createEffects;
13
+ export declare type CreatePaint = typeof createPaint;
14
+ export declare type FormatDescription = typeof formatDescription;
15
+ /**
16
+ * Adds tokens under a specified theme as paint styles to Figma.
17
+ *
18
+ * @param {*} themeName name of the theme, e.g. "dark". Tokens will be added under this folder name.
19
+ * @param {*} tokens
20
+ * @param {*} renameMap mapping object for tokens that should be renamed. example { 'old/token': 'new/token'}
21
+ */
22
+ declare function synchronizeFigmaTokens(themeName: string, tokens: Record<string, PaintToken<string> | ShadowToken<string>>, renameMap?: Record<string, string>): void;
23
+ export declare type SynchronizeFigmaTokens = typeof synchronizeFigmaTokens;
24
+ export {};
@@ -0,0 +1,40 @@
1
+ export interface FigmaPaint {
2
+ blendMode: 'NORMAL';
3
+ color: {
4
+ r: number;
5
+ g: number;
6
+ b: number;
7
+ };
8
+ opacity: number;
9
+ type: 'SOLID';
10
+ visible: boolean;
11
+ }
12
+ export interface FigmaPaintStyle {
13
+ name: string;
14
+ paints: Array<FigmaPaint>;
15
+ description: string;
16
+ remove(): void;
17
+ }
18
+ export interface FigmaEffect {
19
+ blendMode: 'NORMAL';
20
+ color: {
21
+ r: number;
22
+ g: number;
23
+ b: number;
24
+ a: number;
25
+ };
26
+ offset: {
27
+ x: number;
28
+ y: number;
29
+ };
30
+ radius: number;
31
+ spread?: number;
32
+ type: 'DROP_SHADOW' | 'INNER_SHADOW';
33
+ visible: boolean;
34
+ }
35
+ export interface FigmaEffectStyle {
36
+ name: string;
37
+ effects: Array<FigmaEffect>;
38
+ description: string;
39
+ remove(): void;
40
+ }
@@ -0,0 +1,4 @@
1
+ import tokens, { CSSTokenMap } from './artifacts/token-names';
2
+ declare type Tokens = typeof tokens;
3
+ declare function token<T extends keyof Tokens>(path: T, fallback?: string): CSSTokenMap[T];
4
+ export default token;
@@ -0,0 +1,5 @@
1
+ export { default as token } from './get-token';
2
+ export { default as setGlobalTheme } from './set-global-theme';
3
+ export type { CSSToken } from './artifacts/token-names';
4
+ export type { Themes } from './types';
5
+ export { useThemeObserver, ThemeMutationObserver, } from './theme-change-observer';
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Legacy color palette sourced from: packages/design-system/theme/src/colors.tsx
3
+ *
4
+ * This palette should be exclusively used for backwards compatible themes
5
+ */
6
+ import type { PaletteColorTokenSchema } from '../types';
7
+ declare type PaletteValues = 'transparent' | 'R50' | 'R75' | 'R100' | 'R200' | 'R300' | 'R400' | 'R500' | 'Y50' | 'Y75' | 'Y100' | 'Y200' | 'Y300' | 'Y400' | 'Y500' | 'G50' | 'G75' | 'G100' | 'G200' | 'G300' | 'G400' | 'G500' | 'B50' | 'B75' | 'B100' | 'B200' | 'B300' | 'B400' | 'B500' | 'P50' | 'P75' | 'P100' | 'P200' | 'P300' | 'P400' | 'P500' | 'T50' | 'T75' | 'T100' | 'T200' | 'T300' | 'T400' | 'T500' | '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' | 'DN900' | 'DN800' | 'DN700' | 'DN600' | 'DN500' | 'DN400' | 'DN300' | 'DN200' | 'DN100' | 'DN90' | 'DN80' | 'DN70' | 'DN60' | 'DN50' | 'DN40' | 'DN30' | 'DN20' | 'DN10' | 'DN0' | 'DN800A' | 'DN700A' | 'DN600A' | 'DN500A' | 'DN400A' | 'DN300A' | 'DN200A' | 'DN100A' | 'DN90A' | 'DN80A' | 'DN70A' | 'DN60A' | 'DN50A' | 'DN40A' | 'DN30A' | 'DN20A' | 'DN10' | 'DN10A';
8
+ export declare type BaseToken = keyof PaletteColorTokenSchema<PaletteValues>['color']['palette'];
9
+ declare const palette: PaletteColorTokenSchema<PaletteValues>;
10
+ export default palette;
@@ -0,0 +1,5 @@
1
+ import type { PaletteColorTokenSchema } from '../types';
2
+ declare type PaletteValues = 'B100' | 'B200' | 'B300' | 'B400' | 'B500' | 'B600' | 'B700' | 'B800' | 'B900' | 'B1000' | 'R100' | 'R200' | 'R300' | 'R400' | 'R500' | 'R600' | 'R700' | 'R800' | 'R900' | 'R1000' | 'Y100' | 'Y200' | 'Y300' | 'Y400' | 'Y500' | 'Y600' | 'Y700' | 'Y800' | 'Y900' | 'Y1000' | 'G100' | 'G200' | 'G300' | 'G400' | 'G500' | 'G600' | 'G700' | 'G800' | 'G900' | 'G1000' | 'P100' | 'P200' | 'P300' | 'P400' | 'P500' | 'P600' | 'P700' | 'P800' | 'P900' | 'P1000' | 'T100' | 'T200' | 'T300' | 'T400' | 'T500' | 'T600' | 'T700' | 'T800' | 'T900' | 'T1000' | 'O100' | 'O200' | 'O300' | 'O400' | 'O500' | 'O600' | 'O700' | 'O800' | 'O900' | 'O1000' | 'M100' | 'M200' | 'M300' | 'M400' | 'M500' | 'M600' | 'M700' | 'M800' | 'M900' | 'M1000' | 'DN-100' | 'DN-100A' | 'DN0' | 'DN100' | 'DN100A' | 'DN200' | 'DN200A' | 'DN300' | 'DN300A' | 'DN400' | 'DN400A' | 'DN500' | 'DN500A' | 'DN600' | 'DN700' | 'DN800' | 'DN900' | 'DN1000' | 'DN1100' | 'N0' | 'N100' | 'N100A' | 'N200' | 'N200A' | 'N300' | 'N300A' | 'N400' | 'N400A' | 'N500' | 'N500A' | 'N600' | 'N700' | 'N800' | 'N900' | 'N1000' | 'N1100';
3
+ export declare type BaseToken = keyof PaletteColorTokenSchema<PaletteValues>['color']['palette'];
4
+ declare const palette: PaletteColorTokenSchema<PaletteValues>;
5
+ export default palette;
@@ -0,0 +1,3 @@
1
+ import type { Themes } from './types';
2
+ declare const setGlobalTheme: (theme: Themes) => void;
3
+ export default setGlobalTheme;
@@ -0,0 +1,35 @@
1
+ import { Themes } from './types';
2
+ /**
3
+ * A MutationObserver which watches the `<html>` element for changes to the theme.
4
+ *
5
+ * In React, use the {@link useThemeObserver `useThemeObserver`} hook instead.
6
+ *
7
+ * @param {function} callback - A callback function which fires when the theme changes.
8
+ *
9
+ * @example
10
+ * ```
11
+ * const observer = new ThemeMutationObserver((theme) => {});
12
+ * observer.observe();
13
+ * ```
14
+ */
15
+ export declare class ThemeMutationObserver {
16
+ private callback;
17
+ observer: MutationObserver | null;
18
+ constructor(callback: (theme: Themes | null) => unknown);
19
+ observe(): void;
20
+ disconnect(): void;
21
+ }
22
+ /**
23
+ * A React hook which returns the current theme set on `<html>`, or `null` if not set.
24
+ *
25
+ * @example
26
+ * ```
27
+ * const theme = useThemeObserver(); // Returns 'light' or 'dark'
28
+ *
29
+ * // Performing side effects when it changes
30
+ * useEffect(() => {
31
+ * console.log(`The theme has changed to ${theme}`);
32
+ * }, [theme]);
33
+ * ```
34
+ */
35
+ export declare const useThemeObserver: () => Themes | null;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { AccentColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<AccentColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { BackgroundColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<BackgroundColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { BorderColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<BorderColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { IconColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<IconColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { InteractionColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<InteractionColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { SkeletonColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<SkeletonColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { TextColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<TextColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { DeprecatedTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<DeprecatedTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { ShadowTokenSchema, ValueSchema } from '../../../types';
3
+ declare const shadow: ValueSchema<ShadowTokenSchema<BaseToken>>;
4
+ export default shadow;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/palette';
2
+ import type { SurfaceTokenSchema, ValueSchema } from '../../../types';
3
+ declare const elevation: ValueSchema<SurfaceTokenSchema<BaseToken>>;
4
+ export default elevation;
@@ -0,0 +1,3 @@
1
+ import type { OpacityTokenSchema, ValueSchema } from '../../../types';
2
+ declare const opacity: ValueSchema<OpacityTokenSchema>;
3
+ export default opacity;
@@ -0,0 +1,5 @@
1
+ import type { UtilTokenSchema, ValueSchema } from '../../../types';
2
+ declare const _default: {
3
+ utility: ValueSchema<UtilTokenSchema<"R100" | "R200" | "R300" | "R400" | "R500" | "Y100" | "Y200" | "Y300" | "Y400" | "Y500" | "G100" | "G200" | "G300" | "G400" | "G500" | "B100" | "B200" | "B300" | "B400" | "B500" | "P100" | "P200" | "P300" | "P400" | "P500" | "T100" | "T200" | "T300" | "T400" | "T500" | "N0" | "N100" | "N200" | "N300" | "N400" | "N500" | "N600" | "N700" | "N800" | "N900" | "N100A" | "N200A" | "N300A" | "N400A" | "N500A" | "DN900" | "DN800" | "DN700" | "DN600" | "DN500" | "DN400" | "DN300" | "DN200" | "DN100" | "DN0" | "DN500A" | "DN400A" | "DN300A" | "DN200A" | "DN100A" | "B600" | "B700" | "B800" | "B900" | "B1000" | "R600" | "R700" | "R800" | "R900" | "R1000" | "Y600" | "Y700" | "Y800" | "Y900" | "Y1000" | "G600" | "G700" | "G800" | "G900" | "G1000" | "P600" | "P700" | "P800" | "P900" | "P1000" | "T600" | "T700" | "T800" | "T900" | "T1000" | "O100" | "O200" | "O300" | "O400" | "O500" | "O600" | "O700" | "O800" | "O900" | "O1000" | "M100" | "M200" | "M300" | "M400" | "M500" | "M600" | "M700" | "M800" | "M900" | "M1000" | "DN-100" | "DN-100A" | "DN1000" | "DN1100" | "N1000" | "N1100">>;
4
+ };
5
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { AccentColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<AccentColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { BackgroundColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<BackgroundColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { BorderColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<BorderColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { IconColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<IconColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { InteractionColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<InteractionColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { SkeletonColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<SkeletonColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { TextColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<TextColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { DeprecatedTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<DeprecatedTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { ShadowTokenSchema, ValueSchema } from '../../../types';
3
+ declare const shadow: ValueSchema<ShadowTokenSchema<BaseToken>>;
4
+ export default shadow;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { SurfaceTokenSchema, ValueSchema } from '../../../types';
3
+ declare const elevation: ValueSchema<SurfaceTokenSchema<BaseToken>>;
4
+ export default elevation;
@@ -0,0 +1,3 @@
1
+ import type { OpacityTokenSchema, ValueSchema } from '../../../types';
2
+ declare const opacity: ValueSchema<OpacityTokenSchema>;
3
+ export default opacity;
@@ -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" | "Y50" | "Y75" | "Y100" | "Y200" | "Y300" | "Y400" | "Y500" | "G50" | "G75" | "G100" | "G200" | "G300" | "G400" | "G500" | "B50" | "B75" | "B100" | "B200" | "B300" | "B400" | "B500" | "P50" | "P75" | "P100" | "P200" | "P300" | "P400" | "P500" | "T50" | "T75" | "T100" | "T200" | "T300" | "T400" | "T500" | "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" | "DN900" | "DN800" | "DN700" | "DN600" | "DN500" | "DN400" | "DN300" | "DN200" | "DN100" | "DN90" | "DN80" | "DN70" | "DN60" | "DN50" | "DN40" | "DN30" | "DN20" | "DN10" | "DN0" | "DN800A" | "DN700A" | "DN600A" | "DN500A" | "DN400A" | "DN300A" | "DN200A" | "DN100A" | "DN90A" | "DN80A" | "DN70A" | "DN60A" | "DN50A" | "DN40A" | "DN30A" | "DN20A" | "DN10A">>;
4
+ };
5
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { AccentColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<AccentColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { BackgroundColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<BackgroundColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { BorderColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<BorderColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { IconColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<IconColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { InteractionColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<InteractionColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { SkeletonColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<SkeletonColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { TextColorTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<TextColorTokenSchema<BaseToken>>;
4
+ export default color;
@@ -0,0 +1,4 @@
1
+ import type { BaseToken } from '../../../palettes/legacy-palette';
2
+ import type { DeprecatedTokenSchema, ValueSchema } from '../../../types';
3
+ declare const color: ValueSchema<DeprecatedTokenSchema<BaseToken>>;
4
+ export default color;