@planningcenter/tapestry-tokens 0.0.1 → 2.6.1-qa-522.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.
Files changed (41) hide show
  1. package/{src → dist}/css/components/banner.css +8 -8
  2. package/dist/css/product-tokens/accounts.css +17 -0
  3. package/dist/css/product-tokens/calendar.css +17 -0
  4. package/dist/css/product-tokens/checkins.css +17 -0
  5. package/dist/css/product-tokens/giving.css +17 -0
  6. package/dist/css/product-tokens/groups.css +17 -0
  7. package/dist/css/product-tokens/home.css +16 -0
  8. package/dist/css/product-tokens/people.css +17 -0
  9. package/dist/css/product-tokens/publishing.css +17 -0
  10. package/dist/css/product-tokens/registrations.css +17 -0
  11. package/dist/css/product-tokens/services.css +17 -0
  12. package/dist/css/tokens-alias-deprecated-removed-segments.css +48 -0
  13. package/dist/css/tokens-alias-deprecated.css +42 -0
  14. package/dist/css/tokens-alias.css +427 -0
  15. package/dist/css/tokens-dark-deprecated.css +14 -0
  16. package/dist/css/tokens-dark.css +226 -0
  17. package/dist/css/tokens-system-dark-deprecated.css +16 -0
  18. package/dist/css/tokens-system-dark.css +228 -0
  19. package/dist/js/tokens-deprecated.json +326 -0
  20. package/dist/js/tokens.json +2004 -0
  21. package/dist/ts/react-native-tokens.d.ts +1959 -0
  22. package/dist/ts/react-native-tokens.d.ts.map +1 -0
  23. package/dist/ts/react-native-tokens.js +502 -0
  24. package/dist/ts/tokens.d.ts +505 -0
  25. package/dist/ts/tokens.d.ts.map +1 -0
  26. package/dist/ts/tokens.js +504 -0
  27. package/package.json +44 -17
  28. package/CHANGELOG.md +0 -0
  29. package/rollup.config.mjs +0 -12
  30. package/src/componentNames.js +0 -10
  31. package/src/css/tokens-alias-deprecated.css +0 -42
  32. package/src/css/tokens-alias.css +0 -334
  33. package/src/css/tokens.css +0 -2
  34. package/src/index.ts +0 -11
  35. package/src/json/alias.json +0 -1628
  36. package/src/json/components.json +0 -84
  37. package/src/json/primitives.json +0 -946
  38. package/src/style-dictionary.build.js +0 -367
  39. package/src/style-dictionary.config.js +0 -67
  40. package/src/ts/tokens.ts +0 -371
  41. package/tsconfig.build.json +0 -11
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ @media (prefers-color-scheme: dark) {
6
+ :root[data-color-mode="system"] {
7
+ --t-fill-color-button-neutral-ghost-disabled-solid: hsl(0, 0%, 100%);
8
+ --t-fill-color-button-neutral-outline-dim-disabled-solid: hsl(0, 0%, 100%);
9
+ --t-fill-color-button-create-solid-default: hsl(0, 0%, 25%);
10
+ --t-fill-color-button-create-solid-hover: hsl(0, 0%, 25%);
11
+ --t-fill-color-button-create-solid-active: hsl(0, 0%, 25%);
12
+ --t-fill-color-button-create-solid-disabled: hsl(0, 0%, 25%);
13
+ --t-fill-color-button-create-ghost-hover: hsla(0, 0%, 100%, 0);
14
+ --t-fill-color-button-create-ghost-active: hsla(0, 0%, 100%, 0);
15
+ }
16
+ }
@@ -0,0 +1,228 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ @media (prefers-color-scheme: dark) {
6
+ :root[data-color-mode="system"] {
7
+ color-scheme: dark;
8
+ --t-text-color-headline: hsl(0, 0%, 94%);
9
+ --t-text-color: hsl(0, 0%, 80%);
10
+ --t-text-color-secondary: hsl(0, 0%, 54%);
11
+ --t-text-color-disabled: hsl(0, 0%, 32%);
12
+ --t-text-color-placeholder: hsl(0, 0%, 38%);
13
+ --t-text-color-interaction: hsl(204, 68%, 55%);
14
+ --t-text-color-interaction-hover: hsl(204, 68%, 50%);
15
+ --t-text-color-interaction-active: hsl(204, 68%, 45%);
16
+ --t-text-color-interaction-visited: hsl(204, 68%, 50%);
17
+ --t-text-color-status-neutral: hsl(0, 0%, 80%);
18
+ --t-text-color-status-info: hsl(204, 68%, 55%);
19
+ --t-text-color-status-success: hsl(97, 57%, 41%);
20
+ --t-text-color-status-warning: hsl(42, 84%, 55%);
21
+ --t-text-color-status-error: hsl(8, 61%, 61%);
22
+ --t-text-color-tag-subtle-gray: hsl(0, 0%, 80%);
23
+ --t-text-color-tag-subtle-blue: hsl(223, 46%, 84%);
24
+ --t-text-color-tag-subtle-indigo: hsl(233, 78%, 84%);
25
+ --t-text-color-tag-subtle-aqua: hsl(208, 77%, 85%);
26
+ --t-text-color-tag-subtle-teal: hsl(180, 95%, 74%);
27
+ --t-text-color-tag-subtle-green: hsl(99, 93%, 84%);
28
+ --t-text-color-tag-subtle-yellow: hsl(29, 100%, 85%);
29
+ --t-text-color-tag-subtle-orange: hsl(18, 100%, 85%);
30
+ --t-text-color-tag-subtle-pink: hsl(328, 89%, 89%);
31
+ --t-text-color-tag-subtle-purple: hsl(268, 70%, 88%);
32
+ --t-text-color-tag-subtle-magenta: hsl(285, 70%, 88%);
33
+ --t-text-color-tag-bold-gray: hsl(0, 0%, 100%);
34
+ --t-text-color-tag-bold-indigo: hsl(0, 0%, 100%);
35
+ --t-text-color-tag-bold-blue: hsl(0, 0%, 100%);
36
+ --t-text-color-tag-bold-aqua: hsl(0, 0%, 100%);
37
+ --t-text-color-tag-bold-teal: hsl(0, 0%, 100%);
38
+ --t-text-color-tag-bold-green: hsl(0, 0%, 100%);
39
+ --t-text-color-tag-bold-yellow: hsl(0, 0%, 100%);
40
+ --t-text-color-tag-bold-orange: hsl(0, 0%, 100%);
41
+ --t-text-color-tag-bold-pink: hsl(0, 0%, 100%);
42
+ --t-text-color-tag-bold-purple: hsl(0, 0%, 100%);
43
+ --t-text-color-tag-bold-magenta: hsl(0, 0%, 100%);
44
+ --t-icon-color: hsl(0, 0%, 80%);
45
+ --t-icon-color-secondary: hsl(0, 0%, 54%);
46
+ --t-icon-color-dim: hsl(0, 0%, 38%);
47
+ --t-icon-color-disabled: hsl(0, 0%, 25%);
48
+ --t-icon-color-status-neutral: hsl(0, 0%, 54%);
49
+ --t-icon-color-status-neutral-secondary: hsl(0, 0%, 38%);
50
+ --t-icon-color-status-neutral-bold: hsl(0, 0%, 80%);
51
+ --t-icon-color-status-info: hsl(204, 68%, 55%);
52
+ --t-icon-color-status-error: hsl(8, 61%, 61%);
53
+ --t-fill-color-neutral-100: hsl(0, 0%, 10%);
54
+ --t-fill-color-neutral-000: hsl(0, 0%, 98%);
55
+ --t-fill-color-neutral-010: hsl(0, 0%, 88%);
56
+ --t-fill-color-neutral-020: hsl(0, 0%, 68%);
57
+ --t-fill-color-neutral-025: hsl(0, 0%, 58%);
58
+ --t-fill-color-neutral-030: hsl(0, 0%, 50%);
59
+ --t-fill-color-neutral-040: hsl(0, 0%, 32%);
60
+ --t-fill-color-neutral-050: hsl(0, 0%, 24%);
61
+ --t-fill-color-neutral-060: hsl(0, 0%, 19%);
62
+ --t-fill-color-neutral-070: hsl(0, 0%, 17%);
63
+ --t-fill-color-neutral-080: hsl(0, 0%, 15%);
64
+ --t-fill-color-neutral-090: hsl(0, 0%, 12%);
65
+ --t-fill-color-interaction: hsl(204, 100%, 35%);
66
+ --t-fill-color-interaction-hover: hsl(204, 100%, 40%);
67
+ --t-fill-color-interaction-active: hsl(204, 80%, 45%);
68
+ --t-fill-color-interaction-disabled: hsl(0, 0%, 25%);
69
+ --t-fill-color-control-neutral-off: hsl(0, 0%, 32%);
70
+ --t-fill-color-control-neutral-on: hsl(0, 0%, 50%);
71
+ --t-fill-color-control: hsl(204, 100%, 35%);
72
+ --t-fill-color-control-disabled: hsl(0, 0%, 20%);
73
+ --t-fill-color-status-neutral: hsl(0, 0%, 24%);
74
+ --t-fill-color-status-neutral-ghost: hsl(0, 0%, 18%);
75
+ --t-fill-color-status-neutral-dim: hsl(0, 0%, 15%);
76
+ --t-fill-color-status-info: hsl(204, 100%, 35%);
77
+ --t-fill-color-status-info-ghost: hsl(204, 32%, 15%);
78
+ --t-fill-color-status-info-dim: hsl(206, 22%, 15%);
79
+ --t-fill-color-status-success-ghost: hsl(125, 17%, 15%);
80
+ --t-fill-color-status-success-dim: hsl(120, 12%, 14%);
81
+ --t-fill-color-status-warning-ghost: hsl(41, 18%, 17%);
82
+ --t-fill-color-status-warning-dim: hsl(42, 13%, 15%);
83
+ --t-fill-color-status-error-ghost: hsl(8, 20%, 16%);
84
+ --t-fill-color-status-error-dim: hsl(10, 16%, 15%);
85
+ --t-fill-color-tooltip: hsla(0, 0%, 24%, 0.9);
86
+ --t-fill-color-product-accounts-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
87
+ --t-fill-color-product-accounts-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
88
+ --t-fill-color-product-calendar-gradient-page: linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
89
+ --t-fill-color-product-calendar-gradient-tint: linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
90
+ --t-fill-color-product-checkins-gradient-page: linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
91
+ --t-fill-color-product-checkins-gradient-tint: linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
92
+ --t-fill-color-product-giving-gradient-page: linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
93
+ --t-fill-color-product-giving-gradient-tint: linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
94
+ --t-fill-color-product-groups-gradient-page: linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
95
+ --t-fill-color-product-groups-gradient-tint: linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
96
+ --t-fill-color-product-home-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
97
+ --t-fill-color-product-home-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
98
+ --t-fill-color-product-people-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
99
+ --t-fill-color-product-people-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
100
+ --t-fill-color-product-publishing-gradient-page: linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
101
+ --t-fill-color-product-publishing-gradient-tint: linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
102
+ --t-fill-color-product-registrations-gradient-page: linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
103
+ --t-fill-color-product-registrations-gradient-tint: linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
104
+ --t-fill-color-product-services-gradient-page: linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
105
+ --t-fill-color-product-services-gradient-tint: linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
106
+ --t-fill-color-tag-gray-010: hsl(0, 0%, 20%);
107
+ --t-fill-color-tag-gray-020: hsl(0, 0%, 24%);
108
+ --t-fill-color-tag-gray-030: hsl(0, 0%, 36%);
109
+ --t-fill-color-tag-gray-040: hsl(0, 0%, 42%);
110
+ --t-fill-color-tag-blue-010: hsl(219, 26%, 24%);
111
+ --t-fill-color-tag-blue-020: hsl(220, 28%, 29%);
112
+ --t-fill-color-tag-blue-030: hsl(219, 32%, 45%);
113
+ --t-fill-color-tag-blue-040: hsl(220, 35%, 52%);
114
+ --t-fill-color-tag-aqua-010: hsl(200, 30%, 21%);
115
+ --t-fill-color-tag-aqua-020: hsl(200, 33%, 26%);
116
+ --t-fill-color-tag-aqua-030: hsl(200, 39%, 38%);
117
+ --t-fill-color-tag-aqua-040: hsl(200, 39%, 43%);
118
+ --t-fill-color-tag-teal-010: hsl(169, 33%, 19%);
119
+ --t-fill-color-tag-teal-020: hsl(169, 37%, 22%);
120
+ --t-fill-color-tag-teal-030: hsl(169, 43%, 31%);
121
+ --t-fill-color-tag-teal-040: hsl(169, 44%, 35%);
122
+ --t-fill-color-tag-green-010: hsl(110, 30%, 20%);
123
+ --t-fill-color-tag-green-020: hsl(112, 33%, 23%);
124
+ --t-fill-color-tag-green-030: hsl(112, 37%, 33%);
125
+ --t-fill-color-tag-green-040: hsl(112, 39%, 37%);
126
+ --t-fill-color-tag-yellow-010: hsl(44, 39%, 19%);
127
+ --t-fill-color-tag-yellow-020: hsl(44, 44%, 22%);
128
+ --t-fill-color-tag-yellow-030: hsl(44, 50%, 31%);
129
+ --t-fill-color-tag-yellow-040: hsl(44, 53%, 36%);
130
+ --t-fill-color-tag-orange-010: hsl(21, 35%, 22%);
131
+ --t-fill-color-tag-orange-020: hsl(20, 38%, 26%);
132
+ --t-fill-color-tag-orange-030: hsl(21, 44%, 40%);
133
+ --t-fill-color-tag-orange-040: hsl(21, 46%, 45%);
134
+ --t-fill-color-tag-pink-010: hsl(331, 22%, 24%);
135
+ --t-fill-color-tag-pink-020: hsl(324, 26%, 26%);
136
+ --t-fill-color-tag-pink-030: hsl(324, 30%, 45%);
137
+ --t-fill-color-tag-pink-040: hsl(324, 33%, 51%);
138
+ --t-fill-color-tag-purple-010: hsl(274, 20%, 23%);
139
+ --t-fill-color-tag-purple-020: hsl(274, 21%, 28%);
140
+ --t-fill-color-tag-purple-030: hsl(274, 25%, 46%);
141
+ --t-fill-color-tag-purple-040: hsl(274, 28%, 53%);
142
+ --t-fill-color-tag-magenta-010: hsl(292, 20%, 21%);
143
+ --t-fill-color-tag-magenta-020: hsl(292, 22%, 26%);
144
+ --t-fill-color-tag-magenta-030: hsl(293, 26%, 42%);
145
+ --t-fill-color-tag-magenta-040: hsl(292, 27%, 48%);
146
+ --t-fill-color-tag-indigo-010: hsl(235, 21%, 24%);
147
+ --t-fill-color-tag-indigo-020: hsl(236, 22%, 29%);
148
+ --t-fill-color-tag-indigo-030: hsl(236, 26%, 50%);
149
+ --t-fill-color-tag-indigo-040: hsl(236, 34%, 56%);
150
+ --t-fill-color-button-neutral-solid: hsl(0, 0%, 19%);
151
+ --t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 24%);
152
+ --t-fill-color-button-neutral-solid-active: hsl(0, 0%, 32%);
153
+ --t-fill-color-button-neutral-solid-disabled: hsl(0, 0%, 12%);
154
+ --t-fill-color-button-neutral-outline: hsl(0, 0%, 15%);
155
+ --t-fill-color-button-neutral-outline-hover: hsl(0, 0%, 17%);
156
+ --t-fill-color-button-neutral-outline-active: hsl(0, 0%, 19%);
157
+ --t-fill-color-button-neutral-outline-disabled: hsl(0, 0%, 12%);
158
+ --t-fill-color-button-neutral-ghost: hsla(0, 0%, 0%, 0);
159
+ --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 17%);
160
+ --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 19%);
161
+ --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 0%, 0);
162
+ --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 100%, 0.05);
163
+ --t-fill-color-button-interaction-solid: hsl(204, 100%, 35%);
164
+ --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 40%);
165
+ --t-fill-color-button-interaction-solid-active: hsl(204, 80%, 45%);
166
+ --t-fill-color-button-interaction-solid-disabled: hsl(0, 0%, 12%);
167
+ --t-fill-color-button-interaction-outline: hsl(204, 32%, 15%);
168
+ --t-fill-color-button-interaction-outline-hover: hsl(204, 39%, 17%);
169
+ --t-fill-color-button-interaction-outline-active: hsl(205, 45%, 18%);
170
+ --t-fill-color-button-interaction-outline-disabled: hsl(0, 0%, 12%);
171
+ --t-fill-color-button-interaction-ghost: hsla(0, 0%, 0%, 0);
172
+ --t-fill-color-button-interaction-ghost-hover: hsl(204, 32%, 15%);
173
+ --t-fill-color-button-interaction-ghost-active: hsl(204, 39%, 17%);
174
+ --t-fill-color-button-interaction-ghost-disabled: hsla(0, 0%, 0%, 0);
175
+ --t-fill-color-button-delete-solid: hsl(8, 60%, 40%);
176
+ --t-fill-color-button-delete-solid-active: hsl(8, 60%, 47%);
177
+ --t-fill-color-button-delete-solid-disabled: hsl(0, 0%, 12%);
178
+ --t-fill-color-button-delete-outline: hsl(8, 20%, 16%);
179
+ --t-fill-color-button-delete-outline-hover: hsl(9, 24%, 17%);
180
+ --t-fill-color-button-delete-outline-active: hsl(9, 29%, 19%);
181
+ --t-fill-color-button-delete-outline-disabled: hsl(0, 0%, 12%);
182
+ --t-fill-color-button-delete-ghost: hsla(0, 0%, 0%, 0);
183
+ --t-fill-color-button-delete-ghost-hover: hsl(8, 20%, 16%);
184
+ --t-fill-color-button-delete-ghost-active: hsl(9, 24%, 17%);
185
+ --t-fill-color-button-delete-ghost-disabled: hsla(0, 0%, 0%, 0);
186
+ --t-fill-color-button-pill: hsl(0, 0%, 18%);
187
+ --t-fill-color-button-pill-hover: hsl(0, 0%, 21%);
188
+ --t-fill-color-button-pill-active: hsl(0, 0%, 21%);
189
+ --t-fill-color-button-pill-disabled: hsl(0, 0%, 18%);
190
+ --t-fill-color-transparency-light-010: hsla(0, 0%, 0%, 0.1);
191
+ --t-fill-color-transparency-light-020: hsla(0, 0%, 0%, 0.2);
192
+ --t-fill-color-transparency-light-030: hsla(0, 0%, 0%, 0.3);
193
+ --t-fill-color-transparency-light-040: hsla(0, 0%, 0%, 0.4);
194
+ --t-fill-color-transparency-light-050: hsla(0, 0%, 0%, 0.5);
195
+ --t-fill-color-transparency-light-060: hsla(0, 0%, 0%, 0.6);
196
+ --t-fill-color-transparency-light-070: hsla(0, 0%, 0%, 0.7);
197
+ --t-fill-color-transparency-light-080: hsla(0, 0%, 0%, 0.8);
198
+ --t-fill-color-transparency-light-090: hsla(0, 0%, 0%, 0.9);
199
+ --t-fill-color-transparency-dark-010: hsla(0, 0%, 100%, 0.1);
200
+ --t-fill-color-transparency-dark-020: hsla(0, 0%, 100%, 0.2);
201
+ --t-fill-color-transparency-dark-030: hsla(0, 0%, 100%, 0.3);
202
+ --t-fill-color-transparency-dark-040: hsla(0, 0%, 100%, 0.4);
203
+ --t-fill-color-transparency-dark-050: hsla(0, 0%, 100%, 0.5);
204
+ --t-fill-color-transparency-dark-060: hsla(0, 0%, 100%, 0.6);
205
+ --t-fill-color-transparency-dark-070: hsla(0, 0%, 100%, 0.7);
206
+ --t-fill-color-transparency-dark-080: hsla(0, 0%, 100%, 0.8);
207
+ --t-fill-color-transparency-dark-090: hsla(0, 0%, 100%, 0.9);
208
+ --t-surface-color-card: hsl(0, 0%, 12%);
209
+ --t-surface-color-canvas: hsl(0, 0%, 10%);
210
+ --t-border-color: hsl(0, 0%, 21%);
211
+ --t-border-color-dark: hsl(0, 0%, 25%);
212
+ --t-border-color-darker: hsl(0, 0%, 33%);
213
+ --t-border-color-darkest: hsl(0, 0%, 38%);
214
+ --t-border-color-disabled: hsl(0, 0%, 21%);
215
+ --t-border-color-dim: hsl(0, 0%, 16%);
216
+ --t-border-color-white: hsl(0, 0%, 12%);
217
+ --t-border-color-status-neutral: hsl(0, 0%, 38%);
218
+ --t-border-color-status-info: hsl(204, 100%, 35%);
219
+ --t-border-color-button-neutral: hsl(0, 0%, 19%);
220
+ --t-border-color-button-info: hsla(204, 100%, 40%, 0.25);
221
+ --t-border-color-button-create: hsla(96, 57%, 33%, 0.25);
222
+ --t-border-color-button-delete: hsla(8, 60%, 47%, 0.25);
223
+ --t-border-color-control-neutral: hsl(0, 0%, 33%);
224
+ --t-border-color-control-info: hsl(204, 100%, 35%);
225
+ --t-border-color-control-disabled: hsl(0, 0%, 24%);
226
+ --t-shadow-overflow-color: hsla(0, 0%, 0%, 0.6);
227
+ }
228
+ }
@@ -0,0 +1,326 @@
1
+ {
2
+ "numeric": {
3
+ "--t-border-size-default": {
4
+ "type": "dimension",
5
+ "value": "var(--t-border-width)"
6
+ },
7
+ "--t-border-size-thick": {
8
+ "type": "dimension",
9
+ "value": "var(--t-border-width-thick)"
10
+ },
11
+ "--t-font-weight-semi-bold": {
12
+ "type": "fontWeight",
13
+ "value": "var(--t-font-weight-semibold)"
14
+ },
15
+ "--t-border-radius-default": {
16
+ "type": "dimension",
17
+ "value": "var(--t-border-radius)"
18
+ },
19
+ "--t-border-width-default": {
20
+ "type": "dimension",
21
+ "value": "var(--t-border-width)"
22
+ }
23
+ },
24
+ "color": {
25
+ "--t-icon-color-status-neutral-dark": {
26
+ "type": "color",
27
+ "value": "var(--t-icon-color-status-neutral-bold)"
28
+ },
29
+ "--t-icon-color-status-info-secondary": {
30
+ "type": "color",
31
+ "value": "var(--t-icon-color-status-info)"
32
+ },
33
+ "--t-fill-color-status-neutral-solid": {
34
+ "type": "color",
35
+ "value": "var(--t-fill-color-status-neutral)"
36
+ },
37
+ "--t-fill-color-status-info-solid": {
38
+ "type": "color",
39
+ "value": "var(--t-fill-color-status-info)"
40
+ },
41
+ "--t-fill-color-status-success-solid": {
42
+ "type": "color",
43
+ "value": "var(--t-fill-color-status-success)"
44
+ },
45
+ "--t-fill-color-status-warning-solid": {
46
+ "type": "color",
47
+ "value": "var(--t-fill-color-status-warning)"
48
+ },
49
+ "--t-fill-color-status-error-solid": {
50
+ "type": "color",
51
+ "value": "var(--t-fill-color-status-error)"
52
+ },
53
+ "--t-fill-color-alert-info": {
54
+ "type": "color",
55
+ "value": "hsl(204, 94%, 49%)"
56
+ },
57
+ "--t-fill-color-alert-success": {
58
+ "type": "color",
59
+ "value": "hsl(122, 60%, 41%)"
60
+ },
61
+ "--t-fill-color-alert-warning": {
62
+ "type": "color",
63
+ "value": "hsl(43, 96%, 58%)"
64
+ },
65
+ "--t-fill-color-alert-error": {
66
+ "type": "color",
67
+ "value": "hsl(4, 77%, 59%)"
68
+ },
69
+ "--t-fill-color-button-neutral-ghost-disabled-solid": {
70
+ "type": "color",
71
+ "value": "hsl(0, 0%, 98%)",
72
+ "darkmode-value": "hsl(0, 0%, 100%)"
73
+ },
74
+ "--t-fill-color-button-neutral-outline-dim-default": {
75
+ "type": "color",
76
+ "value": "var(--t-fill-color-button-neutral-outline)"
77
+ },
78
+ "--t-fill-color-button-neutral-outline-dim-hover": {
79
+ "type": "color",
80
+ "value": "var(--t-fill-color-button-neutral-outline-hover)"
81
+ },
82
+ "--t-fill-color-button-neutral-outline-dim-active": {
83
+ "type": "color",
84
+ "value": "var(--t-fill-color-button-neutral-outline-active)"
85
+ },
86
+ "--t-fill-color-button-neutral-outline-dim-disabled": {
87
+ "type": "color",
88
+ "value": "var(--t-fill-color-button-neutral-outline-disabled)"
89
+ },
90
+ "--t-fill-color-button-neutral-outline-dim-disabled-solid": {
91
+ "type": "color",
92
+ "value": "hsl(0, 0%, 98%)",
93
+ "darkmode-value": "hsl(0, 0%, 100%)"
94
+ },
95
+ "--t-fill-color-button-interaction-outline-dim-default": {
96
+ "type": "color",
97
+ "value": "var(--t-fill-color-button-interaction-outline)"
98
+ },
99
+ "--t-fill-color-button-interaction-outline-dim-hover": {
100
+ "type": "color",
101
+ "value": "var(--t-fill-color-button-interaction-outline-hover)"
102
+ },
103
+ "--t-fill-color-button-interaction-outline-dim-active": {
104
+ "type": "color",
105
+ "value": "var(--t-fill-color-button-interaction-outline-active)"
106
+ },
107
+ "--t-fill-color-button-interaction-outline-dim-disabled": {
108
+ "type": "color",
109
+ "value": "var(--t-fill-color-button-interaction-outline-disabled)"
110
+ },
111
+ "--t-fill-color-button-create-solid-default": {
112
+ "type": "color",
113
+ "value": "hsl(96, 57%, 33%)",
114
+ "darkmode-value": "hsl(0, 0%, 25%)"
115
+ },
116
+ "--t-fill-color-button-create-solid-hover": {
117
+ "type": "color",
118
+ "value": "hsl(97, 57%, 28%)",
119
+ "darkmode-value": "hsl(0, 0%, 25%)"
120
+ },
121
+ "--t-fill-color-button-create-solid-active": {
122
+ "type": "color",
123
+ "value": "hsl(97, 57%, 23%)",
124
+ "darkmode-value": "hsl(0, 0%, 25%)"
125
+ },
126
+ "--t-fill-color-button-create-solid-disabled": {
127
+ "type": "color",
128
+ "value": "hsl(0, 0%, 81%)",
129
+ "darkmode-value": "hsl(0, 0%, 25%)"
130
+ },
131
+ "--t-fill-color-button-create-ghost-default": {
132
+ "type": "color",
133
+ "value": "hsla(0, 0%, 100%, 0)"
134
+ },
135
+ "--t-fill-color-button-create-ghost-hover": {
136
+ "type": "color",
137
+ "value": "hsl(96, 60%, 95%)",
138
+ "darkmode-value": "hsla(0, 0%, 100%, 0)"
139
+ },
140
+ "--t-fill-color-button-create-ghost-active": {
141
+ "type": "color",
142
+ "value": "hsl(97, 57%, 90%)",
143
+ "darkmode-value": "hsla(0, 0%, 100%, 0)"
144
+ },
145
+ "--t-fill-color-button-create-ghost-disabled": {
146
+ "type": "color",
147
+ "value": "hsla(0, 0%, 100%, 0)"
148
+ },
149
+ "--t-fill-color-button-delete-outline-dim-default": {
150
+ "type": "color",
151
+ "value": "var(--t-fill-color-button-delete-outline)"
152
+ },
153
+ "--t-fill-color-button-delete-outline-dim-hover": {
154
+ "type": "color",
155
+ "value": "var(--t-fill-color-button-delete-outline-hover)"
156
+ },
157
+ "--t-fill-color-button-delete-outline-dim-active": {
158
+ "type": "color",
159
+ "value": "var(--t-fill-color-button-delete-outline-active)"
160
+ },
161
+ "--t-fill-color-button-delete-outline-dim-disabled": {
162
+ "type": "color",
163
+ "value": "var(--t-fill-color-button-delete-outline-disabled)"
164
+ },
165
+ "--t-border-color-default-base": {
166
+ "type": "color",
167
+ "value": "var(--t-border-color)"
168
+ },
169
+ "--t-border-color-default-dark": {
170
+ "type": "color",
171
+ "value": "var(--t-border-color-dark)"
172
+ },
173
+ "--t-border-color-default-darker": {
174
+ "type": "color",
175
+ "value": "var(--t-border-color-darker)"
176
+ },
177
+ "--t-border-color-default-darkest": {
178
+ "type": "color",
179
+ "value": "var(--t-border-color-darkest)"
180
+ },
181
+ "--t-border-color-default-dim": {
182
+ "type": "color",
183
+ "value": "var(--t-border-color-dim)"
184
+ },
185
+ "--t-border-color-default-disabled": {
186
+ "type": "color",
187
+ "value": "var(--t-border-color-disabled)"
188
+ },
189
+ "--t-border-color-default-white": {
190
+ "type": "color",
191
+ "value": "var(--t-border-color-white)"
192
+ },
193
+ "--t-fill-color-button-delete-ghost-default": {
194
+ "type": "color",
195
+ "value": "var(--t-fill-color-button-delete-ghost)"
196
+ },
197
+ "--t-fill-color-button-delete-outline-default": {
198
+ "type": "color",
199
+ "value": "var(--t-fill-color-button-delete-outline)"
200
+ },
201
+ "--t-fill-color-button-delete-solid-default": {
202
+ "type": "color",
203
+ "value": "var(--t-fill-color-button-delete-solid)"
204
+ },
205
+ "--t-fill-color-button-interaction-ghost-default": {
206
+ "type": "color",
207
+ "value": "var(--t-fill-color-button-interaction-ghost)"
208
+ },
209
+ "--t-fill-color-button-interaction-outline-default": {
210
+ "type": "color",
211
+ "value": "var(--t-fill-color-button-interaction-outline)"
212
+ },
213
+ "--t-fill-color-button-interaction-solid-default": {
214
+ "type": "color",
215
+ "value": "var(--t-fill-color-button-interaction-solid)"
216
+ },
217
+ "--t-fill-color-button-neutral-ghost-default": {
218
+ "type": "color",
219
+ "value": "var(--t-fill-color-button-neutral-ghost)"
220
+ },
221
+ "--t-fill-color-button-neutral-outline-default": {
222
+ "type": "color",
223
+ "value": "var(--t-fill-color-button-neutral-outline)"
224
+ },
225
+ "--t-fill-color-button-neutral-responsive-header-default": {
226
+ "type": "color",
227
+ "value": "var(--t-fill-color-button-neutral-responsive-header)"
228
+ },
229
+ "--t-fill-color-button-neutral-solid-default": {
230
+ "type": "color",
231
+ "value": "var(--t-fill-color-button-neutral-solid)"
232
+ },
233
+ "--t-fill-color-button-pill-default": {
234
+ "type": "color",
235
+ "value": "var(--t-fill-color-button-pill)"
236
+ },
237
+ "--t-fill-color-control-primary": {
238
+ "type": "color",
239
+ "value": "var(--t-fill-color-control)"
240
+ },
241
+ "--t-fill-color-interaction-default": {
242
+ "type": "color",
243
+ "value": "var(--t-fill-color-interaction)"
244
+ },
245
+ "--t-fill-color-product-staff-base": {
246
+ "type": "color",
247
+ "value": "var(--t-fill-color-product-staff)"
248
+ },
249
+ "--t-fill-color-status-error-primary": {
250
+ "type": "color",
251
+ "value": "var(--t-fill-color-status-error)"
252
+ },
253
+ "--t-fill-color-tooltip-primary": {
254
+ "type": "color",
255
+ "value": "var(--t-fill-color-tooltip)"
256
+ },
257
+ "--t-icon-color-default-dim": {
258
+ "type": "color",
259
+ "value": "var(--t-icon-color-dim)"
260
+ },
261
+ "--t-icon-color-default-disabled": {
262
+ "type": "color",
263
+ "value": "var(--t-icon-color-disabled)"
264
+ },
265
+ "--t-icon-color-default-inverted": {
266
+ "type": "color",
267
+ "value": "var(--t-icon-color-inverted)"
268
+ },
269
+ "--t-icon-color-default-primary": {
270
+ "type": "color",
271
+ "value": "var(--t-icon-color)"
272
+ },
273
+ "--t-icon-color-default-secondary": {
274
+ "type": "color",
275
+ "value": "var(--t-icon-color-secondary)"
276
+ },
277
+ "--t-icon-color-status-error-primary": {
278
+ "type": "color",
279
+ "value": "var(--t-icon-color-status-error)"
280
+ },
281
+ "--t-icon-color-status-info-primary": {
282
+ "type": "color",
283
+ "value": "var(--t-icon-color-status-info)"
284
+ },
285
+ "--t-icon-color-status-neutral-primary": {
286
+ "type": "color",
287
+ "value": "var(--t-icon-color-status-neutral)"
288
+ },
289
+ "--t-icon-color-status-success-primary": {
290
+ "type": "color",
291
+ "value": "var(--t-icon-color-status-success)"
292
+ },
293
+ "--t-icon-color-status-warning-primary": {
294
+ "type": "color",
295
+ "value": "var(--t-icon-color-status-warning)"
296
+ },
297
+ "--t-text-color-default-disabled": {
298
+ "type": "color",
299
+ "value": "var(--t-text-color-disabled)"
300
+ },
301
+ "--t-text-color-default-headline": {
302
+ "type": "color",
303
+ "value": "var(--t-text-color-headline)"
304
+ },
305
+ "--t-text-color-default-inverted": {
306
+ "type": "color",
307
+ "value": "var(--t-text-color-inverted)"
308
+ },
309
+ "--t-text-color-default-placeholder": {
310
+ "type": "color",
311
+ "value": "var(--t-text-color-placeholder)"
312
+ },
313
+ "--t-text-color-default-primary": {
314
+ "type": "color",
315
+ "value": "var(--t-text-color)"
316
+ },
317
+ "--t-text-color-default-secondary": {
318
+ "type": "color",
319
+ "value": "var(--t-text-color-secondary)"
320
+ },
321
+ "--t-text-color-interaction-primary": {
322
+ "type": "color",
323
+ "value": "var(--t-text-color-interaction)"
324
+ }
325
+ }
326
+ }