@planningcenter/tapestry 3.0.0-rc.14 → 3.0.0-rc.15

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 (37) hide show
  1. package/dist/components/button/BaseButton.js +1 -1
  2. package/dist/components/button/BaseButton.js.map +1 -1
  3. package/dist/components/button/IconButton.js +1 -1
  4. package/dist/components/button/IconButton.js.map +1 -1
  5. package/dist/components/button/PageHeaderActionsDropdownButton.js +1 -1
  6. package/dist/components/button/PageHeaderActionsDropdownButton.js.map +1 -1
  7. package/dist/components/link/BaseLink.js +1 -1
  8. package/dist/components/link/BaseLink.js.map +1 -1
  9. package/dist/components/page-header/index.js +1 -1
  10. package/dist/components/sidenav/index.js +1 -1
  11. package/dist/reactRender.css +418 -418
  12. package/dist/reactRender.css.map +1 -1
  13. package/dist/reactRenderLegacy.css +418 -418
  14. package/dist/reactRenderLegacy.css.map +1 -1
  15. package/dist/tapestry-wc/dist/components/{p-BLUX4pJX.js → p-5y8_fniU.js} +2 -2
  16. package/dist/tapestry-wc/dist/components/{p-BLUX4pJX.js.map → p-5y8_fniU.js.map} +1 -1
  17. package/dist/tapestry-wc/dist/components/{p-CxZntGTP.js → p-CCVokWBG.js} +2 -2
  18. package/dist/tapestry-wc/dist/components/{p-CxZntGTP.js.map → p-CCVokWBG.js.map} +1 -1
  19. package/dist/tapestry-wc/dist/components/{p-CIW3ZryT.js → p-CyHWV_ow.js} +3 -3
  20. package/dist/tapestry-wc/dist/components/{p-CIW3ZryT.js.map → p-CyHWV_ow.js.map} +1 -1
  21. package/dist/tapestry-wc/dist/components/{p-BEJImHku.js → p-DVfg4EOX.js} +3 -3
  22. package/dist/tapestry-wc/dist/components/{p-BEJImHku.js.map → p-DVfg4EOX.js.map} +1 -1
  23. package/dist/tapestry-wc/dist/components/{p-BsnEQ2aQ.js → p-DzSjNrCf.js} +3 -3
  24. package/dist/tapestry-wc/dist/components/{p-BsnEQ2aQ.js.map → p-DzSjNrCf.js.map} +1 -1
  25. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
  26. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
  27. package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
  28. package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
  29. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
  30. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
  31. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
  32. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
  33. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
  34. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
  35. package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
  36. package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
  37. package/package.json +3 -3
@@ -1,420 +1,7 @@
1
1
  @layer t-critical, t-component;
2
2
 
3
- :root{
4
- --t-border-radius-sm:2px;
5
- --t-border-radius-md:4px;
6
- --t-border-radius-lg:8px;
7
- --t-border-radius-xl:16px;
8
- --t-border-radius-round:56px;
9
- --t-border-radius:4px;
10
- --t-border-width:1px;
11
- --t-border-width-thick:2px;
12
- --t-spacing-1:8px;
13
- --t-spacing-2:16px;
14
- --t-spacing-3:24px;
15
- --t-spacing-4:32px;
16
- --t-spacing-5:40px;
17
- --t-spacing-6:48px;
18
- --t-spacing-7:56px;
19
- --t-spacing-fourth:2px;
20
- --t-spacing-half:4px;
21
- --t-spacing-1-half:12px;
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-semibold: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-headline:hsl(0, 0%, 12%);
54
- --t-text-color:hsl(0, 0%, 24%);
55
- --t-text-color-secondary:hsl(0, 0%, 42%);
56
- --t-text-color-disabled:hsl(0, 0%, 81%);
57
- --t-text-color-placeholder:hsl(0, 0%, 58%);
58
- --t-text-color-inverted:hsl(0, 0%, 100%);
59
- --t-text-color-interaction: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-indigo:hsl(241, 59%, 28%);
71
- --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
72
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
73
- --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
74
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
75
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
76
- --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
77
- --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
78
- --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
79
- --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
80
- --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
81
- --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
82
- --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
83
- --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
84
- --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
85
- --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
86
- --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
87
- --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
88
- --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
89
- --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
90
- --t-icon-color:hsl(0, 0%, 24%);
91
- --t-icon-color-secondary:hsl(0, 0%, 42%);
92
- --t-icon-color-dim:hsl(0, 0%, 58%);
93
- --t-icon-color-disabled:hsl(0, 0%, 81%);
94
- --t-icon-color-inverted:hsl(0, 0%, 100%);
95
- --t-icon-color-status-neutral:hsl(0, 0%, 42%);
96
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
97
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
98
- --t-icon-color-status-info:hsl(204, 100%, 40%);
99
- --t-icon-color-status-success:hsl(96, 57%, 33%);
100
- --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
101
- --t-icon-color-status-warning:hsl(42, 84%, 49%);
102
- --t-icon-color-status-error:hsl(8, 60%, 47%);
103
- --t-fill-color-neutral-100:hsl(0, 0%, 100%);
104
- --t-fill-color-neutral-000:hsl(0, 0%, 12%);
105
- --t-fill-color-neutral-010:hsl(0, 0%, 24%);
106
- --t-fill-color-neutral-020:hsl(0, 0%, 42%);
107
- --t-fill-color-neutral-025:hsl(0, 0%, 50%);
108
- --t-fill-color-neutral-030:hsl(0, 0%, 58%);
109
- --t-fill-color-neutral-040:hsl(0, 0%, 81%);
110
- --t-fill-color-neutral-050:hsl(0, 0%, 88%);
111
- --t-fill-color-neutral-060:hsl(0, 0%, 93%);
112
- --t-fill-color-neutral-070:hsl(0, 0%, 95%);
113
- --t-fill-color-neutral-080:hsl(0, 0%, 97%);
114
- --t-fill-color-neutral-090:hsl(0, 0%, 98%);
115
- --t-fill-color-interaction:hsl(204, 100%, 40%);
116
- --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
117
- --t-fill-color-interaction-active:hsl(204, 100%, 30%);
118
- --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
119
- --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
120
- --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
121
- --t-fill-color-control:hsl(204, 100%, 40%);
122
- --t-fill-color-control-secondary:hsl(97, 57%, 40%);
123
- --t-fill-color-control-error:hsl(8, 60%, 47%);
124
- --t-fill-color-control-disabled:hsl(0, 0%, 81%);
125
- --t-fill-color-status-neutral:hsl(0, 0%, 42%);
126
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
127
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
128
- --t-fill-color-status-info:hsl(204, 100%, 40%);
129
- --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
130
- --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
131
- --t-fill-color-status-success:hsl(96, 57%, 33%);
132
- --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
133
- --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
134
- --t-fill-color-status-warning:hsl(42, 84%, 63%);
135
- --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
136
- --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
137
- --t-fill-color-status-error:hsl(8, 60%, 47%);
138
- --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
139
- --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
140
- --t-fill-color-tooltip:hsla(0, 0%, 12%, 0.9);
141
- --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
142
- --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
143
- --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
144
- --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
145
- --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
146
- --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
147
- --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
148
- --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
149
- --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
150
- --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
151
- --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
152
- --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
153
- --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
154
- --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
155
- --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
156
- --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
157
- --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
158
- --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
159
- --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
160
- --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
161
- --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
162
- --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
163
- --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
164
- --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
165
- --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
166
- --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
167
- --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
168
- --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
169
- --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
170
- --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
171
- --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
172
- --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
173
- --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
174
- --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
175
- --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
176
- --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
177
- --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
178
- --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
179
- --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
180
- --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
181
- --t-fill-color-product-home-010:hsl(221, 89%, 93%);
182
- --t-fill-color-product-home-020:hsl(221, 91%, 91%);
183
- --t-fill-color-product-home-030:hsl(221, 91%, 87%);
184
- --t-fill-color-product-home-040:hsl(221, 91%, 62%);
185
- --t-fill-color-product-home-050:hsl(221, 91%, 55%);
186
- --t-fill-color-product-home-060:hsl(221, 90%, 50%);
187
- --t-fill-color-product-home-070:hsl(221, 90%, 45%);
188
- --t-fill-color-product-home-080:hsl(218, 84%, 25%);
189
- --t-fill-color-product-people-010:hsl(219, 73%, 91%);
190
- --t-fill-color-product-people-020:hsl(220, 69%, 81%);
191
- --t-fill-color-product-people-030:hsl(221, 73%, 71%);
192
- --t-fill-color-product-people-040:hsl(221, 73%, 65%);
193
- --t-fill-color-product-people-050:hsl(220, 74%, 57%);
194
- --t-fill-color-product-people-060:hsl(220, 68%, 51%);
195
- --t-fill-color-product-people-070:hsl(220, 68%, 41%);
196
- --t-fill-color-product-people-080:hsl(221, 68%, 31%);
197
- --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
198
- --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
199
- --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
200
- --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
201
- --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
202
- --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
203
- --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
204
- --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
205
- --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
206
- --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
207
- --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
208
- --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
209
- --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
210
- --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
211
- --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
212
- --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
213
- --t-fill-color-product-services-010:hsl(88, 31%, 88%);
214
- --t-fill-color-product-services-020:hsl(88, 39%, 75%);
215
- --t-fill-color-product-services-030:hsl(88, 39%, 66%);
216
- --t-fill-color-product-services-040:hsl(88, 40%, 54%);
217
- --t-fill-color-product-services-050:hsl(88, 45%, 41%);
218
- --t-fill-color-product-services-060:hsl(89, 62%, 31%);
219
- --t-fill-color-product-services-070:hsl(89, 62%, 26%);
220
- --t-fill-color-product-services-080:hsl(89, 63%, 21%);
221
- --t-fill-color-product-staff:hsl(328, 100%, 45%);
222
- --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
223
- --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
224
- --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
225
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
226
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
227
- --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
228
- --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
229
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
230
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
231
- --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
232
- --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
233
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
234
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
235
- --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
236
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
237
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
238
- --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
239
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
240
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
241
- --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
242
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
243
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
244
- --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
245
- --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
246
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
247
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
248
- --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
249
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
250
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
251
- --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
252
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
253
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
254
- --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
255
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
256
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
257
- --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
258
- --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
259
- --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
260
- --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
261
- --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
262
- --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
263
- --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
264
- --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
265
- --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
266
- --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
267
- --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
268
- --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
269
- --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
270
- --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
271
- --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
272
- --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
273
- --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
274
- --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
275
- --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
276
- --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
277
- --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
278
- --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
279
- --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
280
- --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
281
- --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
282
- --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
283
- --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
284
- --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
285
- --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
286
- --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
287
- --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
288
- --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
289
- --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
290
- --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
291
- --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
292
- --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
293
- --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
294
- --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
295
- --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
296
- --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
297
- --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
298
- --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
299
- --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
300
- --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
301
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 93%);
302
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
303
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
304
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
305
- --t-fill-color-button-neutral-outline:hsla(0, 0%, 100%, 0);
306
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
307
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
308
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
309
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 100%, 0);
310
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
311
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
312
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
313
- --t-fill-color-button-neutral-responsive-header:hsla(0, 0%, 0%, 0.1);
314
- --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
315
- --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
316
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
317
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 40%);
318
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
319
- --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
320
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
321
- --t-fill-color-button-interaction-outline:hsla(0, 0%, 100%, 0);
322
- --t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
323
- --t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
324
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
325
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 100%, 0);
326
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
327
- --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
328
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
329
- --t-fill-color-button-delete-solid:hsl(8, 60%, 47%);
330
- --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
331
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
332
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
333
- --t-fill-color-button-delete-outline:hsla(0, 0%, 100%, 0);
334
- --t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
335
- --t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
336
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
337
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 100%, 0);
338
- --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
339
- --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
340
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
341
- --t-fill-color-button-pill:hsl(0, 0%, 93%);
342
- --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
343
- --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
344
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
345
- --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
346
- --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
347
- --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
348
- --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
349
- --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
350
- --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
351
- --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
352
- --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
353
- --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
354
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
355
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
356
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
357
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
358
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
359
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
360
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
361
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
362
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
363
- --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
364
- --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
365
- --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
366
- --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
367
- --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
368
- --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
369
- --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
370
- --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
371
- --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
372
- --t-surface-color-card:hsl(0, 0%, 100%);
373
- --t-surface-color-canvas:hsl(0, 0%, 100%);
374
- --t-border-color:hsl(0, 0%, 88%);
375
- --t-border-color-dark:hsl(0, 0%, 81%);
376
- --t-border-color-darker:hsl(0, 0%, 68%);
377
- --t-border-color-darkest:hsl(0, 0%, 58%);
378
- --t-border-color-disabled:hsl(0, 0%, 88%);
379
- --t-border-color-dim:hsl(0, 0%, 95%);
380
- --t-border-color-white:hsl(0, 0%, 100%);
381
- --t-border-color-status-neutral:hsl(0, 0%, 58%);
382
- --t-border-color-status-info:hsl(204, 100%, 40%);
383
- --t-border-color-status-success:hsl(97, 57%, 40%);
384
- --t-border-color-status-warning:hsl(42, 84%, 63%);
385
- --t-border-color-status-error:hsl(8, 60%, 47%);
386
- --t-border-color-button-neutral:hsl(0, 0%, 88%);
387
- --t-border-color-button-info:hsl(204, 100%, 40%);
388
- --t-border-color-button-create:hsl(96, 57%, 33%);
389
- --t-border-color-button-delete:hsl(8, 60%, 47%);
390
- --t-border-color-control-neutral:hsl(0, 0%, 68%);
391
- --t-border-color-control-info:hsl(204, 100%, 40%);
392
- --t-border-color-control-success:hsl(97, 57%, 40%);
393
- --t-border-color-control-warning:hsl(42, 84%, 63%);
394
- --t-border-color-control-error:hsl(8, 60%, 47%);
395
- --t-border-color-control-disabled:hsl(0, 0%, 88%);
396
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
397
- --t-form-background-color:var(--t-fill-color-neutral-100);
398
- --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
399
- --t-form-background-color-error:var(--t-fill-color-neutral-100);
400
- --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
401
- --t-form-border-color:var(--t-border-color);
402
- --t-form-border-color-disabled:var(--t-border-color);
403
- --t-form-border-color-error:var(--t-border-color-status-error);
404
- --t-form-border-color-focus:var(--t-fill-color-interaction);
405
- --t-form-border-color-hover:var(--t-border-color-dark);
406
- --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
407
- --t-form-border-radius:var(--t-border-radius-md);
408
- --t-form-border-width:var(--t-border-width);
409
- --t-form-font-color:var(--t-text-color);
410
- --t-form-font-color-disabled:var(--t-text-color-disabled);
411
- --t-form-font-color-error:var(--t-text-color-status-error);
412
- --t-form-font-color-readonly:var(--t-text-color);
413
- --t-form-picker-icon-color:var(--t-icon-color);
414
- --t-form-placeholder-color:var(--t-text-color-placeholder);
415
- }
416
-
417
- :root[data-color-mode="dark"]{
3
+ @media (prefers-color-scheme: dark){
4
+ :root[data-color-mode="system"]{
418
5
  color-scheme:dark;
419
6
  --t-text-color-headline:hsl(0, 0%, 94%);
420
7
  --t-text-color:hsl(0, 0%, 80%);
@@ -636,9 +223,9 @@
636
223
  --t-border-color-control-disabled:hsl(0, 0%, 21%);
637
224
  --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
638
225
  }
226
+ }
639
227
 
640
- @media (prefers-color-scheme: dark){
641
- :root[data-color-mode="system"]{
228
+ :root[data-color-mode="dark"]{
642
229
  color-scheme:dark;
643
230
  --t-text-color-headline:hsl(0, 0%, 94%);
644
231
  --t-text-color:hsl(0, 0%, 80%);
@@ -860,7 +447,6 @@
860
447
  --t-border-color-control-disabled:hsl(0, 0%, 21%);
861
448
  --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
862
449
  }
863
- }
864
450
 
865
451
  :root{
866
452
  --t-border-size-default:var(--t-border-width);
@@ -957,6 +543,420 @@
957
543
  --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
958
544
  }
959
545
 
546
+ :root{
547
+ --t-border-radius-sm:2px;
548
+ --t-border-radius-md:4px;
549
+ --t-border-radius-lg:8px;
550
+ --t-border-radius-xl:16px;
551
+ --t-border-radius-round:56px;
552
+ --t-border-radius:4px;
553
+ --t-border-width:1px;
554
+ --t-border-width-thick:2px;
555
+ --t-spacing-1:8px;
556
+ --t-spacing-2:16px;
557
+ --t-spacing-3:24px;
558
+ --t-spacing-4:32px;
559
+ --t-spacing-5:40px;
560
+ --t-spacing-6:48px;
561
+ --t-spacing-7:56px;
562
+ --t-spacing-fourth:2px;
563
+ --t-spacing-half:4px;
564
+ --t-spacing-1-half:12px;
565
+ --t-element-size-3xl:48px;
566
+ --t-element-size-2xl:32px;
567
+ --t-element-size-xl:24px;
568
+ --t-element-size-lg:18px;
569
+ --t-element-size-md:16px;
570
+ --t-element-size-sm:14px;
571
+ --t-element-size-xs:12px;
572
+ --t-font-size-4xl:32px;
573
+ --t-font-size-3xl:28px;
574
+ --t-font-size-2xl:24px;
575
+ --t-font-size-xl:20px;
576
+ --t-font-size-lg:18px;
577
+ --t-font-size-md:16px;
578
+ --t-font-size-sm:14px;
579
+ --t-font-size-xs:12px;
580
+ --t-font-size-2xs:10px;
581
+ --t-font-weight-normal:400;
582
+ --t-font-weight-medium:500;
583
+ --t-font-weight-semibold:600;
584
+ --t-font-weight-bold:700;
585
+ --t-container-size-xl:48px;
586
+ --t-container-size-lg:40px;
587
+ --t-container-size-md:32px;
588
+ --t-container-size-sm:24px;
589
+ --t-container-size-xs:20px;
590
+ --t-avatar-size-20:20px;
591
+ --t-avatar-size-24:24px;
592
+ --t-avatar-size-36:36px;
593
+ --t-avatar-size-48:48px;
594
+ --t-avatar-size-72:72px;
595
+ --t-avatar-size-112:112px;
596
+ --t-text-color-headline:hsl(0, 0%, 12%);
597
+ --t-text-color:hsl(0, 0%, 24%);
598
+ --t-text-color-secondary:hsl(0, 0%, 42%);
599
+ --t-text-color-disabled:hsl(0, 0%, 81%);
600
+ --t-text-color-placeholder:hsl(0, 0%, 58%);
601
+ --t-text-color-inverted:hsl(0, 0%, 100%);
602
+ --t-text-color-interaction:hsl(204, 100%, 40%);
603
+ --t-text-color-interaction-hover:hsl(204, 100%, 35%);
604
+ --t-text-color-interaction-active:hsl(204, 100%, 30%);
605
+ --t-text-color-interaction-visited:hsl(204, 100%, 30%);
606
+ --t-text-color-status-neutral:hsl(0, 0%, 24%);
607
+ --t-text-color-status-info:hsl(204, 100%, 35%);
608
+ --t-text-color-status-success:hsl(97, 57%, 28%);
609
+ --t-text-color-status-warning:hsl(42, 100%, 29%);
610
+ --t-text-color-status-error:hsl(8, 60%, 45%);
611
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
612
+ --t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
613
+ --t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
614
+ --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
615
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
616
+ --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
617
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
618
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
619
+ --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
620
+ --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
621
+ --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
622
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
623
+ --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
624
+ --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
625
+ --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
626
+ --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
627
+ --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
628
+ --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
629
+ --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
630
+ --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
631
+ --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
632
+ --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
633
+ --t-icon-color:hsl(0, 0%, 24%);
634
+ --t-icon-color-secondary:hsl(0, 0%, 42%);
635
+ --t-icon-color-dim:hsl(0, 0%, 58%);
636
+ --t-icon-color-disabled:hsl(0, 0%, 81%);
637
+ --t-icon-color-inverted:hsl(0, 0%, 100%);
638
+ --t-icon-color-status-neutral:hsl(0, 0%, 42%);
639
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
640
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
641
+ --t-icon-color-status-info:hsl(204, 100%, 40%);
642
+ --t-icon-color-status-success:hsl(96, 57%, 33%);
643
+ --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
644
+ --t-icon-color-status-warning:hsl(42, 84%, 49%);
645
+ --t-icon-color-status-error:hsl(8, 60%, 47%);
646
+ --t-fill-color-neutral-100:hsl(0, 0%, 100%);
647
+ --t-fill-color-neutral-000:hsl(0, 0%, 12%);
648
+ --t-fill-color-neutral-010:hsl(0, 0%, 24%);
649
+ --t-fill-color-neutral-020:hsl(0, 0%, 42%);
650
+ --t-fill-color-neutral-025:hsl(0, 0%, 50%);
651
+ --t-fill-color-neutral-030:hsl(0, 0%, 58%);
652
+ --t-fill-color-neutral-040:hsl(0, 0%, 81%);
653
+ --t-fill-color-neutral-050:hsl(0, 0%, 88%);
654
+ --t-fill-color-neutral-060:hsl(0, 0%, 93%);
655
+ --t-fill-color-neutral-070:hsl(0, 0%, 95%);
656
+ --t-fill-color-neutral-080:hsl(0, 0%, 97%);
657
+ --t-fill-color-neutral-090:hsl(0, 0%, 98%);
658
+ --t-fill-color-interaction:hsl(204, 100%, 40%);
659
+ --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
660
+ --t-fill-color-interaction-active:hsl(204, 100%, 30%);
661
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
662
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
663
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
664
+ --t-fill-color-control:hsl(204, 100%, 40%);
665
+ --t-fill-color-control-secondary:hsl(97, 57%, 40%);
666
+ --t-fill-color-control-error:hsl(8, 60%, 47%);
667
+ --t-fill-color-control-disabled:hsl(0, 0%, 81%);
668
+ --t-fill-color-status-neutral:hsl(0, 0%, 42%);
669
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
670
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
671
+ --t-fill-color-status-info:hsl(204, 100%, 40%);
672
+ --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
673
+ --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
674
+ --t-fill-color-status-success:hsl(96, 57%, 33%);
675
+ --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
676
+ --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
677
+ --t-fill-color-status-warning:hsl(42, 84%, 63%);
678
+ --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
679
+ --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
680
+ --t-fill-color-status-error:hsl(8, 60%, 47%);
681
+ --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
682
+ --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
683
+ --t-fill-color-tooltip:hsla(0, 0%, 12%, 0.9);
684
+ --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
685
+ --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
686
+ --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
687
+ --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
688
+ --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
689
+ --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
690
+ --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
691
+ --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
692
+ --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
693
+ --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
694
+ --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
695
+ --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
696
+ --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
697
+ --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
698
+ --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
699
+ --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
700
+ --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
701
+ --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
702
+ --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
703
+ --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
704
+ --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
705
+ --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
706
+ --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
707
+ --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
708
+ --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
709
+ --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
710
+ --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
711
+ --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
712
+ --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
713
+ --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
714
+ --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
715
+ --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
716
+ --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
717
+ --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
718
+ --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
719
+ --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
720
+ --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
721
+ --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
722
+ --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
723
+ --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
724
+ --t-fill-color-product-home-010:hsl(221, 89%, 93%);
725
+ --t-fill-color-product-home-020:hsl(221, 91%, 91%);
726
+ --t-fill-color-product-home-030:hsl(221, 91%, 87%);
727
+ --t-fill-color-product-home-040:hsl(221, 91%, 62%);
728
+ --t-fill-color-product-home-050:hsl(221, 91%, 55%);
729
+ --t-fill-color-product-home-060:hsl(221, 90%, 50%);
730
+ --t-fill-color-product-home-070:hsl(221, 90%, 45%);
731
+ --t-fill-color-product-home-080:hsl(218, 84%, 25%);
732
+ --t-fill-color-product-people-010:hsl(219, 73%, 91%);
733
+ --t-fill-color-product-people-020:hsl(220, 69%, 81%);
734
+ --t-fill-color-product-people-030:hsl(221, 73%, 71%);
735
+ --t-fill-color-product-people-040:hsl(221, 73%, 65%);
736
+ --t-fill-color-product-people-050:hsl(220, 74%, 57%);
737
+ --t-fill-color-product-people-060:hsl(220, 68%, 51%);
738
+ --t-fill-color-product-people-070:hsl(220, 68%, 41%);
739
+ --t-fill-color-product-people-080:hsl(221, 68%, 31%);
740
+ --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
741
+ --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
742
+ --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
743
+ --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
744
+ --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
745
+ --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
746
+ --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
747
+ --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
748
+ --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
749
+ --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
750
+ --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
751
+ --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
752
+ --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
753
+ --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
754
+ --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
755
+ --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
756
+ --t-fill-color-product-services-010:hsl(88, 31%, 88%);
757
+ --t-fill-color-product-services-020:hsl(88, 39%, 75%);
758
+ --t-fill-color-product-services-030:hsl(88, 39%, 66%);
759
+ --t-fill-color-product-services-040:hsl(88, 40%, 54%);
760
+ --t-fill-color-product-services-050:hsl(88, 45%, 41%);
761
+ --t-fill-color-product-services-060:hsl(89, 62%, 31%);
762
+ --t-fill-color-product-services-070:hsl(89, 62%, 26%);
763
+ --t-fill-color-product-services-080:hsl(89, 63%, 21%);
764
+ --t-fill-color-product-staff:hsl(328, 100%, 45%);
765
+ --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
766
+ --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
767
+ --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
768
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
769
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
770
+ --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
771
+ --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
772
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
773
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
774
+ --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
775
+ --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
776
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
777
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
778
+ --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
779
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
780
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
781
+ --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
782
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
783
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
784
+ --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
785
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
786
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
787
+ --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
788
+ --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
789
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
790
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
791
+ --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
792
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
793
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
794
+ --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
795
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
796
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
797
+ --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
798
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
799
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
800
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
801
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
802
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
803
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
804
+ --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
805
+ --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
806
+ --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
807
+ --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
808
+ --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
809
+ --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
810
+ --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
811
+ --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
812
+ --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
813
+ --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
814
+ --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
815
+ --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
816
+ --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
817
+ --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
818
+ --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
819
+ --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
820
+ --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
821
+ --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
822
+ --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
823
+ --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
824
+ --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
825
+ --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
826
+ --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
827
+ --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
828
+ --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
829
+ --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
830
+ --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
831
+ --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
832
+ --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
833
+ --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
834
+ --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
835
+ --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
836
+ --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
837
+ --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
838
+ --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
839
+ --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
840
+ --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
841
+ --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
842
+ --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
843
+ --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
844
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 93%);
845
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
846
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
847
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
848
+ --t-fill-color-button-neutral-outline:hsla(0, 0%, 100%, 0);
849
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
850
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
851
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
852
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 100%, 0);
853
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
854
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
855
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
856
+ --t-fill-color-button-neutral-responsive-header:hsla(0, 0%, 0%, 0.1);
857
+ --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
858
+ --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
859
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
860
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 40%);
861
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
862
+ --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
863
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
864
+ --t-fill-color-button-interaction-outline:hsla(0, 0%, 100%, 0);
865
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
866
+ --t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
867
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
868
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 100%, 0);
869
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
870
+ --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
871
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
872
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 47%);
873
+ --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
874
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
875
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
876
+ --t-fill-color-button-delete-outline:hsla(0, 0%, 100%, 0);
877
+ --t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
878
+ --t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
879
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
880
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 100%, 0);
881
+ --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
882
+ --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
883
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
884
+ --t-fill-color-button-pill:hsl(0, 0%, 93%);
885
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
886
+ --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
887
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
888
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
889
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
890
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
891
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
892
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
893
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
894
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
895
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
896
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
897
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
898
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
899
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
900
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
901
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
902
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
903
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
904
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
905
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
906
+ --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
907
+ --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
908
+ --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
909
+ --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
910
+ --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
911
+ --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
912
+ --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
913
+ --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
914
+ --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
915
+ --t-surface-color-card:hsl(0, 0%, 100%);
916
+ --t-surface-color-canvas:hsl(0, 0%, 100%);
917
+ --t-border-color:hsl(0, 0%, 88%);
918
+ --t-border-color-dark:hsl(0, 0%, 81%);
919
+ --t-border-color-darker:hsl(0, 0%, 68%);
920
+ --t-border-color-darkest:hsl(0, 0%, 58%);
921
+ --t-border-color-disabled:hsl(0, 0%, 88%);
922
+ --t-border-color-dim:hsl(0, 0%, 95%);
923
+ --t-border-color-white:hsl(0, 0%, 100%);
924
+ --t-border-color-status-neutral:hsl(0, 0%, 58%);
925
+ --t-border-color-status-info:hsl(204, 100%, 40%);
926
+ --t-border-color-status-success:hsl(97, 57%, 40%);
927
+ --t-border-color-status-warning:hsl(42, 84%, 63%);
928
+ --t-border-color-status-error:hsl(8, 60%, 47%);
929
+ --t-border-color-button-neutral:hsl(0, 0%, 88%);
930
+ --t-border-color-button-info:hsl(204, 100%, 40%);
931
+ --t-border-color-button-create:hsl(96, 57%, 33%);
932
+ --t-border-color-button-delete:hsl(8, 60%, 47%);
933
+ --t-border-color-control-neutral:hsl(0, 0%, 68%);
934
+ --t-border-color-control-info:hsl(204, 100%, 40%);
935
+ --t-border-color-control-success:hsl(97, 57%, 40%);
936
+ --t-border-color-control-warning:hsl(42, 84%, 63%);
937
+ --t-border-color-control-error:hsl(8, 60%, 47%);
938
+ --t-border-color-control-disabled:hsl(0, 0%, 88%);
939
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
940
+ --t-form-background-color:var(--t-fill-color-neutral-100);
941
+ --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
942
+ --t-form-background-color-error:var(--t-fill-color-neutral-100);
943
+ --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
944
+ --t-form-border-color:var(--t-border-color);
945
+ --t-form-border-color-disabled:var(--t-border-color);
946
+ --t-form-border-color-error:var(--t-border-color-status-error);
947
+ --t-form-border-color-focus:var(--t-fill-color-interaction);
948
+ --t-form-border-color-hover:var(--t-border-color-dark);
949
+ --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
950
+ --t-form-border-radius:var(--t-border-radius-md);
951
+ --t-form-border-width:var(--t-border-width);
952
+ --t-form-font-color:var(--t-text-color);
953
+ --t-form-font-color-disabled:var(--t-text-color-disabled);
954
+ --t-form-font-color-error:var(--t-text-color-status-error);
955
+ --t-form-font-color-readonly:var(--t-text-color);
956
+ --t-form-picker-icon-color:var(--t-icon-color);
957
+ --t-form-placeholder-color:var(--t-text-color-placeholder);
958
+ }
959
+
960
960
  @media (prefers-color-scheme: dark){
961
961
  :root[data-color-mode="system"]{
962
962
  --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);