@planningcenter/tapestry 0.3.1-rc.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import "./tokens";
2
+ export { computedToken, token } from "./jsTokens";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,CAAA;AAEjB,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA"}
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
-
1
+ export { computedToken, token } from './jsTokens.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,4 @@
1
+ import { tokens } from "./tokens/ts/tokens";
2
+ export declare function token<T extends keyof typeof tokens>(varName: T): `var(${T})`;
3
+ export declare function computedToken<T extends keyof typeof tokens>(varName: T): (typeof tokens)[T];
4
+ //# sourceMappingURL=jsTokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsTokens.d.ts","sourceRoot":"","sources":["../src/jsTokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAE3C,wBAAgB,KAAK,CAAC,CAAC,SAAS,MAAM,OAAO,MAAM,EAAE,OAAO,EAAE,CAAC,eAE9D;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,OAAO,MAAM,EAAE,OAAO,EAAE,CAAC,GAC3C,CAAC,OAAO,MAAM,EAAE,CAAC,CAAC,CAC7C"}
@@ -0,0 +1,11 @@
1
+ import { tokens } from './tokens/ts/tokens.js';
2
+
3
+ function token(varName) {
4
+ return `var(${varName})`;
5
+ }
6
+ function computedToken(varName) {
7
+ return tokens[varName];
8
+ }
9
+
10
+ export { computedToken, token };
11
+ //# sourceMappingURL=jsTokens.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsTokens.js","sources":["../src/jsTokens.ts"],"sourcesContent":["import { tokens } from \"./tokens/ts/tokens\"\n\nexport function token<T extends keyof typeof tokens>(varName: T) {\n return `var(${varName})` as const\n}\n\nexport function computedToken<T extends keyof typeof tokens>(varName: T) {\n return tokens[varName] as (typeof tokens)[T]\n}\n"],"names":[],"mappings":";;AAEM,SAAU,KAAK,CAAgC,OAAU,EAAA;IAC7D,OAAO,CAAA,IAAA,EAAO,OAAO,CAAA,CAAA,CAAY,CAAA;AACnC,CAAC;AAEK,SAAU,aAAa,CAAgC,OAAU,EAAA;AACrE,IAAA,OAAO,MAAM,CAAC,OAAO,CAAuB,CAAA;AAC9C;;;;"}
@@ -0,0 +1,370 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export declare const tokens: {
5
+ "--t-border-radius-sm": "2px";
6
+ "--t-border-radius-md": "4px";
7
+ "--t-border-radius-lg": "8px";
8
+ "--t-border-radius-xl": "16px";
9
+ "--t-border-radius-round": "56px";
10
+ "--t-border-radius-default": "4px";
11
+ "--t-border-size-default": "1px";
12
+ "--t-border-size-thick": "2px";
13
+ "--t-spacing-1": "8px";
14
+ "--t-spacing-2": "16px";
15
+ "--t-spacing-3": "24px";
16
+ "--t-spacing-4": "32px";
17
+ "--t-spacing-5": "40px";
18
+ "--t-spacing-6": "48px";
19
+ "--t-spacing-7": "56px";
20
+ "--t-spacing-fourth": "2px";
21
+ "--t-spacing-half": "4px";
22
+ "--t-element-size-3xl": "48px";
23
+ "--t-element-size-2xl": "32px";
24
+ "--t-element-size-xl": "24px";
25
+ "--t-element-size-lg": "18px";
26
+ "--t-element-size-md": "16px";
27
+ "--t-element-size-sm": "14px";
28
+ "--t-element-size-xs": "12px";
29
+ "--t-font-size-4xl": "32px";
30
+ "--t-font-size-3xl": "28px";
31
+ "--t-font-size-2xl": "24px";
32
+ "--t-font-size-xl": "20px";
33
+ "--t-font-size-lg": "18px";
34
+ "--t-font-size-md": "16px";
35
+ "--t-font-size-sm": "14px";
36
+ "--t-font-size-xs": "12px";
37
+ "--t-font-size-2xs": "10px";
38
+ "--t-font-weight-normal": "400";
39
+ "--t-font-weight-medium": "500";
40
+ "--t-font-weight-semi-bold": "600";
41
+ "--t-font-weight-bold": "700";
42
+ "--t-container-size-xl": "48px";
43
+ "--t-container-size-lg": "40px";
44
+ "--t-container-size-md": "32px";
45
+ "--t-container-size-sm": "24px";
46
+ "--t-container-size-xs": "20px";
47
+ "--t-avatar-size-20": "20px";
48
+ "--t-avatar-size-24": "24px";
49
+ "--t-avatar-size-36": "36px";
50
+ "--t-avatar-size-48": "48px";
51
+ "--t-avatar-size-72": "72px";
52
+ "--t-avatar-size-112": "112px";
53
+ "--t-text-color-default-headline": "hsl(0, 0%, 12%)";
54
+ "--t-text-color-default-primary": "hsl(0, 0%, 24%)";
55
+ "--t-text-color-default-secondary": "hsl(0, 0%, 45%)";
56
+ "--t-text-color-default-disabled": "hsl(0, 0%, 81%)";
57
+ "--t-text-color-default-placeholder": "hsl(0, 0%, 62%)";
58
+ "--t-text-color-default-inverted": "hsl(0, 0%, 100%)";
59
+ "--t-text-color-interaction-primary": "hsl(204, 100%, 40%)";
60
+ "--t-text-color-interaction-hover": "hsl(204, 100%, 35%)";
61
+ "--t-text-color-interaction-active": "hsl(204, 100%, 30%)";
62
+ "--t-text-color-interaction-visited": "hsl(204, 100%, 30%)";
63
+ "--t-text-color-status-neutral": "hsl(0, 0%, 24%)";
64
+ "--t-text-color-status-info": "hsl(204, 100%, 35%)";
65
+ "--t-text-color-status-success": "hsl(97, 57%, 28%)";
66
+ "--t-text-color-status-warning": "hsl(42, 100%, 29%)";
67
+ "--t-text-color-status-error": "hsl(8, 60%, 45%)";
68
+ "--t-text-color-tag-subtle-gray": "hsl(0, 0%, 24%)";
69
+ "--t-text-color-tag-subtle-blue": "hsl(224, 47%, 31%)";
70
+ "--t-text-color-tag-subtle-aqua": "hsl(209, 77%, 22%)";
71
+ "--t-text-color-tag-subtle-teal": "hsl(180, 95%, 15%)";
72
+ "--t-text-color-tag-subtle-green": "hsl(100, 93%, 17%)";
73
+ "--t-text-color-tag-subtle-yellow": "hsl(29, 100%, 23%)";
74
+ "--t-text-color-tag-subtle-orange": "hsl(18, 100%, 18%)";
75
+ "--t-text-color-tag-subtle-pink": "hsl(327, 88%, 20%)";
76
+ "--t-text-color-tag-subtle-purple": "hsl(268, 71%, 27%)";
77
+ "--t-text-color-tag-subtle-magenta": "hsl(285, 71%, 20%)";
78
+ "--t-text-color-tag-gray": "hsl(0, 0%, 24%)";
79
+ "--t-text-color-tag-magenta": "hsl(285, 71%, 20%)";
80
+ "--t-text-color-tag-blue": "hsl(224, 47%, 31%)";
81
+ "--t-text-color-tag-aqua": "hsl(209, 77%, 22%)";
82
+ "--t-text-color-tag-teal": "hsl(180, 95%, 15%)";
83
+ "--t-text-color-tag-green": "hsl(100, 93%, 17%)";
84
+ "--t-text-color-tag-yellow": "hsl(29, 100%, 23%)";
85
+ "--t-text-color-tag-orange": "hsl(18, 100%, 18%)";
86
+ "--t-text-color-tag-pink": "hsl(327, 88%, 20%)";
87
+ "--t-text-color-tag-purple": "hsl(268, 71%, 27%)";
88
+ "--t-text-color-tag-bold-gray": "hsl(0, 0%, 24%)";
89
+ "--t-text-color-tag-bold-blue": "hsl(224, 47%, 31%)";
90
+ "--t-text-color-tag-bold-aqua": "hsl(209, 77%, 22%)";
91
+ "--t-text-color-tag-bold-teal": "hsl(180, 95%, 15%)";
92
+ "--t-text-color-tag-bold-green": "hsl(100, 93%, 17%)";
93
+ "--t-text-color-tag-bold-yellow": "hsl(29, 100%, 23%)";
94
+ "--t-text-color-tag-bold-orange": "hsl(18, 100%, 18%)";
95
+ "--t-text-color-tag-bold-pink": "hsl(327, 88%, 20%)";
96
+ "--t-text-color-tag-bold-purple": "hsl(268, 71%, 27%)";
97
+ "--t-text-color-tag-bold-magenta": "hsl(285, 71%, 20%)";
98
+ "--t-icon-color-default-primary": "hsl(0, 0%, 24%)";
99
+ "--t-icon-color-default-secondary": "hsl(0, 0%, 45%)";
100
+ "--t-icon-color-default-dim": "hsl(0, 0%, 62%)";
101
+ "--t-icon-color-default-disabled": "hsl(0, 0%, 81%)";
102
+ "--t-icon-color-default-inverted": "hsl(0, 0%, 100%)";
103
+ "--t-icon-color-status-neutral-primary": "hsl(0, 0%, 45%)";
104
+ "--t-icon-color-status-neutral-secondary": "hsl(0, 0%, 62%)";
105
+ "--t-icon-color-status-neutral-bold": "hsl(0, 0%, 24%)";
106
+ "--t-icon-color-status-neutral-dark": "hsl(0, 0%, 24%)";
107
+ "--t-icon-color-status-info-primary": "hsl(204, 100%, 40%)";
108
+ "--t-icon-color-status-info-secondary": "hsl(204, 100%, 40%)";
109
+ "--t-icon-color-status-success-primary": "hsl(96, 57%, 33%)";
110
+ "--t-icon-color-status-success-secondary": "hsl(97, 57%, 40%)";
111
+ "--t-icon-color-status-warning-primary": "hsl(42, 84%, 49%)";
112
+ "--t-icon-color-status-error-primary": "hsl(8, 60%, 47%)";
113
+ "--t-fill-color-neutral-000": "hsl(0, 0%, 12%)";
114
+ "--t-fill-color-neutral-010": "hsl(0, 0%, 24%)";
115
+ "--t-fill-color-neutral-020": "hsl(0, 0%, 45%)";
116
+ "--t-fill-color-neutral-030": "hsl(0, 0%, 62%)";
117
+ "--t-fill-color-neutral-040": "hsl(0, 0%, 81%)";
118
+ "--t-fill-color-neutral-050": "hsl(0, 0%, 88%)";
119
+ "--t-fill-color-neutral-060": "hsl(0, 0%, 93%)";
120
+ "--t-fill-color-neutral-070": "hsl(0, 0%, 95%)";
121
+ "--t-fill-color-neutral-080": "hsl(0, 0%, 97%)";
122
+ "--t-fill-color-neutral-090": "hsl(0, 0%, 98%)";
123
+ "--t-fill-color-neutral-100": "hsl(0, 0%, 100%)";
124
+ "--t-fill-color-interaction-default": "hsl(204, 100%, 40%)";
125
+ "--t-fill-color-interaction-hover": "hsl(204, 100%, 35%)";
126
+ "--t-fill-color-interaction-active": "hsl(204, 100%, 30%)";
127
+ "--t-fill-color-interaction-disabled": "hsl(0, 0%, 81%)";
128
+ "--t-fill-color-control-neutral-off": "hsl(0, 0%, 62%)";
129
+ "--t-fill-color-control-neutral-on": "hsl(0, 0%, 24%)";
130
+ "--t-fill-color-control-primary": "hsl(204, 100%, 40%)";
131
+ "--t-fill-color-control-secondary": "hsl(97, 57%, 40%)";
132
+ "--t-fill-color-control-error": "hsl(8, 60%, 47%)";
133
+ "--t-fill-color-control-disabled": "hsl(0, 0%, 81%)";
134
+ "--t-fill-color-status-neutral-solid": "hsl(0, 0%, 45%)";
135
+ "--t-fill-color-status-neutral-ghost": "hsl(0, 0%, 93%)";
136
+ "--t-fill-color-status-neutral-dim": "hsl(0, 0%, 97%)";
137
+ "--t-fill-color-status-info-solid": "hsl(204, 100%, 40%)";
138
+ "--t-fill-color-status-info-ghost": "hsl(203, 94%, 94%)";
139
+ "--t-fill-color-status-info-dim": "hsl(204, 100%, 97%)";
140
+ "--t-fill-color-status-success-solid": "hsl(96, 57%, 33%)";
141
+ "--t-fill-color-status-success-ghost": "hsl(97, 57%, 90%)";
142
+ "--t-fill-color-status-success-dim": "hsl(96, 60%, 95%)";
143
+ "--t-fill-color-status-warning-solid": "hsl(42, 84%, 63%)";
144
+ "--t-fill-color-status-warning-ghost": "hsl(42, 87%, 94%)";
145
+ "--t-fill-color-status-warning-dim": "hsl(42, 87%, 97%)";
146
+ "--t-fill-color-status-error-solid": "hsl(8, 60%, 47%)";
147
+ "--t-fill-color-status-error-ghost": "hsl(9, 59%, 93%)";
148
+ "--t-fill-color-status-error-dim": "hsl(7, 60%, 97%)";
149
+ "--t-fill-color-alert-info": "hsl(204, 94%, 49%)";
150
+ "--t-fill-color-alert-success": "hsl(122, 60%, 41%)";
151
+ "--t-fill-color-alert-warning": "hsl(43, 96%, 58%)";
152
+ "--t-fill-color-alert-error": "hsl(4, 77%, 59%)";
153
+ "--t-fill-color-tooltip-primary": "hsla(0, 0%, 12%, 0.77)";
154
+ "--t-fill-color-tag-subtle-gray": "hsl(0, 0%, 93%)";
155
+ "--t-fill-color-tag-subtle-blue": "hsl(220, 100%, 95%)";
156
+ "--t-fill-color-tag-subtle-label-gray": "hsl(0, 0%, 88%)";
157
+ "--t-fill-color-tag-subtle-label-blue": "hsl(221, 100%, 81%)";
158
+ "--t-fill-color-tag-subtle-label-aqua": "hsl(200, 82%, 82%)";
159
+ "--t-fill-color-tag-subtle-label-teal": "hsl(164, 52%, 76%)";
160
+ "--t-fill-color-tag-subtle-label-green": "hsl(99, 59%, 78%)";
161
+ "--t-fill-color-tag-subtle-label-yellow": "hsl(44, 78%, 77%)";
162
+ "--t-fill-color-tag-subtle-label-orange": "hsl(21, 89%, 82%)";
163
+ "--t-fill-color-tag-subtle-label-pink": "hsl(310, 64%, 85%)";
164
+ "--t-fill-color-tag-subtle-label-purple": "hsl(259, 74%, 85%)";
165
+ "--t-fill-color-tag-subtle-label-magenta": "hsl(291, 40%, 83%)";
166
+ "--t-fill-color-tag-subtle-aqua": "hsl(200, 82%, 89%)";
167
+ "--t-fill-color-tag-subtle-teal": "hsl(163, 53%, 83%)";
168
+ "--t-fill-color-tag-subtle-green": "hsl(98, 59%, 85%)";
169
+ "--t-fill-color-tag-subtle-yellow": "hsl(45, 77%, 85%)";
170
+ "--t-fill-color-tag-subtle-orange": "hsl(22, 89%, 89%)";
171
+ "--t-fill-color-tag-subtle-pink": "hsl(311, 66%, 92%)";
172
+ "--t-fill-color-tag-subtle-purple": "hsl(259, 74%, 93%)";
173
+ "--t-fill-color-tag-subtle-magenta": "hsl(294, 37%, 90%)";
174
+ "--t-fill-color-tag-bold-gray": "hsl(0, 0%, 88%)";
175
+ "--t-fill-color-tag-bold-blue": "hsl(220, 98%, 81%)";
176
+ "--t-fill-color-tag-bold-aqua": "hsl(201, 76%, 71%)";
177
+ "--t-fill-color-tag-bold-teal": "hsl(169, 62%, 64%)";
178
+ "--t-fill-color-tag-bold-green": "hsl(112, 57%, 65%)";
179
+ "--t-fill-color-tag-bold-yellow": "hsl(44, 92%, 69%)";
180
+ "--t-fill-color-tag-bold-orange": "hsl(21, 86%, 72%)";
181
+ "--t-fill-color-tag-bold-pink": "hsl(324, 78%, 77%)";
182
+ "--t-fill-color-tag-bold-purple": "hsl(273, 62%, 76%)";
183
+ "--t-fill-color-tag-bold-magenta": "hsl(291, 48%, 70%)";
184
+ "--t-fill-color-tag-bold-label-gray": "hsl(0, 0%, 81%)";
185
+ "--t-fill-color-tag-bold-label-blue": "hsl(220, 98%, 74%)";
186
+ "--t-fill-color-tag-bold-label-aqua": "hsl(200, 75%, 64%)";
187
+ "--t-fill-color-tag-bold-label-teal": "hsl(169, 62%, 56%)";
188
+ "--t-fill-color-tag-bold-label-green": "hsl(112, 57%, 57%)";
189
+ "--t-fill-color-tag-bold-label-yellow": "hsl(44, 93%, 61%)";
190
+ "--t-fill-color-tag-bold-label-orange": "hsl(21, 86%, 64%)";
191
+ "--t-fill-color-tag-bold-label-pink": "hsl(324, 76%, 70%)";
192
+ "--t-fill-color-tag-bold-label-purple": "hsl(273, 62%, 70%)";
193
+ "--t-fill-color-tag-bold-label-magenta": "hsl(292, 48%, 63%)";
194
+ "--t-fill-color-button-neutral-solid-default": "hsl(0, 0%, 45%)";
195
+ "--t-fill-color-button-neutral-solid-hover": "hsl(0, 0%, 24%)";
196
+ "--t-fill-color-button-neutral-solid-active": "hsl(0, 0%, 12%)";
197
+ "--t-fill-color-button-neutral-solid-disabled": "hsl(0, 0%, 95%)";
198
+ "--t-fill-color-button-neutral-outline-dim-default": "hsla(0, 0%, 100%, 0)";
199
+ "--t-fill-color-button-neutral-outline-dim-hover": "hsl(0, 0%, 95%)";
200
+ "--t-fill-color-button-neutral-outline-dim-active": "hsl(0, 0%, 93%)";
201
+ "--t-fill-color-button-neutral-outline-dim-disabled": "hsla(0, 0%, 100%, 0)";
202
+ "--t-fill-color-button-neutral-outline-dim-disabled-solid": "hsl(0, 0%, 98%)";
203
+ "--t-fill-color-button-neutral-ghost-default": "hsla(0, 0%, 100%, 0)";
204
+ "--t-fill-color-button-neutral-ghost-hover": "hsl(0, 0%, 95%)";
205
+ "--t-fill-color-button-neutral-ghost-active": "hsl(0, 0%, 93%)";
206
+ "--t-fill-color-button-neutral-ghost-disabled": "hsla(0, 0%, 100%, 0)";
207
+ "--t-fill-color-button-neutral-ghost-disabled-solid": "hsl(0, 0%, 98%)";
208
+ "--t-fill-color-button-interaction-solid-default": "hsl(204, 100%, 40%)";
209
+ "--t-fill-color-button-interaction-solid-hover": "hsl(204, 100%, 35%)";
210
+ "--t-fill-color-button-interaction-solid-active": "hsl(204, 100%, 30%)";
211
+ "--t-fill-color-button-interaction-solid-disabled": "hsl(0, 0%, 81%)";
212
+ "--t-fill-color-button-interaction-outline-dim-default": "hsla(0, 0%, 100%, 0)";
213
+ "--t-fill-color-button-interaction-outline-dim-hover": "hsl(204, 100%, 97%)";
214
+ "--t-fill-color-button-interaction-outline-dim-active": "hsl(203, 94%, 94%)";
215
+ "--t-fill-color-button-interaction-outline-dim-disabled": "hsla(0, 0%, 100%, 0)";
216
+ "--t-fill-color-button-interaction-ghost-default": "hsla(0, 0%, 100%, 0)";
217
+ "--t-fill-color-button-interaction-ghost-hover": "hsl(204, 100%, 97%)";
218
+ "--t-fill-color-button-interaction-ghost-active": "hsl(203, 94%, 94%)";
219
+ "--t-fill-color-button-interaction-ghost-disabled": "hsla(0, 0%, 100%, 0)";
220
+ "--t-fill-color-button-default-info-solid-default": "hsl(204, 100%, 40%)";
221
+ "--t-fill-color-button-default-info-solid-hover": "hsl(204, 100%, 35%)";
222
+ "--t-fill-color-button-default-info-solid-active": "hsl(204, 100%, 30%)";
223
+ "--t-fill-color-button-default-info-solid-disabled": "hsl(0, 0%, 81%)";
224
+ "--t-fill-color-button-default-info-outline-dim-default": "hsla(0, 0%, 100%, 0)";
225
+ "--t-fill-color-button-default-info-outline-dim-hover": "hsl(204, 100%, 97%)";
226
+ "--t-fill-color-button-default-info-outline-dim-active": "hsl(203, 94%, 94%)";
227
+ "--t-fill-color-button-default-info-outline-dim-disabled": "hsla(0, 0%, 100%, 0)";
228
+ "--t-fill-color-button-default-info-ghost-default": "hsla(0, 0%, 100%, 0)";
229
+ "--t-fill-color-button-default-info-ghost-hover": "hsl(204, 100%, 97%)";
230
+ "--t-fill-color-button-default-info-ghost-active": "hsl(203, 94%, 94%)";
231
+ "--t-fill-color-button-default-info-ghost-disabled": "hsla(0, 0%, 100%, 0)";
232
+ "--t-fill-color-button-create-solid-default": "hsl(96, 57%, 33%)";
233
+ "--t-fill-color-button-create-solid-hover": "hsl(97, 57%, 28%)";
234
+ "--t-fill-color-button-create-solid-active": "hsl(97, 57%, 23%)";
235
+ "--t-fill-color-button-create-solid-disabled": "hsl(0, 0%, 81%)";
236
+ "--t-fill-color-button-create-ghost-default": "hsla(0, 0%, 100%, 0)";
237
+ "--t-fill-color-button-create-ghost-hover": "hsl(96, 60%, 95%)";
238
+ "--t-fill-color-button-create-ghost-active": "hsl(97, 57%, 90%)";
239
+ "--t-fill-color-button-create-ghost-disabled": "hsla(0, 0%, 100%, 0)";
240
+ "--t-fill-color-button-delete-solid-default": "hsl(8, 60%, 47%)";
241
+ "--t-fill-color-button-delete-solid-hover": "hsl(8, 60%, 45%)";
242
+ "--t-fill-color-button-delete-solid-active": "hsl(8, 60%, 40%)";
243
+ "--t-fill-color-button-delete-solid-disabled": "hsl(0, 0%, 81%)";
244
+ "--t-fill-color-button-delete-outline-dim-default": "hsla(0, 0%, 100%, 0)";
245
+ "--t-fill-color-button-delete-outline-dim-hover": "hsl(7, 60%, 97%)";
246
+ "--t-fill-color-button-delete-outline-dim-active": "hsl(9, 59%, 93%)";
247
+ "--t-fill-color-button-delete-outline-dim-disabled": "hsla(0, 0%, 100%, 0)";
248
+ "--t-fill-color-button-delete-ghost-default": "hsla(0, 0%, 100%, 0)";
249
+ "--t-fill-color-button-delete-ghost-hover": "hsl(7, 60%, 97%)";
250
+ "--t-fill-color-button-delete-ghost-active": "hsl(9, 59%, 93%)";
251
+ "--t-fill-color-button-delete-ghost-disabled": "hsla(0, 0%, 100%, 0)";
252
+ "--t-fill-color-button-pill-default": "hsl(0, 0%, 93%)";
253
+ "--t-fill-color-button-pill-hover": "hsl(0, 0%, 88%)";
254
+ "--t-fill-color-button-pill-active": "hsl(0, 0%, 88%)";
255
+ "--t-fill-color-button-pill-disabled": "hsl(0, 0%, 93%)";
256
+ "--t-fill-color-product-accounts-base": "hsl(210, 55%, 50%)";
257
+ "--t-fill-color-product-accounts-light": "hsl(210, 54%, 60%)";
258
+ "--t-fill-color-product-accounts-lighter": "hsl(209, 53%, 90%)";
259
+ "--t-fill-color-product-accounts-lightest": "hsl(212, 54%, 93%)";
260
+ "--t-fill-color-product-accounts-dark": "hsl(210, 65%, 40%)";
261
+ "--t-fill-color-product-accounts-darker": "hsl(211, 70%, 32%)";
262
+ "--t-fill-color-product-accounts-darkest": "hsl(210, 75%, 25%)";
263
+ "--t-fill-color-product-calendar-base": "hsl(9, 61%, 50%)";
264
+ "--t-fill-color-product-calendar-light": "hsl(8, 65%, 55%)";
265
+ "--t-fill-color-product-calendar-lighter": "hsl(8, 72%, 59%)";
266
+ "--t-fill-color-product-calendar-lightest": "hsl(8, 61%, 70%)";
267
+ "--t-fill-color-product-calendar-dark": "hsl(8, 65%, 42%)";
268
+ "--t-fill-color-product-calendar-darker": "hsl(7, 65%, 34%)";
269
+ "--t-fill-color-product-calendar-darkest": "hsl(9, 61%, 27%)";
270
+ "--t-fill-color-product-checkins-base": "hsl(283, 22%, 48%)";
271
+ "--t-fill-color-product-checkins-light": "hsl(283, 22%, 55%)";
272
+ "--t-fill-color-product-checkins-lighter": "hsl(284, 22%, 64%)";
273
+ "--t-fill-color-product-checkins-lightest": "hsl(283, 22%, 75%)";
274
+ "--t-fill-color-product-checkins-dark": "hsl(283, 27%, 42%)";
275
+ "--t-fill-color-product-checkins-darker": "hsl(284, 33%, 34%)";
276
+ "--t-fill-color-product-checkins-darkest": "hsl(283, 33%, 27%)";
277
+ "--t-fill-color-product-giving-base": "hsl(43, 88%, 64%)";
278
+ "--t-fill-color-product-giving-light": "hsl(43, 88%, 70%)";
279
+ "--t-fill-color-product-giving-lighter": "hsl(43, 95%, 75%)";
280
+ "--t-fill-color-product-giving-lightest": "hsl(42, 95%, 83%)";
281
+ "--t-fill-color-product-giving-dark": "hsl(42, 84%, 55%)";
282
+ "--t-fill-color-product-giving-darker": "hsl(42, 84%, 48%)";
283
+ "--t-fill-color-product-giving-darkest": "hsl(42, 100%, 40%)";
284
+ "--t-fill-color-product-groups-base": "hsl(17, 88%, 55%)";
285
+ "--t-fill-color-product-groups-light": "hsl(17, 96%, 63%)";
286
+ "--t-fill-color-product-groups-lighter": "hsl(17, 96%, 70%)";
287
+ "--t-fill-color-product-groups-lightest": "hsl(17, 96%, 80%)";
288
+ "--t-fill-color-product-groups-dark": "hsl(12, 70%, 48%)";
289
+ "--t-fill-color-product-groups-darker": "hsl(12, 70%, 40%)";
290
+ "--t-fill-color-product-groups-darkest": "hsl(14, 70%, 34%)";
291
+ "--t-fill-color-product-home-base": "hsl(221, 91%, 55%)";
292
+ "--t-fill-color-product-home-light": "hsl(221, 91%, 62%)";
293
+ "--t-fill-color-product-home-lighter": "hsl(221, 91%, 87%)";
294
+ "--t-fill-color-product-home-lightest": "hsl(221, 91%, 91%)";
295
+ "--t-fill-color-product-home-dark": "hsl(221, 90%, 50%)";
296
+ "--t-fill-color-product-home-darker": "hsl(221, 90%, 45%)";
297
+ "--t-fill-color-product-home-darkest": "hsl(218, 84%, 25%)";
298
+ "--t-fill-color-product-people-base": "hsl(220, 74%, 57%)";
299
+ "--t-fill-color-product-people-light": "hsl(221, 73%, 65%)";
300
+ "--t-fill-color-product-people-lighter": "hsl(221, 73%, 71%)";
301
+ "--t-fill-color-product-people-lightest": "hsl(220, 69%, 81%)";
302
+ "--t-fill-color-product-people-dark": "hsl(220, 68%, 51%)";
303
+ "--t-fill-color-product-people-darker": "hsl(220, 68%, 41%)";
304
+ "--t-fill-color-product-people-darkest": "hsl(221, 68%, 31%)";
305
+ "--t-fill-color-product-publishing-base": "hsl(220, 12%, 31%)";
306
+ "--t-fill-color-product-publishing-light": "hsl(222, 12%, 39%)";
307
+ "--t-fill-color-product-publishing-lighter": "hsl(221, 11%, 50%)";
308
+ "--t-fill-color-product-publishing-lightest": "hsl(222, 10%, 60%)";
309
+ "--t-fill-color-product-publishing-dark": "hsl(220, 11%, 26%)";
310
+ "--t-fill-color-product-publishing-darker": "hsl(217, 12%, 22%)";
311
+ "--t-fill-color-product-publishing-darkest": "hsl(214, 11%, 12%)";
312
+ "--t-fill-color-product-registrations-base": "hsl(175, 36%, 43%)";
313
+ "--t-fill-color-product-registrations-light": "hsl(176, 37%, 60%)";
314
+ "--t-fill-color-product-registrations-lighter": "hsl(176, 37%, 68%)";
315
+ "--t-fill-color-product-registrations-lightest": "hsl(176, 38%, 78%)";
316
+ "--t-fill-color-product-registrations-dark": "hsl(175, 51%, 34%)";
317
+ "--t-fill-color-product-registrations-darker": "hsl(174, 51%, 28%)";
318
+ "--t-fill-color-product-registrations-darkest": "hsl(175, 52%, 22%)";
319
+ "--t-fill-color-product-services-base": "hsl(88, 45%, 41%)";
320
+ "--t-fill-color-product-services-light": "hsl(88, 40%, 54%)";
321
+ "--t-fill-color-product-services-lighter": "hsl(88, 39%, 66%)";
322
+ "--t-fill-color-product-services-lightest": "hsl(88, 39%, 75%)";
323
+ "--t-fill-color-product-services-dark": "hsl(89, 62%, 32%)";
324
+ "--t-fill-color-product-services-darker": "hsl(89, 62%, 26%)";
325
+ "--t-fill-color-product-services-darkest": "hsl(89, 63%, 21%)";
326
+ "--t-fill-color-product-staff-base": "hsl(328, 100%, 45%)";
327
+ "--t-fill-color-transparency-light-010": "hsla(0, 0%, 100%, 0.1)";
328
+ "--t-fill-color-transparency-light-020": "hsla(0, 0%, 100%, 0.2)";
329
+ "--t-fill-color-transparency-light-030": "hsla(0, 0%, 100%, 0.3)";
330
+ "--t-fill-color-transparency-light-040": "hsla(0, 0%, 100%, 0.4)";
331
+ "--t-fill-color-transparency-light-050": "hsla(0, 0%, 100%, 0.5)";
332
+ "--t-fill-color-transparency-light-060": "hsla(0, 0%, 100%, 0.6)";
333
+ "--t-fill-color-transparency-light-070": "hsla(0, 0%, 100%, 0.7)";
334
+ "--t-fill-color-transparency-light-080": "hsla(0, 0%, 100%, 0.8)";
335
+ "--t-fill-color-transparency-light-090": "hsla(0, 0%, 100%, 0.9)";
336
+ "--t-fill-color-transparency-dark-010": "hsla(0, 0%, 0%, 0.1)";
337
+ "--t-fill-color-transparency-dark-020": "hsla(0, 0%, 0%, 0.2)";
338
+ "--t-fill-color-transparency-dark-030": "hsla(0, 0%, 0%, 0.3)";
339
+ "--t-fill-color-transparency-dark-040": "hsla(0, 0%, 0%, 0.4)";
340
+ "--t-fill-color-transparency-dark-050": "hsla(0, 0%, 0%, 0.5)";
341
+ "--t-fill-color-transparency-dark-060": "hsla(0, 0%, 0%, 0.6)";
342
+ "--t-fill-color-transparency-dark-070": "hsla(0, 0%, 0%, 0.7)";
343
+ "--t-fill-color-transparency-dark-080": "hsla(0, 0%, 0%, 0.8)";
344
+ "--t-fill-color-transparency-dark-090": "hsla(0, 0%, 0%, 0.9)";
345
+ "--t-surface-color-canvas": "hsl(0, 0%, 98%)";
346
+ "--t-surface-color-card": "hsl(0, 0%, 100%)";
347
+ "--t-border-color-default-base": "hsl(0, 0%, 88%)";
348
+ "--t-border-color-default-dark": "hsl(0, 0%, 81%)";
349
+ "--t-border-color-default-darker": "hsl(0, 0%, 68%)";
350
+ "--t-border-color-default-darkest": "hsl(0, 0%, 62%)";
351
+ "--t-border-color-default-disabled": "hsl(0, 0%, 88%)";
352
+ "--t-border-color-default-dim": "hsl(0, 0%, 95%)";
353
+ "--t-border-color-default-white": "hsl(0, 0%, 100%)";
354
+ "--t-border-color-status-neutral": "hsl(0, 0%, 62%)";
355
+ "--t-border-color-status-info": "hsl(204, 100%, 40%)";
356
+ "--t-border-color-status-success": "hsl(97, 57%, 40%)";
357
+ "--t-border-color-status-warning": "hsl(42, 84%, 63%)";
358
+ "--t-border-color-status-error": "hsl(8, 60%, 47%)";
359
+ "--t-border-color-button-neutral": "hsl(0, 0%, 88%)";
360
+ "--t-border-color-button-info": "hsl(204, 100%, 40%)";
361
+ "--t-border-color-button-create": "hsl(96, 57%, 33%)";
362
+ "--t-border-color-button-delete": "hsl(8, 60%, 47%)";
363
+ "--t-border-color-control-neutral": "hsl(0, 0%, 68%)";
364
+ "--t-border-color-control-info": "hsl(204, 100%, 40%)";
365
+ "--t-border-color-control-success": "hsl(97, 57%, 40%)";
366
+ "--t-border-color-control-warning": "hsl(42, 84%, 63%)";
367
+ "--t-border-color-control-error": "hsl(8, 60%, 47%)";
368
+ "--t-border-color-control-disabled": "hsl(0, 0%, 88%)";
369
+ };
370
+ //# sourceMappingURL=tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/tokens/ts/tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6WlB,CAAA"}
@@ -0,0 +1,372 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ const tokens = {
5
+ "--t-border-radius-sm": "2px",
6
+ "--t-border-radius-md": "4px",
7
+ "--t-border-radius-lg": "8px",
8
+ "--t-border-radius-xl": "16px",
9
+ "--t-border-radius-round": "56px",
10
+ "--t-border-radius-default": "4px",
11
+ "--t-border-size-default": "1px",
12
+ "--t-border-size-thick": "2px",
13
+ "--t-spacing-1": "8px",
14
+ "--t-spacing-2": "16px",
15
+ "--t-spacing-3": "24px",
16
+ "--t-spacing-4": "32px",
17
+ "--t-spacing-5": "40px",
18
+ "--t-spacing-6": "48px",
19
+ "--t-spacing-7": "56px",
20
+ "--t-spacing-fourth": "2px",
21
+ "--t-spacing-half": "4px",
22
+ "--t-element-size-3xl": "48px",
23
+ "--t-element-size-2xl": "32px",
24
+ "--t-element-size-xl": "24px",
25
+ "--t-element-size-lg": "18px",
26
+ "--t-element-size-md": "16px",
27
+ "--t-element-size-sm": "14px",
28
+ "--t-element-size-xs": "12px",
29
+ "--t-font-size-4xl": "32px",
30
+ "--t-font-size-3xl": "28px",
31
+ "--t-font-size-2xl": "24px",
32
+ "--t-font-size-xl": "20px",
33
+ "--t-font-size-lg": "18px",
34
+ "--t-font-size-md": "16px",
35
+ "--t-font-size-sm": "14px",
36
+ "--t-font-size-xs": "12px",
37
+ "--t-font-size-2xs": "10px",
38
+ "--t-font-weight-normal": "400",
39
+ "--t-font-weight-medium": "500",
40
+ "--t-font-weight-semi-bold": "600",
41
+ "--t-font-weight-bold": "700",
42
+ "--t-container-size-xl": "48px",
43
+ "--t-container-size-lg": "40px",
44
+ "--t-container-size-md": "32px",
45
+ "--t-container-size-sm": "24px",
46
+ "--t-container-size-xs": "20px",
47
+ "--t-avatar-size-20": "20px",
48
+ "--t-avatar-size-24": "24px",
49
+ "--t-avatar-size-36": "36px",
50
+ "--t-avatar-size-48": "48px",
51
+ "--t-avatar-size-72": "72px",
52
+ "--t-avatar-size-112": "112px",
53
+ "--t-text-color-default-headline": "hsl(0, 0%, 12%)",
54
+ "--t-text-color-default-primary": "hsl(0, 0%, 24%)",
55
+ "--t-text-color-default-secondary": "hsl(0, 0%, 45%)",
56
+ "--t-text-color-default-disabled": "hsl(0, 0%, 81%)",
57
+ "--t-text-color-default-placeholder": "hsl(0, 0%, 62%)",
58
+ "--t-text-color-default-inverted": "hsl(0, 0%, 100%)",
59
+ "--t-text-color-interaction-primary": "hsl(204, 100%, 40%)",
60
+ "--t-text-color-interaction-hover": "hsl(204, 100%, 35%)",
61
+ "--t-text-color-interaction-active": "hsl(204, 100%, 30%)",
62
+ "--t-text-color-interaction-visited": "hsl(204, 100%, 30%)",
63
+ "--t-text-color-status-neutral": "hsl(0, 0%, 24%)",
64
+ "--t-text-color-status-info": "hsl(204, 100%, 35%)",
65
+ "--t-text-color-status-success": "hsl(97, 57%, 28%)",
66
+ "--t-text-color-status-warning": "hsl(42, 100%, 29%)",
67
+ "--t-text-color-status-error": "hsl(8, 60%, 45%)",
68
+ "--t-text-color-tag-subtle-gray": "hsl(0, 0%, 24%)",
69
+ "--t-text-color-tag-subtle-blue": "hsl(224, 47%, 31%)",
70
+ "--t-text-color-tag-subtle-aqua": "hsl(209, 77%, 22%)",
71
+ "--t-text-color-tag-subtle-teal": "hsl(180, 95%, 15%)",
72
+ "--t-text-color-tag-subtle-green": "hsl(100, 93%, 17%)",
73
+ "--t-text-color-tag-subtle-yellow": "hsl(29, 100%, 23%)",
74
+ "--t-text-color-tag-subtle-orange": "hsl(18, 100%, 18%)",
75
+ "--t-text-color-tag-subtle-pink": "hsl(327, 88%, 20%)",
76
+ "--t-text-color-tag-subtle-purple": "hsl(268, 71%, 27%)",
77
+ "--t-text-color-tag-subtle-magenta": "hsl(285, 71%, 20%)",
78
+ "--t-text-color-tag-gray": "hsl(0, 0%, 24%)",
79
+ "--t-text-color-tag-magenta": "hsl(285, 71%, 20%)",
80
+ "--t-text-color-tag-blue": "hsl(224, 47%, 31%)",
81
+ "--t-text-color-tag-aqua": "hsl(209, 77%, 22%)",
82
+ "--t-text-color-tag-teal": "hsl(180, 95%, 15%)",
83
+ "--t-text-color-tag-green": "hsl(100, 93%, 17%)",
84
+ "--t-text-color-tag-yellow": "hsl(29, 100%, 23%)",
85
+ "--t-text-color-tag-orange": "hsl(18, 100%, 18%)",
86
+ "--t-text-color-tag-pink": "hsl(327, 88%, 20%)",
87
+ "--t-text-color-tag-purple": "hsl(268, 71%, 27%)",
88
+ "--t-text-color-tag-bold-gray": "hsl(0, 0%, 24%)",
89
+ "--t-text-color-tag-bold-blue": "hsl(224, 47%, 31%)",
90
+ "--t-text-color-tag-bold-aqua": "hsl(209, 77%, 22%)",
91
+ "--t-text-color-tag-bold-teal": "hsl(180, 95%, 15%)",
92
+ "--t-text-color-tag-bold-green": "hsl(100, 93%, 17%)",
93
+ "--t-text-color-tag-bold-yellow": "hsl(29, 100%, 23%)",
94
+ "--t-text-color-tag-bold-orange": "hsl(18, 100%, 18%)",
95
+ "--t-text-color-tag-bold-pink": "hsl(327, 88%, 20%)",
96
+ "--t-text-color-tag-bold-purple": "hsl(268, 71%, 27%)",
97
+ "--t-text-color-tag-bold-magenta": "hsl(285, 71%, 20%)",
98
+ "--t-icon-color-default-primary": "hsl(0, 0%, 24%)",
99
+ "--t-icon-color-default-secondary": "hsl(0, 0%, 45%)",
100
+ "--t-icon-color-default-dim": "hsl(0, 0%, 62%)",
101
+ "--t-icon-color-default-disabled": "hsl(0, 0%, 81%)",
102
+ "--t-icon-color-default-inverted": "hsl(0, 0%, 100%)",
103
+ "--t-icon-color-status-neutral-primary": "hsl(0, 0%, 45%)",
104
+ "--t-icon-color-status-neutral-secondary": "hsl(0, 0%, 62%)",
105
+ "--t-icon-color-status-neutral-bold": "hsl(0, 0%, 24%)",
106
+ "--t-icon-color-status-neutral-dark": "hsl(0, 0%, 24%)",
107
+ "--t-icon-color-status-info-primary": "hsl(204, 100%, 40%)",
108
+ "--t-icon-color-status-info-secondary": "hsl(204, 100%, 40%)",
109
+ "--t-icon-color-status-success-primary": "hsl(96, 57%, 33%)",
110
+ "--t-icon-color-status-success-secondary": "hsl(97, 57%, 40%)",
111
+ "--t-icon-color-status-warning-primary": "hsl(42, 84%, 49%)",
112
+ "--t-icon-color-status-error-primary": "hsl(8, 60%, 47%)",
113
+ "--t-fill-color-neutral-000": "hsl(0, 0%, 12%)",
114
+ "--t-fill-color-neutral-010": "hsl(0, 0%, 24%)",
115
+ "--t-fill-color-neutral-020": "hsl(0, 0%, 45%)",
116
+ "--t-fill-color-neutral-030": "hsl(0, 0%, 62%)",
117
+ "--t-fill-color-neutral-040": "hsl(0, 0%, 81%)",
118
+ "--t-fill-color-neutral-050": "hsl(0, 0%, 88%)",
119
+ "--t-fill-color-neutral-060": "hsl(0, 0%, 93%)",
120
+ "--t-fill-color-neutral-070": "hsl(0, 0%, 95%)",
121
+ "--t-fill-color-neutral-080": "hsl(0, 0%, 97%)",
122
+ "--t-fill-color-neutral-090": "hsl(0, 0%, 98%)",
123
+ "--t-fill-color-neutral-100": "hsl(0, 0%, 100%)",
124
+ "--t-fill-color-interaction-default": "hsl(204, 100%, 40%)",
125
+ "--t-fill-color-interaction-hover": "hsl(204, 100%, 35%)",
126
+ "--t-fill-color-interaction-active": "hsl(204, 100%, 30%)",
127
+ "--t-fill-color-interaction-disabled": "hsl(0, 0%, 81%)",
128
+ "--t-fill-color-control-neutral-off": "hsl(0, 0%, 62%)",
129
+ "--t-fill-color-control-neutral-on": "hsl(0, 0%, 24%)",
130
+ "--t-fill-color-control-primary": "hsl(204, 100%, 40%)",
131
+ "--t-fill-color-control-secondary": "hsl(97, 57%, 40%)",
132
+ "--t-fill-color-control-error": "hsl(8, 60%, 47%)",
133
+ "--t-fill-color-control-disabled": "hsl(0, 0%, 81%)",
134
+ "--t-fill-color-status-neutral-solid": "hsl(0, 0%, 45%)",
135
+ "--t-fill-color-status-neutral-ghost": "hsl(0, 0%, 93%)",
136
+ "--t-fill-color-status-neutral-dim": "hsl(0, 0%, 97%)",
137
+ "--t-fill-color-status-info-solid": "hsl(204, 100%, 40%)",
138
+ "--t-fill-color-status-info-ghost": "hsl(203, 94%, 94%)",
139
+ "--t-fill-color-status-info-dim": "hsl(204, 100%, 97%)",
140
+ "--t-fill-color-status-success-solid": "hsl(96, 57%, 33%)",
141
+ "--t-fill-color-status-success-ghost": "hsl(97, 57%, 90%)",
142
+ "--t-fill-color-status-success-dim": "hsl(96, 60%, 95%)",
143
+ "--t-fill-color-status-warning-solid": "hsl(42, 84%, 63%)",
144
+ "--t-fill-color-status-warning-ghost": "hsl(42, 87%, 94%)",
145
+ "--t-fill-color-status-warning-dim": "hsl(42, 87%, 97%)",
146
+ "--t-fill-color-status-error-solid": "hsl(8, 60%, 47%)",
147
+ "--t-fill-color-status-error-ghost": "hsl(9, 59%, 93%)",
148
+ "--t-fill-color-status-error-dim": "hsl(7, 60%, 97%)",
149
+ "--t-fill-color-alert-info": "hsl(204, 94%, 49%)",
150
+ "--t-fill-color-alert-success": "hsl(122, 60%, 41%)",
151
+ "--t-fill-color-alert-warning": "hsl(43, 96%, 58%)",
152
+ "--t-fill-color-alert-error": "hsl(4, 77%, 59%)",
153
+ "--t-fill-color-tooltip-primary": "hsla(0, 0%, 12%, 0.77)",
154
+ "--t-fill-color-tag-subtle-gray": "hsl(0, 0%, 93%)",
155
+ "--t-fill-color-tag-subtle-blue": "hsl(220, 100%, 95%)",
156
+ "--t-fill-color-tag-subtle-label-gray": "hsl(0, 0%, 88%)",
157
+ "--t-fill-color-tag-subtle-label-blue": "hsl(221, 100%, 81%)",
158
+ "--t-fill-color-tag-subtle-label-aqua": "hsl(200, 82%, 82%)",
159
+ "--t-fill-color-tag-subtle-label-teal": "hsl(164, 52%, 76%)",
160
+ "--t-fill-color-tag-subtle-label-green": "hsl(99, 59%, 78%)",
161
+ "--t-fill-color-tag-subtle-label-yellow": "hsl(44, 78%, 77%)",
162
+ "--t-fill-color-tag-subtle-label-orange": "hsl(21, 89%, 82%)",
163
+ "--t-fill-color-tag-subtle-label-pink": "hsl(310, 64%, 85%)",
164
+ "--t-fill-color-tag-subtle-label-purple": "hsl(259, 74%, 85%)",
165
+ "--t-fill-color-tag-subtle-label-magenta": "hsl(291, 40%, 83%)",
166
+ "--t-fill-color-tag-subtle-aqua": "hsl(200, 82%, 89%)",
167
+ "--t-fill-color-tag-subtle-teal": "hsl(163, 53%, 83%)",
168
+ "--t-fill-color-tag-subtle-green": "hsl(98, 59%, 85%)",
169
+ "--t-fill-color-tag-subtle-yellow": "hsl(45, 77%, 85%)",
170
+ "--t-fill-color-tag-subtle-orange": "hsl(22, 89%, 89%)",
171
+ "--t-fill-color-tag-subtle-pink": "hsl(311, 66%, 92%)",
172
+ "--t-fill-color-tag-subtle-purple": "hsl(259, 74%, 93%)",
173
+ "--t-fill-color-tag-subtle-magenta": "hsl(294, 37%, 90%)",
174
+ "--t-fill-color-tag-bold-gray": "hsl(0, 0%, 88%)",
175
+ "--t-fill-color-tag-bold-blue": "hsl(220, 98%, 81%)",
176
+ "--t-fill-color-tag-bold-aqua": "hsl(201, 76%, 71%)",
177
+ "--t-fill-color-tag-bold-teal": "hsl(169, 62%, 64%)",
178
+ "--t-fill-color-tag-bold-green": "hsl(112, 57%, 65%)",
179
+ "--t-fill-color-tag-bold-yellow": "hsl(44, 92%, 69%)",
180
+ "--t-fill-color-tag-bold-orange": "hsl(21, 86%, 72%)",
181
+ "--t-fill-color-tag-bold-pink": "hsl(324, 78%, 77%)",
182
+ "--t-fill-color-tag-bold-purple": "hsl(273, 62%, 76%)",
183
+ "--t-fill-color-tag-bold-magenta": "hsl(291, 48%, 70%)",
184
+ "--t-fill-color-tag-bold-label-gray": "hsl(0, 0%, 81%)",
185
+ "--t-fill-color-tag-bold-label-blue": "hsl(220, 98%, 74%)",
186
+ "--t-fill-color-tag-bold-label-aqua": "hsl(200, 75%, 64%)",
187
+ "--t-fill-color-tag-bold-label-teal": "hsl(169, 62%, 56%)",
188
+ "--t-fill-color-tag-bold-label-green": "hsl(112, 57%, 57%)",
189
+ "--t-fill-color-tag-bold-label-yellow": "hsl(44, 93%, 61%)",
190
+ "--t-fill-color-tag-bold-label-orange": "hsl(21, 86%, 64%)",
191
+ "--t-fill-color-tag-bold-label-pink": "hsl(324, 76%, 70%)",
192
+ "--t-fill-color-tag-bold-label-purple": "hsl(273, 62%, 70%)",
193
+ "--t-fill-color-tag-bold-label-magenta": "hsl(292, 48%, 63%)",
194
+ "--t-fill-color-button-neutral-solid-default": "hsl(0, 0%, 45%)",
195
+ "--t-fill-color-button-neutral-solid-hover": "hsl(0, 0%, 24%)",
196
+ "--t-fill-color-button-neutral-solid-active": "hsl(0, 0%, 12%)",
197
+ "--t-fill-color-button-neutral-solid-disabled": "hsl(0, 0%, 95%)",
198
+ "--t-fill-color-button-neutral-outline-dim-default": "hsla(0, 0%, 100%, 0)",
199
+ "--t-fill-color-button-neutral-outline-dim-hover": "hsl(0, 0%, 95%)",
200
+ "--t-fill-color-button-neutral-outline-dim-active": "hsl(0, 0%, 93%)",
201
+ "--t-fill-color-button-neutral-outline-dim-disabled": "hsla(0, 0%, 100%, 0)",
202
+ "--t-fill-color-button-neutral-outline-dim-disabled-solid": "hsl(0, 0%, 98%)",
203
+ "--t-fill-color-button-neutral-ghost-default": "hsla(0, 0%, 100%, 0)",
204
+ "--t-fill-color-button-neutral-ghost-hover": "hsl(0, 0%, 95%)",
205
+ "--t-fill-color-button-neutral-ghost-active": "hsl(0, 0%, 93%)",
206
+ "--t-fill-color-button-neutral-ghost-disabled": "hsla(0, 0%, 100%, 0)",
207
+ "--t-fill-color-button-neutral-ghost-disabled-solid": "hsl(0, 0%, 98%)",
208
+ "--t-fill-color-button-interaction-solid-default": "hsl(204, 100%, 40%)",
209
+ "--t-fill-color-button-interaction-solid-hover": "hsl(204, 100%, 35%)",
210
+ "--t-fill-color-button-interaction-solid-active": "hsl(204, 100%, 30%)",
211
+ "--t-fill-color-button-interaction-solid-disabled": "hsl(0, 0%, 81%)",
212
+ "--t-fill-color-button-interaction-outline-dim-default": "hsla(0, 0%, 100%, 0)",
213
+ "--t-fill-color-button-interaction-outline-dim-hover": "hsl(204, 100%, 97%)",
214
+ "--t-fill-color-button-interaction-outline-dim-active": "hsl(203, 94%, 94%)",
215
+ "--t-fill-color-button-interaction-outline-dim-disabled": "hsla(0, 0%, 100%, 0)",
216
+ "--t-fill-color-button-interaction-ghost-default": "hsla(0, 0%, 100%, 0)",
217
+ "--t-fill-color-button-interaction-ghost-hover": "hsl(204, 100%, 97%)",
218
+ "--t-fill-color-button-interaction-ghost-active": "hsl(203, 94%, 94%)",
219
+ "--t-fill-color-button-interaction-ghost-disabled": "hsla(0, 0%, 100%, 0)",
220
+ "--t-fill-color-button-default-info-solid-default": "hsl(204, 100%, 40%)",
221
+ "--t-fill-color-button-default-info-solid-hover": "hsl(204, 100%, 35%)",
222
+ "--t-fill-color-button-default-info-solid-active": "hsl(204, 100%, 30%)",
223
+ "--t-fill-color-button-default-info-solid-disabled": "hsl(0, 0%, 81%)",
224
+ "--t-fill-color-button-default-info-outline-dim-default": "hsla(0, 0%, 100%, 0)",
225
+ "--t-fill-color-button-default-info-outline-dim-hover": "hsl(204, 100%, 97%)",
226
+ "--t-fill-color-button-default-info-outline-dim-active": "hsl(203, 94%, 94%)",
227
+ "--t-fill-color-button-default-info-outline-dim-disabled": "hsla(0, 0%, 100%, 0)",
228
+ "--t-fill-color-button-default-info-ghost-default": "hsla(0, 0%, 100%, 0)",
229
+ "--t-fill-color-button-default-info-ghost-hover": "hsl(204, 100%, 97%)",
230
+ "--t-fill-color-button-default-info-ghost-active": "hsl(203, 94%, 94%)",
231
+ "--t-fill-color-button-default-info-ghost-disabled": "hsla(0, 0%, 100%, 0)",
232
+ "--t-fill-color-button-create-solid-default": "hsl(96, 57%, 33%)",
233
+ "--t-fill-color-button-create-solid-hover": "hsl(97, 57%, 28%)",
234
+ "--t-fill-color-button-create-solid-active": "hsl(97, 57%, 23%)",
235
+ "--t-fill-color-button-create-solid-disabled": "hsl(0, 0%, 81%)",
236
+ "--t-fill-color-button-create-ghost-default": "hsla(0, 0%, 100%, 0)",
237
+ "--t-fill-color-button-create-ghost-hover": "hsl(96, 60%, 95%)",
238
+ "--t-fill-color-button-create-ghost-active": "hsl(97, 57%, 90%)",
239
+ "--t-fill-color-button-create-ghost-disabled": "hsla(0, 0%, 100%, 0)",
240
+ "--t-fill-color-button-delete-solid-default": "hsl(8, 60%, 47%)",
241
+ "--t-fill-color-button-delete-solid-hover": "hsl(8, 60%, 45%)",
242
+ "--t-fill-color-button-delete-solid-active": "hsl(8, 60%, 40%)",
243
+ "--t-fill-color-button-delete-solid-disabled": "hsl(0, 0%, 81%)",
244
+ "--t-fill-color-button-delete-outline-dim-default": "hsla(0, 0%, 100%, 0)",
245
+ "--t-fill-color-button-delete-outline-dim-hover": "hsl(7, 60%, 97%)",
246
+ "--t-fill-color-button-delete-outline-dim-active": "hsl(9, 59%, 93%)",
247
+ "--t-fill-color-button-delete-outline-dim-disabled": "hsla(0, 0%, 100%, 0)",
248
+ "--t-fill-color-button-delete-ghost-default": "hsla(0, 0%, 100%, 0)",
249
+ "--t-fill-color-button-delete-ghost-hover": "hsl(7, 60%, 97%)",
250
+ "--t-fill-color-button-delete-ghost-active": "hsl(9, 59%, 93%)",
251
+ "--t-fill-color-button-delete-ghost-disabled": "hsla(0, 0%, 100%, 0)",
252
+ "--t-fill-color-button-pill-default": "hsl(0, 0%, 93%)",
253
+ "--t-fill-color-button-pill-hover": "hsl(0, 0%, 88%)",
254
+ "--t-fill-color-button-pill-active": "hsl(0, 0%, 88%)",
255
+ "--t-fill-color-button-pill-disabled": "hsl(0, 0%, 93%)",
256
+ "--t-fill-color-product-accounts-base": "hsl(210, 55%, 50%)",
257
+ "--t-fill-color-product-accounts-light": "hsl(210, 54%, 60%)",
258
+ "--t-fill-color-product-accounts-lighter": "hsl(209, 53%, 90%)",
259
+ "--t-fill-color-product-accounts-lightest": "hsl(212, 54%, 93%)",
260
+ "--t-fill-color-product-accounts-dark": "hsl(210, 65%, 40%)",
261
+ "--t-fill-color-product-accounts-darker": "hsl(211, 70%, 32%)",
262
+ "--t-fill-color-product-accounts-darkest": "hsl(210, 75%, 25%)",
263
+ "--t-fill-color-product-calendar-base": "hsl(9, 61%, 50%)",
264
+ "--t-fill-color-product-calendar-light": "hsl(8, 65%, 55%)",
265
+ "--t-fill-color-product-calendar-lighter": "hsl(8, 72%, 59%)",
266
+ "--t-fill-color-product-calendar-lightest": "hsl(8, 61%, 70%)",
267
+ "--t-fill-color-product-calendar-dark": "hsl(8, 65%, 42%)",
268
+ "--t-fill-color-product-calendar-darker": "hsl(7, 65%, 34%)",
269
+ "--t-fill-color-product-calendar-darkest": "hsl(9, 61%, 27%)",
270
+ "--t-fill-color-product-checkins-base": "hsl(283, 22%, 48%)",
271
+ "--t-fill-color-product-checkins-light": "hsl(283, 22%, 55%)",
272
+ "--t-fill-color-product-checkins-lighter": "hsl(284, 22%, 64%)",
273
+ "--t-fill-color-product-checkins-lightest": "hsl(283, 22%, 75%)",
274
+ "--t-fill-color-product-checkins-dark": "hsl(283, 27%, 42%)",
275
+ "--t-fill-color-product-checkins-darker": "hsl(284, 33%, 34%)",
276
+ "--t-fill-color-product-checkins-darkest": "hsl(283, 33%, 27%)",
277
+ "--t-fill-color-product-giving-base": "hsl(43, 88%, 64%)",
278
+ "--t-fill-color-product-giving-light": "hsl(43, 88%, 70%)",
279
+ "--t-fill-color-product-giving-lighter": "hsl(43, 95%, 75%)",
280
+ "--t-fill-color-product-giving-lightest": "hsl(42, 95%, 83%)",
281
+ "--t-fill-color-product-giving-dark": "hsl(42, 84%, 55%)",
282
+ "--t-fill-color-product-giving-darker": "hsl(42, 84%, 48%)",
283
+ "--t-fill-color-product-giving-darkest": "hsl(42, 100%, 40%)",
284
+ "--t-fill-color-product-groups-base": "hsl(17, 88%, 55%)",
285
+ "--t-fill-color-product-groups-light": "hsl(17, 96%, 63%)",
286
+ "--t-fill-color-product-groups-lighter": "hsl(17, 96%, 70%)",
287
+ "--t-fill-color-product-groups-lightest": "hsl(17, 96%, 80%)",
288
+ "--t-fill-color-product-groups-dark": "hsl(12, 70%, 48%)",
289
+ "--t-fill-color-product-groups-darker": "hsl(12, 70%, 40%)",
290
+ "--t-fill-color-product-groups-darkest": "hsl(14, 70%, 34%)",
291
+ "--t-fill-color-product-home-base": "hsl(221, 91%, 55%)",
292
+ "--t-fill-color-product-home-light": "hsl(221, 91%, 62%)",
293
+ "--t-fill-color-product-home-lighter": "hsl(221, 91%, 87%)",
294
+ "--t-fill-color-product-home-lightest": "hsl(221, 91%, 91%)",
295
+ "--t-fill-color-product-home-dark": "hsl(221, 90%, 50%)",
296
+ "--t-fill-color-product-home-darker": "hsl(221, 90%, 45%)",
297
+ "--t-fill-color-product-home-darkest": "hsl(218, 84%, 25%)",
298
+ "--t-fill-color-product-people-base": "hsl(220, 74%, 57%)",
299
+ "--t-fill-color-product-people-light": "hsl(221, 73%, 65%)",
300
+ "--t-fill-color-product-people-lighter": "hsl(221, 73%, 71%)",
301
+ "--t-fill-color-product-people-lightest": "hsl(220, 69%, 81%)",
302
+ "--t-fill-color-product-people-dark": "hsl(220, 68%, 51%)",
303
+ "--t-fill-color-product-people-darker": "hsl(220, 68%, 41%)",
304
+ "--t-fill-color-product-people-darkest": "hsl(221, 68%, 31%)",
305
+ "--t-fill-color-product-publishing-base": "hsl(220, 12%, 31%)",
306
+ "--t-fill-color-product-publishing-light": "hsl(222, 12%, 39%)",
307
+ "--t-fill-color-product-publishing-lighter": "hsl(221, 11%, 50%)",
308
+ "--t-fill-color-product-publishing-lightest": "hsl(222, 10%, 60%)",
309
+ "--t-fill-color-product-publishing-dark": "hsl(220, 11%, 26%)",
310
+ "--t-fill-color-product-publishing-darker": "hsl(217, 12%, 22%)",
311
+ "--t-fill-color-product-publishing-darkest": "hsl(214, 11%, 12%)",
312
+ "--t-fill-color-product-registrations-base": "hsl(175, 36%, 43%)",
313
+ "--t-fill-color-product-registrations-light": "hsl(176, 37%, 60%)",
314
+ "--t-fill-color-product-registrations-lighter": "hsl(176, 37%, 68%)",
315
+ "--t-fill-color-product-registrations-lightest": "hsl(176, 38%, 78%)",
316
+ "--t-fill-color-product-registrations-dark": "hsl(175, 51%, 34%)",
317
+ "--t-fill-color-product-registrations-darker": "hsl(174, 51%, 28%)",
318
+ "--t-fill-color-product-registrations-darkest": "hsl(175, 52%, 22%)",
319
+ "--t-fill-color-product-services-base": "hsl(88, 45%, 41%)",
320
+ "--t-fill-color-product-services-light": "hsl(88, 40%, 54%)",
321
+ "--t-fill-color-product-services-lighter": "hsl(88, 39%, 66%)",
322
+ "--t-fill-color-product-services-lightest": "hsl(88, 39%, 75%)",
323
+ "--t-fill-color-product-services-dark": "hsl(89, 62%, 32%)",
324
+ "--t-fill-color-product-services-darker": "hsl(89, 62%, 26%)",
325
+ "--t-fill-color-product-services-darkest": "hsl(89, 63%, 21%)",
326
+ "--t-fill-color-product-staff-base": "hsl(328, 100%, 45%)",
327
+ "--t-fill-color-transparency-light-010": "hsla(0, 0%, 100%, 0.1)",
328
+ "--t-fill-color-transparency-light-020": "hsla(0, 0%, 100%, 0.2)",
329
+ "--t-fill-color-transparency-light-030": "hsla(0, 0%, 100%, 0.3)",
330
+ "--t-fill-color-transparency-light-040": "hsla(0, 0%, 100%, 0.4)",
331
+ "--t-fill-color-transparency-light-050": "hsla(0, 0%, 100%, 0.5)",
332
+ "--t-fill-color-transparency-light-060": "hsla(0, 0%, 100%, 0.6)",
333
+ "--t-fill-color-transparency-light-070": "hsla(0, 0%, 100%, 0.7)",
334
+ "--t-fill-color-transparency-light-080": "hsla(0, 0%, 100%, 0.8)",
335
+ "--t-fill-color-transparency-light-090": "hsla(0, 0%, 100%, 0.9)",
336
+ "--t-fill-color-transparency-dark-010": "hsla(0, 0%, 0%, 0.1)",
337
+ "--t-fill-color-transparency-dark-020": "hsla(0, 0%, 0%, 0.2)",
338
+ "--t-fill-color-transparency-dark-030": "hsla(0, 0%, 0%, 0.3)",
339
+ "--t-fill-color-transparency-dark-040": "hsla(0, 0%, 0%, 0.4)",
340
+ "--t-fill-color-transparency-dark-050": "hsla(0, 0%, 0%, 0.5)",
341
+ "--t-fill-color-transparency-dark-060": "hsla(0, 0%, 0%, 0.6)",
342
+ "--t-fill-color-transparency-dark-070": "hsla(0, 0%, 0%, 0.7)",
343
+ "--t-fill-color-transparency-dark-080": "hsla(0, 0%, 0%, 0.8)",
344
+ "--t-fill-color-transparency-dark-090": "hsla(0, 0%, 0%, 0.9)",
345
+ "--t-surface-color-canvas": "hsl(0, 0%, 98%)",
346
+ "--t-surface-color-card": "hsl(0, 0%, 100%)",
347
+ "--t-border-color-default-base": "hsl(0, 0%, 88%)",
348
+ "--t-border-color-default-dark": "hsl(0, 0%, 81%)",
349
+ "--t-border-color-default-darker": "hsl(0, 0%, 68%)",
350
+ "--t-border-color-default-darkest": "hsl(0, 0%, 62%)",
351
+ "--t-border-color-default-disabled": "hsl(0, 0%, 88%)",
352
+ "--t-border-color-default-dim": "hsl(0, 0%, 95%)",
353
+ "--t-border-color-default-white": "hsl(0, 0%, 100%)",
354
+ "--t-border-color-status-neutral": "hsl(0, 0%, 62%)",
355
+ "--t-border-color-status-info": "hsl(204, 100%, 40%)",
356
+ "--t-border-color-status-success": "hsl(97, 57%, 40%)",
357
+ "--t-border-color-status-warning": "hsl(42, 84%, 63%)",
358
+ "--t-border-color-status-error": "hsl(8, 60%, 47%)",
359
+ "--t-border-color-button-neutral": "hsl(0, 0%, 88%)",
360
+ "--t-border-color-button-info": "hsl(204, 100%, 40%)",
361
+ "--t-border-color-button-create": "hsl(96, 57%, 33%)",
362
+ "--t-border-color-button-delete": "hsl(8, 60%, 47%)",
363
+ "--t-border-color-control-neutral": "hsl(0, 0%, 68%)",
364
+ "--t-border-color-control-info": "hsl(204, 100%, 40%)",
365
+ "--t-border-color-control-success": "hsl(97, 57%, 40%)",
366
+ "--t-border-color-control-warning": "hsl(42, 84%, 63%)",
367
+ "--t-border-color-control-error": "hsl(8, 60%, 47%)",
368
+ "--t-border-color-control-disabled": "hsl(0, 0%, 88%)"
369
+ };
370
+
371
+ export { tokens };
372
+ //# sourceMappingURL=tokens.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens.js","sources":["../../../src/tokens/ts/tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const tokens = {\n \"--t-border-radius-sm\": \"2px\" as const,\n \"--t-border-radius-md\": \"4px\" as const,\n \"--t-border-radius-lg\": \"8px\" as const,\n \"--t-border-radius-xl\": \"16px\" as const,\n \"--t-border-radius-round\": \"56px\" as const,\n \"--t-border-radius-default\": \"4px\" as const,\n \"--t-border-size-default\": \"1px\" as const,\n \"--t-border-size-thick\": \"2px\" as const,\n \"--t-spacing-1\": \"8px\" as const,\n \"--t-spacing-2\": \"16px\" as const,\n \"--t-spacing-3\": \"24px\" as const,\n \"--t-spacing-4\": \"32px\" as const,\n \"--t-spacing-5\": \"40px\" as const,\n \"--t-spacing-6\": \"48px\" as const,\n \"--t-spacing-7\": \"56px\" as const,\n \"--t-spacing-fourth\": \"2px\" as const,\n \"--t-spacing-half\": \"4px\" as const,\n \"--t-element-size-3xl\": \"48px\" as const,\n \"--t-element-size-2xl\": \"32px\" as const,\n \"--t-element-size-xl\": \"24px\" as const,\n \"--t-element-size-lg\": \"18px\" as const,\n \"--t-element-size-md\": \"16px\" as const,\n \"--t-element-size-sm\": \"14px\" as const,\n \"--t-element-size-xs\": \"12px\" as const,\n \"--t-font-size-4xl\": \"32px\" as const,\n \"--t-font-size-3xl\": \"28px\" as const,\n \"--t-font-size-2xl\": \"24px\" as const,\n \"--t-font-size-xl\": \"20px\" as const,\n \"--t-font-size-lg\": \"18px\" as const,\n \"--t-font-size-md\": \"16px\" as const,\n \"--t-font-size-sm\": \"14px\" as const,\n \"--t-font-size-xs\": \"12px\" as const,\n \"--t-font-size-2xs\": \"10px\" as const,\n \"--t-font-weight-normal\": \"400\" as const,\n \"--t-font-weight-medium\": \"500\" as const,\n \"--t-font-weight-semi-bold\": \"600\" as const,\n \"--t-font-weight-bold\": \"700\" as const,\n \"--t-container-size-xl\": \"48px\" as const,\n \"--t-container-size-lg\": \"40px\" as const,\n \"--t-container-size-md\": \"32px\" as const,\n \"--t-container-size-sm\": \"24px\" as const,\n \"--t-container-size-xs\": \"20px\" as const,\n \"--t-avatar-size-20\": \"20px\" as const,\n \"--t-avatar-size-24\": \"24px\" as const,\n \"--t-avatar-size-36\": \"36px\" as const,\n \"--t-avatar-size-48\": \"48px\" as const,\n \"--t-avatar-size-72\": \"72px\" as const,\n \"--t-avatar-size-112\": \"112px\" as const,\n \"--t-text-color-default-headline\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-text-color-default-primary\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-default-secondary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-text-color-default-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-text-color-default-placeholder\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-text-color-default-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-text-color-interaction-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-text-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-interaction-visited\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-status-neutral\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-status-info\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-status-success\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-text-color-status-warning\": \"hsl(42, 100%, 29%)\" as const,\n \"--t-text-color-status-error\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-text-color-tag-subtle-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-subtle-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-subtle-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-subtle-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-subtle-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-subtle-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-subtle-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-subtle-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-subtle-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-subtle-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-bold-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-bold-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-bold-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-bold-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-bold-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-bold-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-bold-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-bold-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-icon-color-default-primary\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-default-secondary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-icon-color-default-dim\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-icon-color-default-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-icon-color-default-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-icon-color-status-neutral-primary\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-icon-color-status-neutral-secondary\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-icon-color-status-neutral-bold\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-neutral-dark\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-info-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-info-secondary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-success-primary\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-icon-color-status-success-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-icon-color-status-warning-primary\": \"hsl(42, 84%, 49%)\" as const,\n \"--t-icon-color-status-error-primary\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-neutral-000\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-neutral-010\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-neutral-020\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-neutral-030\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-fill-color-neutral-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-neutral-050\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-neutral-060\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-neutral-070\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-neutral-080\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-neutral-090\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-neutral-100\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-fill-color-interaction-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-interaction-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-control-neutral-off\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-fill-color-control-neutral-on\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-control-primary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-control-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-fill-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-control-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-status-neutral-solid\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-status-neutral-dim\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-status-info-solid\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-status-info-ghost\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-status-info-dim\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-status-success-solid\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-status-success-ghost\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-status-success-dim\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-status-warning-solid\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-fill-color-status-warning-ghost\": \"hsl(42, 87%, 94%)\" as const,\n \"--t-fill-color-status-warning-dim\": \"hsl(42, 87%, 97%)\" as const,\n \"--t-fill-color-status-error-solid\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-status-error-ghost\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-status-error-dim\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-alert-info\": \"hsl(204, 94%, 49%)\" as const,\n \"--t-fill-color-alert-success\": \"hsl(122, 60%, 41%)\" as const,\n \"--t-fill-color-alert-warning\": \"hsl(43, 96%, 58%)\" as const,\n \"--t-fill-color-alert-error\": \"hsl(4, 77%, 59%)\" as const,\n \"--t-fill-color-tooltip-primary\": \"hsla(0, 0%, 12%, 0.77)\" as const,\n \"--t-fill-color-tag-subtle-gray\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-tag-subtle-blue\": \"hsl(220, 100%, 95%)\" as const,\n \"--t-fill-color-tag-subtle-label-gray\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-subtle-label-blue\": \"hsl(221, 100%, 81%)\" as const,\n \"--t-fill-color-tag-subtle-label-aqua\": \"hsl(200, 82%, 82%)\" as const,\n \"--t-fill-color-tag-subtle-label-teal\": \"hsl(164, 52%, 76%)\" as const,\n \"--t-fill-color-tag-subtle-label-green\": \"hsl(99, 59%, 78%)\" as const,\n \"--t-fill-color-tag-subtle-label-yellow\": \"hsl(44, 78%, 77%)\" as const,\n \"--t-fill-color-tag-subtle-label-orange\": \"hsl(21, 89%, 82%)\" as const,\n \"--t-fill-color-tag-subtle-label-pink\": \"hsl(310, 64%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-label-purple\": \"hsl(259, 74%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-label-magenta\": \"hsl(291, 40%, 83%)\" as const,\n \"--t-fill-color-tag-subtle-aqua\": \"hsl(200, 82%, 89%)\" as const,\n \"--t-fill-color-tag-subtle-teal\": \"hsl(163, 53%, 83%)\" as const,\n \"--t-fill-color-tag-subtle-green\": \"hsl(98, 59%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-yellow\": \"hsl(45, 77%, 85%)\" as const,\n \"--t-fill-color-tag-subtle-orange\": \"hsl(22, 89%, 89%)\" as const,\n \"--t-fill-color-tag-subtle-pink\": \"hsl(311, 66%, 92%)\" as const,\n \"--t-fill-color-tag-subtle-purple\": \"hsl(259, 74%, 93%)\" as const,\n \"--t-fill-color-tag-subtle-magenta\": \"hsl(294, 37%, 90%)\" as const,\n \"--t-fill-color-tag-bold-gray\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-bold-blue\": \"hsl(220, 98%, 81%)\" as const,\n \"--t-fill-color-tag-bold-aqua\": \"hsl(201, 76%, 71%)\" as const,\n \"--t-fill-color-tag-bold-teal\": \"hsl(169, 62%, 64%)\" as const,\n \"--t-fill-color-tag-bold-green\": \"hsl(112, 57%, 65%)\" as const,\n \"--t-fill-color-tag-bold-yellow\": \"hsl(44, 92%, 69%)\" as const,\n \"--t-fill-color-tag-bold-orange\": \"hsl(21, 86%, 72%)\" as const,\n \"--t-fill-color-tag-bold-pink\": \"hsl(324, 78%, 77%)\" as const,\n \"--t-fill-color-tag-bold-purple\": \"hsl(273, 62%, 76%)\" as const,\n \"--t-fill-color-tag-bold-magenta\": \"hsl(291, 48%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-gray\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-tag-bold-label-blue\": \"hsl(220, 98%, 74%)\" as const,\n \"--t-fill-color-tag-bold-label-aqua\": \"hsl(200, 75%, 64%)\" as const,\n \"--t-fill-color-tag-bold-label-teal\": \"hsl(169, 62%, 56%)\" as const,\n \"--t-fill-color-tag-bold-label-green\": \"hsl(112, 57%, 57%)\" as const,\n \"--t-fill-color-tag-bold-label-yellow\": \"hsl(44, 93%, 61%)\" as const,\n \"--t-fill-color-tag-bold-label-orange\": \"hsl(21, 86%, 64%)\" as const,\n \"--t-fill-color-tag-bold-label-pink\": \"hsl(324, 76%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-purple\": \"hsl(273, 62%, 70%)\" as const,\n \"--t-fill-color-tag-bold-label-magenta\": \"hsl(292, 48%, 63%)\" as const,\n \"--t-fill-color-button-neutral-solid-default\": \"hsl(0, 0%, 45%)\" as const,\n \"--t-fill-color-button-neutral-solid-hover\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-button-neutral-solid-active\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-button-neutral-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-ghost-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-interaction-solid-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-interaction-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-interaction-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-solid-default\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-default-info-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-default-info-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-default-info-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-default-info-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-default-info-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-default-info-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-default-info-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-solid-default\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-button-create-solid-hover\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-fill-color-button-create-solid-active\": \"hsl(97, 57%, 23%)\" as const,\n \"--t-fill-color-button-create-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-create-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-ghost-hover\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-button-create-ghost-active\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-button-create-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-solid-default\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-button-delete-solid-hover\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-fill-color-button-delete-solid-active\": \"hsl(8, 60%, 40%)\" as const,\n \"--t-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-dim-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-ghost-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-pill-default\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-pill-hover\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-active\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-disabled\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-product-accounts-base\": \"hsl(210, 55%, 50%)\" as const,\n \"--t-fill-color-product-accounts-light\": \"hsl(210, 54%, 60%)\" as const,\n \"--t-fill-color-product-accounts-lighter\": \"hsl(209, 53%, 90%)\" as const,\n \"--t-fill-color-product-accounts-lightest\": \"hsl(212, 54%, 93%)\" as const,\n \"--t-fill-color-product-accounts-dark\": \"hsl(210, 65%, 40%)\" as const,\n \"--t-fill-color-product-accounts-darker\": \"hsl(211, 70%, 32%)\" as const,\n \"--t-fill-color-product-accounts-darkest\": \"hsl(210, 75%, 25%)\" as const,\n \"--t-fill-color-product-calendar-base\": \"hsl(9, 61%, 50%)\" as const,\n \"--t-fill-color-product-calendar-light\": \"hsl(8, 65%, 55%)\" as const,\n \"--t-fill-color-product-calendar-lighter\": \"hsl(8, 72%, 59%)\" as const,\n \"--t-fill-color-product-calendar-lightest\": \"hsl(8, 61%, 70%)\" as const,\n \"--t-fill-color-product-calendar-dark\": \"hsl(8, 65%, 42%)\" as const,\n \"--t-fill-color-product-calendar-darker\": \"hsl(7, 65%, 34%)\" as const,\n \"--t-fill-color-product-calendar-darkest\": \"hsl(9, 61%, 27%)\" as const,\n \"--t-fill-color-product-checkins-base\": \"hsl(283, 22%, 48%)\" as const,\n \"--t-fill-color-product-checkins-light\": \"hsl(283, 22%, 55%)\" as const,\n \"--t-fill-color-product-checkins-lighter\": \"hsl(284, 22%, 64%)\" as const,\n \"--t-fill-color-product-checkins-lightest\": \"hsl(283, 22%, 75%)\" as const,\n \"--t-fill-color-product-checkins-dark\": \"hsl(283, 27%, 42%)\" as const,\n \"--t-fill-color-product-checkins-darker\": \"hsl(284, 33%, 34%)\" as const,\n \"--t-fill-color-product-checkins-darkest\": \"hsl(283, 33%, 27%)\" as const,\n \"--t-fill-color-product-giving-base\": \"hsl(43, 88%, 64%)\" as const,\n \"--t-fill-color-product-giving-light\": \"hsl(43, 88%, 70%)\" as const,\n \"--t-fill-color-product-giving-lighter\": \"hsl(43, 95%, 75%)\" as const,\n \"--t-fill-color-product-giving-lightest\": \"hsl(42, 95%, 83%)\" as const,\n \"--t-fill-color-product-giving-dark\": \"hsl(42, 84%, 55%)\" as const,\n \"--t-fill-color-product-giving-darker\": \"hsl(42, 84%, 48%)\" as const,\n \"--t-fill-color-product-giving-darkest\": \"hsl(42, 100%, 40%)\" as const,\n \"--t-fill-color-product-groups-base\": \"hsl(17, 88%, 55%)\" as const,\n \"--t-fill-color-product-groups-light\": \"hsl(17, 96%, 63%)\" as const,\n \"--t-fill-color-product-groups-lighter\": \"hsl(17, 96%, 70%)\" as const,\n \"--t-fill-color-product-groups-lightest\": \"hsl(17, 96%, 80%)\" as const,\n \"--t-fill-color-product-groups-dark\": \"hsl(12, 70%, 48%)\" as const,\n \"--t-fill-color-product-groups-darker\": \"hsl(12, 70%, 40%)\" as const,\n \"--t-fill-color-product-groups-darkest\": \"hsl(14, 70%, 34%)\" as const,\n \"--t-fill-color-product-home-base\": \"hsl(221, 91%, 55%)\" as const,\n \"--t-fill-color-product-home-light\": \"hsl(221, 91%, 62%)\" as const,\n \"--t-fill-color-product-home-lighter\": \"hsl(221, 91%, 87%)\" as const,\n \"--t-fill-color-product-home-lightest\": \"hsl(221, 91%, 91%)\" as const,\n \"--t-fill-color-product-home-dark\": \"hsl(221, 90%, 50%)\" as const,\n \"--t-fill-color-product-home-darker\": \"hsl(221, 90%, 45%)\" as const,\n \"--t-fill-color-product-home-darkest\": \"hsl(218, 84%, 25%)\" as const,\n \"--t-fill-color-product-people-base\": \"hsl(220, 74%, 57%)\" as const,\n \"--t-fill-color-product-people-light\": \"hsl(221, 73%, 65%)\" as const,\n \"--t-fill-color-product-people-lighter\": \"hsl(221, 73%, 71%)\" as const,\n \"--t-fill-color-product-people-lightest\": \"hsl(220, 69%, 81%)\" as const,\n \"--t-fill-color-product-people-dark\": \"hsl(220, 68%, 51%)\" as const,\n \"--t-fill-color-product-people-darker\": \"hsl(220, 68%, 41%)\" as const,\n \"--t-fill-color-product-people-darkest\": \"hsl(221, 68%, 31%)\" as const,\n \"--t-fill-color-product-publishing-base\": \"hsl(220, 12%, 31%)\" as const,\n \"--t-fill-color-product-publishing-light\": \"hsl(222, 12%, 39%)\" as const,\n \"--t-fill-color-product-publishing-lighter\": \"hsl(221, 11%, 50%)\" as const,\n \"--t-fill-color-product-publishing-lightest\": \"hsl(222, 10%, 60%)\" as const,\n \"--t-fill-color-product-publishing-dark\": \"hsl(220, 11%, 26%)\" as const,\n \"--t-fill-color-product-publishing-darker\": \"hsl(217, 12%, 22%)\" as const,\n \"--t-fill-color-product-publishing-darkest\": \"hsl(214, 11%, 12%)\" as const,\n \"--t-fill-color-product-registrations-base\": \"hsl(175, 36%, 43%)\" as const,\n \"--t-fill-color-product-registrations-light\": \"hsl(176, 37%, 60%)\" as const,\n \"--t-fill-color-product-registrations-lighter\": \"hsl(176, 37%, 68%)\" as const,\n \"--t-fill-color-product-registrations-lightest\": \"hsl(176, 38%, 78%)\" as const,\n \"--t-fill-color-product-registrations-dark\": \"hsl(175, 51%, 34%)\" as const,\n \"--t-fill-color-product-registrations-darker\": \"hsl(174, 51%, 28%)\" as const,\n \"--t-fill-color-product-registrations-darkest\": \"hsl(175, 52%, 22%)\" as const,\n \"--t-fill-color-product-services-base\": \"hsl(88, 45%, 41%)\" as const,\n \"--t-fill-color-product-services-light\": \"hsl(88, 40%, 54%)\" as const,\n \"--t-fill-color-product-services-lighter\": \"hsl(88, 39%, 66%)\" as const,\n \"--t-fill-color-product-services-lightest\": \"hsl(88, 39%, 75%)\" as const,\n \"--t-fill-color-product-services-dark\": \"hsl(89, 62%, 32%)\" as const,\n \"--t-fill-color-product-services-darker\": \"hsl(89, 62%, 26%)\" as const,\n \"--t-fill-color-product-services-darkest\": \"hsl(89, 63%, 21%)\" as const,\n \"--t-fill-color-product-staff-base\": \"hsl(328, 100%, 45%)\" as const,\n \"--t-fill-color-transparency-light-010\": \"hsla(0, 0%, 100%, 0.1)\" as const,\n \"--t-fill-color-transparency-light-020\": \"hsla(0, 0%, 100%, 0.2)\" as const,\n \"--t-fill-color-transparency-light-030\": \"hsla(0, 0%, 100%, 0.3)\" as const,\n \"--t-fill-color-transparency-light-040\": \"hsla(0, 0%, 100%, 0.4)\" as const,\n \"--t-fill-color-transparency-light-050\": \"hsla(0, 0%, 100%, 0.5)\" as const,\n \"--t-fill-color-transparency-light-060\": \"hsla(0, 0%, 100%, 0.6)\" as const,\n \"--t-fill-color-transparency-light-070\": \"hsla(0, 0%, 100%, 0.7)\" as const,\n \"--t-fill-color-transparency-light-080\": \"hsla(0, 0%, 100%, 0.8)\" as const,\n \"--t-fill-color-transparency-light-090\": \"hsla(0, 0%, 100%, 0.9)\" as const,\n \"--t-fill-color-transparency-dark-010\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-transparency-dark-020\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-transparency-dark-030\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-transparency-dark-040\": \"hsla(0, 0%, 0%, 0.4)\" as const,\n \"--t-fill-color-transparency-dark-050\": \"hsla(0, 0%, 0%, 0.5)\" as const,\n \"--t-fill-color-transparency-dark-060\": \"hsla(0, 0%, 0%, 0.6)\" as const,\n \"--t-fill-color-transparency-dark-070\": \"hsla(0, 0%, 0%, 0.7)\" as const,\n \"--t-fill-color-transparency-dark-080\": \"hsla(0, 0%, 0%, 0.8)\" as const,\n \"--t-fill-color-transparency-dark-090\": \"hsla(0, 0%, 0%, 0.9)\" as const,\n \"--t-surface-color-canvas\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-surface-color-card\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-default-base\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-default-dark\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-border-color-default-darker\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-default-darkest\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-border-color-default-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-default-dim\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-border-color-default-white\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-status-neutral\": \"hsl(0, 0%, 62%)\" as const,\n \"--t-border-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-status-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-status-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-button-neutral\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-button-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-button-create\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-border-color-button-delete\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-neutral\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-control-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-control-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-control-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-disabled\": \"hsl(0, 0%, 88%)\" as const\n}\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry",
3
- "version": "0.3.1-rc.1",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,6 +32,7 @@
32
32
  "./unstable.css": "./dist/unstable.css",
33
33
  "./tokens.css": "./dist/tokens.css"
34
34
  },
35
+ "types": "./dist/index.d.ts",
35
36
  "devDependencies": {
36
37
  "@rollup/plugin-commonjs": "^26.0.1",
37
38
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -97,5 +98,5 @@
97
98
  }
98
99
  }
99
100
  },
100
- "gitHead": "3f406e3ecb845826bebb2be015cfca505d1db8e0"
101
+ "gitHead": "c0d59950180d1077584ba3fab9674eb84e8554bd"
101
102
  }