@arbor-css/core 0.0.90 → 0.0.92

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 (165) hide show
  1. package/dist/cli/introspection.d.ts +1 -1
  2. package/dist/cli/introspection.d.ts.map +1 -1
  3. package/dist/cli/introspection.js +5 -8
  4. package/dist/cli/introspection.js.map +1 -1
  5. package/dist/cli/introspection.test.js +2 -9
  6. package/dist/cli/introspection.test.js.map +1 -1
  7. package/dist/cli/run.js +1 -1
  8. package/dist/cli/run.js.map +1 -1
  9. package/dist/cli/validate.d.ts.map +1 -1
  10. package/dist/cli/validate.js +0 -2
  11. package/dist/cli/validate.js.map +1 -1
  12. package/dist/cli/validate.test.js +0 -13
  13. package/dist/cli/validate.test.js.map +1 -1
  14. package/dist/getStructuredTokensMap.d.ts.map +1 -1
  15. package/dist/getStructuredTokensMap.js +0 -5
  16. package/dist/getStructuredTokensMap.js.map +1 -1
  17. package/dist/getStructuredTokensMap.test.js +3 -3
  18. package/dist/getStructuredTokensMap.test.js.map +1 -1
  19. package/dist/presets/arborPreset/index.d.ts +1 -2
  20. package/dist/presets/arborPreset/index.d.ts.map +1 -1
  21. package/dist/presets/arborPreset/index.js +1 -2
  22. package/dist/presets/arborPreset/index.js.map +1 -1
  23. package/dist/presets/arborPreset/modeSchema/intents/action.d.ts +67 -0
  24. package/dist/presets/arborPreset/modeSchema/intents/action.d.ts.map +1 -0
  25. package/dist/presets/arborPreset/modeSchema/intents/action.js +17 -0
  26. package/dist/presets/arborPreset/modeSchema/intents/action.js.map +1 -0
  27. package/dist/presets/arborPreset/modeSchema/intents/common.d.ts +35 -0
  28. package/dist/presets/arborPreset/modeSchema/intents/common.d.ts.map +1 -0
  29. package/dist/presets/arborPreset/modeSchema/intents/common.js +36 -0
  30. package/dist/presets/arborPreset/modeSchema/intents/common.js.map +1 -0
  31. package/dist/presets/arborPreset/modeSchema/intents/control.d.ts +37 -0
  32. package/dist/presets/arborPreset/modeSchema/intents/control.d.ts.map +1 -0
  33. package/dist/presets/arborPreset/modeSchema/intents/control.js +15 -0
  34. package/dist/presets/arborPreset/modeSchema/intents/control.js.map +1 -0
  35. package/dist/presets/arborPreset/modeSchema/intents/surface.d.ts +67 -0
  36. package/dist/presets/arborPreset/modeSchema/intents/surface.d.ts.map +1 -0
  37. package/dist/presets/arborPreset/modeSchema/intents/surface.js +17 -0
  38. package/dist/presets/arborPreset/modeSchema/intents/surface.js.map +1 -0
  39. package/dist/presets/arborPreset/modeSchema/intents/text.d.ts +21 -0
  40. package/dist/presets/arborPreset/modeSchema/intents/text.d.ts.map +1 -0
  41. package/dist/presets/arborPreset/modeSchema/intents/text.js +8 -0
  42. package/dist/presets/arborPreset/modeSchema/intents/text.js.map +1 -0
  43. package/dist/presets/arborPreset/modeSchema/modeSchema.d.ts +820 -0
  44. package/dist/presets/arborPreset/modeSchema/modeSchema.d.ts.map +1 -0
  45. package/dist/presets/arborPreset/modeSchema/modeSchema.js +47 -0
  46. package/dist/presets/arborPreset/modeSchema/modeSchema.js.map +1 -0
  47. package/dist/presets/arborPreset/modeSchema/modeSchema.test.d.ts +2 -0
  48. package/dist/presets/arborPreset/modeSchema/modeSchema.test.d.ts.map +1 -0
  49. package/dist/presets/arborPreset/modeSchema/modeSchema.test.js +10 -0
  50. package/dist/presets/arborPreset/modeSchema/modeSchema.test.js.map +1 -0
  51. package/dist/presets/arborPreset/modeSchema/primitives/color.d.ts +93 -0
  52. package/dist/presets/arborPreset/modeSchema/primitives/color.d.ts.map +1 -0
  53. package/dist/presets/arborPreset/modeSchema/primitives/color.js +42 -0
  54. package/dist/presets/arborPreset/modeSchema/primitives/color.js.map +1 -0
  55. package/dist/presets/arborPreset/modeSchema/primitives/duration.d.ts +10 -0
  56. package/dist/presets/arborPreset/modeSchema/primitives/duration.d.ts.map +1 -0
  57. package/dist/presets/arborPreset/modeSchema/primitives/duration.js +11 -0
  58. package/dist/presets/arborPreset/modeSchema/primitives/duration.js.map +1 -0
  59. package/dist/presets/arborPreset/modeSchema/primitives/easing.d.ts +10 -0
  60. package/dist/presets/arborPreset/modeSchema/primitives/easing.d.ts.map +1 -0
  61. package/dist/presets/arborPreset/modeSchema/primitives/easing.js +11 -0
  62. package/dist/presets/arborPreset/modeSchema/primitives/easing.js.map +1 -0
  63. package/dist/presets/arborPreset/modeSchema/primitives/shadow.d.ts +159 -0
  64. package/dist/presets/arborPreset/modeSchema/primitives/shadow.d.ts.map +1 -0
  65. package/dist/presets/arborPreset/modeSchema/primitives/shadow.js +35 -0
  66. package/dist/presets/arborPreset/modeSchema/primitives/shadow.js.map +1 -0
  67. package/dist/presets/arborPreset/modeSchema/primitives/spacing.d.ts +14 -0
  68. package/dist/presets/arborPreset/modeSchema/primitives/spacing.d.ts.map +1 -0
  69. package/dist/presets/arborPreset/modeSchema/primitives/spacing.js +15 -0
  70. package/dist/presets/arborPreset/modeSchema/primitives/spacing.js.map +1 -0
  71. package/dist/presets/arborPreset/modeSchema/primitives/typography.d.ts +157 -0
  72. package/dist/presets/arborPreset/modeSchema/primitives/typography.d.ts.map +1 -0
  73. package/dist/presets/arborPreset/modeSchema/primitives/typography.js +28 -0
  74. package/dist/presets/arborPreset/modeSchema/primitives/typography.js.map +1 -0
  75. package/dist/presets/arborPreset/modeSchema/scalars/scalars.d.ts +7 -0
  76. package/dist/presets/arborPreset/modeSchema/scalars/scalars.d.ts.map +1 -0
  77. package/dist/presets/arborPreset/modeSchema/scalars/scalars.js +8 -0
  78. package/dist/presets/arborPreset/modeSchema/scalars/scalars.js.map +1 -0
  79. package/dist/presets/arborPreset/modeSchema/semantics/color.d.ts +63 -0
  80. package/dist/presets/arborPreset/modeSchema/semantics/color.d.ts.map +1 -0
  81. package/dist/presets/arborPreset/modeSchema/semantics/color.js +7 -0
  82. package/dist/presets/arborPreset/modeSchema/semantics/color.js.map +1 -0
  83. package/dist/presets/arborPreset/modeSchema/semantics/common.d.ts +27 -0
  84. package/dist/presets/arborPreset/modeSchema/semantics/common.d.ts.map +1 -0
  85. package/dist/presets/arborPreset/modeSchema/semantics/common.js +28 -0
  86. package/dist/presets/arborPreset/modeSchema/semantics/common.js.map +1 -0
  87. package/dist/presets/arborPreset/modeSchema/semantics/duration.d.ts +19 -0
  88. package/dist/presets/arborPreset/modeSchema/semantics/duration.d.ts.map +1 -0
  89. package/dist/presets/arborPreset/modeSchema/semantics/duration.js +20 -0
  90. package/dist/presets/arborPreset/modeSchema/semantics/duration.js.map +1 -0
  91. package/dist/presets/arborPreset/modeSchema/semantics/easing.d.ts +19 -0
  92. package/dist/presets/arborPreset/modeSchema/semantics/easing.d.ts.map +1 -0
  93. package/dist/presets/arborPreset/modeSchema/semantics/easing.js +20 -0
  94. package/dist/presets/arborPreset/modeSchema/semantics/easing.js.map +1 -0
  95. package/dist/presets/arborPreset/modeSchema/semantics/lines.d.ts +19 -0
  96. package/dist/presets/arborPreset/modeSchema/semantics/lines.d.ts.map +1 -0
  97. package/dist/presets/arborPreset/modeSchema/semantics/lines.js +20 -0
  98. package/dist/presets/arborPreset/modeSchema/semantics/lines.js.map +1 -0
  99. package/dist/presets/arborPreset/modeSchema/semantics/radius.d.ts +12 -0
  100. package/dist/presets/arborPreset/modeSchema/semantics/radius.d.ts.map +1 -0
  101. package/dist/presets/arborPreset/modeSchema/semantics/radius.js +13 -0
  102. package/dist/presets/arborPreset/modeSchema/semantics/radius.js.map +1 -0
  103. package/dist/presets/arborPreset/modeSchema/semantics/shadow.d.ts +115 -0
  104. package/dist/presets/arborPreset/modeSchema/semantics/shadow.d.ts.map +1 -0
  105. package/dist/presets/arborPreset/modeSchema/semantics/shadow.js +17 -0
  106. package/dist/presets/arborPreset/modeSchema/semantics/shadow.js.map +1 -0
  107. package/dist/presets/arborPreset/modeSchema/semantics/spacing.d.ts +12 -0
  108. package/dist/presets/arborPreset/modeSchema/semantics/spacing.d.ts.map +1 -0
  109. package/dist/presets/arborPreset/modeSchema/semantics/spacing.js +12 -0
  110. package/dist/presets/arborPreset/modeSchema/semantics/spacing.js.map +1 -0
  111. package/dist/presets/arborPreset/modeValues/intents.d.ts +370 -0
  112. package/dist/presets/arborPreset/modeValues/intents.d.ts.map +1 -0
  113. package/dist/presets/arborPreset/modeValues/intents.js +134 -0
  114. package/dist/presets/arborPreset/modeValues/intents.js.map +1 -0
  115. package/dist/presets/arborPreset/modeValues/semantics.d.ts +1048 -0
  116. package/dist/presets/arborPreset/modeValues/semantics.d.ts.map +1 -0
  117. package/dist/presets/arborPreset/modeValues/semantics.js +92 -0
  118. package/dist/presets/arborPreset/modeValues/semantics.js.map +1 -0
  119. package/dist/presets/arborPreset/modeValues/types.d.ts +9 -0
  120. package/dist/presets/arborPreset/modeValues/types.d.ts.map +1 -0
  121. package/dist/presets/arborPreset/modeValues/types.js +2 -0
  122. package/dist/presets/arborPreset/modeValues/types.js.map +1 -0
  123. package/dist/presets/arborPreset/preset.d.ts +427 -52
  124. package/dist/presets/arborPreset/preset.d.ts.map +1 -1
  125. package/dist/presets/arborPreset/preset.js +72 -32
  126. package/dist/presets/arborPreset/preset.js.map +1 -1
  127. package/dist/presets/arborPreset/preset.test.js +2 -4
  128. package/dist/presets/arborPreset/preset.test.js.map +1 -1
  129. package/dist/presets/basicPreset/preset.d.ts +1 -1
  130. package/dist/runtime/components/BaseElement.d.ts +1 -1
  131. package/dist/runtime/components/BaseElement.d.ts.map +1 -1
  132. package/dist/runtime/components/GlobalsEditor.js +0 -40
  133. package/dist/runtime/components/GlobalsEditor.js.map +1 -1
  134. package/dist/runtime/components/SchemeSelector.js +1 -3
  135. package/dist/runtime/components/SchemeSelector.js.map +1 -1
  136. package/dist/runtime/components/SystemDemo.js +2 -2
  137. package/dist/runtime/components/SystemDemo.js.map +1 -1
  138. package/dist/stylesheet/generateStylesheet.d.ts.map +1 -1
  139. package/dist/stylesheet/generateStylesheet.js +40 -77
  140. package/dist/stylesheet/generateStylesheet.js.map +1 -1
  141. package/dist/stylesheet/generateStylesheet.test.js +3 -5
  142. package/dist/stylesheet/generateStylesheet.test.js.map +1 -1
  143. package/dist/stylesheet/modeToCss.d.ts.map +1 -1
  144. package/dist/stylesheet/modeToCss.js +22 -8
  145. package/dist/stylesheet/modeToCss.js.map +1 -1
  146. package/dist/stylesheet/modeToCss.test.js +19 -22
  147. package/dist/stylesheet/modeToCss.test.js.map +1 -1
  148. package/dist/util/resolveComputedTokenValue.js +5 -12
  149. package/dist/util/resolveComputedTokenValue.js.map +1 -1
  150. package/dist/util/resolveComputedTokenValue.test.js +4 -4
  151. package/dist/util/resolveComputedTokenValue.test.js.map +1 -1
  152. package/dist/util/resolveTokenReferences.d.ts.map +1 -1
  153. package/dist/util/resolveTokenReferences.js +1 -15
  154. package/dist/util/resolveTokenReferences.js.map +1 -1
  155. package/dist/util/resolveTokenReferences.test.js +3 -3
  156. package/dist/util/resolveTokenReferences.test.js.map +1 -1
  157. package/package.json +12 -12
  158. package/dist/presets/arborPreset/baseModeValues.d.ts +0 -16
  159. package/dist/presets/arborPreset/baseModeValues.d.ts.map +0 -1
  160. package/dist/presets/arborPreset/baseModeValues.js +0 -231
  161. package/dist/presets/arborPreset/baseModeValues.js.map +0 -1
  162. package/dist/presets/arborPreset/modeSchema.d.ts +0 -448
  163. package/dist/presets/arborPreset/modeSchema.d.ts.map +0 -1
  164. package/dist/presets/arborPreset/modeSchema.js +0 -267
  165. package/dist/presets/arborPreset/modeSchema.js.map +0 -1
@@ -0,0 +1,1048 @@
1
+ import { Tokens } from './types.js';
2
+ export declare function createShadowLevelSemanticValues<TColorName extends string>($: Tokens<TColorName>, size: 'sm' | 'md' | 'lg' | 'xl'): {
3
+ $root: import("@arbor-css/calc").OperationTree;
4
+ x: import("@arbor-css/calc").OperationTree;
5
+ y: import("@arbor-css/calc").OperationTree;
6
+ blur: import("@arbor-css/calc").OperationTree;
7
+ spread: import("@arbor-css/calc").OperationTree;
8
+ color: import("@arbor-css/calc").OperationTree;
9
+ };
10
+ export declare function createSpacingSemanticValues<TColorName extends string>($: Tokens<TColorName>): {
11
+ $root: {
12
+ "@@TOKEN@@": true;
13
+ name: string;
14
+ type: import("@arbor-css/tokens").PropertyType;
15
+ tag: string | undefined;
16
+ purpose: import("@arbor-css/tokens").TokenPurpose;
17
+ group: string | undefined;
18
+ description: string | undefined;
19
+ contributedBy: string | undefined;
20
+ fallback: string | number | undefined;
21
+ var: string;
22
+ varFallback: (fallbackOverride?: string | number) => string;
23
+ assign: (value?: string | number) => string;
24
+ readonly definition: string;
25
+ suffixed: (suffix: string) => {
26
+ "@@TOKEN@@": true;
27
+ name: string;
28
+ type: import("@arbor-css/tokens").PropertyType;
29
+ tag: string | undefined;
30
+ purpose: import("@arbor-css/tokens").TokenPurpose;
31
+ group: string | undefined;
32
+ description: string | undefined;
33
+ contributedBy: string | undefined;
34
+ fallback: string | number | undefined;
35
+ var: string;
36
+ varFallback: (fallbackOverride?: string | number) => string;
37
+ assign: (value?: string | number) => string;
38
+ readonly definition: string;
39
+ suffixed: any;
40
+ prefixed: (prefix: string) => any;
41
+ };
42
+ prefixed: (prefix: string) => {
43
+ "@@TOKEN@@": true;
44
+ name: string;
45
+ type: import("@arbor-css/tokens").PropertyType;
46
+ tag: string | undefined;
47
+ purpose: import("@arbor-css/tokens").TokenPurpose;
48
+ group: string | undefined;
49
+ description: string | undefined;
50
+ contributedBy: string | undefined;
51
+ fallback: string | number | undefined;
52
+ var: string;
53
+ varFallback: (fallbackOverride?: string | number) => string;
54
+ assign: (value?: string | number) => string;
55
+ readonly definition: string;
56
+ suffixed: (suffix: string) => any;
57
+ prefixed: any;
58
+ };
59
+ };
60
+ xs: import("@arbor-css/calc").OperationTree;
61
+ sm: import("@arbor-css/calc").OperationTree;
62
+ md: import("@arbor-css/calc").OperationTree;
63
+ lg: import("@arbor-css/calc").OperationTree;
64
+ xl: import("@arbor-css/calc").OperationTree;
65
+ };
66
+ export declare function createShadowSemanticValues<TColorName extends string>($: Tokens<TColorName>): {
67
+ $root: import("@arbor-css/calc").OperationTree;
68
+ color: import("@arbor-css/calc").OperationTree;
69
+ sm: {
70
+ $root: import("@arbor-css/calc").OperationTree;
71
+ x: import("@arbor-css/calc").OperationTree;
72
+ y: import("@arbor-css/calc").OperationTree;
73
+ blur: import("@arbor-css/calc").OperationTree;
74
+ spread: import("@arbor-css/calc").OperationTree;
75
+ color: import("@arbor-css/calc").OperationTree;
76
+ };
77
+ md: {
78
+ $root: import("@arbor-css/calc").OperationTree;
79
+ x: import("@arbor-css/calc").OperationTree;
80
+ y: import("@arbor-css/calc").OperationTree;
81
+ blur: import("@arbor-css/calc").OperationTree;
82
+ spread: import("@arbor-css/calc").OperationTree;
83
+ color: import("@arbor-css/calc").OperationTree;
84
+ };
85
+ lg: {
86
+ $root: import("@arbor-css/calc").OperationTree;
87
+ x: import("@arbor-css/calc").OperationTree;
88
+ y: import("@arbor-css/calc").OperationTree;
89
+ blur: import("@arbor-css/calc").OperationTree;
90
+ spread: import("@arbor-css/calc").OperationTree;
91
+ color: import("@arbor-css/calc").OperationTree;
92
+ };
93
+ xl: {
94
+ $root: import("@arbor-css/calc").OperationTree;
95
+ x: import("@arbor-css/calc").OperationTree;
96
+ y: import("@arbor-css/calc").OperationTree;
97
+ blur: import("@arbor-css/calc").OperationTree;
98
+ spread: import("@arbor-css/calc").OperationTree;
99
+ color: import("@arbor-css/calc").OperationTree;
100
+ };
101
+ };
102
+ export declare function createColorSemanticValues<TColorName extends string>($: Tokens<TColorName>, defaultColor: TColorName): {
103
+ main: (Record<TColorName, {
104
+ $neutral: {
105
+ $root: {
106
+ purpose: "color";
107
+ description: string;
108
+ };
109
+ paper: {
110
+ purpose: "color";
111
+ description: "An extremely light shade, good for backgrounds and surfaces";
112
+ };
113
+ wash: {
114
+ purpose: "color";
115
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
116
+ };
117
+ light: {
118
+ purpose: "color";
119
+ description: "A light shade, good for emphasized surfaces.";
120
+ };
121
+ mid: {
122
+ purpose: "color";
123
+ description: "The main shade, good for primary actions and decoration.";
124
+ };
125
+ heavy: {
126
+ purpose: "color";
127
+ description: "A heavy shade, good for text emphasis and accents.";
128
+ };
129
+ ink: {
130
+ purpose: "color";
131
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
132
+ };
133
+ };
134
+ $root: {
135
+ purpose: "color";
136
+ description: string;
137
+ };
138
+ paper: {
139
+ purpose: "color";
140
+ description: "An extremely light shade, good for backgrounds and surfaces";
141
+ };
142
+ wash: {
143
+ purpose: "color";
144
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
145
+ };
146
+ light: {
147
+ purpose: "color";
148
+ description: "A light shade, good for emphasized surfaces.";
149
+ };
150
+ mid: {
151
+ purpose: "color";
152
+ description: "The main shade, good for primary actions and decoration.";
153
+ };
154
+ heavy: {
155
+ purpose: "color";
156
+ description: "A heavy shade, good for text emphasis and accents.";
157
+ };
158
+ ink: {
159
+ purpose: "color";
160
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
161
+ };
162
+ }> extends string ? {
163
+ "@@TOKEN@@": true;
164
+ name: string;
165
+ type: import("@arbor-css/tokens").PropertyType;
166
+ tag: string | undefined;
167
+ purpose: import("@arbor-css/tokens").TokenPurpose;
168
+ group: string | undefined;
169
+ description: string | undefined;
170
+ contributedBy: string | undefined;
171
+ fallback: string | number | undefined;
172
+ var: string;
173
+ varFallback: (fallbackOverride?: string | number) => string;
174
+ assign: (value?: string | number) => string;
175
+ readonly definition: string;
176
+ suffixed: (suffix: string) => {
177
+ "@@TOKEN@@": true;
178
+ name: string;
179
+ type: import("@arbor-css/tokens").PropertyType;
180
+ tag: string | undefined;
181
+ purpose: import("@arbor-css/tokens").TokenPurpose;
182
+ group: string | undefined;
183
+ description: string | undefined;
184
+ contributedBy: string | undefined;
185
+ fallback: string | number | undefined;
186
+ var: string;
187
+ varFallback: (fallbackOverride?: string | number) => string;
188
+ assign: (value?: string | number) => string;
189
+ readonly definition: string;
190
+ suffixed: any;
191
+ prefixed: (prefix: string) => any;
192
+ };
193
+ prefixed: (prefix: string) => {
194
+ "@@TOKEN@@": true;
195
+ name: string;
196
+ type: import("@arbor-css/tokens").PropertyType;
197
+ tag: string | undefined;
198
+ purpose: import("@arbor-css/tokens").TokenPurpose;
199
+ group: string | undefined;
200
+ description: string | undefined;
201
+ contributedBy: string | undefined;
202
+ fallback: string | number | undefined;
203
+ var: string;
204
+ varFallback: (fallbackOverride?: string | number) => string;
205
+ assign: (value?: string | number) => string;
206
+ readonly definition: string;
207
+ suffixed: (suffix: string) => any;
208
+ prefixed: any;
209
+ };
210
+ } : Record<TColorName, {
211
+ $neutral: {
212
+ $root: {
213
+ purpose: "color";
214
+ description: string;
215
+ };
216
+ paper: {
217
+ purpose: "color";
218
+ description: "An extremely light shade, good for backgrounds and surfaces";
219
+ };
220
+ wash: {
221
+ purpose: "color";
222
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
223
+ };
224
+ light: {
225
+ purpose: "color";
226
+ description: "A light shade, good for emphasized surfaces.";
227
+ };
228
+ mid: {
229
+ purpose: "color";
230
+ description: "The main shade, good for primary actions and decoration.";
231
+ };
232
+ heavy: {
233
+ purpose: "color";
234
+ description: "A heavy shade, good for text emphasis and accents.";
235
+ };
236
+ ink: {
237
+ purpose: "color";
238
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
239
+ };
240
+ };
241
+ $root: {
242
+ purpose: "color";
243
+ description: string;
244
+ };
245
+ paper: {
246
+ purpose: "color";
247
+ description: "An extremely light shade, good for backgrounds and surfaces";
248
+ };
249
+ wash: {
250
+ purpose: "color";
251
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
252
+ };
253
+ light: {
254
+ purpose: "color";
255
+ description: "A light shade, good for emphasized surfaces.";
256
+ };
257
+ mid: {
258
+ purpose: "color";
259
+ description: "The main shade, good for primary actions and decoration.";
260
+ };
261
+ heavy: {
262
+ purpose: "color";
263
+ description: "A heavy shade, good for text emphasis and accents.";
264
+ };
265
+ ink: {
266
+ purpose: "color";
267
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
268
+ };
269
+ }> extends {
270
+ purpose: import("@arbor-css/tokens").TokenPurpose;
271
+ description?: string;
272
+ } ? {
273
+ "@@TOKEN@@": true;
274
+ name: string;
275
+ type: import("@arbor-css/tokens").PropertyType;
276
+ tag: string | undefined;
277
+ purpose: import("@arbor-css/tokens").TokenPurpose;
278
+ group: string | undefined;
279
+ description: string | undefined;
280
+ contributedBy: string | undefined;
281
+ fallback: string | number | undefined;
282
+ var: string;
283
+ varFallback: (fallbackOverride?: string | number) => string;
284
+ assign: (value?: string | number) => string;
285
+ readonly definition: string;
286
+ suffixed: (suffix: string) => {
287
+ "@@TOKEN@@": true;
288
+ name: string;
289
+ type: import("@arbor-css/tokens").PropertyType;
290
+ tag: string | undefined;
291
+ purpose: import("@arbor-css/tokens").TokenPurpose;
292
+ group: string | undefined;
293
+ description: string | undefined;
294
+ contributedBy: string | undefined;
295
+ fallback: string | number | undefined;
296
+ var: string;
297
+ varFallback: (fallbackOverride?: string | number) => string;
298
+ assign: (value?: string | number) => string;
299
+ readonly definition: string;
300
+ suffixed: any;
301
+ prefixed: (prefix: string) => any;
302
+ };
303
+ prefixed: (prefix: string) => {
304
+ "@@TOKEN@@": true;
305
+ name: string;
306
+ type: import("@arbor-css/tokens").PropertyType;
307
+ tag: string | undefined;
308
+ purpose: import("@arbor-css/tokens").TokenPurpose;
309
+ group: string | undefined;
310
+ description: string | undefined;
311
+ contributedBy: string | undefined;
312
+ fallback: string | number | undefined;
313
+ var: string;
314
+ varFallback: (fallbackOverride?: string | number) => string;
315
+ assign: (value?: string | number) => string;
316
+ readonly definition: string;
317
+ suffixed: (suffix: string) => any;
318
+ prefixed: any;
319
+ };
320
+ } : import("@arbor-css/tokens").SimpleTokensAsTokenDefinitions<Record<TColorName, {
321
+ $neutral: {
322
+ $root: {
323
+ purpose: "color";
324
+ description: string;
325
+ };
326
+ paper: {
327
+ purpose: "color";
328
+ description: "An extremely light shade, good for backgrounds and surfaces";
329
+ };
330
+ wash: {
331
+ purpose: "color";
332
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
333
+ };
334
+ light: {
335
+ purpose: "color";
336
+ description: "A light shade, good for emphasized surfaces.";
337
+ };
338
+ mid: {
339
+ purpose: "color";
340
+ description: "The main shade, good for primary actions and decoration.";
341
+ };
342
+ heavy: {
343
+ purpose: "color";
344
+ description: "A heavy shade, good for text emphasis and accents.";
345
+ };
346
+ ink: {
347
+ purpose: "color";
348
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
349
+ };
350
+ };
351
+ $root: {
352
+ purpose: "color";
353
+ description: string;
354
+ };
355
+ paper: {
356
+ purpose: "color";
357
+ description: "An extremely light shade, good for backgrounds and surfaces";
358
+ };
359
+ wash: {
360
+ purpose: "color";
361
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
362
+ };
363
+ light: {
364
+ purpose: "color";
365
+ description: "A light shade, good for emphasized surfaces.";
366
+ };
367
+ mid: {
368
+ purpose: "color";
369
+ description: "The main shade, good for primary actions and decoration.";
370
+ };
371
+ heavy: {
372
+ purpose: "color";
373
+ description: "A heavy shade, good for text emphasis and accents.";
374
+ };
375
+ ink: {
376
+ purpose: "color";
377
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
378
+ };
379
+ }> extends infer T ? T extends Record<TColorName, {
380
+ $neutral: {
381
+ $root: {
382
+ purpose: "color";
383
+ description: string;
384
+ };
385
+ paper: {
386
+ purpose: "color";
387
+ description: "An extremely light shade, good for backgrounds and surfaces";
388
+ };
389
+ wash: {
390
+ purpose: "color";
391
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
392
+ };
393
+ light: {
394
+ purpose: "color";
395
+ description: "A light shade, good for emphasized surfaces.";
396
+ };
397
+ mid: {
398
+ purpose: "color";
399
+ description: "The main shade, good for primary actions and decoration.";
400
+ };
401
+ heavy: {
402
+ purpose: "color";
403
+ description: "A heavy shade, good for text emphasis and accents.";
404
+ };
405
+ ink: {
406
+ purpose: "color";
407
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
408
+ };
409
+ };
410
+ $root: {
411
+ purpose: "color";
412
+ description: string;
413
+ };
414
+ paper: {
415
+ purpose: "color";
416
+ description: "An extremely light shade, good for backgrounds and surfaces";
417
+ };
418
+ wash: {
419
+ purpose: "color";
420
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
421
+ };
422
+ light: {
423
+ purpose: "color";
424
+ description: "A light shade, good for emphasized surfaces.";
425
+ };
426
+ mid: {
427
+ purpose: "color";
428
+ description: "The main shade, good for primary actions and decoration.";
429
+ };
430
+ heavy: {
431
+ purpose: "color";
432
+ description: "A heavy shade, good for text emphasis and accents.";
433
+ };
434
+ ink: {
435
+ purpose: "color";
436
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
437
+ };
438
+ }> ? T extends {
439
+ purpose: import("@arbor-css/tokens").TokenPurpose;
440
+ description?: string;
441
+ } ? never : T extends import("@arbor-css/tokens").SimpleTokenSchema ? T : never : never : never>)[keyof (Record<TColorName, {
442
+ $neutral: {
443
+ $root: {
444
+ purpose: "color";
445
+ description: string;
446
+ };
447
+ paper: {
448
+ purpose: "color";
449
+ description: "An extremely light shade, good for backgrounds and surfaces";
450
+ };
451
+ wash: {
452
+ purpose: "color";
453
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
454
+ };
455
+ light: {
456
+ purpose: "color";
457
+ description: "A light shade, good for emphasized surfaces.";
458
+ };
459
+ mid: {
460
+ purpose: "color";
461
+ description: "The main shade, good for primary actions and decoration.";
462
+ };
463
+ heavy: {
464
+ purpose: "color";
465
+ description: "A heavy shade, good for text emphasis and accents.";
466
+ };
467
+ ink: {
468
+ purpose: "color";
469
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
470
+ };
471
+ };
472
+ $root: {
473
+ purpose: "color";
474
+ description: string;
475
+ };
476
+ paper: {
477
+ purpose: "color";
478
+ description: "An extremely light shade, good for backgrounds and surfaces";
479
+ };
480
+ wash: {
481
+ purpose: "color";
482
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
483
+ };
484
+ light: {
485
+ purpose: "color";
486
+ description: "A light shade, good for emphasized surfaces.";
487
+ };
488
+ mid: {
489
+ purpose: "color";
490
+ description: "The main shade, good for primary actions and decoration.";
491
+ };
492
+ heavy: {
493
+ purpose: "color";
494
+ description: "A heavy shade, good for text emphasis and accents.";
495
+ };
496
+ ink: {
497
+ purpose: "color";
498
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
499
+ };
500
+ }> extends string ? {
501
+ "@@TOKEN@@": true;
502
+ name: string;
503
+ type: import("@arbor-css/tokens").PropertyType;
504
+ tag: string | undefined;
505
+ purpose: import("@arbor-css/tokens").TokenPurpose;
506
+ group: string | undefined;
507
+ description: string | undefined;
508
+ contributedBy: string | undefined;
509
+ fallback: string | number | undefined;
510
+ var: string;
511
+ varFallback: (fallbackOverride?: string | number) => string;
512
+ assign: (value?: string | number) => string;
513
+ readonly definition: string;
514
+ suffixed: (suffix: string) => {
515
+ "@@TOKEN@@": true;
516
+ name: string;
517
+ type: import("@arbor-css/tokens").PropertyType;
518
+ tag: string | undefined;
519
+ purpose: import("@arbor-css/tokens").TokenPurpose;
520
+ group: string | undefined;
521
+ description: string | undefined;
522
+ contributedBy: string | undefined;
523
+ fallback: string | number | undefined;
524
+ var: string;
525
+ varFallback: (fallbackOverride?: string | number) => string;
526
+ assign: (value?: string | number) => string;
527
+ readonly definition: string;
528
+ suffixed: any;
529
+ prefixed: (prefix: string) => any;
530
+ };
531
+ prefixed: (prefix: string) => {
532
+ "@@TOKEN@@": true;
533
+ name: string;
534
+ type: import("@arbor-css/tokens").PropertyType;
535
+ tag: string | undefined;
536
+ purpose: import("@arbor-css/tokens").TokenPurpose;
537
+ group: string | undefined;
538
+ description: string | undefined;
539
+ contributedBy: string | undefined;
540
+ fallback: string | number | undefined;
541
+ var: string;
542
+ varFallback: (fallbackOverride?: string | number) => string;
543
+ assign: (value?: string | number) => string;
544
+ readonly definition: string;
545
+ suffixed: (suffix: string) => any;
546
+ prefixed: any;
547
+ };
548
+ } : Record<TColorName, {
549
+ $neutral: {
550
+ $root: {
551
+ purpose: "color";
552
+ description: string;
553
+ };
554
+ paper: {
555
+ purpose: "color";
556
+ description: "An extremely light shade, good for backgrounds and surfaces";
557
+ };
558
+ wash: {
559
+ purpose: "color";
560
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
561
+ };
562
+ light: {
563
+ purpose: "color";
564
+ description: "A light shade, good for emphasized surfaces.";
565
+ };
566
+ mid: {
567
+ purpose: "color";
568
+ description: "The main shade, good for primary actions and decoration.";
569
+ };
570
+ heavy: {
571
+ purpose: "color";
572
+ description: "A heavy shade, good for text emphasis and accents.";
573
+ };
574
+ ink: {
575
+ purpose: "color";
576
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
577
+ };
578
+ };
579
+ $root: {
580
+ purpose: "color";
581
+ description: string;
582
+ };
583
+ paper: {
584
+ purpose: "color";
585
+ description: "An extremely light shade, good for backgrounds and surfaces";
586
+ };
587
+ wash: {
588
+ purpose: "color";
589
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
590
+ };
591
+ light: {
592
+ purpose: "color";
593
+ description: "A light shade, good for emphasized surfaces.";
594
+ };
595
+ mid: {
596
+ purpose: "color";
597
+ description: "The main shade, good for primary actions and decoration.";
598
+ };
599
+ heavy: {
600
+ purpose: "color";
601
+ description: "A heavy shade, good for text emphasis and accents.";
602
+ };
603
+ ink: {
604
+ purpose: "color";
605
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
606
+ };
607
+ }> extends {
608
+ purpose: import("@arbor-css/tokens").TokenPurpose;
609
+ description?: string;
610
+ } ? {
611
+ "@@TOKEN@@": true;
612
+ name: string;
613
+ type: import("@arbor-css/tokens").PropertyType;
614
+ tag: string | undefined;
615
+ purpose: import("@arbor-css/tokens").TokenPurpose;
616
+ group: string | undefined;
617
+ description: string | undefined;
618
+ contributedBy: string | undefined;
619
+ fallback: string | number | undefined;
620
+ var: string;
621
+ varFallback: (fallbackOverride?: string | number) => string;
622
+ assign: (value?: string | number) => string;
623
+ readonly definition: string;
624
+ suffixed: (suffix: string) => {
625
+ "@@TOKEN@@": true;
626
+ name: string;
627
+ type: import("@arbor-css/tokens").PropertyType;
628
+ tag: string | undefined;
629
+ purpose: import("@arbor-css/tokens").TokenPurpose;
630
+ group: string | undefined;
631
+ description: string | undefined;
632
+ contributedBy: string | undefined;
633
+ fallback: string | number | undefined;
634
+ var: string;
635
+ varFallback: (fallbackOverride?: string | number) => string;
636
+ assign: (value?: string | number) => string;
637
+ readonly definition: string;
638
+ suffixed: any;
639
+ prefixed: (prefix: string) => any;
640
+ };
641
+ prefixed: (prefix: string) => {
642
+ "@@TOKEN@@": true;
643
+ name: string;
644
+ type: import("@arbor-css/tokens").PropertyType;
645
+ tag: string | undefined;
646
+ purpose: import("@arbor-css/tokens").TokenPurpose;
647
+ group: string | undefined;
648
+ description: string | undefined;
649
+ contributedBy: string | undefined;
650
+ fallback: string | number | undefined;
651
+ var: string;
652
+ varFallback: (fallbackOverride?: string | number) => string;
653
+ assign: (value?: string | number) => string;
654
+ readonly definition: string;
655
+ suffixed: (suffix: string) => any;
656
+ prefixed: any;
657
+ };
658
+ } : import("@arbor-css/tokens").SimpleTokensAsTokenDefinitions<Record<TColorName, {
659
+ $neutral: {
660
+ $root: {
661
+ purpose: "color";
662
+ description: string;
663
+ };
664
+ paper: {
665
+ purpose: "color";
666
+ description: "An extremely light shade, good for backgrounds and surfaces";
667
+ };
668
+ wash: {
669
+ purpose: "color";
670
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
671
+ };
672
+ light: {
673
+ purpose: "color";
674
+ description: "A light shade, good for emphasized surfaces.";
675
+ };
676
+ mid: {
677
+ purpose: "color";
678
+ description: "The main shade, good for primary actions and decoration.";
679
+ };
680
+ heavy: {
681
+ purpose: "color";
682
+ description: "A heavy shade, good for text emphasis and accents.";
683
+ };
684
+ ink: {
685
+ purpose: "color";
686
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
687
+ };
688
+ };
689
+ $root: {
690
+ purpose: "color";
691
+ description: string;
692
+ };
693
+ paper: {
694
+ purpose: "color";
695
+ description: "An extremely light shade, good for backgrounds and surfaces";
696
+ };
697
+ wash: {
698
+ purpose: "color";
699
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
700
+ };
701
+ light: {
702
+ purpose: "color";
703
+ description: "A light shade, good for emphasized surfaces.";
704
+ };
705
+ mid: {
706
+ purpose: "color";
707
+ description: "The main shade, good for primary actions and decoration.";
708
+ };
709
+ heavy: {
710
+ purpose: "color";
711
+ description: "A heavy shade, good for text emphasis and accents.";
712
+ };
713
+ ink: {
714
+ purpose: "color";
715
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
716
+ };
717
+ }> extends infer T_1 ? T_1 extends Record<TColorName, {
718
+ $neutral: {
719
+ $root: {
720
+ purpose: "color";
721
+ description: string;
722
+ };
723
+ paper: {
724
+ purpose: "color";
725
+ description: "An extremely light shade, good for backgrounds and surfaces";
726
+ };
727
+ wash: {
728
+ purpose: "color";
729
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
730
+ };
731
+ light: {
732
+ purpose: "color";
733
+ description: "A light shade, good for emphasized surfaces.";
734
+ };
735
+ mid: {
736
+ purpose: "color";
737
+ description: "The main shade, good for primary actions and decoration.";
738
+ };
739
+ heavy: {
740
+ purpose: "color";
741
+ description: "A heavy shade, good for text emphasis and accents.";
742
+ };
743
+ ink: {
744
+ purpose: "color";
745
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
746
+ };
747
+ };
748
+ $root: {
749
+ purpose: "color";
750
+ description: string;
751
+ };
752
+ paper: {
753
+ purpose: "color";
754
+ description: "An extremely light shade, good for backgrounds and surfaces";
755
+ };
756
+ wash: {
757
+ purpose: "color";
758
+ description: "A very faint but slightly vibrant shade, good for backgrounds and surfaces";
759
+ };
760
+ light: {
761
+ purpose: "color";
762
+ description: "A light shade, good for emphasized surfaces.";
763
+ };
764
+ mid: {
765
+ purpose: "color";
766
+ description: "The main shade, good for primary actions and decoration.";
767
+ };
768
+ heavy: {
769
+ purpose: "color";
770
+ description: "A heavy shade, good for text emphasis and accents.";
771
+ };
772
+ ink: {
773
+ purpose: "color";
774
+ description: "A very dark but still slightly vibrant shade, good for text and high contrast elements.";
775
+ };
776
+ }> ? T_1 extends {
777
+ purpose: import("@arbor-css/tokens").TokenPurpose;
778
+ description?: string;
779
+ } ? never : T_1 extends import("@arbor-css/tokens").SimpleTokenSchema ? T_1 : never : never : never>)];
780
+ neutral: any;
781
+ };
782
+ export declare function createRadiusSemanticValues<TColorName extends string>($: Tokens<TColorName>): {
783
+ $root: {
784
+ "@@TOKEN@@": true;
785
+ name: string;
786
+ type: import("@arbor-css/tokens").PropertyType;
787
+ tag: string | undefined;
788
+ purpose: import("@arbor-css/tokens").TokenPurpose;
789
+ group: string | undefined;
790
+ description: string | undefined;
791
+ contributedBy: string | undefined;
792
+ fallback: string | number | undefined;
793
+ var: string;
794
+ varFallback: (fallbackOverride?: string | number) => string;
795
+ assign: (value?: string | number) => string;
796
+ readonly definition: string;
797
+ suffixed: (suffix: string) => {
798
+ "@@TOKEN@@": true;
799
+ name: string;
800
+ type: import("@arbor-css/tokens").PropertyType;
801
+ tag: string | undefined;
802
+ purpose: import("@arbor-css/tokens").TokenPurpose;
803
+ group: string | undefined;
804
+ description: string | undefined;
805
+ contributedBy: string | undefined;
806
+ fallback: string | number | undefined;
807
+ var: string;
808
+ varFallback: (fallbackOverride?: string | number) => string;
809
+ assign: (value?: string | number) => string;
810
+ readonly definition: string;
811
+ suffixed: any;
812
+ prefixed: (prefix: string) => any;
813
+ };
814
+ prefixed: (prefix: string) => {
815
+ "@@TOKEN@@": true;
816
+ name: string;
817
+ type: import("@arbor-css/tokens").PropertyType;
818
+ tag: string | undefined;
819
+ purpose: import("@arbor-css/tokens").TokenPurpose;
820
+ group: string | undefined;
821
+ description: string | undefined;
822
+ contributedBy: string | undefined;
823
+ fallback: string | number | undefined;
824
+ var: string;
825
+ varFallback: (fallbackOverride?: string | number) => string;
826
+ assign: (value?: string | number) => string;
827
+ readonly definition: string;
828
+ suffixed: (suffix: string) => any;
829
+ prefixed: any;
830
+ };
831
+ };
832
+ xs: import("@arbor-css/calc").OperationTree;
833
+ sm: import("@arbor-css/calc").OperationTree;
834
+ md: import("@arbor-css/calc").OperationTree;
835
+ lg: import("@arbor-css/calc").OperationTree;
836
+ xl: import("@arbor-css/calc").OperationTree;
837
+ };
838
+ export declare function createLineWidthSemanticValues<TColorName extends string>($: Tokens<TColorName>): {
839
+ $root: {
840
+ "@@TOKEN@@": true;
841
+ name: string;
842
+ type: import("@arbor-css/tokens").PropertyType;
843
+ tag: string | undefined;
844
+ purpose: import("@arbor-css/tokens").TokenPurpose;
845
+ group: string | undefined;
846
+ description: string | undefined;
847
+ contributedBy: string | undefined;
848
+ fallback: string | number | undefined;
849
+ var: string;
850
+ varFallback: (fallbackOverride?: string | number) => string;
851
+ assign: (value?: string | number) => string;
852
+ readonly definition: string;
853
+ suffixed: (suffix: string) => {
854
+ "@@TOKEN@@": true;
855
+ name: string;
856
+ type: import("@arbor-css/tokens").PropertyType;
857
+ tag: string | undefined;
858
+ purpose: import("@arbor-css/tokens").TokenPurpose;
859
+ group: string | undefined;
860
+ description: string | undefined;
861
+ contributedBy: string | undefined;
862
+ fallback: string | number | undefined;
863
+ var: string;
864
+ varFallback: (fallbackOverride?: string | number) => string;
865
+ assign: (value?: string | number) => string;
866
+ readonly definition: string;
867
+ suffixed: any;
868
+ prefixed: (prefix: string) => any;
869
+ };
870
+ prefixed: (prefix: string) => {
871
+ "@@TOKEN@@": true;
872
+ name: string;
873
+ type: import("@arbor-css/tokens").PropertyType;
874
+ tag: string | undefined;
875
+ purpose: import("@arbor-css/tokens").TokenPurpose;
876
+ group: string | undefined;
877
+ description: string | undefined;
878
+ contributedBy: string | undefined;
879
+ fallback: string | number | undefined;
880
+ var: string;
881
+ varFallback: (fallbackOverride?: string | number) => string;
882
+ assign: (value?: string | number) => string;
883
+ readonly definition: string;
884
+ suffixed: (suffix: string) => any;
885
+ prefixed: any;
886
+ };
887
+ };
888
+ sm: import("@arbor-css/calc").OperationTree;
889
+ md: {
890
+ "@@TOKEN@@": true;
891
+ name: string;
892
+ type: import("@arbor-css/tokens").PropertyType;
893
+ tag: string | undefined;
894
+ purpose: import("@arbor-css/tokens").TokenPurpose;
895
+ group: string | undefined;
896
+ description: string | undefined;
897
+ contributedBy: string | undefined;
898
+ fallback: string | number | undefined;
899
+ var: string;
900
+ varFallback: (fallbackOverride?: string | number) => string;
901
+ assign: (value?: string | number) => string;
902
+ readonly definition: string;
903
+ suffixed: (suffix: string) => {
904
+ "@@TOKEN@@": true;
905
+ name: string;
906
+ type: import("@arbor-css/tokens").PropertyType;
907
+ tag: string | undefined;
908
+ purpose: import("@arbor-css/tokens").TokenPurpose;
909
+ group: string | undefined;
910
+ description: string | undefined;
911
+ contributedBy: string | undefined;
912
+ fallback: string | number | undefined;
913
+ var: string;
914
+ varFallback: (fallbackOverride?: string | number) => string;
915
+ assign: (value?: string | number) => string;
916
+ readonly definition: string;
917
+ suffixed: any;
918
+ prefixed: (prefix: string) => any;
919
+ };
920
+ prefixed: (prefix: string) => {
921
+ "@@TOKEN@@": true;
922
+ name: string;
923
+ type: import("@arbor-css/tokens").PropertyType;
924
+ tag: string | undefined;
925
+ purpose: import("@arbor-css/tokens").TokenPurpose;
926
+ group: string | undefined;
927
+ description: string | undefined;
928
+ contributedBy: string | undefined;
929
+ fallback: string | number | undefined;
930
+ var: string;
931
+ varFallback: (fallbackOverride?: string | number) => string;
932
+ assign: (value?: string | number) => string;
933
+ readonly definition: string;
934
+ suffixed: (suffix: string) => any;
935
+ prefixed: any;
936
+ };
937
+ };
938
+ lg: import("@arbor-css/calc").OperationTree;
939
+ };
940
+ export declare function createEasingSemanticValues<TColorName extends string>($: Tokens<TColorName>): {
941
+ $root: {
942
+ "@@TOKEN@@": true;
943
+ name: string;
944
+ type: import("@arbor-css/tokens").PropertyType;
945
+ tag: string | undefined;
946
+ purpose: import("@arbor-css/tokens").TokenPurpose;
947
+ group: string | undefined;
948
+ description: string | undefined;
949
+ contributedBy: string | undefined;
950
+ fallback: string | number | undefined;
951
+ var: string;
952
+ varFallback: (fallbackOverride?: string | number) => string;
953
+ assign: (value?: string | number) => string;
954
+ readonly definition: string;
955
+ suffixed: (suffix: string) => {
956
+ "@@TOKEN@@": true;
957
+ name: string;
958
+ type: import("@arbor-css/tokens").PropertyType;
959
+ tag: string | undefined;
960
+ purpose: import("@arbor-css/tokens").TokenPurpose;
961
+ group: string | undefined;
962
+ description: string | undefined;
963
+ contributedBy: string | undefined;
964
+ fallback: string | number | undefined;
965
+ var: string;
966
+ varFallback: (fallbackOverride?: string | number) => string;
967
+ assign: (value?: string | number) => string;
968
+ readonly definition: string;
969
+ suffixed: any;
970
+ prefixed: (prefix: string) => any;
971
+ };
972
+ prefixed: (prefix: string) => {
973
+ "@@TOKEN@@": true;
974
+ name: string;
975
+ type: import("@arbor-css/tokens").PropertyType;
976
+ tag: string | undefined;
977
+ purpose: import("@arbor-css/tokens").TokenPurpose;
978
+ group: string | undefined;
979
+ description: string | undefined;
980
+ contributedBy: string | undefined;
981
+ fallback: string | number | undefined;
982
+ var: string;
983
+ varFallback: (fallbackOverride?: string | number) => string;
984
+ assign: (value?: string | number) => string;
985
+ readonly definition: string;
986
+ suffixed: (suffix: string) => any;
987
+ prefixed: any;
988
+ };
989
+ };
990
+ tight: import("@arbor-css/calc").OperationTree;
991
+ medium: import("@arbor-css/calc").OperationTree;
992
+ loose: import("@arbor-css/calc").OperationTree;
993
+ };
994
+ export declare function createDurationSemanticValues<TColorName extends string>($: Tokens<TColorName>): {
995
+ $root: {
996
+ "@@TOKEN@@": true;
997
+ name: string;
998
+ type: import("@arbor-css/tokens").PropertyType;
999
+ tag: string | undefined;
1000
+ purpose: import("@arbor-css/tokens").TokenPurpose;
1001
+ group: string | undefined;
1002
+ description: string | undefined;
1003
+ contributedBy: string | undefined;
1004
+ fallback: string | number | undefined;
1005
+ var: string;
1006
+ varFallback: (fallbackOverride?: string | number) => string;
1007
+ assign: (value?: string | number) => string;
1008
+ readonly definition: string;
1009
+ suffixed: (suffix: string) => {
1010
+ "@@TOKEN@@": true;
1011
+ name: string;
1012
+ type: import("@arbor-css/tokens").PropertyType;
1013
+ tag: string | undefined;
1014
+ purpose: import("@arbor-css/tokens").TokenPurpose;
1015
+ group: string | undefined;
1016
+ description: string | undefined;
1017
+ contributedBy: string | undefined;
1018
+ fallback: string | number | undefined;
1019
+ var: string;
1020
+ varFallback: (fallbackOverride?: string | number) => string;
1021
+ assign: (value?: string | number) => string;
1022
+ readonly definition: string;
1023
+ suffixed: any;
1024
+ prefixed: (prefix: string) => any;
1025
+ };
1026
+ prefixed: (prefix: string) => {
1027
+ "@@TOKEN@@": true;
1028
+ name: string;
1029
+ type: import("@arbor-css/tokens").PropertyType;
1030
+ tag: string | undefined;
1031
+ purpose: import("@arbor-css/tokens").TokenPurpose;
1032
+ group: string | undefined;
1033
+ description: string | undefined;
1034
+ contributedBy: string | undefined;
1035
+ fallback: string | number | undefined;
1036
+ var: string;
1037
+ varFallback: (fallbackOverride?: string | number) => string;
1038
+ assign: (value?: string | number) => string;
1039
+ readonly definition: string;
1040
+ suffixed: (suffix: string) => any;
1041
+ prefixed: any;
1042
+ };
1043
+ };
1044
+ short: import("@arbor-css/calc").OperationTree;
1045
+ medium: import("@arbor-css/calc").OperationTree;
1046
+ long: import("@arbor-css/calc").OperationTree;
1047
+ };
1048
+ //# sourceMappingURL=semantics.d.ts.map