@planningcenter/tapestry-react 4.13.0 → 4.13.1
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/ActionsDropdown/ActionsDropdown.js +1 -1
- package/dist/Calendar/Day.js +1 -1
- package/dist/Card/Card.js +1 -1
- package/dist/ChurchCenterStatus/ChurchCenterStatus.js +1 -1
- package/dist/DataTable/hooks/useScrollShadows.d.ts.map +1 -1
- package/dist/DataTable/hooks/useScrollShadows.js +1 -1
- package/dist/DataTable/utils/variants.d.ts +4 -4
- package/dist/DataTable/utils/variants.js +1 -1
- package/dist/DateField/DateField.js +1 -1
- package/dist/Dialog/Dialog.js +1 -1
- package/dist/Divider/Divider.d.ts.map +1 -1
- package/dist/Divider/Divider.js +1 -1
- package/dist/FilterLayout/FilterLayout.js +1 -1
- package/dist/Icon/Status.js +1 -1
- package/dist/ItemList/ItemList.js +1 -1
- package/dist/List/List.d.ts.map +1 -1
- package/dist/List/List.js +1 -1
- package/dist/Logo/logos/api.js +1 -1
- package/dist/Logo/logos/calendar.js +1 -1
- package/dist/Logo/logos/check-ins.js +1 -1
- package/dist/Logo/logos/church-center.js +1 -1
- package/dist/Logo/logos/giving.js +1 -1
- package/dist/Logo/logos/groups.js +1 -1
- package/dist/Logo/logos/headcounts.js +1 -1
- package/dist/Logo/logos/home.js +1 -1
- package/dist/Logo/logos/login.js +1 -1
- package/dist/Logo/logos/music-stand.js +1 -1
- package/dist/Logo/logos/people.js +1 -1
- package/dist/Logo/logos/planning-center.d.ts.map +1 -1
- package/dist/Logo/logos/planning-center.js +1 -1
- package/dist/Logo/logos/publishing.js +1 -1
- package/dist/Logo/logos/registrations.js +1 -1
- package/dist/Logo/logos/services.js +1 -1
- package/dist/Pagination/Pagination.js +1 -1
- package/dist/RangeSlider/RangeSlider.js +1 -1
- package/dist/SegmentedTabs/SegmentedTabs.js +1 -1
- package/dist/Sortable/SortableEmpty.js +1 -1
- package/dist/Sortable/SortableItem.js +1 -1
- package/dist/Sortable/SortableList.js +1 -1
- package/dist/Table/NavigationArrow.js +1 -1
- package/dist/Table/ScrollShadow.d.ts.map +1 -1
- package/dist/Table/ScrollShadow.js +1 -1
- package/dist/Tooltip/Tooltip.js +1 -1
- package/dist/designTokens/index.d.ts +5 -5
- package/dist/designTokens/index.js +1 -1
- package/dist/system/button-themes.d.ts +73 -73
- package/dist/system/button-themes.js +1 -1
- package/dist/system/colors/colors.d.ts +12 -12
- package/dist/system/colors/colors.js +1 -1
- package/dist/system/default-theme.d.ts +78 -78
- package/dist/system/default-theme.js +1 -1
- package/dist/system/utils.d.ts +1 -1
- package/dist/system/utils.d.ts.map +1 -1
- package/dist/system/utils.js +1 -1
- package/package.json +3 -3
|
@@ -11,7 +11,7 @@ export declare const buttonThemes: {
|
|
|
11
11
|
};
|
|
12
12
|
disabled: {
|
|
13
13
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
14
|
-
color: "var(--t-text-color-
|
|
14
|
+
color: "var(--t-text-color-disabled)";
|
|
15
15
|
opacity: number;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
@@ -24,7 +24,7 @@ export declare const buttonThemes: {
|
|
|
24
24
|
backgroundColor: string;
|
|
25
25
|
};
|
|
26
26
|
disabled: {
|
|
27
|
-
color: "var(--t-text-color-
|
|
27
|
+
color: "var(--t-text-color-disabled)";
|
|
28
28
|
opacity: number;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
@@ -38,8 +38,8 @@ export declare const buttonThemes: {
|
|
|
38
38
|
};
|
|
39
39
|
stroke: string;
|
|
40
40
|
disabled: {
|
|
41
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
42
|
-
color: "var(--t-text-color-
|
|
41
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
42
|
+
color: "var(--t-text-color-disabled)";
|
|
43
43
|
opacity: number;
|
|
44
44
|
stroke: "var(--t-border-color-button-neutral)";
|
|
45
45
|
};
|
|
@@ -47,7 +47,7 @@ export declare const buttonThemes: {
|
|
|
47
47
|
};
|
|
48
48
|
default: {
|
|
49
49
|
fill: {
|
|
50
|
-
backgroundColor: "var(--t-fill-color-button-neutral-solid
|
|
50
|
+
backgroundColor: "var(--t-fill-color-button-neutral-solid)";
|
|
51
51
|
color: "var(--t-text-color-status-neutral)";
|
|
52
52
|
hover: {
|
|
53
53
|
backgroundColor: "var(--t-fill-color-button-neutral-solid-hover)";
|
|
@@ -57,20 +57,20 @@ export declare const buttonThemes: {
|
|
|
57
57
|
};
|
|
58
58
|
disabled: {
|
|
59
59
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
60
|
-
color: "var(--t-text-color-
|
|
60
|
+
color: "var(--t-text-color-disabled)";
|
|
61
61
|
opacity: number;
|
|
62
62
|
};
|
|
63
63
|
};
|
|
64
64
|
naked: {
|
|
65
65
|
color: "var(--t-text-color-status-neutral)";
|
|
66
66
|
hover: {
|
|
67
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
67
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-hover)";
|
|
68
68
|
};
|
|
69
69
|
active: {
|
|
70
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
70
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-active)";
|
|
71
71
|
};
|
|
72
72
|
disabled: {
|
|
73
|
-
color: "var(--t-text-color-
|
|
73
|
+
color: "var(--t-text-color-disabled)";
|
|
74
74
|
opacity: number;
|
|
75
75
|
};
|
|
76
76
|
};
|
|
@@ -78,14 +78,14 @@ export declare const buttonThemes: {
|
|
|
78
78
|
color: "var(--t-text-color-status-neutral)";
|
|
79
79
|
stroke: "var(--t-border-color-button-neutral)";
|
|
80
80
|
hover: {
|
|
81
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
81
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-hover)";
|
|
82
82
|
};
|
|
83
83
|
active: {
|
|
84
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
84
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-active)";
|
|
85
85
|
};
|
|
86
86
|
disabled: {
|
|
87
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
88
|
-
color: "var(--t-text-color-
|
|
87
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
88
|
+
color: "var(--t-text-color-disabled)";
|
|
89
89
|
opacity: number;
|
|
90
90
|
stroke: "var(--t-border-color-button-neutral)";
|
|
91
91
|
};
|
|
@@ -94,7 +94,7 @@ export declare const buttonThemes: {
|
|
|
94
94
|
secondaryPageHeader: {
|
|
95
95
|
fill: {
|
|
96
96
|
color: "var(--t-text-color-status-neutral)";
|
|
97
|
-
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header
|
|
97
|
+
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header)";
|
|
98
98
|
stroke: string;
|
|
99
99
|
hover: {
|
|
100
100
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-hover)";
|
|
@@ -103,7 +103,7 @@ export declare const buttonThemes: {
|
|
|
103
103
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-active)";
|
|
104
104
|
};
|
|
105
105
|
disabled: {
|
|
106
|
-
color: "var(--t-text-color-
|
|
106
|
+
color: "var(--t-text-color-disabled)";
|
|
107
107
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-disabled)";
|
|
108
108
|
borderColor: "var(--t-fill-color-button-neutral-responsive-header-disabled)";
|
|
109
109
|
opacity: number;
|
|
@@ -114,14 +114,14 @@ export declare const buttonThemes: {
|
|
|
114
114
|
backgroundColor: string;
|
|
115
115
|
boxShadow: string;
|
|
116
116
|
hover: {
|
|
117
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
117
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-hover)";
|
|
118
118
|
};
|
|
119
119
|
active: {
|
|
120
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
120
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-active)";
|
|
121
121
|
};
|
|
122
122
|
disabled: {
|
|
123
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
124
|
-
color: "var(--t-text-color-
|
|
123
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
124
|
+
color: "var(--t-text-color-disabled)";
|
|
125
125
|
opacity: number;
|
|
126
126
|
stroke: "var(--t-border-color-button-neutral)";
|
|
127
127
|
};
|
|
@@ -130,7 +130,7 @@ export declare const buttonThemes: {
|
|
|
130
130
|
};
|
|
131
131
|
naked: {
|
|
132
132
|
color: "var(--t-text-color-status-neutral)";
|
|
133
|
-
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header
|
|
133
|
+
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header)";
|
|
134
134
|
stroke: string;
|
|
135
135
|
hover: {
|
|
136
136
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-hover)";
|
|
@@ -139,7 +139,7 @@ export declare const buttonThemes: {
|
|
|
139
139
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-active)";
|
|
140
140
|
};
|
|
141
141
|
disabled: {
|
|
142
|
-
color: "var(--t-text-color-
|
|
142
|
+
color: "var(--t-text-color-disabled)";
|
|
143
143
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-disabled)";
|
|
144
144
|
borderColor: "var(--t-fill-color-button-neutral-responsive-header-disabled)";
|
|
145
145
|
opacity: number;
|
|
@@ -150,14 +150,14 @@ export declare const buttonThemes: {
|
|
|
150
150
|
backgroundColor: string;
|
|
151
151
|
boxShadow: string;
|
|
152
152
|
hover: {
|
|
153
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
153
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-hover)";
|
|
154
154
|
};
|
|
155
155
|
active: {
|
|
156
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
156
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-active)";
|
|
157
157
|
};
|
|
158
158
|
disabled: {
|
|
159
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
160
|
-
color: "var(--t-text-color-
|
|
159
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
160
|
+
color: "var(--t-text-color-disabled)";
|
|
161
161
|
opacity: number;
|
|
162
162
|
stroke: "var(--t-border-color-button-neutral)";
|
|
163
163
|
};
|
|
@@ -166,7 +166,7 @@ export declare const buttonThemes: {
|
|
|
166
166
|
};
|
|
167
167
|
outline: {
|
|
168
168
|
color: "var(--t-text-color-status-neutral)";
|
|
169
|
-
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header
|
|
169
|
+
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header)";
|
|
170
170
|
stroke: string;
|
|
171
171
|
hover: {
|
|
172
172
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-hover)";
|
|
@@ -175,7 +175,7 @@ export declare const buttonThemes: {
|
|
|
175
175
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-active)";
|
|
176
176
|
};
|
|
177
177
|
disabled: {
|
|
178
|
-
color: "var(--t-text-color-
|
|
178
|
+
color: "var(--t-text-color-disabled)";
|
|
179
179
|
backgroundColor: "var(--t-fill-color-button-neutral-responsive-header-disabled)";
|
|
180
180
|
borderColor: "var(--t-fill-color-button-neutral-responsive-header-disabled)";
|
|
181
181
|
opacity: number;
|
|
@@ -186,14 +186,14 @@ export declare const buttonThemes: {
|
|
|
186
186
|
backgroundColor: string;
|
|
187
187
|
boxShadow: string;
|
|
188
188
|
hover: {
|
|
189
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
189
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-hover)";
|
|
190
190
|
};
|
|
191
191
|
active: {
|
|
192
|
-
backgroundColor: "var(--t-fill-color-button-neutral-outline-
|
|
192
|
+
backgroundColor: "var(--t-fill-color-button-neutral-outline-active)";
|
|
193
193
|
};
|
|
194
194
|
disabled: {
|
|
195
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
196
|
-
color: "var(--t-text-color-
|
|
195
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
196
|
+
color: "var(--t-text-color-disabled)";
|
|
197
197
|
opacity: number;
|
|
198
198
|
stroke: "var(--t-border-color-button-neutral)";
|
|
199
199
|
};
|
|
@@ -203,8 +203,8 @@ export declare const buttonThemes: {
|
|
|
203
203
|
};
|
|
204
204
|
error: {
|
|
205
205
|
fill: {
|
|
206
|
-
backgroundColor: "var(--t-fill-color-button-delete-solid
|
|
207
|
-
color: "var(--t-text-color-
|
|
206
|
+
backgroundColor: "var(--t-fill-color-button-delete-solid)";
|
|
207
|
+
color: "var(--t-text-color-inverted)";
|
|
208
208
|
hover: {
|
|
209
209
|
backgroundColor: "var(--t-fill-color-button-delete-solid-hover)";
|
|
210
210
|
};
|
|
@@ -213,20 +213,20 @@ export declare const buttonThemes: {
|
|
|
213
213
|
};
|
|
214
214
|
disabled: {
|
|
215
215
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
216
|
-
color: "var(--t-text-color-
|
|
216
|
+
color: "var(--t-text-color-disabled)";
|
|
217
217
|
opacity: number;
|
|
218
218
|
};
|
|
219
219
|
};
|
|
220
220
|
naked: {
|
|
221
221
|
color: "var(--t-text-color-status-error)";
|
|
222
222
|
hover: {
|
|
223
|
-
backgroundColor: "var(--t-fill-color-button-delete-outline-
|
|
223
|
+
backgroundColor: "var(--t-fill-color-button-delete-outline-hover)";
|
|
224
224
|
};
|
|
225
225
|
active: {
|
|
226
|
-
backgroundColor: "var(--t-fill-color-button-delete-outline-
|
|
226
|
+
backgroundColor: "var(--t-fill-color-button-delete-outline-active)";
|
|
227
227
|
};
|
|
228
228
|
disabled: {
|
|
229
|
-
color: "var(--t-text-color-
|
|
229
|
+
color: "var(--t-text-color-disabled)";
|
|
230
230
|
opacity: number;
|
|
231
231
|
};
|
|
232
232
|
};
|
|
@@ -234,14 +234,14 @@ export declare const buttonThemes: {
|
|
|
234
234
|
color: "var(--t-text-color-status-error)";
|
|
235
235
|
stroke: "var(--t-border-color-button-delete)";
|
|
236
236
|
hover: {
|
|
237
|
-
backgroundColor: "var(--t-fill-color-button-delete-outline-
|
|
237
|
+
backgroundColor: "var(--t-fill-color-button-delete-outline-hover)";
|
|
238
238
|
};
|
|
239
239
|
active: {
|
|
240
|
-
backgroundColor: "var(--t-fill-color-button-delete-outline-
|
|
240
|
+
backgroundColor: "var(--t-fill-color-button-delete-outline-active)";
|
|
241
241
|
};
|
|
242
242
|
disabled: {
|
|
243
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
244
|
-
color: "var(--t-text-color-
|
|
243
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
244
|
+
color: "var(--t-text-color-disabled)";
|
|
245
245
|
opacity: number;
|
|
246
246
|
stroke: "var(--t-border-color-button-neutral)";
|
|
247
247
|
};
|
|
@@ -259,7 +259,7 @@ export declare const buttonThemes: {
|
|
|
259
259
|
};
|
|
260
260
|
disabled: {
|
|
261
261
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
262
|
-
color: "var(--t-text-color-
|
|
262
|
+
color: "var(--t-text-color-disabled)";
|
|
263
263
|
opacity: number;
|
|
264
264
|
};
|
|
265
265
|
};
|
|
@@ -272,7 +272,7 @@ export declare const buttonThemes: {
|
|
|
272
272
|
backgroundColor: string;
|
|
273
273
|
};
|
|
274
274
|
disabled: {
|
|
275
|
-
color: "var(--t-text-color-
|
|
275
|
+
color: "var(--t-text-color-disabled)";
|
|
276
276
|
opacity: number;
|
|
277
277
|
};
|
|
278
278
|
};
|
|
@@ -286,8 +286,8 @@ export declare const buttonThemes: {
|
|
|
286
286
|
};
|
|
287
287
|
stroke: string;
|
|
288
288
|
disabled: {
|
|
289
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
290
|
-
color: "var(--t-text-color-
|
|
289
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
290
|
+
color: "var(--t-text-color-disabled)";
|
|
291
291
|
opacity: number;
|
|
292
292
|
stroke: "var(--t-border-color-button-neutral)";
|
|
293
293
|
};
|
|
@@ -305,7 +305,7 @@ export declare const buttonThemes: {
|
|
|
305
305
|
};
|
|
306
306
|
disabled: {
|
|
307
307
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
308
|
-
color: "var(--t-text-color-
|
|
308
|
+
color: "var(--t-text-color-disabled)";
|
|
309
309
|
opacity: number;
|
|
310
310
|
};
|
|
311
311
|
};
|
|
@@ -318,7 +318,7 @@ export declare const buttonThemes: {
|
|
|
318
318
|
backgroundColor: string;
|
|
319
319
|
};
|
|
320
320
|
disabled: {
|
|
321
|
-
color: "var(--t-text-color-
|
|
321
|
+
color: "var(--t-text-color-disabled)";
|
|
322
322
|
opacity: number;
|
|
323
323
|
};
|
|
324
324
|
};
|
|
@@ -332,8 +332,8 @@ export declare const buttonThemes: {
|
|
|
332
332
|
};
|
|
333
333
|
stroke: string;
|
|
334
334
|
disabled: {
|
|
335
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
336
|
-
color: "var(--t-text-color-
|
|
335
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
336
|
+
color: "var(--t-text-color-disabled)";
|
|
337
337
|
opacity: number;
|
|
338
338
|
stroke: "var(--t-border-color-button-neutral)";
|
|
339
339
|
};
|
|
@@ -341,8 +341,8 @@ export declare const buttonThemes: {
|
|
|
341
341
|
};
|
|
342
342
|
primary: {
|
|
343
343
|
fill: {
|
|
344
|
-
backgroundColor: "var(--t-fill-color-button-interaction-solid
|
|
345
|
-
color: "var(--t-text-color-
|
|
344
|
+
backgroundColor: "var(--t-fill-color-button-interaction-solid)";
|
|
345
|
+
color: "var(--t-text-color-inverted)";
|
|
346
346
|
hover: {
|
|
347
347
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-hover)";
|
|
348
348
|
};
|
|
@@ -351,35 +351,35 @@ export declare const buttonThemes: {
|
|
|
351
351
|
};
|
|
352
352
|
disabled: {
|
|
353
353
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
354
|
-
color: "var(--t-text-color-
|
|
354
|
+
color: "var(--t-text-color-disabled)";
|
|
355
355
|
opacity: number;
|
|
356
356
|
};
|
|
357
357
|
};
|
|
358
358
|
naked: {
|
|
359
|
-
color: "var(--t-text-color-interaction
|
|
359
|
+
color: "var(--t-text-color-interaction)";
|
|
360
360
|
hover: {
|
|
361
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
361
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-hover)";
|
|
362
362
|
};
|
|
363
363
|
active: {
|
|
364
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
364
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-active)";
|
|
365
365
|
};
|
|
366
366
|
disabled: {
|
|
367
|
-
color: "var(--t-text-color-
|
|
367
|
+
color: "var(--t-text-color-disabled)";
|
|
368
368
|
opacity: number;
|
|
369
369
|
};
|
|
370
370
|
};
|
|
371
371
|
outline: {
|
|
372
|
-
color: "var(--t-text-color-interaction
|
|
372
|
+
color: "var(--t-text-color-interaction)";
|
|
373
373
|
stroke: "var(--t-border-color-button-info)";
|
|
374
374
|
hover: {
|
|
375
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
375
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-hover)";
|
|
376
376
|
};
|
|
377
377
|
active: {
|
|
378
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
378
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-active)";
|
|
379
379
|
};
|
|
380
380
|
disabled: {
|
|
381
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
382
|
-
color: "var(--t-text-color-
|
|
381
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
382
|
+
color: "var(--t-text-color-disabled)";
|
|
383
383
|
opacity: number;
|
|
384
384
|
stroke: "var(--t-border-color-button-neutral)";
|
|
385
385
|
};
|
|
@@ -397,7 +397,7 @@ export declare const buttonThemes: {
|
|
|
397
397
|
};
|
|
398
398
|
disabled: {
|
|
399
399
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
400
|
-
color: "var(--t-text-color-
|
|
400
|
+
color: "var(--t-text-color-disabled)";
|
|
401
401
|
opacity: number;
|
|
402
402
|
};
|
|
403
403
|
};
|
|
@@ -410,7 +410,7 @@ export declare const buttonThemes: {
|
|
|
410
410
|
backgroundColor: string;
|
|
411
411
|
};
|
|
412
412
|
disabled: {
|
|
413
|
-
color: "var(--t-text-color-
|
|
413
|
+
color: "var(--t-text-color-disabled)";
|
|
414
414
|
opacity: number;
|
|
415
415
|
};
|
|
416
416
|
};
|
|
@@ -424,8 +424,8 @@ export declare const buttonThemes: {
|
|
|
424
424
|
};
|
|
425
425
|
stroke: string;
|
|
426
426
|
disabled: {
|
|
427
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
428
|
-
color: "var(--t-text-color-
|
|
427
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
428
|
+
color: "var(--t-text-color-disabled)";
|
|
429
429
|
opacity: number;
|
|
430
430
|
stroke: "var(--t-border-color-button-neutral)";
|
|
431
431
|
};
|
|
@@ -443,7 +443,7 @@ export declare const buttonThemes: {
|
|
|
443
443
|
};
|
|
444
444
|
disabled: {
|
|
445
445
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
446
|
-
color: "var(--t-text-color-
|
|
446
|
+
color: "var(--t-text-color-disabled)";
|
|
447
447
|
opacity: number;
|
|
448
448
|
};
|
|
449
449
|
};
|
|
@@ -456,7 +456,7 @@ export declare const buttonThemes: {
|
|
|
456
456
|
backgroundColor: string;
|
|
457
457
|
};
|
|
458
458
|
disabled: {
|
|
459
|
-
color: "var(--t-text-color-
|
|
459
|
+
color: "var(--t-text-color-disabled)";
|
|
460
460
|
opacity: number;
|
|
461
461
|
};
|
|
462
462
|
};
|
|
@@ -470,8 +470,8 @@ export declare const buttonThemes: {
|
|
|
470
470
|
};
|
|
471
471
|
stroke: string;
|
|
472
472
|
disabled: {
|
|
473
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
474
|
-
color: "var(--t-text-color-
|
|
473
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
474
|
+
color: "var(--t-text-color-disabled)";
|
|
475
475
|
opacity: number;
|
|
476
476
|
stroke: "var(--t-border-color-button-neutral)";
|
|
477
477
|
};
|
|
@@ -489,7 +489,7 @@ export declare const buttonThemes: {
|
|
|
489
489
|
};
|
|
490
490
|
disabled: {
|
|
491
491
|
backgroundColor: "var(--t-fill-color-button-interaction-solid-disabled)";
|
|
492
|
-
color: "var(--t-text-color-
|
|
492
|
+
color: "var(--t-text-color-disabled)";
|
|
493
493
|
opacity: number;
|
|
494
494
|
};
|
|
495
495
|
};
|
|
@@ -502,7 +502,7 @@ export declare const buttonThemes: {
|
|
|
502
502
|
backgroundColor: string;
|
|
503
503
|
};
|
|
504
504
|
disabled: {
|
|
505
|
-
color: "var(--t-text-color-
|
|
505
|
+
color: "var(--t-text-color-disabled)";
|
|
506
506
|
opacity: number;
|
|
507
507
|
};
|
|
508
508
|
};
|
|
@@ -516,8 +516,8 @@ export declare const buttonThemes: {
|
|
|
516
516
|
};
|
|
517
517
|
stroke: string;
|
|
518
518
|
disabled: {
|
|
519
|
-
backgroundColor: "var(--t-fill-color-button-interaction-outline-
|
|
520
|
-
color: "var(--t-text-color-
|
|
519
|
+
backgroundColor: "var(--t-fill-color-button-interaction-outline-disabled)";
|
|
520
|
+
color: "var(--t-text-color-disabled)";
|
|
521
521
|
opacity: number;
|
|
522
522
|
stroke: "var(--t-border-color-button-neutral)";
|
|
523
523
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{token as o}from"@planningcenter/tapestry";var l={fill:{backgroundColor:o("--t-fill-color-button-interaction-solid-disabled"),color:o("--t-text-color-
|
|
1
|
+
import{token as o}from"@planningcenter/tapestry";var l={fill:{backgroundColor:o("--t-fill-color-button-interaction-solid-disabled"),color:o("--t-text-color-disabled"),opacity:1},naked:{color:o("--t-text-color-disabled"),opacity:1},outline:{backgroundColor:o("--t-fill-color-button-interaction-outline-disabled"),color:o("--t-text-color-disabled"),opacity:1,stroke:o("--t-border-color-button-neutral")}},r={color:o("--t-text-color-status-neutral"),backgroundColor:o("--t-fill-color-button-neutral-responsive-header"),stroke:"transparent",hover:{backgroundColor:o("--t-fill-color-button-neutral-responsive-header-hover")},active:{backgroundColor:o("--t-fill-color-button-neutral-responsive-header-active")},disabled:{color:o("--t-text-color-disabled"),backgroundColor:o("--t-fill-color-button-neutral-responsive-header-disabled"),borderColor:o("--t-fill-color-button-neutral-responsive-header-disabled"),opacity:1},mediaQueries:{"@media (min-width: 600px)":{color:o("--t-text-color-status-neutral"),backgroundColor:"var(--local-page-header-button-background-color, transparent)",boxShadow:"inset 0px 0px 0px 1px var(--t-border-color-button-neutral)",hover:{backgroundColor:o("--t-fill-color-button-neutral-outline-hover")},active:{backgroundColor:o("--t-fill-color-button-neutral-outline-active")},disabled:l.outline}}},e={dark:{fill:{active:{backgroundColor:"dark-2"},backgroundColor:"dark-0",color:"dark-9",hover:{backgroundColor:"dark-1"},disabled:l.fill},naked:{active:{backgroundColor:"dark-1"},color:"dark-9",hover:{backgroundColor:"dark-0"},disabled:l.naked},outline:{active:{backgroundColor:"dark-1"},color:"dark-9",hover:{backgroundColor:"dark-0"},stroke:"dark-3",disabled:l.outline}},default:{fill:{backgroundColor:o("--t-fill-color-button-neutral-solid"),color:o("--t-text-color-status-neutral"),hover:{backgroundColor:o("--t-fill-color-button-neutral-solid-hover")},active:{backgroundColor:o("--t-fill-color-button-neutral-solid-active")},disabled:l.fill},naked:{color:o("--t-text-color-status-neutral"),hover:{backgroundColor:o("--t-fill-color-button-neutral-outline-hover")},active:{backgroundColor:o("--t-fill-color-button-neutral-outline-active")},disabled:l.naked},outline:{color:o("--t-text-color-status-neutral"),stroke:o("--t-border-color-button-neutral"),hover:{backgroundColor:o("--t-fill-color-button-neutral-outline-hover")},active:{backgroundColor:o("--t-fill-color-button-neutral-outline-active")},disabled:l.outline}},secondaryPageHeader:{fill:r,naked:r,outline:r},error:{fill:{backgroundColor:o("--t-fill-color-button-delete-solid"),color:o("--t-text-color-inverted"),hover:{backgroundColor:o("--t-fill-color-button-delete-solid-hover")},active:{backgroundColor:o("--t-fill-color-button-delete-solid-active")},disabled:l.fill},naked:{color:o("--t-text-color-status-error"),hover:{backgroundColor:o("--t-fill-color-button-delete-outline-hover")},active:{backgroundColor:o("--t-fill-color-button-delete-outline-active")},disabled:l.naked},outline:{color:o("--t-text-color-status-error"),stroke:o("--t-border-color-button-delete"),hover:{backgroundColor:o("--t-fill-color-button-delete-outline-hover")},active:{backgroundColor:o("--t-fill-color-button-delete-outline-active")},disabled:l.outline}},info:{fill:{active:{backgroundColor:"blue-3"},backgroundColor:"blue-5",color:"light-9",hover:{backgroundColor:"blue-4"},disabled:l.fill},naked:{active:{backgroundColor:"blue-1"},color:"blue-5",hover:{backgroundColor:"blue-0"},disabled:l.naked},outline:{active:{backgroundColor:"blue-1"},color:"blue-5",hover:{backgroundColor:"blue-0"},stroke:"blue-5",disabled:l.outline}},light:{fill:{active:{backgroundColor:"light-3"},backgroundColor:"light-1",color:"white",hover:{backgroundColor:"light-2"},disabled:l.fill},naked:{active:{backgroundColor:"light-1"},color:"light-9",hover:{backgroundColor:"light-0"},disabled:l.naked},outline:{active:{backgroundColor:"light-1"},color:"white",hover:{backgroundColor:"light-0"},stroke:"light-3",disabled:l.outline}},primary:{fill:{backgroundColor:o("--t-fill-color-button-interaction-solid"),color:o("--t-text-color-inverted"),hover:{backgroundColor:o("--t-fill-color-button-interaction-solid-hover")},active:{backgroundColor:o("--t-fill-color-button-interaction-solid-active")},disabled:l.fill},naked:{color:o("--t-text-color-interaction"),hover:{backgroundColor:o("--t-fill-color-button-interaction-outline-hover")},active:{backgroundColor:o("--t-fill-color-button-interaction-outline-active")},disabled:l.naked},outline:{color:o("--t-text-color-interaction"),stroke:o("--t-border-color-button-info"),hover:{backgroundColor:o("--t-fill-color-button-interaction-outline-hover")},active:{backgroundColor:o("--t-fill-color-button-interaction-outline-active")},disabled:l.outline}},success:{fill:{active:{backgroundColor:"success-darker"},backgroundColor:"success",color:"white",hover:{backgroundColor:"success-dark"},disabled:l.fill},naked:{active:{backgroundColor:"success-lighter"},color:"success",hover:{backgroundColor:"success-lightest"},disabled:l.naked},outline:{active:{backgroundColor:"success-lighter"},color:"success",hover:{backgroundColor:"success-lightest"},stroke:"success",disabled:l.outline}},warning:{fill:{active:{backgroundColor:"yellow-3"},backgroundColor:"yellow-5",color:"dark-9",hover:{backgroundColor:"yellow-4"},disabled:l.fill},naked:{active:{backgroundColor:"yellow-1"},color:"yellow-9",hover:{backgroundColor:"yellow-0"},disabled:l.naked},outline:{active:{backgroundColor:"yellow-1"},color:"yellow-9",hover:{backgroundColor:"yellow-0"},stroke:"yellow-5",disabled:l.outline}},white:{fill:{active:{backgroundColor:"grey-1"},backgroundColor:"white",color:"primary",hover:{backgroundColor:"grey-0"},disabled:l.fill},naked:{active:{backgroundColor:"light-1"},color:"white",hover:{backgroundColor:"light-0"},disabled:l.naked},outline:{active:{backgroundColor:"light-1"},color:"white",hover:{backgroundColor:"light-0"},stroke:"white",disabled:l.outline}}};export{e as buttonThemes};
|
|
2
2
|
//# sourceMappingURL=button-themes.js.map
|
|
@@ -34,7 +34,7 @@ export declare const palette: {
|
|
|
34
34
|
wednesday: string;
|
|
35
35
|
};
|
|
36
36
|
error: {
|
|
37
|
-
base: "var(--t-fill-color-button-delete-solid
|
|
37
|
+
base: "var(--t-fill-color-button-delete-solid)";
|
|
38
38
|
dark: "var(--t-fill-color-button-delete-solid-hover)";
|
|
39
39
|
darker: "var(--t-fill-color-button-delete-solid-active)";
|
|
40
40
|
light: string;
|
|
@@ -42,8 +42,8 @@ export declare const palette: {
|
|
|
42
42
|
lightest: "var(--t-fill-color-status-error-dim)";
|
|
43
43
|
};
|
|
44
44
|
foreground: {
|
|
45
|
-
foreground: "var(--t-text-color
|
|
46
|
-
foregroundSecondary: "var(--t-text-color-
|
|
45
|
+
foreground: "var(--t-text-color)";
|
|
46
|
+
foregroundSecondary: "var(--t-text-color-secondary)";
|
|
47
47
|
foregroundTertiary: string;
|
|
48
48
|
};
|
|
49
49
|
green: string[];
|
|
@@ -53,7 +53,7 @@ export declare const palette: {
|
|
|
53
53
|
highlightSecondary: "var(--t-fill-color-neutral-060)";
|
|
54
54
|
};
|
|
55
55
|
interaction: {
|
|
56
|
-
base: "var(--t-fill-color-interaction
|
|
56
|
+
base: "var(--t-fill-color-interaction)";
|
|
57
57
|
dark: "var(--t-fill-color-interaction-hover)";
|
|
58
58
|
darker: "var(--t-fill-color-interaction-active)";
|
|
59
59
|
darkest: string;
|
|
@@ -64,7 +64,7 @@ export declare const palette: {
|
|
|
64
64
|
light: string[];
|
|
65
65
|
link: {
|
|
66
66
|
linkBackground: "var(--t-fill-color-neutral-090)";
|
|
67
|
-
linkForeground: "var(--t-text-color-interaction
|
|
67
|
+
linkForeground: "var(--t-text-color-interaction)";
|
|
68
68
|
};
|
|
69
69
|
primary: {
|
|
70
70
|
base: string;
|
|
@@ -85,7 +85,7 @@ export declare const palette: {
|
|
|
85
85
|
separatorTertiary: "var(--t-fill-color-neutral-050)";
|
|
86
86
|
};
|
|
87
87
|
success: {
|
|
88
|
-
base: "var(--t-fill-color-status-success
|
|
88
|
+
base: "var(--t-fill-color-status-success)";
|
|
89
89
|
dark: "var(--t-text-color-status-success)";
|
|
90
90
|
darker: string;
|
|
91
91
|
light: "var(--t-border-color-control-success)";
|
|
@@ -101,12 +101,12 @@ export declare const palette: {
|
|
|
101
101
|
create: {
|
|
102
102
|
create35: "var(--t-fill-color-control-secondary)";
|
|
103
103
|
};
|
|
104
|
-
interaction66: "var(--t-fill-color-control
|
|
104
|
+
interaction66: "var(--t-fill-color-control)";
|
|
105
105
|
};
|
|
106
106
|
warning: {
|
|
107
|
-
base: "var(--t-fill-color-status-warning
|
|
108
|
-
dark: "var(--t-fill-color-status-warning
|
|
109
|
-
darker: "var(--t-icon-color-status-warning
|
|
107
|
+
base: "var(--t-fill-color-status-warning)";
|
|
108
|
+
dark: "var(--t-fill-color-status-warning)";
|
|
109
|
+
darker: "var(--t-icon-color-status-warning)";
|
|
110
110
|
light: string;
|
|
111
111
|
lighter: "var(--t-fill-color-status-warning-ghost)";
|
|
112
112
|
lightest: "var(--t-fill-color-status-warning-dim)";
|
|
@@ -117,12 +117,12 @@ export declare const colors: Partial<import("../../types").Colors> & Record<stri
|
|
|
117
117
|
create: {
|
|
118
118
|
create35: "var(--t-fill-color-control-secondary)";
|
|
119
119
|
};
|
|
120
|
-
interaction66: "var(--t-fill-color-control
|
|
120
|
+
interaction66: "var(--t-fill-color-control)";
|
|
121
121
|
};
|
|
122
122
|
export declare function getColor(key: string): string | [string, string, string, string, string, string, string, string, string, string] | (Partial<import("../../types").Colors> & Record<string, string | [string, string, string, string, string, string, string, string, string, string]> & {
|
|
123
123
|
create: {
|
|
124
124
|
create35: "var(--t-fill-color-control-secondary)";
|
|
125
125
|
};
|
|
126
|
-
interaction66: "var(--t-fill-color-control
|
|
126
|
+
interaction66: "var(--t-fill-color-control)";
|
|
127
127
|
});
|
|
128
128
|
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{token as l,computedToken as r}from"@planningcenter/tapestry";import{flattenPalette as t}from"./utils.js";var o={create:{create35:l("--t-fill-color-control-secondary")},interaction66:l("--t-fill-color-control
|
|
1
|
+
import{token as l,computedToken as r}from"@planningcenter/tapestry";import{flattenPalette as t}from"./utils.js";var o={create:{create35:l("--t-fill-color-control-secondary")},interaction66:l("--t-fill-color-control")},a={apps:{calendar:l("--t-fill-color-product-calendar-050"),"check-ins":l("--t-fill-color-product-checkins-050"),giving:l("--t-fill-color-product-giving-050"),groups:l("--t-fill-color-product-groups-050"),home:l("--t-fill-color-product-home-050"),"music-stand":"#4984c4",pco:"#3565cf",people:l("--t-fill-color-product-people-050"),"planning-center":"#2266f7",projector:"#f19900",registrations:l("--t-fill-color-product-registrations-050"),services:l("--t-fill-color-product-services-050")},background:{background:l("--t-surface-color-card"),backgroundSecondary:l("--t-surface-color-canvas"),backgroundTertiary:l("--t-fill-color-neutral-070")},static:{staticDark:r("--t-text-color"),staticLight:r("--t-text-color-inverted")},blue:["hsl(197, 56%, 92%)","hsl(197, 56%, 88%)","hsl(197, 56%, 72%)","hsl(197, 56%, 64%)","hsl(197, 56%, 52%)","hsl(197, 56%, 44%)","hsl(197, 56%, 40%)","hsl(197, 56%, 32%)","hsl(197, 56%, 24%)","hsl(197, 56%, 20%)"],dark:["hsla(0,0%,0%,0.04)","hsla(0,0%,0%,0.08)",l("--t-fill-color-transparency-dark-010"),l("--t-fill-color-transparency-dark-020"),l("--t-fill-color-transparency-dark-020"),l("--t-fill-color-transparency-dark-030"),l("--t-fill-color-transparency-dark-040"),l("--t-fill-color-transparency-dark-050"),l("--t-fill-color-transparency-dark-060"),l("--t-fill-color-transparency-dark-070")],days:{friday:"#F69688",monday:"#789FF8",saturday:"#66BEEB",sunday:"#7DC156",thursday:"#FA7EA4",tuesday:"#A193FD",wednesday:"#D18CF6"},error:{base:l("--t-fill-color-button-delete-solid"),dark:l("--t-fill-color-button-delete-solid-hover"),darker:l("--t-fill-color-button-delete-solid-active"),light:"hsl(8, 60%, 85%)",lighter:l("--t-fill-color-status-error-ghost"),lightest:l("--t-fill-color-status-error-dim")},foreground:{foreground:l("--t-text-color"),foregroundSecondary:l("--t-text-color-secondary"),foregroundTertiary:"hsl(0, 0%, 58%)"},green:["hsl(96, 24%, 92%)","hsl(96, 30%, 84%)","hsl(96, 32%, 76%)","hsl(96, 34%, 72%)","hsl(96, 36%, 64%)","hsl(96, 40%, 58%)","hsl(96, 44%, 50%)","hsl(96, 48%, 40%)","hsl(96, 52%, 30%)","hsl(96, 60%, 20%)"],grey:[l("--t-fill-color-neutral-090"),l("--t-fill-color-neutral-080"),l("--t-fill-color-neutral-070"),l("--t-fill-color-neutral-060"),l("--t-fill-color-neutral-050"),l("--t-fill-color-neutral-040"),l("--t-fill-color-neutral-030"),l("--t-fill-color-neutral-025"),l("--t-fill-color-neutral-020"),l("--t-fill-color-neutral-010")],highlight:{highlight:l("--t-fill-color-neutral-070"),highlightSecondary:l("--t-fill-color-neutral-060")},interaction:{base:l("--t-fill-color-interaction"),dark:l("--t-fill-color-interaction-hover"),darker:l("--t-fill-color-interaction-active"),darkest:"hsl(221, 90%, 31%)",light:"hsl(221, 91%, 70%)",lighter:"hsl(0, 0%, 81%);",lightest:l("--t-fill-color-interaction-disabled")},light:[l("--t-fill-color-transparency-light-010"),l("--t-fill-color-transparency-light-020"),l("--t-fill-color-transparency-light-030"),l("--t-fill-color-transparency-light-040"),l("--t-fill-color-transparency-light-050"),l("--t-fill-color-transparency-light-060"),l("--t-fill-color-transparency-light-070"),l("--t-fill-color-transparency-light-080"),l("--t-fill-color-transparency-light-090"),"hsla(0,0%,100%,0.96)"],link:{linkBackground:l("--t-fill-color-neutral-090"),linkForeground:l("--t-text-color-interaction")},primary:{base:"hsl(88, 44%, 40%)",dark:"hsl(88, 46%, 36%)",darker:"hsl(88, 52%, 32%)",darkest:"hsl(88, 72%, 20%)",light:"hsl(88, 40%, 54%)",lighter:"hsl(88, 32%, 86%)",lightest:"hsl(88, 24%, 92%)"},red:["hsl(8, 73%, 96%)","hsl(8, 74%, 92%)","hsl(8, 75%, 88%)","hsl(8, 76%, 68%)","hsl(8, 77%, 60%)","hsl(8, 78%, 56%)","hsl(8, 79%, 52%)","hsl(8, 80%, 48%)","hsl(8, 81%, 40%)","hsl(8, 82%, 30%)"],separator:{separator:l("--t-fill-color-neutral-040"),separatorFocus:l("--t-form-border-color-focus"),separatorFocusSecondary:l("--t-fill-color-neutral-050"),separatorHover:l("--t-form-border-color-hover"),separatorSecondary:l("--t-fill-color-neutral-050"),separatorTertiary:l("--t-fill-color-neutral-050")},success:{base:l("--t-fill-color-status-success"),dark:l("--t-text-color-status-success"),darker:"hsl(86, 91%, 23%)",light:l("--t-border-color-control-success"),lighter:l("--t-fill-color-status-success-ghost"),lightest:l("--t-fill-color-status-success-dim")},surface:{surface:l("--t-surface-color-card"),surfaceSecondary:l("--t-surface-color-canvas"),surfaceTertiary:l("--t-fill-color-neutral-070")},tapestry:o,warning:{base:l("--t-fill-color-status-warning"),dark:l("--t-fill-color-status-warning"),darker:l("--t-icon-color-status-warning"),light:"hsl(42, 87%, 90%)",lighter:l("--t-fill-color-status-warning-ghost"),lightest:l("--t-fill-color-status-warning-dim")},yellow:["hsl(50, 89%, 90%)","hsl(50, 90%, 86%)","hsl(50, 91%, 74%)","hsl(50, 92%, 68%)","hsl(50, 93%, 62%)","hsl(50, 94%, 56%)","hsl(50, 95%, 48%)","hsl(50, 96%, 40%)","hsl(50, 97%, 32%)","hsl(50, 98%, 26%)"]},s=t(a);function c(l){return l?s[l]:s}export{s as colors,c as getColor,a as palette};
|
|
2
2
|
//# sourceMappingURL=colors.js.map
|