@planningcenter/tapestry-tokens 0.0.1 → 3.0.0-rc.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/{src → dist}/css/components/banner.css +8 -8
  2. package/dist/css/product-tokens/accounts.css +17 -0
  3. package/dist/css/product-tokens/calendar.css +17 -0
  4. package/dist/css/product-tokens/checkins.css +17 -0
  5. package/dist/css/product-tokens/giving.css +17 -0
  6. package/dist/css/product-tokens/groups.css +17 -0
  7. package/dist/css/product-tokens/home.css +16 -0
  8. package/dist/css/product-tokens/people.css +17 -0
  9. package/dist/css/product-tokens/publishing.css +17 -0
  10. package/dist/css/product-tokens/registrations.css +17 -0
  11. package/dist/css/product-tokens/services.css +17 -0
  12. package/dist/css/tokens-alias-deprecated-removed-segments.css +48 -0
  13. package/dist/css/tokens-alias-deprecated.css +42 -0
  14. package/dist/css/tokens-alias.css +419 -0
  15. package/dist/css/tokens-dark-deprecated.css +14 -0
  16. package/dist/css/tokens-dark.css +226 -0
  17. package/dist/css/tokens-system-dark-deprecated.css +16 -0
  18. package/dist/css/tokens-system-dark.css +228 -0
  19. package/dist/js/tokens-deprecated.json +326 -0
  20. package/dist/js/tokens.json +1972 -0
  21. package/dist/ts/react-native-tokens.d.ts +1927 -0
  22. package/dist/ts/react-native-tokens.d.ts.map +1 -0
  23. package/dist/ts/react-native-tokens.js +494 -0
  24. package/dist/ts/tokens.d.ts +497 -0
  25. package/dist/ts/tokens.d.ts.map +1 -0
  26. package/dist/ts/tokens.js +496 -0
  27. package/package.json +44 -17
  28. package/CHANGELOG.md +0 -0
  29. package/rollup.config.mjs +0 -12
  30. package/src/componentNames.js +0 -10
  31. package/src/css/tokens-alias-deprecated.css +0 -42
  32. package/src/css/tokens-alias.css +0 -334
  33. package/src/css/tokens.css +0 -2
  34. package/src/index.ts +0 -11
  35. package/src/json/alias.json +0 -1628
  36. package/src/json/components.json +0 -84
  37. package/src/json/primitives.json +0 -946
  38. package/src/style-dictionary.build.js +0 -367
  39. package/src/style-dictionary.config.js +0 -67
  40. package/src/ts/tokens.ts +0 -371
  41. package/tsconfig.build.json +0 -11
@@ -0,0 +1,496 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export const tokens = {
5
+ "--t-border-radius-sm": "2px",
6
+ "--t-border-radius-md": "4px",
7
+ "--t-border-radius-lg": "8px",
8
+ "--t-border-radius-xl": "16px",
9
+ "--t-border-radius-round": "56px",
10
+ "--t-border-radius": "4px",
11
+ "--t-border-width": "1px",
12
+ "--t-border-width-thick": "2px",
13
+ "--t-border-size-default": "1px",
14
+ "--t-border-size-thick": "2px",
15
+ "--t-spacing-1": "8px",
16
+ "--t-spacing-2": "16px",
17
+ "--t-spacing-3": "24px",
18
+ "--t-spacing-4": "32px",
19
+ "--t-spacing-5": "40px",
20
+ "--t-spacing-6": "48px",
21
+ "--t-spacing-7": "56px",
22
+ "--t-spacing-fourth": "2px",
23
+ "--t-spacing-half": "4px",
24
+ "--t-spacing-1-half": "12px",
25
+ "--t-element-size-3xl": "48px",
26
+ "--t-element-size-2xl": "32px",
27
+ "--t-element-size-xl": "24px",
28
+ "--t-element-size-lg": "18px",
29
+ "--t-element-size-md": "16px",
30
+ "--t-element-size-sm": "14px",
31
+ "--t-element-size-xs": "12px",
32
+ "--t-font-size-4xl": "32px",
33
+ "--t-font-size-3xl": "28px",
34
+ "--t-font-size-2xl": "24px",
35
+ "--t-font-size-xl": "20px",
36
+ "--t-font-size-lg": "18px",
37
+ "--t-font-size-md": "16px",
38
+ "--t-font-size-sm": "14px",
39
+ "--t-font-size-xs": "12px",
40
+ "--t-font-size-2xs": "10px",
41
+ "--t-font-weight-normal": "400",
42
+ "--t-font-weight-medium": "500",
43
+ "--t-font-weight-semibold": "600",
44
+ "--t-font-weight-bold": "700",
45
+ "--t-font-weight-semi-bold": "600",
46
+ "--t-container-size-xl": "48px",
47
+ "--t-container-size-lg": "40px",
48
+ "--t-container-size-md": "32px",
49
+ "--t-container-size-sm": "24px",
50
+ "--t-container-size-xs": "20px",
51
+ "--t-avatar-size-20": "20px",
52
+ "--t-avatar-size-24": "24px",
53
+ "--t-avatar-size-36": "36px",
54
+ "--t-avatar-size-48": "48px",
55
+ "--t-avatar-size-72": "72px",
56
+ "--t-avatar-size-112": "112px",
57
+ "--t-text-color-headline": "hsl(0, 0%, 12%)",
58
+ "--t-text-color": "hsl(0, 0%, 24%)",
59
+ "--t-text-color-secondary": "hsl(0, 0%, 42%)",
60
+ "--t-text-color-disabled": "hsl(0, 0%, 81%)",
61
+ "--t-text-color-placeholder": "hsl(0, 0%, 58%)",
62
+ "--t-text-color-inverted": "hsl(0, 0%, 100%)",
63
+ "--t-text-color-interaction": "hsl(204, 100%, 40%)",
64
+ "--t-text-color-interaction-hover": "hsl(204, 100%, 35%)",
65
+ "--t-text-color-interaction-active": "hsl(204, 100%, 30%)",
66
+ "--t-text-color-interaction-visited": "hsl(204, 100%, 30%)",
67
+ "--t-text-color-status-neutral": "hsl(0, 0%, 24%)",
68
+ "--t-text-color-status-info": "hsl(204, 100%, 35%)",
69
+ "--t-text-color-status-success": "hsl(97, 57%, 28%)",
70
+ "--t-text-color-status-warning": "hsl(42, 100%, 29%)",
71
+ "--t-text-color-status-error": "hsl(8, 60%, 45%)",
72
+ "--t-text-color-tag-subtle-gray": "hsl(0, 0%, 24%)",
73
+ "--t-text-color-tag-subtle-blue": "hsl(224, 47%, 31%)",
74
+ "--t-text-color-tag-subtle-indigo": "hsl(241, 59%, 28%)",
75
+ "--t-text-color-tag-subtle-aqua": "hsl(209, 77%, 22%)",
76
+ "--t-text-color-tag-subtle-teal": "hsl(180, 95%, 15%)",
77
+ "--t-text-color-tag-subtle-green": "hsl(100, 93%, 17%)",
78
+ "--t-text-color-tag-subtle-yellow": "hsl(29, 100%, 23%)",
79
+ "--t-text-color-tag-subtle-orange": "hsl(18, 100%, 18%)",
80
+ "--t-text-color-tag-subtle-pink": "hsl(327, 88%, 20%)",
81
+ "--t-text-color-tag-subtle-purple": "hsl(268, 71%, 27%)",
82
+ "--t-text-color-tag-subtle-magenta": "hsl(285, 71%, 20%)",
83
+ "--t-text-color-tag-bold-gray": "hsl(0, 0%, 24%)",
84
+ "--t-text-color-tag-bold-indigo": "hsl(241, 59%, 28%)",
85
+ "--t-text-color-tag-bold-blue": "hsl(224, 47%, 31%)",
86
+ "--t-text-color-tag-bold-aqua": "hsl(209, 77%, 22%)",
87
+ "--t-text-color-tag-bold-teal": "hsl(180, 95%, 15%)",
88
+ "--t-text-color-tag-bold-green": "hsl(100, 93%, 17%)",
89
+ "--t-text-color-tag-bold-yellow": "hsl(29, 100%, 23%)",
90
+ "--t-text-color-tag-bold-orange": "hsl(18, 100%, 18%)",
91
+ "--t-text-color-tag-bold-pink": "hsl(327, 88%, 20%)",
92
+ "--t-text-color-tag-bold-purple": "hsl(268, 71%, 27%)",
93
+ "--t-text-color-tag-bold-magenta": "hsl(285, 71%, 20%)",
94
+ "--t-icon-color": "hsl(0, 0%, 24%)",
95
+ "--t-icon-color-secondary": "hsl(0, 0%, 42%)",
96
+ "--t-icon-color-dim": "hsl(0, 0%, 58%)",
97
+ "--t-icon-color-disabled": "hsl(0, 0%, 81%)",
98
+ "--t-icon-color-inverted": "hsl(0, 0%, 100%)",
99
+ "--t-icon-color-status-neutral": "hsl(0, 0%, 42%)",
100
+ "--t-icon-color-status-neutral-secondary": "hsl(0, 0%, 58%)",
101
+ "--t-icon-color-status-neutral-bold": "hsl(0, 0%, 24%)",
102
+ "--t-icon-color-status-neutral-dark": "hsl(0, 0%, 24%)",
103
+ "--t-icon-color-status-info": "hsl(204, 100%, 40%)",
104
+ "--t-icon-color-status-info-secondary": "hsl(204, 100%, 40%)",
105
+ "--t-icon-color-status-success": "hsl(96, 57%, 33%)",
106
+ "--t-icon-color-status-success-secondary": "hsl(97, 57%, 40%)",
107
+ "--t-icon-color-status-warning": "hsl(42, 84%, 49%)",
108
+ "--t-icon-color-status-error": "hsl(8, 60%, 47%)",
109
+ "--t-fill-color-neutral-100": "hsl(0, 0%, 100%)",
110
+ "--t-fill-color-neutral-000": "hsl(0, 0%, 12%)",
111
+ "--t-fill-color-neutral-010": "hsl(0, 0%, 24%)",
112
+ "--t-fill-color-neutral-020": "hsl(0, 0%, 42%)",
113
+ "--t-fill-color-neutral-025": "hsl(0, 0%, 50%)",
114
+ "--t-fill-color-neutral-030": "hsl(0, 0%, 58%)",
115
+ "--t-fill-color-neutral-040": "hsl(0, 0%, 81%)",
116
+ "--t-fill-color-neutral-050": "hsl(0, 0%, 88%)",
117
+ "--t-fill-color-neutral-060": "hsl(0, 0%, 93%)",
118
+ "--t-fill-color-neutral-070": "hsl(0, 0%, 95%)",
119
+ "--t-fill-color-neutral-080": "hsl(0, 0%, 97%)",
120
+ "--t-fill-color-neutral-090": "hsl(0, 0%, 98%)",
121
+ "--t-fill-color-interaction": "hsl(204, 100%, 40%)",
122
+ "--t-fill-color-interaction-hover": "hsl(204, 100%, 35%)",
123
+ "--t-fill-color-interaction-active": "hsl(204, 100%, 30%)",
124
+ "--t-fill-color-interaction-disabled": "hsl(0, 0%, 81%)",
125
+ "--t-fill-color-control-neutral-off": "hsl(0, 0%, 58%)",
126
+ "--t-fill-color-control-neutral-on": "hsl(0, 0%, 24%)",
127
+ "--t-fill-color-control": "hsl(204, 100%, 40%)",
128
+ "--t-fill-color-control-secondary": "hsl(97, 57%, 40%)",
129
+ "--t-fill-color-control-error": "hsl(8, 60%, 47%)",
130
+ "--t-fill-color-control-disabled": "hsl(0, 0%, 81%)",
131
+ "--t-fill-color-status-neutral": "hsl(0, 0%, 42%)",
132
+ "--t-fill-color-status-neutral-ghost": "hsl(0, 0%, 93%)",
133
+ "--t-fill-color-status-neutral-dim": "hsl(0, 0%, 97%)",
134
+ "--t-fill-color-status-neutral-solid": "hsl(0, 0%, 42%)",
135
+ "--t-fill-color-status-info": "hsl(204, 100%, 40%)",
136
+ "--t-fill-color-status-info-ghost": "hsl(203, 94%, 94%)",
137
+ "--t-fill-color-status-info-dim": "hsl(204, 100%, 97%)",
138
+ "--t-fill-color-status-info-solid": "hsl(204, 100%, 40%)",
139
+ "--t-fill-color-status-success": "hsl(96, 57%, 33%)",
140
+ "--t-fill-color-status-success-ghost": "hsl(97, 57%, 90%)",
141
+ "--t-fill-color-status-success-dim": "hsl(96, 60%, 95%)",
142
+ "--t-fill-color-status-success-solid": "hsl(96, 57%, 33%)",
143
+ "--t-fill-color-status-warning": "hsl(42, 84%, 63%)",
144
+ "--t-fill-color-status-warning-ghost": "hsl(42, 87%, 94%)",
145
+ "--t-fill-color-status-warning-dim": "hsl(42, 87%, 97%)",
146
+ "--t-fill-color-status-warning-solid": "hsl(42, 84%, 63%)",
147
+ "--t-fill-color-status-error": "hsl(8, 60%, 47%)",
148
+ "--t-fill-color-status-error-ghost": "hsl(9, 59%, 93%)",
149
+ "--t-fill-color-status-error-dim": "hsl(7, 60%, 97%)",
150
+ "--t-fill-color-status-error-solid": "hsl(8, 60%, 47%)",
151
+ "--t-fill-color-alert-info": "hsl(204, 94%, 49%)",
152
+ "--t-fill-color-alert-success": "hsl(122, 60%, 41%)",
153
+ "--t-fill-color-alert-warning": "hsl(43, 96%, 58%)",
154
+ "--t-fill-color-alert-error": "hsl(4, 77%, 59%)",
155
+ "--t-fill-color-tooltip": "hsla(0, 0%, 12%, 0.9)",
156
+ "--t-fill-color-product-accounts-010": "hsl(212, 54%, 93%)",
157
+ "--t-fill-color-product-accounts-020": "hsl(209, 53%, 90%)",
158
+ "--t-fill-color-product-accounts-030": "hsl(210, 56%, 70%)",
159
+ "--t-fill-color-product-accounts-040": "hsl(210, 54%, 60%)",
160
+ "--t-fill-color-product-accounts-050": "hsl(210, 55%, 50%)",
161
+ "--t-fill-color-product-accounts-060": "hsl(210, 65%, 40%)",
162
+ "--t-fill-color-product-accounts-070": "hsl(211, 70%, 32%)",
163
+ "--t-fill-color-product-accounts-080": "hsl(210, 75%, 25%)",
164
+ "--t-fill-color-product-calendar-010": "hsl(8, 61%, 90%)",
165
+ "--t-fill-color-product-calendar-020": "hsl(8, 61%, 70%)",
166
+ "--t-fill-color-product-calendar-030": "hsl(8, 72%, 59%)",
167
+ "--t-fill-color-product-calendar-040": "hsl(8, 65%, 55%)",
168
+ "--t-fill-color-product-calendar-050": "hsl(9, 61%, 50%)",
169
+ "--t-fill-color-product-calendar-060": "hsl(8, 65%, 42%)",
170
+ "--t-fill-color-product-calendar-070": "hsl(7, 65%, 34%)",
171
+ "--t-fill-color-product-calendar-080": "hsl(9, 61%, 27%)",
172
+ "--t-fill-color-product-checkins-010": "hsl(285, 20%, 92%)",
173
+ "--t-fill-color-product-checkins-020": "hsl(283, 22%, 75%)",
174
+ "--t-fill-color-product-checkins-030": "hsl(284, 22%, 64%)",
175
+ "--t-fill-color-product-checkins-040": "hsl(283, 22%, 55%)",
176
+ "--t-fill-color-product-checkins-050": "hsl(283, 22%, 48%)",
177
+ "--t-fill-color-product-checkins-060": "hsl(283, 27%, 42%)",
178
+ "--t-fill-color-product-checkins-070": "hsl(284, 33%, 34%)",
179
+ "--t-fill-color-product-checkins-080": "hsl(283, 33%, 27%)",
180
+ "--t-fill-color-product-giving-010": "hsl(41, 95%, 93%)",
181
+ "--t-fill-color-product-giving-020": "hsl(42, 95%, 83%)",
182
+ "--t-fill-color-product-giving-030": "hsl(43, 95%, 75%)",
183
+ "--t-fill-color-product-giving-040": "hsl(43, 88%, 70%)",
184
+ "--t-fill-color-product-giving-050": "hsl(43, 88%, 64%)",
185
+ "--t-fill-color-product-giving-060": "hsl(42, 84%, 55%)",
186
+ "--t-fill-color-product-giving-070": "hsl(42, 84%, 48%)",
187
+ "--t-fill-color-product-giving-080": "hsl(42, 100%, 40%)",
188
+ "--t-fill-color-product-groups-010": "hsl(18, 95%, 92%)",
189
+ "--t-fill-color-product-groups-020": "hsl(17, 96%, 80%)",
190
+ "--t-fill-color-product-groups-030": "hsl(17, 96%, 70%)",
191
+ "--t-fill-color-product-groups-040": "hsl(17, 96%, 63%)",
192
+ "--t-fill-color-product-groups-050": "hsl(17, 88%, 55%)",
193
+ "--t-fill-color-product-groups-060": "hsl(12, 70%, 48%)",
194
+ "--t-fill-color-product-groups-070": "hsl(12, 70%, 40%)",
195
+ "--t-fill-color-product-groups-080": "hsl(14, 70%, 34%)",
196
+ "--t-fill-color-product-home-010": "hsl(221, 89%, 93%)",
197
+ "--t-fill-color-product-home-020": "hsl(221, 91%, 91%)",
198
+ "--t-fill-color-product-home-030": "hsl(221, 91%, 87%)",
199
+ "--t-fill-color-product-home-040": "hsl(221, 91%, 62%)",
200
+ "--t-fill-color-product-home-050": "hsl(221, 91%, 55%)",
201
+ "--t-fill-color-product-home-060": "hsl(221, 90%, 50%)",
202
+ "--t-fill-color-product-home-070": "hsl(221, 90%, 45%)",
203
+ "--t-fill-color-product-home-080": "hsl(218, 84%, 25%)",
204
+ "--t-fill-color-product-people-010": "hsl(219, 73%, 91%)",
205
+ "--t-fill-color-product-people-020": "hsl(220, 69%, 81%)",
206
+ "--t-fill-color-product-people-030": "hsl(221, 73%, 71%)",
207
+ "--t-fill-color-product-people-040": "hsl(221, 73%, 65%)",
208
+ "--t-fill-color-product-people-050": "hsl(220, 74%, 57%)",
209
+ "--t-fill-color-product-people-060": "hsl(220, 68%, 51%)",
210
+ "--t-fill-color-product-people-070": "hsl(220, 68%, 41%)",
211
+ "--t-fill-color-product-people-080": "hsl(221, 68%, 31%)",
212
+ "--t-fill-color-product-publishing-010": "hsl(220, 4%, 86%)",
213
+ "--t-fill-color-product-publishing-020": "hsl(222, 10%, 60%)",
214
+ "--t-fill-color-product-publishing-030": "hsl(221, 11%, 50%)",
215
+ "--t-fill-color-product-publishing-040": "hsl(222, 12%, 39%)",
216
+ "--t-fill-color-product-publishing-050": "hsl(220, 12%, 31%)",
217
+ "--t-fill-color-product-publishing-060": "hsl(220, 11%, 26%)",
218
+ "--t-fill-color-product-publishing-070": "hsl(217, 12%, 22%)",
219
+ "--t-fill-color-product-publishing-080": "hsl(214, 11%, 12%)",
220
+ "--t-fill-color-product-registrations-010": "hsl(173, 28%, 89%)",
221
+ "--t-fill-color-product-registrations-020": "hsl(176, 38%, 78%)",
222
+ "--t-fill-color-product-registrations-030": "hsl(176, 37%, 68%)",
223
+ "--t-fill-color-product-registrations-040": "hsl(176, 37%, 60%)",
224
+ "--t-fill-color-product-registrations-050": "hsl(175, 36%, 43%)",
225
+ "--t-fill-color-product-registrations-060": "hsl(175, 51%, 34%)",
226
+ "--t-fill-color-product-registrations-070": "hsl(174, 51%, 28%)",
227
+ "--t-fill-color-product-registrations-080": "hsl(175, 52%, 22%)",
228
+ "--t-fill-color-product-services-010": "hsl(88, 31%, 88%)",
229
+ "--t-fill-color-product-services-020": "hsl(88, 39%, 75%)",
230
+ "--t-fill-color-product-services-030": "hsl(88, 39%, 66%)",
231
+ "--t-fill-color-product-services-040": "hsl(88, 40%, 54%)",
232
+ "--t-fill-color-product-services-050": "hsl(88, 45%, 41%)",
233
+ "--t-fill-color-product-services-060": "hsl(89, 62%, 31%)",
234
+ "--t-fill-color-product-services-070": "hsl(89, 62%, 26%)",
235
+ "--t-fill-color-product-services-080": "hsl(89, 63%, 21%)",
236
+ "--t-fill-color-product-staff": "hsl(328, 100%, 45%)",
237
+ "--t-fill-color-product-staff-dark": "hsl(328, 100%, 38%)",
238
+ "--t-fill-color-product-staff-darker": "hsl(328, 100%, 33%)",
239
+ "--t-fill-color-product-accounts-gradient-brand": "linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%))",
240
+ "--t-fill-color-product-accounts-gradient-page": "linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))",
241
+ "--t-fill-color-product-accounts-gradient-tint": "linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))",
242
+ "--t-fill-color-product-api-gradient-brand": "linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%))",
243
+ "--t-fill-color-product-calendar-gradient-brand": "linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%))",
244
+ "--t-fill-color-product-calendar-gradient-page": "linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%))",
245
+ "--t-fill-color-product-calendar-gradient-tint": "linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%))",
246
+ "--t-fill-color-product-cc-gradient-brand": "linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%))",
247
+ "--t-fill-color-product-checkins-gradient-brand": "linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%))",
248
+ "--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%))",
249
+ "--t-fill-color-product-checkins-gradient-tint": "linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%))",
250
+ "--t-fill-color-product-giving-gradient-brand": "linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%))",
251
+ "--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%))",
252
+ "--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%))",
253
+ "--t-fill-color-product-groups-gradient-brand": "linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%))",
254
+ "--t-fill-color-product-groups-gradient-page": "linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%))",
255
+ "--t-fill-color-product-groups-gradient-tint": "linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%))",
256
+ "--t-fill-color-product-headcounts-gradient-brand": "linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%))",
257
+ "--t-fill-color-product-home-gradient-page": "linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))",
258
+ "--t-fill-color-product-home-gradient-tint": "linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))",
259
+ "--t-fill-color-product-musicstand-gradient-brand": "linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%))",
260
+ "--t-fill-color-product-people-gradient-brand": "linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%))",
261
+ "--t-fill-color-product-people-gradient-page": "linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))",
262
+ "--t-fill-color-product-people-gradient-tint": "linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))",
263
+ "--t-fill-color-product-publishing-gradient-brand": "linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%))",
264
+ "--t-fill-color-product-publishing-gradient-page": "linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%))",
265
+ "--t-fill-color-product-publishing-gradient-tint": "linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%))",
266
+ "--t-fill-color-product-registrations-gradient-brand": "linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%))",
267
+ "--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%))",
268
+ "--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%))",
269
+ "--t-fill-color-product-services-gradient-brand": "linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%))",
270
+ "--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%))",
271
+ "--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%))",
272
+ "--t-fill-color-tag-gray-010": "hsl(0, 0%, 93%)",
273
+ "--t-fill-color-tag-gray-020": "hsl(0, 0%, 88%)",
274
+ "--t-fill-color-tag-gray-030": "hsl(0, 0%, 88%)",
275
+ "--t-fill-color-tag-gray-040": "hsl(0, 0%, 81%)",
276
+ "--t-fill-color-tag-blue-010": "hsl(220, 100%, 95%)",
277
+ "--t-fill-color-tag-blue-020": "hsl(221, 100%, 88%)",
278
+ "--t-fill-color-tag-blue-030": "hsl(220, 98%, 81%)",
279
+ "--t-fill-color-tag-blue-040": "hsl(220, 98%, 74%)",
280
+ "--t-fill-color-tag-aqua-010": "hsl(200, 82%, 89%)",
281
+ "--t-fill-color-tag-aqua-020": "hsl(200, 82%, 82%)",
282
+ "--t-fill-color-tag-aqua-030": "hsl(201, 76%, 71%)",
283
+ "--t-fill-color-tag-aqua-040": "hsl(200, 75%, 64%)",
284
+ "--t-fill-color-tag-teal-010": "hsl(163, 53%, 83%)",
285
+ "--t-fill-color-tag-teal-020": "hsl(164, 52%, 76%)",
286
+ "--t-fill-color-tag-teal-030": "hsl(169, 62%, 64%)",
287
+ "--t-fill-color-tag-teal-040": "hsl(169, 62%, 56%)",
288
+ "--t-fill-color-tag-green-010": "hsl(98, 59%, 85%)",
289
+ "--t-fill-color-tag-green-020": "hsl(99, 59%, 78%)",
290
+ "--t-fill-color-tag-green-030": "hsl(112, 57%, 65%)",
291
+ "--t-fill-color-tag-green-040": "hsl(112, 57%, 57%)",
292
+ "--t-fill-color-tag-yellow-010": "hsl(45, 77%, 85%)",
293
+ "--t-fill-color-tag-yellow-020": "hsl(44, 78%, 77%)",
294
+ "--t-fill-color-tag-yellow-030": "hsl(44, 92%, 69%)",
295
+ "--t-fill-color-tag-yellow-040": "hsl(44, 93%, 61%)",
296
+ "--t-fill-color-tag-orange-010": "hsl(22, 89%, 89%)",
297
+ "--t-fill-color-tag-orange-020": "hsl(21, 89%, 82%)",
298
+ "--t-fill-color-tag-orange-030": "hsl(21, 86%, 72%)",
299
+ "--t-fill-color-tag-orange-040": "hsl(21, 86%, 64%)",
300
+ "--t-fill-color-tag-pink-010": "hsl(311, 66%, 92%)",
301
+ "--t-fill-color-tag-pink-020": "hsl(310, 64%, 85%)",
302
+ "--t-fill-color-tag-pink-030": "hsl(324, 78%, 77%)",
303
+ "--t-fill-color-tag-pink-040": "hsl(324, 76%, 70%)",
304
+ "--t-fill-color-tag-purple-010": "hsl(259, 74%, 93%)",
305
+ "--t-fill-color-tag-purple-020": "hsl(259, 74%, 85%)",
306
+ "--t-fill-color-tag-purple-030": "hsl(273, 62%, 76%)",
307
+ "--t-fill-color-tag-purple-040": "hsl(273, 62%, 70%)",
308
+ "--t-fill-color-tag-magenta-010": "hsl(294, 37%, 90%)",
309
+ "--t-fill-color-tag-magenta-020": "hsl(291, 40%, 83%)",
310
+ "--t-fill-color-tag-magenta-030": "hsl(291, 48%, 70%)",
311
+ "--t-fill-color-tag-magenta-040": "hsl(292, 48%, 63%)",
312
+ "--t-fill-color-tag-indigo-010": "hsl(234, 78%, 93%)",
313
+ "--t-fill-color-tag-indigo-020": "hsl(233, 79%, 87%)",
314
+ "--t-fill-color-tag-indigo-030": "hsl(233, 77%, 81%)",
315
+ "--t-fill-color-tag-indigo-040": "hsl(236, 79%, 74%)",
316
+ "--t-fill-color-button-neutral-solid": "hsl(0, 0%, 93%)",
317
+ "--t-fill-color-button-neutral-solid-hover": "hsl(0, 0%, 88%)",
318
+ "--t-fill-color-button-neutral-solid-active": "hsl(0, 0%, 81%)",
319
+ "--t-fill-color-button-neutral-solid-disabled": "hsl(0, 0%, 95%)",
320
+ "--t-fill-color-button-neutral-outline": "hsla(0, 0%, 100%, 0)",
321
+ "--t-fill-color-button-neutral-outline-hover": "hsl(0, 0%, 95%)",
322
+ "--t-fill-color-button-neutral-outline-active": "hsl(0, 0%, 93%)",
323
+ "--t-fill-color-button-neutral-outline-disabled": "hsl(0, 0%, 98%)",
324
+ "--t-fill-color-button-neutral-ghost": "hsla(0, 0%, 100%, 0)",
325
+ "--t-fill-color-button-neutral-ghost-hover": "hsl(0, 0%, 95%)",
326
+ "--t-fill-color-button-neutral-ghost-active": "hsl(0, 0%, 93%)",
327
+ "--t-fill-color-button-neutral-ghost-disabled": "hsla(0, 0%, 100%, 0)",
328
+ "--t-fill-color-button-neutral-ghost-disabled-solid": "hsl(0, 0%, 98%)",
329
+ "--t-fill-color-button-neutral-responsive-header": "hsla(0, 0%, 0%, 0.1)",
330
+ "--t-fill-color-button-neutral-responsive-header-hover": "hsla(0, 0%, 0%, 0.2)",
331
+ "--t-fill-color-button-neutral-responsive-header-active": "hsla(0, 0%, 0%, 0.3)",
332
+ "--t-fill-color-button-neutral-responsive-header-disabled": "hsla(0, 0%, 0%, 0.05)",
333
+ "--t-fill-color-button-neutral-outline-dim-default": "hsla(0, 0%, 100%, 0)",
334
+ "--t-fill-color-button-neutral-outline-dim-hover": "hsl(0, 0%, 95%)",
335
+ "--t-fill-color-button-neutral-outline-dim-active": "hsl(0, 0%, 93%)",
336
+ "--t-fill-color-button-neutral-outline-dim-disabled": "hsl(0, 0%, 98%)",
337
+ "--t-fill-color-button-neutral-outline-dim-disabled-solid": "hsl(0, 0%, 98%)",
338
+ "--t-fill-color-button-interaction-solid": "hsl(204, 100%, 40%)",
339
+ "--t-fill-color-button-interaction-solid-hover": "hsl(204, 100%, 35%)",
340
+ "--t-fill-color-button-interaction-solid-active": "hsl(204, 100%, 30%)",
341
+ "--t-fill-color-button-interaction-solid-disabled": "hsl(0, 0%, 95%)",
342
+ "--t-fill-color-button-interaction-outline": "hsla(0, 0%, 100%, 0)",
343
+ "--t-fill-color-button-interaction-outline-hover": "hsl(204, 100%, 97%)",
344
+ "--t-fill-color-button-interaction-outline-active": "hsl(203, 94%, 94%)",
345
+ "--t-fill-color-button-interaction-outline-disabled": "hsl(0, 0%, 98%)",
346
+ "--t-fill-color-button-interaction-ghost": "hsla(0, 0%, 100%, 0)",
347
+ "--t-fill-color-button-interaction-ghost-hover": "hsl(204, 100%, 97%)",
348
+ "--t-fill-color-button-interaction-ghost-active": "hsl(203, 94%, 94%)",
349
+ "--t-fill-color-button-interaction-ghost-disabled": "hsla(0, 0%, 100%, 0)",
350
+ "--t-fill-color-button-interaction-outline-dim-default": "hsla(0, 0%, 100%, 0)",
351
+ "--t-fill-color-button-interaction-outline-dim-hover": "hsl(204, 100%, 97%)",
352
+ "--t-fill-color-button-interaction-outline-dim-active": "hsl(203, 94%, 94%)",
353
+ "--t-fill-color-button-interaction-outline-dim-disabled": "hsl(0, 0%, 98%)",
354
+ "--t-fill-color-button-create-solid-default": "hsl(96, 57%, 33%)",
355
+ "--t-fill-color-button-create-solid-hover": "hsl(97, 57%, 28%)",
356
+ "--t-fill-color-button-create-solid-active": "hsl(97, 57%, 23%)",
357
+ "--t-fill-color-button-create-solid-disabled": "hsl(0, 0%, 81%)",
358
+ "--t-fill-color-button-create-ghost-default": "hsla(0, 0%, 100%, 0)",
359
+ "--t-fill-color-button-create-ghost-hover": "hsl(96, 60%, 95%)",
360
+ "--t-fill-color-button-create-ghost-active": "hsl(97, 57%, 90%)",
361
+ "--t-fill-color-button-create-ghost-disabled": "hsla(0, 0%, 100%, 0)",
362
+ "--t-fill-color-button-delete-solid": "hsl(8, 60%, 47%)",
363
+ "--t-fill-color-button-delete-solid-hover": "hsl(8, 60%, 45%)",
364
+ "--t-fill-color-button-delete-solid-active": "hsl(8, 60%, 40%)",
365
+ "--t-fill-color-button-delete-solid-disabled": "hsl(0, 0%, 95%)",
366
+ "--t-fill-color-button-delete-outline": "hsla(0, 0%, 100%, 0)",
367
+ "--t-fill-color-button-delete-outline-hover": "hsl(7, 60%, 97%)",
368
+ "--t-fill-color-button-delete-outline-active": "hsl(9, 59%, 93%)",
369
+ "--t-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 98%)",
370
+ "--t-fill-color-button-delete-ghost": "hsla(0, 0%, 100%, 0)",
371
+ "--t-fill-color-button-delete-ghost-hover": "hsl(7, 60%, 97%)",
372
+ "--t-fill-color-button-delete-ghost-active": "hsl(9, 59%, 93%)",
373
+ "--t-fill-color-button-delete-ghost-disabled": "hsla(0, 0%, 100%, 0)",
374
+ "--t-fill-color-button-delete-outline-dim-default": "hsla(0, 0%, 100%, 0)",
375
+ "--t-fill-color-button-delete-outline-dim-hover": "hsl(7, 60%, 97%)",
376
+ "--t-fill-color-button-delete-outline-dim-active": "hsl(9, 59%, 93%)",
377
+ "--t-fill-color-button-delete-outline-dim-disabled": "hsl(0, 0%, 98%)",
378
+ "--t-fill-color-button-pill": "hsl(0, 0%, 93%)",
379
+ "--t-fill-color-button-pill-hover": "hsl(0, 0%, 88%)",
380
+ "--t-fill-color-button-pill-active": "hsl(0, 0%, 88%)",
381
+ "--t-fill-color-button-pill-disabled": "hsl(0, 0%, 93%)",
382
+ "--t-fill-color-transparency-light-010": "hsla(0, 0%, 100%, 0.1)",
383
+ "--t-fill-color-transparency-light-020": "hsla(0, 0%, 100%, 0.2)",
384
+ "--t-fill-color-transparency-light-030": "hsla(0, 0%, 100%, 0.3)",
385
+ "--t-fill-color-transparency-light-040": "hsla(0, 0%, 100%, 0.4)",
386
+ "--t-fill-color-transparency-light-050": "hsla(0, 0%, 100%, 0.5)",
387
+ "--t-fill-color-transparency-light-060": "hsla(0, 0%, 100%, 0.6)",
388
+ "--t-fill-color-transparency-light-070": "hsla(0, 0%, 100%, 0.7)",
389
+ "--t-fill-color-transparency-light-080": "hsla(0, 0%, 100%, 0.8)",
390
+ "--t-fill-color-transparency-light-090": "hsla(0, 0%, 100%, 0.9)",
391
+ "--t-fill-color-transparency-dark-010": "hsla(0, 0%, 0%, 0.1)",
392
+ "--t-fill-color-transparency-dark-020": "hsla(0, 0%, 0%, 0.2)",
393
+ "--t-fill-color-transparency-dark-030": "hsla(0, 0%, 0%, 0.3)",
394
+ "--t-fill-color-transparency-dark-040": "hsla(0, 0%, 0%, 0.4)",
395
+ "--t-fill-color-transparency-dark-050": "hsla(0, 0%, 0%, 0.5)",
396
+ "--t-fill-color-transparency-dark-060": "hsla(0, 0%, 0%, 0.6)",
397
+ "--t-fill-color-transparency-dark-070": "hsla(0, 0%, 0%, 0.7)",
398
+ "--t-fill-color-transparency-dark-080": "hsla(0, 0%, 0%, 0.8)",
399
+ "--t-fill-color-transparency-dark-090": "hsla(0, 0%, 0%, 0.9)",
400
+ "--t-fill-color-transparency-dark-static-010": "hsla(0, 0%, 0%, 0.1)",
401
+ "--t-fill-color-transparency-dark-static-020": "hsla(0, 0%, 0%, 0.2)",
402
+ "--t-fill-color-transparency-dark-static-030": "hsla(0, 0%, 0%, 0.3)",
403
+ "--t-fill-color-transparency-dark-static-040": "hsla(0, 0%, 0%, 0.4)",
404
+ "--t-fill-color-transparency-dark-static-050": "hsla(0, 0%, 0%, 0.5)",
405
+ "--t-fill-color-transparency-dark-static-060": "hsla(0, 0%, 0%, 0.6)",
406
+ "--t-fill-color-transparency-dark-static-070": "hsla(0, 0%, 0%, 0.7)",
407
+ "--t-fill-color-transparency-dark-static-080": "hsla(0, 0%, 0%, 0.8)",
408
+ "--t-fill-color-transparency-dark-static-090": "hsla(0, 0%, 0%, 0.9)",
409
+ "--t-surface-color-card": "hsl(0, 0%, 100%)",
410
+ "--t-surface-color-canvas": "hsl(0, 0%, 100%)",
411
+ "--t-border-color": "hsl(0, 0%, 88%)",
412
+ "--t-border-color-dark": "hsl(0, 0%, 81%)",
413
+ "--t-border-color-darker": "hsl(0, 0%, 68%)",
414
+ "--t-border-color-darkest": "hsl(0, 0%, 58%)",
415
+ "--t-border-color-disabled": "hsl(0, 0%, 88%)",
416
+ "--t-border-color-dim": "hsl(0, 0%, 95%)",
417
+ "--t-border-color-white": "hsl(0, 0%, 100%)",
418
+ "--t-border-color-status-neutral": "hsl(0, 0%, 58%)",
419
+ "--t-border-color-status-info": "hsl(204, 100%, 40%)",
420
+ "--t-border-color-status-success": "hsl(97, 57%, 40%)",
421
+ "--t-border-color-status-warning": "hsl(42, 84%, 63%)",
422
+ "--t-border-color-status-error": "hsl(8, 60%, 47%)",
423
+ "--t-border-color-button-neutral": "hsl(0, 0%, 88%)",
424
+ "--t-border-color-button-info": "hsl(204, 100%, 40%)",
425
+ "--t-border-color-button-create": "hsl(96, 57%, 33%)",
426
+ "--t-border-color-button-delete": "hsl(8, 60%, 47%)",
427
+ "--t-border-color-control-neutral": "hsl(0, 0%, 68%)",
428
+ "--t-border-color-control-info": "hsl(204, 100%, 40%)",
429
+ "--t-border-color-control-success": "hsl(97, 57%, 40%)",
430
+ "--t-border-color-control-warning": "hsl(42, 84%, 63%)",
431
+ "--t-border-color-control-error": "hsl(8, 60%, 47%)",
432
+ "--t-border-color-control-disabled": "hsl(0, 0%, 88%)",
433
+ "--t-shadow-overflow-color": "hsla(0, 0%, 0%, 0.07)",
434
+ "--t-font-sans-serif": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
435
+ "--t-font-monospace": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
436
+ "--t-form-background-color": "hsl(0, 0%, 100%)",
437
+ "--t-form-background-color-disabled": "hsl(0, 0%, 95%)",
438
+ "--t-form-background-color-error": "hsl(0, 0%, 100%)",
439
+ "--t-form-background-color-readonly": "hsl(0, 0%, 95%)",
440
+ "--t-form-border-color": "hsl(0, 0%, 88%)",
441
+ "--t-form-border-color-disabled": "hsl(0, 0%, 88%)",
442
+ "--t-form-border-color-error": "hsl(8, 60%, 47%)",
443
+ "--t-form-border-color-focus": "hsl(204, 100%, 40%)",
444
+ "--t-form-border-color-hover": "hsl(0, 0%, 81%)",
445
+ "--t-form-border-color-readonly": "hsla(0, 0%, 100%, 0)",
446
+ "--t-form-border-radius": "4px",
447
+ "--t-form-border-width": "1px",
448
+ "--t-form-font-color": "hsl(0, 0%, 24%)",
449
+ "--t-form-font-color-disabled": "hsl(0, 0%, 81%)",
450
+ "--t-form-font-color-error": "hsl(8, 60%, 45%)",
451
+ "--t-form-font-color-readonly": "hsl(0, 0%, 24%)",
452
+ "--t-form-picker-icon-color": "hsl(0, 0%, 24%)",
453
+ "--t-form-placeholder-color": "hsl(0, 0%, 58%)",
454
+ "--t-border-color-default-base": "hsl(0, 0%, 88%)",
455
+ "--t-border-color-default-dark": "hsl(0, 0%, 81%)",
456
+ "--t-border-color-default-darker": "hsl(0, 0%, 68%)",
457
+ "--t-border-color-default-darkest": "hsl(0, 0%, 58%)",
458
+ "--t-border-color-default-dim": "hsl(0, 0%, 95%)",
459
+ "--t-border-color-default-disabled": "hsl(0, 0%, 88%)",
460
+ "--t-border-color-default-white": "hsl(0, 0%, 100%)",
461
+ "--t-border-radius-default": "4px",
462
+ "--t-border-width-default": "1px",
463
+ "--t-fill-color-button-delete-ghost-default": "hsla(0, 0%, 100%, 0)",
464
+ "--t-fill-color-button-delete-outline-default": "hsla(0, 0%, 100%, 0)",
465
+ "--t-fill-color-button-delete-solid-default": "hsl(8, 60%, 47%)",
466
+ "--t-fill-color-button-interaction-ghost-default": "hsla(0, 0%, 100%, 0)",
467
+ "--t-fill-color-button-interaction-outline-default": "hsla(0, 0%, 100%, 0)",
468
+ "--t-fill-color-button-interaction-solid-default": "hsl(204, 100%, 40%)",
469
+ "--t-fill-color-button-neutral-ghost-default": "hsla(0, 0%, 100%, 0)",
470
+ "--t-fill-color-button-neutral-outline-default": "hsla(0, 0%, 100%, 0)",
471
+ "--t-fill-color-button-neutral-responsive-header-default": "hsla(0, 0%, 0%, 0.1)",
472
+ "--t-fill-color-button-neutral-solid-default": "hsl(0, 0%, 93%)",
473
+ "--t-fill-color-button-pill-default": "hsl(0, 0%, 93%)",
474
+ "--t-fill-color-control-primary": "hsl(204, 100%, 40%)",
475
+ "--t-fill-color-interaction-default": "hsl(204, 100%, 40%)",
476
+ "--t-fill-color-product-staff-base": "hsl(328, 100%, 45%)",
477
+ "--t-fill-color-status-error-primary": "hsl(8, 60%, 47%)",
478
+ "--t-fill-color-tooltip-primary": "hsla(0, 0%, 12%, 0.9)",
479
+ "--t-icon-color-default-dim": "hsl(0, 0%, 58%)",
480
+ "--t-icon-color-default-disabled": "hsl(0, 0%, 81%)",
481
+ "--t-icon-color-default-inverted": "hsl(0, 0%, 100%)",
482
+ "--t-icon-color-default-primary": "hsl(0, 0%, 24%)",
483
+ "--t-icon-color-default-secondary": "hsl(0, 0%, 42%)",
484
+ "--t-icon-color-status-error-primary": "hsl(8, 60%, 47%)",
485
+ "--t-icon-color-status-info-primary": "hsl(204, 100%, 40%)",
486
+ "--t-icon-color-status-neutral-primary": "hsl(0, 0%, 42%)",
487
+ "--t-icon-color-status-success-primary": "hsl(96, 57%, 33%)",
488
+ "--t-icon-color-status-warning-primary": "hsl(42, 84%, 49%)",
489
+ "--t-text-color-default-disabled": "hsl(0, 0%, 81%)",
490
+ "--t-text-color-default-headline": "hsl(0, 0%, 12%)",
491
+ "--t-text-color-default-inverted": "hsl(0, 0%, 100%)",
492
+ "--t-text-color-default-placeholder": "hsl(0, 0%, 58%)",
493
+ "--t-text-color-default-primary": "hsl(0, 0%, 24%)",
494
+ "--t-text-color-default-secondary": "hsl(0, 0%, 42%)",
495
+ "--t-text-color-interaction-primary": "hsl(204, 100%, 40%)"
496
+ };
package/package.json CHANGED
@@ -1,27 +1,54 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-tokens",
3
- "version": "0.0.1",
4
- "private": false,
3
+ "version": "3.0.0-rc.26",
5
4
  "type": "module",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/planningcenter/tapestry.git",
8
+ "directory": "packages/tokens"
9
+ },
6
10
  "scripts": {
7
- "prebuild": "rimraf dist",
8
- "build": "node ./src/style-dictionary.build.js && rollup -c"
11
+ "build": "node ./src/style-dictionary.build.js && tsc",
12
+ "test": "vitest run",
13
+ "prepare": "[ -d dist/ts ] || yarn build"
9
14
  },
15
+ "types": "dist/ts/tokens.d.ts",
16
+ "files": [
17
+ "dist"
18
+ ],
10
19
  "exports": {
11
- ".": "./dist/index.js",
12
- "./index.css": "./src/css/tokens.css",
13
- "./src/*.css": "./src/*.css",
14
- "./*.json": "./src/js/*.json"
20
+ "./tokens-deprecated.json": "./dist/js/tokens-deprecated.json",
21
+ "./product-tokens/*": "./dist/css/product-tokens/*",
22
+ "./tokens": {
23
+ "types": "./dist/ts/tokens.d.ts",
24
+ "default": "./dist/ts/tokens.js"
25
+ },
26
+ "./react-native-tokens": {
27
+ "types": "./dist/ts/react-native-tokens.d.ts",
28
+ "default": "./dist/ts/react-native-tokens.js"
29
+ },
30
+ "./css/*": "./dist/css/*",
31
+ "./js/*": "./dist/js/*",
32
+ "./dist/*": "./dist/*"
33
+ },
34
+ "typesVersions": {
35
+ "*": {
36
+ "tokens": [
37
+ "dist/ts/tokens.d.ts"
38
+ ],
39
+ "react-native-tokens": [
40
+ "dist/ts/react-native-tokens.d.ts"
41
+ ],
42
+ "*": [
43
+ "dist/*"
44
+ ]
45
+ }
15
46
  },
16
- "types": "./dist/index.d.ts",
17
47
  "devDependencies": {
18
- "@rollup/plugin-typescript": "^11.1.6",
19
- "postcss": "^8.4.38",
20
- "postcss-combine-duplicated-selectors": "^10.0.3",
21
- "postcss-import": "^16.1.0",
22
- "rimraf": "^6.0.1",
23
- "rollup": "^4.22.4",
48
+ "prettier": "^3.3.3",
24
49
  "style-dictionary": "^4.2.0",
25
- "typescript": "^5.5.3"
26
- }
50
+ "typescript": "^5.5.3",
51
+ "vitest": "^3.0.0"
52
+ },
53
+ "gitHead": "aea28b347c2ec3f8fa459eb4dbe58e47710d54a5"
27
54
  }
package/CHANGELOG.md DELETED
File without changes
package/rollup.config.mjs DELETED
@@ -1,12 +0,0 @@
1
- import typescript from "@rollup/plugin-typescript"
2
-
3
- const plugins = [typescript({ tsconfig: "./tsconfig.build.json" })]
4
-
5
- const output = {
6
- file: "dist/index.js",
7
- format: "es",
8
- sourcemap: true,
9
- }
10
- const config = [{ input: "./src/index.ts", output, plugins }]
11
-
12
- export default config
@@ -1,10 +0,0 @@
1
- import fs from "fs"
2
- import path from "path"
3
- import { fileURLToPath } from "url"
4
-
5
- const __filename = fileURLToPath(import.meta.url)
6
- const __dirname = path.dirname(__filename)
7
- const components = JSON.parse(
8
- fs.readFileSync(path.resolve(__dirname, "./json/components.json"))
9
- )
10
- export default Object.keys(components)
@@ -1,42 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
-
5
- :root {
6
- --t-text-color-tag-gray: hsl(0, 0%, 24%);
7
- --t-text-color-tag-magenta: hsl(285, 71%, 20%);
8
- --t-text-color-tag-blue: hsl(224, 47%, 31%);
9
- --t-text-color-tag-aqua: hsl(209, 77%, 22%);
10
- --t-text-color-tag-teal: hsl(180, 95%, 15%);
11
- --t-text-color-tag-green: hsl(100, 93%, 17%);
12
- --t-text-color-tag-yellow: hsl(29, 100%, 23%);
13
- --t-text-color-tag-orange: hsl(18, 100%, 18%);
14
- --t-text-color-tag-pink: hsl(327, 88%, 20%);
15
- --t-text-color-tag-purple: hsl(268, 71%, 27%);
16
- --t-icon-color-status-neutral-dark: hsl(0, 0%, 24%);
17
- --t-icon-color-status-info-secondary: hsl(204, 100%, 40%);
18
- --t-fill-color-alert-info: hsl(204, 94%, 49%);
19
- --t-fill-color-alert-success: hsl(122, 60%, 41%);
20
- --t-fill-color-alert-warning: hsl(43, 96%, 58%);
21
- --t-fill-color-alert-error: hsl(4, 77%, 59%);
22
- --t-fill-color-button-default-info-solid-default: hsl(204, 100%, 40%);
23
- --t-fill-color-button-default-info-solid-hover: hsl(204, 100%, 35%);
24
- --t-fill-color-button-default-info-solid-active: hsl(204, 100%, 30%);
25
- --t-fill-color-button-default-info-solid-disabled: hsl(0, 0%, 81%);
26
- --t-fill-color-button-default-info-outline-dim-default: hsla(0, 0%, 100%, 0);
27
- --t-fill-color-button-default-info-outline-dim-hover: hsl(204, 100%, 97%);
28
- --t-fill-color-button-default-info-outline-dim-active: hsl(203, 94%, 94%);
29
- --t-fill-color-button-default-info-outline-dim-disabled: hsla(0, 0%, 100%, 0);
30
- --t-fill-color-button-default-info-ghost-default: hsla(0, 0%, 100%, 0);
31
- --t-fill-color-button-default-info-ghost-hover: hsl(204, 100%, 97%);
32
- --t-fill-color-button-default-info-ghost-active: hsl(203, 94%, 94%);
33
- --t-fill-color-button-default-info-ghost-disabled: hsla(0, 0%, 100%, 0);
34
- --t-fill-color-button-create-solid-default: hsl(96, 57%, 33%);
35
- --t-fill-color-button-create-solid-hover: hsl(97, 57%, 28%);
36
- --t-fill-color-button-create-solid-active: hsl(97, 57%, 23%);
37
- --t-fill-color-button-create-solid-disabled: hsl(0, 0%, 81%);
38
- --t-fill-color-button-create-ghost-default: hsla(0, 0%, 100%, 0);
39
- --t-fill-color-button-create-ghost-hover: hsl(96, 60%, 95%);
40
- --t-fill-color-button-create-ghost-active: hsl(97, 57%, 90%);
41
- --t-fill-color-button-create-ghost-disabled: hsla(0, 0%, 100%, 0);
42
- }