@planningcenter/tapestry 3.0.0-rc.11 → 3.0.0-rc.12
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/components/page-header/index.js +1 -1
- package/dist/components/sidenav/index.js +1 -1
- package/dist/reactRender.css +418 -418
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +418 -418
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/tapestry-wc/dist/components/{p-DMt3FD_X.js → p-C2nxY3AF.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-DMt3FD_X.js.map → p-C2nxY3AF.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-C_2jFU2Z.js → p-CTVZ7aBS.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-C_2jFU2Z.js.map → p-CTVZ7aBS.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-BENN-B90.js → p-DyzD33VO.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-BENN-B90.js.map → p-DyzD33VO.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-BSqooG3Q.js → p-lIsqkPIu.js} +2 -2
- package/dist/tapestry-wc/dist/components/{p-BSqooG3Q.js.map → p-lIsqkPIu.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/{p-DGOVIgy4.js → p-sV3icZvz.js} +3 -3
- package/dist/tapestry-wc/dist/components/{p-DGOVIgy4.js.map → p-sV3icZvz.js.map} +1 -1
- package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
- package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
- package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
- package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
- package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
- package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
- package/dist/tokens/tokens-deprecated.json +19 -38
- package/package.json +3 -3
package/dist/reactRender.css
CHANGED
|
@@ -1,421 +1,6 @@
|
|
|
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
|
-
@media (prefers-color-scheme: dark){
|
|
418
|
-
:root[data-color-mode="system"]{
|
|
3
|
+
:root[data-color-mode="dark"]{
|
|
419
4
|
color-scheme:dark;
|
|
420
5
|
--t-text-color-headline:hsl(0, 0%, 94%);
|
|
421
6
|
--t-text-color:hsl(0, 0%, 80%);
|
|
@@ -637,7 +222,6 @@
|
|
|
637
222
|
--t-border-color-control-disabled:hsl(0, 0%, 21%);
|
|
638
223
|
--t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
|
|
639
224
|
}
|
|
640
|
-
}
|
|
641
225
|
|
|
642
226
|
:root{
|
|
643
227
|
--t-border-color-default-base:var(--t-border-color);
|
|
@@ -684,7 +268,422 @@
|
|
|
684
268
|
--t-text-color-interaction-primary:var(--t-text-color-interaction);
|
|
685
269
|
}
|
|
686
270
|
|
|
687
|
-
:root
|
|
271
|
+
:root{
|
|
272
|
+
--t-border-radius-sm:2px;
|
|
273
|
+
--t-border-radius-md:4px;
|
|
274
|
+
--t-border-radius-lg:8px;
|
|
275
|
+
--t-border-radius-xl:16px;
|
|
276
|
+
--t-border-radius-round:56px;
|
|
277
|
+
--t-border-radius:4px;
|
|
278
|
+
--t-border-width:1px;
|
|
279
|
+
--t-border-width-thick:2px;
|
|
280
|
+
--t-spacing-1:8px;
|
|
281
|
+
--t-spacing-2:16px;
|
|
282
|
+
--t-spacing-3:24px;
|
|
283
|
+
--t-spacing-4:32px;
|
|
284
|
+
--t-spacing-5:40px;
|
|
285
|
+
--t-spacing-6:48px;
|
|
286
|
+
--t-spacing-7:56px;
|
|
287
|
+
--t-spacing-fourth:2px;
|
|
288
|
+
--t-spacing-half:4px;
|
|
289
|
+
--t-spacing-1-half:12px;
|
|
290
|
+
--t-element-size-3xl:48px;
|
|
291
|
+
--t-element-size-2xl:32px;
|
|
292
|
+
--t-element-size-xl:24px;
|
|
293
|
+
--t-element-size-lg:18px;
|
|
294
|
+
--t-element-size-md:16px;
|
|
295
|
+
--t-element-size-sm:14px;
|
|
296
|
+
--t-element-size-xs:12px;
|
|
297
|
+
--t-font-size-4xl:32px;
|
|
298
|
+
--t-font-size-3xl:28px;
|
|
299
|
+
--t-font-size-2xl:24px;
|
|
300
|
+
--t-font-size-xl:20px;
|
|
301
|
+
--t-font-size-lg:18px;
|
|
302
|
+
--t-font-size-md:16px;
|
|
303
|
+
--t-font-size-sm:14px;
|
|
304
|
+
--t-font-size-xs:12px;
|
|
305
|
+
--t-font-size-2xs:10px;
|
|
306
|
+
--t-font-weight-normal:400;
|
|
307
|
+
--t-font-weight-medium:500;
|
|
308
|
+
--t-font-weight-semibold:600;
|
|
309
|
+
--t-font-weight-bold:700;
|
|
310
|
+
--t-container-size-xl:48px;
|
|
311
|
+
--t-container-size-lg:40px;
|
|
312
|
+
--t-container-size-md:32px;
|
|
313
|
+
--t-container-size-sm:24px;
|
|
314
|
+
--t-container-size-xs:20px;
|
|
315
|
+
--t-avatar-size-20:20px;
|
|
316
|
+
--t-avatar-size-24:24px;
|
|
317
|
+
--t-avatar-size-36:36px;
|
|
318
|
+
--t-avatar-size-48:48px;
|
|
319
|
+
--t-avatar-size-72:72px;
|
|
320
|
+
--t-avatar-size-112:112px;
|
|
321
|
+
--t-text-color-headline:hsl(0, 0%, 12%);
|
|
322
|
+
--t-text-color:hsl(0, 0%, 24%);
|
|
323
|
+
--t-text-color-secondary:hsl(0, 0%, 42%);
|
|
324
|
+
--t-text-color-disabled:hsl(0, 0%, 81%);
|
|
325
|
+
--t-text-color-placeholder:hsl(0, 0%, 58%);
|
|
326
|
+
--t-text-color-inverted:hsl(0, 0%, 100%);
|
|
327
|
+
--t-text-color-interaction:hsl(204, 100%, 40%);
|
|
328
|
+
--t-text-color-interaction-hover:hsl(204, 100%, 35%);
|
|
329
|
+
--t-text-color-interaction-active:hsl(204, 100%, 30%);
|
|
330
|
+
--t-text-color-interaction-visited:hsl(204, 100%, 30%);
|
|
331
|
+
--t-text-color-status-neutral:hsl(0, 0%, 24%);
|
|
332
|
+
--t-text-color-status-info:hsl(204, 100%, 35%);
|
|
333
|
+
--t-text-color-status-success:hsl(97, 57%, 28%);
|
|
334
|
+
--t-text-color-status-warning:hsl(42, 100%, 29%);
|
|
335
|
+
--t-text-color-status-error:hsl(8, 60%, 45%);
|
|
336
|
+
--t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
|
|
337
|
+
--t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
|
|
338
|
+
--t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
|
|
339
|
+
--t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
|
|
340
|
+
--t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
|
|
341
|
+
--t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
|
|
342
|
+
--t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
|
|
343
|
+
--t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
|
|
344
|
+
--t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
|
|
345
|
+
--t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
|
|
346
|
+
--t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
|
|
347
|
+
--t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
|
|
348
|
+
--t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
|
|
349
|
+
--t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
|
|
350
|
+
--t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
|
|
351
|
+
--t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
|
|
352
|
+
--t-text-color-tag-bold-green:hsl(100, 93%, 17%);
|
|
353
|
+
--t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
|
|
354
|
+
--t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
|
|
355
|
+
--t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
|
|
356
|
+
--t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
|
|
357
|
+
--t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
|
|
358
|
+
--t-icon-color:hsl(0, 0%, 24%);
|
|
359
|
+
--t-icon-color-secondary:hsl(0, 0%, 42%);
|
|
360
|
+
--t-icon-color-dim:hsl(0, 0%, 58%);
|
|
361
|
+
--t-icon-color-disabled:hsl(0, 0%, 81%);
|
|
362
|
+
--t-icon-color-inverted:hsl(0, 0%, 100%);
|
|
363
|
+
--t-icon-color-status-neutral:hsl(0, 0%, 42%);
|
|
364
|
+
--t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
|
|
365
|
+
--t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
|
|
366
|
+
--t-icon-color-status-info:hsl(204, 100%, 40%);
|
|
367
|
+
--t-icon-color-status-success:hsl(96, 57%, 33%);
|
|
368
|
+
--t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
|
|
369
|
+
--t-icon-color-status-warning:hsl(42, 84%, 49%);
|
|
370
|
+
--t-icon-color-status-error:hsl(8, 60%, 47%);
|
|
371
|
+
--t-fill-color-neutral-100:hsl(0, 0%, 100%);
|
|
372
|
+
--t-fill-color-neutral-000:hsl(0, 0%, 12%);
|
|
373
|
+
--t-fill-color-neutral-010:hsl(0, 0%, 24%);
|
|
374
|
+
--t-fill-color-neutral-020:hsl(0, 0%, 42%);
|
|
375
|
+
--t-fill-color-neutral-025:hsl(0, 0%, 50%);
|
|
376
|
+
--t-fill-color-neutral-030:hsl(0, 0%, 58%);
|
|
377
|
+
--t-fill-color-neutral-040:hsl(0, 0%, 81%);
|
|
378
|
+
--t-fill-color-neutral-050:hsl(0, 0%, 88%);
|
|
379
|
+
--t-fill-color-neutral-060:hsl(0, 0%, 93%);
|
|
380
|
+
--t-fill-color-neutral-070:hsl(0, 0%, 95%);
|
|
381
|
+
--t-fill-color-neutral-080:hsl(0, 0%, 97%);
|
|
382
|
+
--t-fill-color-neutral-090:hsl(0, 0%, 98%);
|
|
383
|
+
--t-fill-color-interaction:hsl(204, 100%, 40%);
|
|
384
|
+
--t-fill-color-interaction-hover:hsl(204, 100%, 35%);
|
|
385
|
+
--t-fill-color-interaction-active:hsl(204, 100%, 30%);
|
|
386
|
+
--t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
|
|
387
|
+
--t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
|
|
388
|
+
--t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
|
|
389
|
+
--t-fill-color-control:hsl(204, 100%, 40%);
|
|
390
|
+
--t-fill-color-control-secondary:hsl(97, 57%, 40%);
|
|
391
|
+
--t-fill-color-control-error:hsl(8, 60%, 47%);
|
|
392
|
+
--t-fill-color-control-disabled:hsl(0, 0%, 81%);
|
|
393
|
+
--t-fill-color-status-neutral:hsl(0, 0%, 42%);
|
|
394
|
+
--t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
|
|
395
|
+
--t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
|
|
396
|
+
--t-fill-color-status-info:hsl(204, 100%, 40%);
|
|
397
|
+
--t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
|
|
398
|
+
--t-fill-color-status-info-dim:hsl(204, 100%, 97%);
|
|
399
|
+
--t-fill-color-status-success:hsl(96, 57%, 33%);
|
|
400
|
+
--t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
|
|
401
|
+
--t-fill-color-status-success-dim:hsl(96, 60%, 95%);
|
|
402
|
+
--t-fill-color-status-warning:hsl(42, 84%, 63%);
|
|
403
|
+
--t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
|
|
404
|
+
--t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
|
|
405
|
+
--t-fill-color-status-error:hsl(8, 60%, 47%);
|
|
406
|
+
--t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
|
|
407
|
+
--t-fill-color-status-error-dim:hsl(7, 60%, 97%);
|
|
408
|
+
--t-fill-color-tooltip:hsla(0, 0%, 12%, 0.9);
|
|
409
|
+
--t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
|
|
410
|
+
--t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
|
|
411
|
+
--t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
|
|
412
|
+
--t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
|
|
413
|
+
--t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
|
|
414
|
+
--t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
|
|
415
|
+
--t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
|
|
416
|
+
--t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
|
|
417
|
+
--t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
|
|
418
|
+
--t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
|
|
419
|
+
--t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
|
|
420
|
+
--t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
|
|
421
|
+
--t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
|
|
422
|
+
--t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
|
|
423
|
+
--t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
|
|
424
|
+
--t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
|
|
425
|
+
--t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
|
|
426
|
+
--t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
|
|
427
|
+
--t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
|
|
428
|
+
--t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
|
|
429
|
+
--t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
|
|
430
|
+
--t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
|
|
431
|
+
--t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
|
|
432
|
+
--t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
|
|
433
|
+
--t-fill-color-product-giving-010:hsl(41, 95%, 93%);
|
|
434
|
+
--t-fill-color-product-giving-020:hsl(42, 95%, 83%);
|
|
435
|
+
--t-fill-color-product-giving-030:hsl(43, 95%, 75%);
|
|
436
|
+
--t-fill-color-product-giving-040:hsl(43, 88%, 70%);
|
|
437
|
+
--t-fill-color-product-giving-050:hsl(43, 88%, 64%);
|
|
438
|
+
--t-fill-color-product-giving-060:hsl(42, 84%, 55%);
|
|
439
|
+
--t-fill-color-product-giving-070:hsl(42, 84%, 48%);
|
|
440
|
+
--t-fill-color-product-giving-080:hsl(42, 100%, 40%);
|
|
441
|
+
--t-fill-color-product-groups-010:hsl(18, 95%, 92%);
|
|
442
|
+
--t-fill-color-product-groups-020:hsl(17, 96%, 80%);
|
|
443
|
+
--t-fill-color-product-groups-030:hsl(17, 96%, 70%);
|
|
444
|
+
--t-fill-color-product-groups-040:hsl(17, 96%, 63%);
|
|
445
|
+
--t-fill-color-product-groups-050:hsl(17, 88%, 55%);
|
|
446
|
+
--t-fill-color-product-groups-060:hsl(12, 70%, 48%);
|
|
447
|
+
--t-fill-color-product-groups-070:hsl(12, 70%, 40%);
|
|
448
|
+
--t-fill-color-product-groups-080:hsl(14, 70%, 34%);
|
|
449
|
+
--t-fill-color-product-home-010:hsl(221, 89%, 93%);
|
|
450
|
+
--t-fill-color-product-home-020:hsl(221, 91%, 91%);
|
|
451
|
+
--t-fill-color-product-home-030:hsl(221, 91%, 87%);
|
|
452
|
+
--t-fill-color-product-home-040:hsl(221, 91%, 62%);
|
|
453
|
+
--t-fill-color-product-home-050:hsl(221, 91%, 55%);
|
|
454
|
+
--t-fill-color-product-home-060:hsl(221, 90%, 50%);
|
|
455
|
+
--t-fill-color-product-home-070:hsl(221, 90%, 45%);
|
|
456
|
+
--t-fill-color-product-home-080:hsl(218, 84%, 25%);
|
|
457
|
+
--t-fill-color-product-people-010:hsl(219, 73%, 91%);
|
|
458
|
+
--t-fill-color-product-people-020:hsl(220, 69%, 81%);
|
|
459
|
+
--t-fill-color-product-people-030:hsl(221, 73%, 71%);
|
|
460
|
+
--t-fill-color-product-people-040:hsl(221, 73%, 65%);
|
|
461
|
+
--t-fill-color-product-people-050:hsl(220, 74%, 57%);
|
|
462
|
+
--t-fill-color-product-people-060:hsl(220, 68%, 51%);
|
|
463
|
+
--t-fill-color-product-people-070:hsl(220, 68%, 41%);
|
|
464
|
+
--t-fill-color-product-people-080:hsl(221, 68%, 31%);
|
|
465
|
+
--t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
|
|
466
|
+
--t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
|
|
467
|
+
--t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
|
|
468
|
+
--t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
|
|
469
|
+
--t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
|
|
470
|
+
--t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
|
|
471
|
+
--t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
|
|
472
|
+
--t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
|
|
473
|
+
--t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
|
|
474
|
+
--t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
|
|
475
|
+
--t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
|
|
476
|
+
--t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
|
|
477
|
+
--t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
|
|
478
|
+
--t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
|
|
479
|
+
--t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
|
|
480
|
+
--t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
|
|
481
|
+
--t-fill-color-product-services-010:hsl(88, 31%, 88%);
|
|
482
|
+
--t-fill-color-product-services-020:hsl(88, 39%, 75%);
|
|
483
|
+
--t-fill-color-product-services-030:hsl(88, 39%, 66%);
|
|
484
|
+
--t-fill-color-product-services-040:hsl(88, 40%, 54%);
|
|
485
|
+
--t-fill-color-product-services-050:hsl(88, 45%, 41%);
|
|
486
|
+
--t-fill-color-product-services-060:hsl(89, 62%, 31%);
|
|
487
|
+
--t-fill-color-product-services-070:hsl(89, 62%, 26%);
|
|
488
|
+
--t-fill-color-product-services-080:hsl(89, 63%, 21%);
|
|
489
|
+
--t-fill-color-product-staff:hsl(328, 100%, 45%);
|
|
490
|
+
--t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
|
|
491
|
+
--t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
|
|
492
|
+
--t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
|
|
493
|
+
--t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
|
|
494
|
+
--t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
|
|
495
|
+
--t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
|
|
496
|
+
--t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
|
|
497
|
+
--t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
|
|
498
|
+
--t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
|
|
499
|
+
--t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
|
|
500
|
+
--t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
|
|
501
|
+
--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%));
|
|
502
|
+
--t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
|
|
503
|
+
--t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
|
|
504
|
+
--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%));
|
|
505
|
+
--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%));
|
|
506
|
+
--t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
|
|
507
|
+
--t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
|
|
508
|
+
--t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
|
|
509
|
+
--t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
|
|
510
|
+
--t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
|
|
511
|
+
--t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
|
|
512
|
+
--t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
|
|
513
|
+
--t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
|
|
514
|
+
--t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
|
|
515
|
+
--t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
|
|
516
|
+
--t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
|
|
517
|
+
--t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
|
|
518
|
+
--t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
|
|
519
|
+
--t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
|
|
520
|
+
--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%));
|
|
521
|
+
--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%));
|
|
522
|
+
--t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
|
|
523
|
+
--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%));
|
|
524
|
+
--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%));
|
|
525
|
+
--t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
|
|
526
|
+
--t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
|
|
527
|
+
--t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
|
|
528
|
+
--t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
|
|
529
|
+
--t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
|
|
530
|
+
--t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
|
|
531
|
+
--t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
|
|
532
|
+
--t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
|
|
533
|
+
--t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
|
|
534
|
+
--t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
|
|
535
|
+
--t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
|
|
536
|
+
--t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
|
|
537
|
+
--t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
|
|
538
|
+
--t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
|
|
539
|
+
--t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
|
|
540
|
+
--t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
|
|
541
|
+
--t-fill-color-tag-green-010:hsl(98, 59%, 85%);
|
|
542
|
+
--t-fill-color-tag-green-020:hsl(99, 59%, 78%);
|
|
543
|
+
--t-fill-color-tag-green-030:hsl(112, 57%, 65%);
|
|
544
|
+
--t-fill-color-tag-green-040:hsl(112, 57%, 57%);
|
|
545
|
+
--t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
|
|
546
|
+
--t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
|
|
547
|
+
--t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
|
|
548
|
+
--t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
|
|
549
|
+
--t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
|
|
550
|
+
--t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
|
|
551
|
+
--t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
|
|
552
|
+
--t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
|
|
553
|
+
--t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
|
|
554
|
+
--t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
|
|
555
|
+
--t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
|
|
556
|
+
--t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
|
|
557
|
+
--t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
|
|
558
|
+
--t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
|
|
559
|
+
--t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
|
|
560
|
+
--t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
|
|
561
|
+
--t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
|
|
562
|
+
--t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
|
|
563
|
+
--t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
|
|
564
|
+
--t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
|
|
565
|
+
--t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
|
|
566
|
+
--t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
|
|
567
|
+
--t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
|
|
568
|
+
--t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
|
|
569
|
+
--t-fill-color-button-neutral-solid:hsl(0, 0%, 93%);
|
|
570
|
+
--t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
|
|
571
|
+
--t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
|
|
572
|
+
--t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
|
|
573
|
+
--t-fill-color-button-neutral-outline:hsla(0, 0%, 100%, 0);
|
|
574
|
+
--t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 95%);
|
|
575
|
+
--t-fill-color-button-neutral-outline-active:hsl(0, 0%, 93%);
|
|
576
|
+
--t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 98%);
|
|
577
|
+
--t-fill-color-button-neutral-ghost:hsla(0, 0%, 100%, 0);
|
|
578
|
+
--t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
|
|
579
|
+
--t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
|
|
580
|
+
--t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
|
|
581
|
+
--t-fill-color-button-neutral-responsive-header:hsla(0, 0%, 0%, 0.1);
|
|
582
|
+
--t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
|
|
583
|
+
--t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
|
|
584
|
+
--t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
|
|
585
|
+
--t-fill-color-button-interaction-solid:hsl(204, 100%, 40%);
|
|
586
|
+
--t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
|
|
587
|
+
--t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
|
|
588
|
+
--t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
|
|
589
|
+
--t-fill-color-button-interaction-outline:hsla(0, 0%, 100%, 0);
|
|
590
|
+
--t-fill-color-button-interaction-outline-hover:hsl(204, 100%, 97%);
|
|
591
|
+
--t-fill-color-button-interaction-outline-active:hsl(203, 94%, 94%);
|
|
592
|
+
--t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 98%);
|
|
593
|
+
--t-fill-color-button-interaction-ghost:hsla(0, 0%, 100%, 0);
|
|
594
|
+
--t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
|
|
595
|
+
--t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
|
|
596
|
+
--t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
|
|
597
|
+
--t-fill-color-button-delete-solid:hsl(8, 60%, 47%);
|
|
598
|
+
--t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
|
|
599
|
+
--t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
|
|
600
|
+
--t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
|
|
601
|
+
--t-fill-color-button-delete-outline:hsla(0, 0%, 100%, 0);
|
|
602
|
+
--t-fill-color-button-delete-outline-hover:hsl(7, 60%, 97%);
|
|
603
|
+
--t-fill-color-button-delete-outline-active:hsl(9, 59%, 93%);
|
|
604
|
+
--t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 98%);
|
|
605
|
+
--t-fill-color-button-delete-ghost:hsla(0, 0%, 100%, 0);
|
|
606
|
+
--t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
|
|
607
|
+
--t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
|
|
608
|
+
--t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
|
|
609
|
+
--t-fill-color-button-pill:hsl(0, 0%, 93%);
|
|
610
|
+
--t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
|
|
611
|
+
--t-fill-color-button-pill-active:hsl(0, 0%, 88%);
|
|
612
|
+
--t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
|
|
613
|
+
--t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
|
|
614
|
+
--t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
|
|
615
|
+
--t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
|
|
616
|
+
--t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
|
|
617
|
+
--t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
|
|
618
|
+
--t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
|
|
619
|
+
--t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
|
|
620
|
+
--t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
|
|
621
|
+
--t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
|
|
622
|
+
--t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
|
|
623
|
+
--t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
|
|
624
|
+
--t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
|
|
625
|
+
--t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
|
|
626
|
+
--t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
|
|
627
|
+
--t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
|
|
628
|
+
--t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
|
|
629
|
+
--t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
|
|
630
|
+
--t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
|
|
631
|
+
--t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
|
|
632
|
+
--t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
|
|
633
|
+
--t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
|
|
634
|
+
--t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
|
|
635
|
+
--t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
|
|
636
|
+
--t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
|
|
637
|
+
--t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
|
|
638
|
+
--t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
|
|
639
|
+
--t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
|
|
640
|
+
--t-surface-color-card:hsl(0, 0%, 100%);
|
|
641
|
+
--t-surface-color-canvas:hsl(0, 0%, 100%);
|
|
642
|
+
--t-border-color:hsl(0, 0%, 88%);
|
|
643
|
+
--t-border-color-dark:hsl(0, 0%, 81%);
|
|
644
|
+
--t-border-color-darker:hsl(0, 0%, 68%);
|
|
645
|
+
--t-border-color-darkest:hsl(0, 0%, 58%);
|
|
646
|
+
--t-border-color-disabled:hsl(0, 0%, 88%);
|
|
647
|
+
--t-border-color-dim:hsl(0, 0%, 95%);
|
|
648
|
+
--t-border-color-white:hsl(0, 0%, 100%);
|
|
649
|
+
--t-border-color-status-neutral:hsl(0, 0%, 58%);
|
|
650
|
+
--t-border-color-status-info:hsl(204, 100%, 40%);
|
|
651
|
+
--t-border-color-status-success:hsl(97, 57%, 40%);
|
|
652
|
+
--t-border-color-status-warning:hsl(42, 84%, 63%);
|
|
653
|
+
--t-border-color-status-error:hsl(8, 60%, 47%);
|
|
654
|
+
--t-border-color-button-neutral:hsl(0, 0%, 88%);
|
|
655
|
+
--t-border-color-button-info:hsl(204, 100%, 40%);
|
|
656
|
+
--t-border-color-button-create:hsl(96, 57%, 33%);
|
|
657
|
+
--t-border-color-button-delete:hsl(8, 60%, 47%);
|
|
658
|
+
--t-border-color-control-neutral:hsl(0, 0%, 68%);
|
|
659
|
+
--t-border-color-control-info:hsl(204, 100%, 40%);
|
|
660
|
+
--t-border-color-control-success:hsl(97, 57%, 40%);
|
|
661
|
+
--t-border-color-control-warning:hsl(42, 84%, 63%);
|
|
662
|
+
--t-border-color-control-error:hsl(8, 60%, 47%);
|
|
663
|
+
--t-border-color-control-disabled:hsl(0, 0%, 88%);
|
|
664
|
+
--t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
|
|
665
|
+
--t-form-background-color:var(--t-fill-color-neutral-100);
|
|
666
|
+
--t-form-background-color-disabled:var(--t-fill-color-neutral-070);
|
|
667
|
+
--t-form-background-color-error:var(--t-fill-color-neutral-100);
|
|
668
|
+
--t-form-background-color-readonly:var(--t-fill-color-neutral-070);
|
|
669
|
+
--t-form-border-color:var(--t-border-color);
|
|
670
|
+
--t-form-border-color-disabled:var(--t-border-color);
|
|
671
|
+
--t-form-border-color-error:var(--t-border-color-status-error);
|
|
672
|
+
--t-form-border-color-focus:var(--t-fill-color-interaction);
|
|
673
|
+
--t-form-border-color-hover:var(--t-border-color-dark);
|
|
674
|
+
--t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
|
|
675
|
+
--t-form-border-radius:var(--t-border-radius-md);
|
|
676
|
+
--t-form-border-width:var(--t-border-width);
|
|
677
|
+
--t-form-font-color:var(--t-text-color);
|
|
678
|
+
--t-form-font-color-disabled:var(--t-text-color-disabled);
|
|
679
|
+
--t-form-font-color-error:var(--t-text-color-status-error);
|
|
680
|
+
--t-form-font-color-readonly:var(--t-text-color);
|
|
681
|
+
--t-form-picker-icon-color:var(--t-icon-color);
|
|
682
|
+
--t-form-placeholder-color:var(--t-text-color-placeholder);
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
@media (prefers-color-scheme: dark){
|
|
686
|
+
:root[data-color-mode="system"]{
|
|
688
687
|
color-scheme:dark;
|
|
689
688
|
--t-text-color-headline:hsl(0, 0%, 94%);
|
|
690
689
|
--t-text-color:hsl(0, 0%, 80%);
|
|
@@ -906,6 +905,7 @@
|
|
|
906
905
|
--t-border-color-control-disabled:hsl(0, 0%, 21%);
|
|
907
906
|
--t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
|
|
908
907
|
}
|
|
908
|
+
}
|
|
909
909
|
|
|
910
910
|
:root[data-color-mode="dark"]{
|
|
911
911
|
--t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
|