@planningcenter/doxy 1.1.0 → 1.2.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/build-output/ts/color-tokens.d.ts +777 -0
- package/dist/build-output/ts/color-tokens.d.ts.map +1 -0
- package/dist/build-output/ts/color-tokens.js +316 -0
- package/dist/build-output/ts/color-tokens.js.map +1 -0
- package/dist/build-output/ts/index.d.ts +1 -0
- package/dist/build-output/ts/index.d.ts.map +1 -1
- package/dist/build-output/ts/index.js +1 -0
- package/dist/build-output/ts/index.js.map +1 -1
- package/dist/build-output/ts/react-native-tokens-dark.d.ts +20 -1
- package/dist/build-output/ts/react-native-tokens-dark.d.ts.map +1 -1
- package/dist/build-output/ts/react-native-tokens-dark.js +20 -1
- package/dist/build-output/ts/react-native-tokens-dark.js.map +1 -1
- package/dist/build-output/ts/react-native-tokens-light.d.ts +20 -1
- package/dist/build-output/ts/react-native-tokens-light.d.ts.map +1 -1
- package/dist/build-output/ts/react-native-tokens-light.js +20 -1
- package/dist/build-output/ts/react-native-tokens-light.js.map +1 -1
- package/dist/build-output/ts/tokens.d.ts +20 -1
- package/dist/build-output/ts/tokens.d.ts.map +1 -1
- package/dist/build-output/ts/tokens.js +20 -1
- package/dist/build-output/ts/tokens.js.map +1 -1
- package/dist/build-output/ts/types/react-native-types.d.ts +19 -0
- package/dist/build-output/ts/types/react-native-types.d.ts.map +1 -1
- package/dist/index.css +58 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/tokens-dark.css +38 -0
- package/dist/tokens-dark.css.map +1 -1
- package/dist/tokens.css +58 -1
- package/dist/tokens.css.map +1 -1
- package/dist/tokens.scss +204 -0
- package/package.json +11 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-tokens.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/color-tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqTd,CAAA;AAEV,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,WAAW,CAAA"}
|
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
const colorTokens = {
|
|
5
|
+
"--d-border-color": {
|
|
6
|
+
light: { hsl: "hsl(0, 0%, 88%)", hex: "#e0e0e0" },
|
|
7
|
+
dark: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
8
|
+
},
|
|
9
|
+
"--d-border-color-button-delete": {
|
|
10
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
11
|
+
dark: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
12
|
+
},
|
|
13
|
+
"--d-border-color-button-disabled": {
|
|
14
|
+
light: { hsl: "hsl(0, 0%, 88%)", hex: "#e0e0e0" },
|
|
15
|
+
dark: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
16
|
+
},
|
|
17
|
+
"--d-border-color-dark": {
|
|
18
|
+
light: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
19
|
+
dark: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
20
|
+
},
|
|
21
|
+
"--d-border-color-dim": {
|
|
22
|
+
light: { hsl: "hsl(0, 0%, 95%)", hex: "#f2f2f2" },
|
|
23
|
+
dark: { hsl: "hsl(0, 0%, 17%)", hex: "#2b2b2b" },
|
|
24
|
+
},
|
|
25
|
+
"--d-border-color-status-warning": {
|
|
26
|
+
light: { hsl: "hsl(42, 90%, 60%)", hex: "#f5be3d" },
|
|
27
|
+
dark: { hsl: "hsl(42, 81%, 56%)", hex: "#eab334" },
|
|
28
|
+
},
|
|
29
|
+
"--d-fill-color-button-delete-outline": {
|
|
30
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
31
|
+
dark: { hsl: "hsl(0, 32%, 8%)", hex: "#1b0e0e" },
|
|
32
|
+
},
|
|
33
|
+
"--d-fill-color-button-delete-outline-disabled": {
|
|
34
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
35
|
+
dark: { hsl: "hsl(0, 0%, 7%)", hex: "#121212" },
|
|
36
|
+
},
|
|
37
|
+
"--d-fill-color-button-delete-solid": {
|
|
38
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
39
|
+
dark: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
40
|
+
},
|
|
41
|
+
"--d-fill-color-button-delete-solid-disabled": {
|
|
42
|
+
light: { hsl: "hsl(0, 0%, 93%)", hex: "#ededed" },
|
|
43
|
+
dark: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
44
|
+
},
|
|
45
|
+
"--d-fill-color-button-interaction-outline": {
|
|
46
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
47
|
+
dark: { hsl: "hsl(0, 0%, 7%)", hex: "#121212" },
|
|
48
|
+
},
|
|
49
|
+
"--d-fill-color-button-interaction-outline-disabled": {
|
|
50
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
51
|
+
dark: { hsl: "hsl(0, 0%, 7%)", hex: "#121212" },
|
|
52
|
+
},
|
|
53
|
+
"--d-fill-color-button-interaction-solid-disabled": {
|
|
54
|
+
light: { hsl: "hsl(0, 0%, 95%)", hex: "#f2f2f2" },
|
|
55
|
+
dark: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
56
|
+
},
|
|
57
|
+
"--d-fill-color-neutral-000": {
|
|
58
|
+
light: { hsl: "hsl(0, 0%, 12%)", hex: "#1f1f1f" },
|
|
59
|
+
dark: { hsl: "hsl(0, 0%, 98%)", hex: "#fafafa" },
|
|
60
|
+
},
|
|
61
|
+
"--d-fill-color-neutral-010": {
|
|
62
|
+
light: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
63
|
+
dark: { hsl: "hsl(0, 0%, 88%)", hex: "#e0e0e0" },
|
|
64
|
+
},
|
|
65
|
+
"--d-fill-color-neutral-020": {
|
|
66
|
+
light: { hsl: "hsl(0, 0%, 45%)", hex: "#737373" },
|
|
67
|
+
dark: { hsl: "hsl(0, 0%, 68%)", hex: "#adadad" },
|
|
68
|
+
},
|
|
69
|
+
"--d-fill-color-neutral-030": {
|
|
70
|
+
light: { hsl: "hsl(0, 0%, 58%)", hex: "#949494" },
|
|
71
|
+
dark: { hsl: "hsl(0, 0%, 50%)", hex: "#808080" },
|
|
72
|
+
},
|
|
73
|
+
"--d-fill-color-neutral-040": {
|
|
74
|
+
light: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
75
|
+
dark: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
76
|
+
},
|
|
77
|
+
"--d-fill-color-neutral-050": {
|
|
78
|
+
light: { hsl: "hsl(0, 0%, 88%)", hex: "#e0e0e0" },
|
|
79
|
+
dark: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
80
|
+
},
|
|
81
|
+
"--d-fill-color-neutral-060": {
|
|
82
|
+
light: { hsl: "hsl(0, 0%, 93%)", hex: "#ededed" },
|
|
83
|
+
dark: { hsl: "hsl(0, 0%, 19%)", hex: "#303030" },
|
|
84
|
+
},
|
|
85
|
+
"--d-fill-color-neutral-070": {
|
|
86
|
+
light: { hsl: "hsl(0, 0%, 95%)", hex: "#f2f2f2" },
|
|
87
|
+
dark: { hsl: "hsl(0, 0%, 17%)", hex: "#2b2b2b" },
|
|
88
|
+
},
|
|
89
|
+
"--d-fill-color-neutral-080": {
|
|
90
|
+
light: { hsl: "hsl(0, 0%, 97%)", hex: "#f7f7f7" },
|
|
91
|
+
dark: { hsl: "hsl(0, 0%, 15%)", hex: "#262626" },
|
|
92
|
+
},
|
|
93
|
+
"--d-fill-color-neutral-090": {
|
|
94
|
+
light: { hsl: "hsl(0, 0%, 98%)", hex: "#fafafa" },
|
|
95
|
+
dark: { hsl: "hsl(0, 0%, 12%)", hex: "#1f1f1f" },
|
|
96
|
+
},
|
|
97
|
+
"--d-fill-color-neutral-100": {
|
|
98
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
99
|
+
dark: { hsl: "hsl(0, 0%, 7%)", hex: "#121212" },
|
|
100
|
+
},
|
|
101
|
+
"--d-fill-color-status-error-ghost": {
|
|
102
|
+
light: { hsl: "hsl(0, 80%, 96%)", hex: "#fdeded" },
|
|
103
|
+
dark: { hsl: "hsl(0, 19%, 15%)", hex: "#2e1f1f" },
|
|
104
|
+
},
|
|
105
|
+
"--d-fill-color-status-info-ghost": {
|
|
106
|
+
light: { hsl: "hsl(210, 100%, 96%)", hex: "#ebf5ff" },
|
|
107
|
+
dark: { hsl: "hsl(210, 79%, 15%)", hex: "#082644" },
|
|
108
|
+
},
|
|
109
|
+
"--d-fill-color-status-neutral-ghost": {
|
|
110
|
+
light: { hsl: "hsl(0, 0%, 95%)", hex: "#f2f2f2" },
|
|
111
|
+
dark: { hsl: "hsl(0, 0%, 13%)", hex: "#212121" },
|
|
112
|
+
},
|
|
113
|
+
"--d-fill-color-status-success-ghost": {
|
|
114
|
+
light: { hsl: "hsl(120, 33%, 96%)", hex: "#f1f8f1" },
|
|
115
|
+
dark: { hsl: "hsl(120, 32%, 15%)", hex: "#1a321a" },
|
|
116
|
+
},
|
|
117
|
+
"--d-fill-color-status-warning-ghost": {
|
|
118
|
+
light: { hsl: "hsl(40, 90%, 96%)", hex: "#fef8ec" },
|
|
119
|
+
dark: { hsl: "hsl(40, 61%, 15%)", hex: "#3e2e0f" },
|
|
120
|
+
},
|
|
121
|
+
"--d-fill-color-transparency-dark-010": {
|
|
122
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.1)", hex: "#0000001a" },
|
|
123
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.1)", hex: "#ffffff1a" },
|
|
124
|
+
},
|
|
125
|
+
"--d-fill-color-transparency-dark-020": {
|
|
126
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.2)", hex: "#00000033" },
|
|
127
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.2)", hex: "#ffffff33" },
|
|
128
|
+
},
|
|
129
|
+
"--d-fill-color-transparency-dark-030": {
|
|
130
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.3)", hex: "#0000004d" },
|
|
131
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.3)", hex: "#ffffff4d" },
|
|
132
|
+
},
|
|
133
|
+
"--d-fill-color-transparency-dark-040": {
|
|
134
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.4)", hex: "#00000066" },
|
|
135
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.4)", hex: "#ffffff66" },
|
|
136
|
+
},
|
|
137
|
+
"--d-fill-color-transparency-dark-050": {
|
|
138
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.5)", hex: "#00000080" },
|
|
139
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.5)", hex: "#ffffff80" },
|
|
140
|
+
},
|
|
141
|
+
"--d-fill-color-transparency-dark-060": {
|
|
142
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.6)", hex: "#00000099" },
|
|
143
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.6)", hex: "#ffffff99" },
|
|
144
|
+
},
|
|
145
|
+
"--d-fill-color-transparency-dark-070": {
|
|
146
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.7)", hex: "#000000b3" },
|
|
147
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.7)", hex: "#ffffffb3" },
|
|
148
|
+
},
|
|
149
|
+
"--d-fill-color-transparency-dark-080": {
|
|
150
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.8)", hex: "#000000cc" },
|
|
151
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.8)", hex: "#ffffffcc" },
|
|
152
|
+
},
|
|
153
|
+
"--d-fill-color-transparency-dark-090": {
|
|
154
|
+
light: { hsl: "hsla(0, 0%, 0%, 0.9)", hex: "#000000e6" },
|
|
155
|
+
dark: { hsl: "hsla(0, 0%, 100%, 0.9)", hex: "#ffffffe6" },
|
|
156
|
+
},
|
|
157
|
+
"--d-fill-color-transparency-light-010": {
|
|
158
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.1)", hex: "#ffffff1a" },
|
|
159
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.1)", hex: "#0000001a" },
|
|
160
|
+
},
|
|
161
|
+
"--d-fill-color-transparency-light-020": {
|
|
162
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.2)", hex: "#ffffff33" },
|
|
163
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.2)", hex: "#00000033" },
|
|
164
|
+
},
|
|
165
|
+
"--d-fill-color-transparency-light-030": {
|
|
166
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.3)", hex: "#ffffff4d" },
|
|
167
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.3)", hex: "#0000004d" },
|
|
168
|
+
},
|
|
169
|
+
"--d-fill-color-transparency-light-040": {
|
|
170
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.4)", hex: "#ffffff66" },
|
|
171
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.4)", hex: "#00000066" },
|
|
172
|
+
},
|
|
173
|
+
"--d-fill-color-transparency-light-050": {
|
|
174
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.5)", hex: "#ffffff80" },
|
|
175
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.5)", hex: "#00000080" },
|
|
176
|
+
},
|
|
177
|
+
"--d-fill-color-transparency-light-060": {
|
|
178
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.6)", hex: "#ffffff99" },
|
|
179
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.6)", hex: "#00000099" },
|
|
180
|
+
},
|
|
181
|
+
"--d-fill-color-transparency-light-070": {
|
|
182
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.7)", hex: "#ffffffb3" },
|
|
183
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.7)", hex: "#000000b3" },
|
|
184
|
+
},
|
|
185
|
+
"--d-fill-color-transparency-light-080": {
|
|
186
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.8)", hex: "#ffffffcc" },
|
|
187
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.8)", hex: "#000000cc" },
|
|
188
|
+
},
|
|
189
|
+
"--d-fill-color-transparency-light-090": {
|
|
190
|
+
light: { hsl: "hsla(0, 0%, 100%, 0.9)", hex: "#ffffffe6" },
|
|
191
|
+
dark: { hsl: "hsla(0, 0%, 0%, 0.9)", hex: "#000000e6" },
|
|
192
|
+
},
|
|
193
|
+
"--d-icon-color-button-disabled": {
|
|
194
|
+
light: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
195
|
+
dark: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
196
|
+
},
|
|
197
|
+
"--d-icon-color-button-error": {
|
|
198
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
199
|
+
dark: { hsl: "hsl(0, 68%, 54%)", hex: "#d93a3a" },
|
|
200
|
+
},
|
|
201
|
+
"--d-icon-color-button-interaction": {
|
|
202
|
+
light: { hsl: "hsl(174, 73%, 28%)", hex: "#137c71" },
|
|
203
|
+
dark: { hsl: "hsl(174, 70%, 37%)", hex: "#1ca093" },
|
|
204
|
+
},
|
|
205
|
+
"--d-icon-color-interaction": {
|
|
206
|
+
light: { hsl: "hsl(174, 73%, 28%)", hex: "#137c71" },
|
|
207
|
+
dark: { hsl: "hsl(174, 70%, 37%)", hex: "#1ca093" },
|
|
208
|
+
},
|
|
209
|
+
"--d-icon-color-interaction-disabled": {
|
|
210
|
+
light: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
211
|
+
dark: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
212
|
+
},
|
|
213
|
+
"--d-icon-color-interaction-error": {
|
|
214
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
215
|
+
dark: { hsl: "hsl(0, 68%, 57%)", hex: "#dc4747" },
|
|
216
|
+
},
|
|
217
|
+
"--d-icon-color-status-error": {
|
|
218
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
219
|
+
dark: { hsl: "hsl(0, 68%, 54%)", hex: "#d93a3a" },
|
|
220
|
+
},
|
|
221
|
+
"--d-icon-color-status-info": {
|
|
222
|
+
light: { hsl: "hsl(206, 100%, 31%)", hex: "#005a9e" },
|
|
223
|
+
dark: { hsl: "hsl(206, 100%, 42%)", hex: "#0079d6" },
|
|
224
|
+
},
|
|
225
|
+
"--d-icon-color-status-neutral": {
|
|
226
|
+
light: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
227
|
+
dark: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
228
|
+
},
|
|
229
|
+
"--d-icon-color-status-success": {
|
|
230
|
+
light: { hsl: "hsl(124, 55%, 33%)", hex: "#26822c" },
|
|
231
|
+
dark: { hsl: "hsl(124, 50%, 38%)", hex: "#309137" },
|
|
232
|
+
},
|
|
233
|
+
"--d-icon-color-status-warning": {
|
|
234
|
+
light: { hsl: "hsl(36, 99%, 41%)", hex: "#d07d01" },
|
|
235
|
+
dark: { hsl: "hsl(36, 99%, 42%)", hex: "#d58001" },
|
|
236
|
+
},
|
|
237
|
+
"--d-surface-color-canvas": {
|
|
238
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
239
|
+
dark: { hsl: "hsl(0, 0%, 7%)", hex: "#121212" },
|
|
240
|
+
},
|
|
241
|
+
"--d-surface-color-card": {
|
|
242
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
243
|
+
dark: { hsl: "hsl(0, 0%, 12%)", hex: "#1f1f1f" },
|
|
244
|
+
},
|
|
245
|
+
"--d-text-color": {
|
|
246
|
+
light: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
247
|
+
dark: { hsl: "hsl(0, 0%, 88%)", hex: "#e0e0e0" },
|
|
248
|
+
},
|
|
249
|
+
"--d-text-color-button-interaction": {
|
|
250
|
+
light: { hsl: "hsl(174, 73%, 28%)", hex: "#137c71" },
|
|
251
|
+
dark: { hsl: "hsl(174, 70%, 37%)", hex: "#1ca093" },
|
|
252
|
+
},
|
|
253
|
+
"--d-text-color-button-interaction-disabled": {
|
|
254
|
+
light: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
255
|
+
dark: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
256
|
+
},
|
|
257
|
+
"--d-text-color-button-interaction-error": {
|
|
258
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
259
|
+
dark: { hsl: "hsl(0, 68%, 57%)", hex: "#dc4747" },
|
|
260
|
+
},
|
|
261
|
+
"--d-text-color-disabled": {
|
|
262
|
+
light: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
263
|
+
dark: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
264
|
+
},
|
|
265
|
+
"--d-text-color-headline": {
|
|
266
|
+
light: { hsl: "hsl(0, 0%, 12%)", hex: "#1f1f1f" },
|
|
267
|
+
dark: { hsl: "hsl(0, 0%, 98%)", hex: "#fafafa" },
|
|
268
|
+
},
|
|
269
|
+
"--d-text-color-interaction": {
|
|
270
|
+
light: { hsl: "hsl(174, 73%, 28%)", hex: "#137c71" },
|
|
271
|
+
dark: { hsl: "hsl(174, 70%, 37%)", hex: "#1ca093" },
|
|
272
|
+
},
|
|
273
|
+
"--d-text-color-interaction-disabled": {
|
|
274
|
+
light: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
275
|
+
dark: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
276
|
+
},
|
|
277
|
+
"--d-text-color-interaction-error": {
|
|
278
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
279
|
+
dark: { hsl: "hsl(0, 68%, 57%)", hex: "#dc4747" },
|
|
280
|
+
},
|
|
281
|
+
"--d-text-color-inverted": {
|
|
282
|
+
light: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
283
|
+
dark: { hsl: "hsl(0, 0%, 100%)", hex: "#ffffff" },
|
|
284
|
+
},
|
|
285
|
+
"--d-text-color-placeholder": {
|
|
286
|
+
light: { hsl: "hsl(0, 0%, 58%)", hex: "#949494" },
|
|
287
|
+
dark: { hsl: "hsl(0, 0%, 24%)", hex: "#3d3d3d" },
|
|
288
|
+
},
|
|
289
|
+
"--d-text-color-secondary": {
|
|
290
|
+
light: { hsl: "hsl(0, 0%, 45%)", hex: "#737373" },
|
|
291
|
+
dark: { hsl: "hsl(0, 0%, 68%)", hex: "#adadad" },
|
|
292
|
+
},
|
|
293
|
+
"--d-text-color-status-error": {
|
|
294
|
+
light: { hsl: "hsl(0, 72%, 45%)", hex: "#c52020" },
|
|
295
|
+
dark: { hsl: "hsl(0, 95%, 64%)", hex: "#fa4c4c" },
|
|
296
|
+
},
|
|
297
|
+
"--d-text-color-status-info": {
|
|
298
|
+
light: { hsl: "hsl(206, 100%, 31%)", hex: "#005a9e" },
|
|
299
|
+
dark: { hsl: "hsl(206, 100%, 56%)", hex: "#1f9eff" },
|
|
300
|
+
},
|
|
301
|
+
"--d-text-color-status-neutral": {
|
|
302
|
+
light: { hsl: "hsl(0, 0%, 32%)", hex: "#525252" },
|
|
303
|
+
dark: { hsl: "hsl(0, 0%, 81%)", hex: "#cfcfcf" },
|
|
304
|
+
},
|
|
305
|
+
"--d-text-color-status-success": {
|
|
306
|
+
light: { hsl: "hsl(124, 55%, 33%)", hex: "#26822c" },
|
|
307
|
+
dark: { hsl: "hsl(124, 55%, 45%)", hex: "#34b23c" },
|
|
308
|
+
},
|
|
309
|
+
"--d-text-color-status-warning": {
|
|
310
|
+
light: { hsl: "hsl(36, 99%, 32%)", hex: "#a26201" },
|
|
311
|
+
dark: { hsl: "hsl(36, 99%, 47%)", hex: "#ef9001" },
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
export { colorTokens };
|
|
316
|
+
//# sourceMappingURL=color-tokens.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-tokens.js","sources":["../../../src/build-output/ts/color-tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const colorTokens = {\n \"--d-border-color\": {\n light: { hsl: \"hsl(0, 0%, 88%)\", hex: \"#e0e0e0\" },\n dark: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n },\n \"--d-border-color-button-delete\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n },\n \"--d-border-color-button-disabled\": {\n light: { hsl: \"hsl(0, 0%, 88%)\", hex: \"#e0e0e0\" },\n dark: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n },\n \"--d-border-color-dark\": {\n light: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n dark: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n },\n \"--d-border-color-dim\": {\n light: { hsl: \"hsl(0, 0%, 95%)\", hex: \"#f2f2f2\" },\n dark: { hsl: \"hsl(0, 0%, 17%)\", hex: \"#2b2b2b\" },\n },\n \"--d-border-color-status-warning\": {\n light: { hsl: \"hsl(42, 90%, 60%)\", hex: \"#f5be3d\" },\n dark: { hsl: \"hsl(42, 81%, 56%)\", hex: \"#eab334\" },\n },\n \"--d-fill-color-button-delete-outline\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 32%, 8%)\", hex: \"#1b0e0e\" },\n },\n \"--d-fill-color-button-delete-outline-disabled\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 0%, 7%)\", hex: \"#121212\" },\n },\n \"--d-fill-color-button-delete-solid\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n },\n \"--d-fill-color-button-delete-solid-disabled\": {\n light: { hsl: \"hsl(0, 0%, 93%)\", hex: \"#ededed\" },\n dark: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n },\n \"--d-fill-color-button-interaction-outline\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 0%, 7%)\", hex: \"#121212\" },\n },\n \"--d-fill-color-button-interaction-outline-disabled\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 0%, 7%)\", hex: \"#121212\" },\n },\n \"--d-fill-color-button-interaction-solid-disabled\": {\n light: { hsl: \"hsl(0, 0%, 95%)\", hex: \"#f2f2f2\" },\n dark: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n },\n \"--d-fill-color-neutral-000\": {\n light: { hsl: \"hsl(0, 0%, 12%)\", hex: \"#1f1f1f\" },\n dark: { hsl: \"hsl(0, 0%, 98%)\", hex: \"#fafafa\" },\n },\n \"--d-fill-color-neutral-010\": {\n light: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n dark: { hsl: \"hsl(0, 0%, 88%)\", hex: \"#e0e0e0\" },\n },\n \"--d-fill-color-neutral-020\": {\n light: { hsl: \"hsl(0, 0%, 45%)\", hex: \"#737373\" },\n dark: { hsl: \"hsl(0, 0%, 68%)\", hex: \"#adadad\" },\n },\n \"--d-fill-color-neutral-030\": {\n light: { hsl: \"hsl(0, 0%, 58%)\", hex: \"#949494\" },\n dark: { hsl: \"hsl(0, 0%, 50%)\", hex: \"#808080\" },\n },\n \"--d-fill-color-neutral-040\": {\n light: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n dark: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n },\n \"--d-fill-color-neutral-050\": {\n light: { hsl: \"hsl(0, 0%, 88%)\", hex: \"#e0e0e0\" },\n dark: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n },\n \"--d-fill-color-neutral-060\": {\n light: { hsl: \"hsl(0, 0%, 93%)\", hex: \"#ededed\" },\n dark: { hsl: \"hsl(0, 0%, 19%)\", hex: \"#303030\" },\n },\n \"--d-fill-color-neutral-070\": {\n light: { hsl: \"hsl(0, 0%, 95%)\", hex: \"#f2f2f2\" },\n dark: { hsl: \"hsl(0, 0%, 17%)\", hex: \"#2b2b2b\" },\n },\n \"--d-fill-color-neutral-080\": {\n light: { hsl: \"hsl(0, 0%, 97%)\", hex: \"#f7f7f7\" },\n dark: { hsl: \"hsl(0, 0%, 15%)\", hex: \"#262626\" },\n },\n \"--d-fill-color-neutral-090\": {\n light: { hsl: \"hsl(0, 0%, 98%)\", hex: \"#fafafa\" },\n dark: { hsl: \"hsl(0, 0%, 12%)\", hex: \"#1f1f1f\" },\n },\n \"--d-fill-color-neutral-100\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 0%, 7%)\", hex: \"#121212\" },\n },\n \"--d-fill-color-status-error-ghost\": {\n light: { hsl: \"hsl(0, 80%, 96%)\", hex: \"#fdeded\" },\n dark: { hsl: \"hsl(0, 19%, 15%)\", hex: \"#2e1f1f\" },\n },\n \"--d-fill-color-status-info-ghost\": {\n light: { hsl: \"hsl(210, 100%, 96%)\", hex: \"#ebf5ff\" },\n dark: { hsl: \"hsl(210, 79%, 15%)\", hex: \"#082644\" },\n },\n \"--d-fill-color-status-neutral-ghost\": {\n light: { hsl: \"hsl(0, 0%, 95%)\", hex: \"#f2f2f2\" },\n dark: { hsl: \"hsl(0, 0%, 13%)\", hex: \"#212121\" },\n },\n \"--d-fill-color-status-success-ghost\": {\n light: { hsl: \"hsl(120, 33%, 96%)\", hex: \"#f1f8f1\" },\n dark: { hsl: \"hsl(120, 32%, 15%)\", hex: \"#1a321a\" },\n },\n \"--d-fill-color-status-warning-ghost\": {\n light: { hsl: \"hsl(40, 90%, 96%)\", hex: \"#fef8ec\" },\n dark: { hsl: \"hsl(40, 61%, 15%)\", hex: \"#3e2e0f\" },\n },\n \"--d-fill-color-transparency-dark-010\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.1)\", hex: \"#0000001a\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.1)\", hex: \"#ffffff1a\" },\n },\n \"--d-fill-color-transparency-dark-020\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.2)\", hex: \"#00000033\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.2)\", hex: \"#ffffff33\" },\n },\n \"--d-fill-color-transparency-dark-030\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.3)\", hex: \"#0000004d\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.3)\", hex: \"#ffffff4d\" },\n },\n \"--d-fill-color-transparency-dark-040\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.4)\", hex: \"#00000066\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.4)\", hex: \"#ffffff66\" },\n },\n \"--d-fill-color-transparency-dark-050\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.5)\", hex: \"#00000080\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.5)\", hex: \"#ffffff80\" },\n },\n \"--d-fill-color-transparency-dark-060\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.6)\", hex: \"#00000099\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.6)\", hex: \"#ffffff99\" },\n },\n \"--d-fill-color-transparency-dark-070\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.7)\", hex: \"#000000b3\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.7)\", hex: \"#ffffffb3\" },\n },\n \"--d-fill-color-transparency-dark-080\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.8)\", hex: \"#000000cc\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.8)\", hex: \"#ffffffcc\" },\n },\n \"--d-fill-color-transparency-dark-090\": {\n light: { hsl: \"hsla(0, 0%, 0%, 0.9)\", hex: \"#000000e6\" },\n dark: { hsl: \"hsla(0, 0%, 100%, 0.9)\", hex: \"#ffffffe6\" },\n },\n \"--d-fill-color-transparency-light-010\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.1)\", hex: \"#ffffff1a\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.1)\", hex: \"#0000001a\" },\n },\n \"--d-fill-color-transparency-light-020\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.2)\", hex: \"#ffffff33\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.2)\", hex: \"#00000033\" },\n },\n \"--d-fill-color-transparency-light-030\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.3)\", hex: \"#ffffff4d\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.3)\", hex: \"#0000004d\" },\n },\n \"--d-fill-color-transparency-light-040\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.4)\", hex: \"#ffffff66\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.4)\", hex: \"#00000066\" },\n },\n \"--d-fill-color-transparency-light-050\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.5)\", hex: \"#ffffff80\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.5)\", hex: \"#00000080\" },\n },\n \"--d-fill-color-transparency-light-060\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.6)\", hex: \"#ffffff99\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.6)\", hex: \"#00000099\" },\n },\n \"--d-fill-color-transparency-light-070\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.7)\", hex: \"#ffffffb3\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.7)\", hex: \"#000000b3\" },\n },\n \"--d-fill-color-transparency-light-080\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.8)\", hex: \"#ffffffcc\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.8)\", hex: \"#000000cc\" },\n },\n \"--d-fill-color-transparency-light-090\": {\n light: { hsl: \"hsla(0, 0%, 100%, 0.9)\", hex: \"#ffffffe6\" },\n dark: { hsl: \"hsla(0, 0%, 0%, 0.9)\", hex: \"#000000e6\" },\n },\n \"--d-icon-color-button-disabled\": {\n light: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n dark: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n },\n \"--d-icon-color-button-error\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 68%, 54%)\", hex: \"#d93a3a\" },\n },\n \"--d-icon-color-button-interaction\": {\n light: { hsl: \"hsl(174, 73%, 28%)\", hex: \"#137c71\" },\n dark: { hsl: \"hsl(174, 70%, 37%)\", hex: \"#1ca093\" },\n },\n \"--d-icon-color-interaction\": {\n light: { hsl: \"hsl(174, 73%, 28%)\", hex: \"#137c71\" },\n dark: { hsl: \"hsl(174, 70%, 37%)\", hex: \"#1ca093\" },\n },\n \"--d-icon-color-interaction-disabled\": {\n light: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n dark: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n },\n \"--d-icon-color-interaction-error\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 68%, 57%)\", hex: \"#dc4747\" },\n },\n \"--d-icon-color-status-error\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 68%, 54%)\", hex: \"#d93a3a\" },\n },\n \"--d-icon-color-status-info\": {\n light: { hsl: \"hsl(206, 100%, 31%)\", hex: \"#005a9e\" },\n dark: { hsl: \"hsl(206, 100%, 42%)\", hex: \"#0079d6\" },\n },\n \"--d-icon-color-status-neutral\": {\n light: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n dark: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n },\n \"--d-icon-color-status-success\": {\n light: { hsl: \"hsl(124, 55%, 33%)\", hex: \"#26822c\" },\n dark: { hsl: \"hsl(124, 50%, 38%)\", hex: \"#309137\" },\n },\n \"--d-icon-color-status-warning\": {\n light: { hsl: \"hsl(36, 99%, 41%)\", hex: \"#d07d01\" },\n dark: { hsl: \"hsl(36, 99%, 42%)\", hex: \"#d58001\" },\n },\n \"--d-surface-color-canvas\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 0%, 7%)\", hex: \"#121212\" },\n },\n \"--d-surface-color-card\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 0%, 12%)\", hex: \"#1f1f1f\" },\n },\n \"--d-text-color\": {\n light: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n dark: { hsl: \"hsl(0, 0%, 88%)\", hex: \"#e0e0e0\" },\n },\n \"--d-text-color-button-interaction\": {\n light: { hsl: \"hsl(174, 73%, 28%)\", hex: \"#137c71\" },\n dark: { hsl: \"hsl(174, 70%, 37%)\", hex: \"#1ca093\" },\n },\n \"--d-text-color-button-interaction-disabled\": {\n light: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n dark: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n },\n \"--d-text-color-button-interaction-error\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 68%, 57%)\", hex: \"#dc4747\" },\n },\n \"--d-text-color-disabled\": {\n light: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n dark: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n },\n \"--d-text-color-headline\": {\n light: { hsl: \"hsl(0, 0%, 12%)\", hex: \"#1f1f1f\" },\n dark: { hsl: \"hsl(0, 0%, 98%)\", hex: \"#fafafa\" },\n },\n \"--d-text-color-interaction\": {\n light: { hsl: \"hsl(174, 73%, 28%)\", hex: \"#137c71\" },\n dark: { hsl: \"hsl(174, 70%, 37%)\", hex: \"#1ca093\" },\n },\n \"--d-text-color-interaction-disabled\": {\n light: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n dark: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n },\n \"--d-text-color-interaction-error\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 68%, 57%)\", hex: \"#dc4747\" },\n },\n \"--d-text-color-inverted\": {\n light: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n dark: { hsl: \"hsl(0, 0%, 100%)\", hex: \"#ffffff\" },\n },\n \"--d-text-color-placeholder\": {\n light: { hsl: \"hsl(0, 0%, 58%)\", hex: \"#949494\" },\n dark: { hsl: \"hsl(0, 0%, 24%)\", hex: \"#3d3d3d\" },\n },\n \"--d-text-color-secondary\": {\n light: { hsl: \"hsl(0, 0%, 45%)\", hex: \"#737373\" },\n dark: { hsl: \"hsl(0, 0%, 68%)\", hex: \"#adadad\" },\n },\n \"--d-text-color-status-error\": {\n light: { hsl: \"hsl(0, 72%, 45%)\", hex: \"#c52020\" },\n dark: { hsl: \"hsl(0, 95%, 64%)\", hex: \"#fa4c4c\" },\n },\n \"--d-text-color-status-info\": {\n light: { hsl: \"hsl(206, 100%, 31%)\", hex: \"#005a9e\" },\n dark: { hsl: \"hsl(206, 100%, 56%)\", hex: \"#1f9eff\" },\n },\n \"--d-text-color-status-neutral\": {\n light: { hsl: \"hsl(0, 0%, 32%)\", hex: \"#525252\" },\n dark: { hsl: \"hsl(0, 0%, 81%)\", hex: \"#cfcfcf\" },\n },\n \"--d-text-color-status-success\": {\n light: { hsl: \"hsl(124, 55%, 33%)\", hex: \"#26822c\" },\n dark: { hsl: \"hsl(124, 55%, 45%)\", hex: \"#34b23c\" },\n },\n \"--d-text-color-status-warning\": {\n light: { hsl: \"hsl(36, 99%, 32%)\", hex: \"#a26201\" },\n dark: { hsl: \"hsl(36, 99%, 47%)\", hex: \"#ef9001\" },\n }\n} as const\n\nexport type ColorTokenName = keyof typeof colorTokens\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,cAAc,UAAU,CAAA;AACxB,cAAc,uBAAuB,CAAA;AACrC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,cAAc,gBAAgB,CAAA;AAC9B,cAAc,UAAU,CAAA;AACxB,cAAc,uBAAuB,CAAA;AACrC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -13,8 +13,19 @@ export declare const reactNativeTokensDark: {
|
|
|
13
13
|
readonly type: "linear";
|
|
14
14
|
readonly angle: 117.90481785563077;
|
|
15
15
|
};
|
|
16
|
+
readonly "--d-border-color": "hsl(0, 0%, 24%)";
|
|
16
17
|
readonly "--d-border-color-button-delete": "hsl(0, 72%, 45%)";
|
|
17
18
|
readonly "--d-border-color-button-disabled": "hsl(0, 0%, 24%)";
|
|
19
|
+
readonly "--d-border-color-dark": "hsl(0, 0%, 32%)";
|
|
20
|
+
readonly "--d-border-color-dim": "hsl(0, 0%, 17%)";
|
|
21
|
+
readonly "--d-border-color-status-warning": "hsl(42, 81%, 56%)";
|
|
22
|
+
readonly "--d-fill-color-button-delete-outline": "hsl(0, 32%, 8%)";
|
|
23
|
+
readonly "--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 7%)";
|
|
24
|
+
readonly "--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)";
|
|
25
|
+
readonly "--d-fill-color-button-delete-solid-disabled": "hsl(0, 0%, 24%)";
|
|
26
|
+
readonly "--d-fill-color-button-interaction-outline": "hsl(0, 0%, 7%)";
|
|
27
|
+
readonly "--d-fill-color-button-interaction-outline-disabled": "hsl(0, 0%, 7%)";
|
|
28
|
+
readonly "--d-fill-color-button-interaction-solid-disabled": "hsl(0, 0%, 24%)";
|
|
18
29
|
readonly "--d-fill-color-button-interaction-solid-gradient-default": {
|
|
19
30
|
readonly stops: [{
|
|
20
31
|
readonly color: "#128df3";
|
|
@@ -73,8 +84,12 @@ export declare const reactNativeTokensDark: {
|
|
|
73
84
|
readonly "--d-font-weight-medium": 500;
|
|
74
85
|
readonly "--d-font-weight-normal": 400;
|
|
75
86
|
readonly "--d-font-weight-semibold": 600;
|
|
76
|
-
readonly "--d-icon-color-button-
|
|
87
|
+
readonly "--d-icon-color-button-disabled": "hsl(0, 0%, 32%)";
|
|
88
|
+
readonly "--d-icon-color-button-error": "hsl(0, 68%, 54%)";
|
|
89
|
+
readonly "--d-icon-color-button-interaction": "hsl(174, 70%, 37%)";
|
|
77
90
|
readonly "--d-icon-color-interaction": "hsl(174, 70%, 37%)";
|
|
91
|
+
readonly "--d-icon-color-interaction-disabled": "hsl(0, 0%, 32%)";
|
|
92
|
+
readonly "--d-icon-color-interaction-error": "hsl(0, 68%, 57%)";
|
|
78
93
|
readonly "--d-icon-color-status-error": "hsl(0, 68%, 54%)";
|
|
79
94
|
readonly "--d-icon-color-status-info": "hsl(206, 100%, 42%)";
|
|
80
95
|
readonly "--d-icon-color-status-neutral": "hsl(0, 0%, 81%)";
|
|
@@ -84,9 +99,13 @@ export declare const reactNativeTokensDark: {
|
|
|
84
99
|
readonly "--d-surface-color-card": "hsl(0, 0%, 12%)";
|
|
85
100
|
readonly "--d-text-color": "hsl(0, 0%, 88%)";
|
|
86
101
|
readonly "--d-text-color-button-interaction": "hsl(174, 70%, 37%)";
|
|
102
|
+
readonly "--d-text-color-button-interaction-disabled": "hsl(0, 0%, 32%)";
|
|
103
|
+
readonly "--d-text-color-button-interaction-error": "hsl(0, 68%, 57%)";
|
|
87
104
|
readonly "--d-text-color-disabled": "hsl(0, 0%, 32%)";
|
|
88
105
|
readonly "--d-text-color-headline": "hsl(0, 0%, 98%)";
|
|
89
106
|
readonly "--d-text-color-interaction": "hsl(174, 70%, 37%)";
|
|
107
|
+
readonly "--d-text-color-interaction-disabled": "hsl(0, 0%, 32%)";
|
|
108
|
+
readonly "--d-text-color-interaction-error": "hsl(0, 68%, 57%)";
|
|
90
109
|
readonly "--d-text-color-inverted": "hsl(0, 0%, 100%)";
|
|
91
110
|
readonly "--d-text-color-placeholder": "hsl(0, 0%, 24%)";
|
|
92
111
|
readonly "--d-text-color-secondary": "hsl(0, 0%, 68%)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-tokens-dark.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"react-native-tokens-dark.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FU,CAAA;AAE5C,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA"}
|
|
@@ -3,8 +3,19 @@
|
|
|
3
3
|
*/
|
|
4
4
|
const reactNativeTokensDark = {
|
|
5
5
|
"--d-app-fill-color-gradient-header": { "stops": [{ "color": "#1f1f1f", "position": 0 }, { "color": "#1f1f1f", "position": 1 }], "type": "linear", "angle": 117.90481785563077 },
|
|
6
|
+
"--d-border-color": "hsl(0, 0%, 24%)",
|
|
6
7
|
"--d-border-color-button-delete": "hsl(0, 72%, 45%)",
|
|
7
8
|
"--d-border-color-button-disabled": "hsl(0, 0%, 24%)",
|
|
9
|
+
"--d-border-color-dark": "hsl(0, 0%, 32%)",
|
|
10
|
+
"--d-border-color-dim": "hsl(0, 0%, 17%)",
|
|
11
|
+
"--d-border-color-status-warning": "hsl(42, 81%, 56%)",
|
|
12
|
+
"--d-fill-color-button-delete-outline": "hsl(0, 32%, 8%)",
|
|
13
|
+
"--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 7%)",
|
|
14
|
+
"--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)",
|
|
15
|
+
"--d-fill-color-button-delete-solid-disabled": "hsl(0, 0%, 24%)",
|
|
16
|
+
"--d-fill-color-button-interaction-outline": "hsl(0, 0%, 7%)",
|
|
17
|
+
"--d-fill-color-button-interaction-outline-disabled": "hsl(0, 0%, 7%)",
|
|
18
|
+
"--d-fill-color-button-interaction-solid-disabled": "hsl(0, 0%, 24%)",
|
|
8
19
|
"--d-fill-color-button-interaction-solid-gradient-default": { "stops": [{ "color": "#128df3", "position": 0 }, { "color": "#5dc660", "position": 1 }], "type": "linear", "angle": 117.90481785563077 },
|
|
9
20
|
"--d-fill-color-neutral-000": "hsl(0, 0%, 98%)",
|
|
10
21
|
"--d-fill-color-neutral-010": "hsl(0, 0%, 88%)",
|
|
@@ -53,8 +64,12 @@ const reactNativeTokensDark = {
|
|
|
53
64
|
"--d-font-weight-medium": 500,
|
|
54
65
|
"--d-font-weight-normal": 400,
|
|
55
66
|
"--d-font-weight-semibold": 600,
|
|
56
|
-
"--d-icon-color-button-
|
|
67
|
+
"--d-icon-color-button-disabled": "hsl(0, 0%, 32%)",
|
|
68
|
+
"--d-icon-color-button-error": "hsl(0, 68%, 54%)",
|
|
69
|
+
"--d-icon-color-button-interaction": "hsl(174, 70%, 37%)",
|
|
57
70
|
"--d-icon-color-interaction": "hsl(174, 70%, 37%)",
|
|
71
|
+
"--d-icon-color-interaction-disabled": "hsl(0, 0%, 32%)",
|
|
72
|
+
"--d-icon-color-interaction-error": "hsl(0, 68%, 57%)",
|
|
58
73
|
"--d-icon-color-status-error": "hsl(0, 68%, 54%)",
|
|
59
74
|
"--d-icon-color-status-info": "hsl(206, 100%, 42%)",
|
|
60
75
|
"--d-icon-color-status-neutral": "hsl(0, 0%, 81%)",
|
|
@@ -64,9 +79,13 @@ const reactNativeTokensDark = {
|
|
|
64
79
|
"--d-surface-color-card": "hsl(0, 0%, 12%)",
|
|
65
80
|
"--d-text-color": "hsl(0, 0%, 88%)",
|
|
66
81
|
"--d-text-color-button-interaction": "hsl(174, 70%, 37%)",
|
|
82
|
+
"--d-text-color-button-interaction-disabled": "hsl(0, 0%, 32%)",
|
|
83
|
+
"--d-text-color-button-interaction-error": "hsl(0, 68%, 57%)",
|
|
67
84
|
"--d-text-color-disabled": "hsl(0, 0%, 32%)",
|
|
68
85
|
"--d-text-color-headline": "hsl(0, 0%, 98%)",
|
|
69
86
|
"--d-text-color-interaction": "hsl(174, 70%, 37%)",
|
|
87
|
+
"--d-text-color-interaction-disabled": "hsl(0, 0%, 32%)",
|
|
88
|
+
"--d-text-color-interaction-error": "hsl(0, 68%, 57%)",
|
|
70
89
|
"--d-text-color-inverted": "hsl(0, 0%, 100%)",
|
|
71
90
|
"--d-text-color-placeholder": "hsl(0, 0%, 24%)",
|
|
72
91
|
"--d-text-color-secondary": "hsl(0, 0%, 68%)",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-tokens-dark.js","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nimport type { ReactNativeTokensSchema } from \"./types/react-native-types\"\n\nexport const reactNativeTokensDark = {\n \"--d-app-fill-color-gradient-header\": {\"stops\":[{\"color\":\"#1f1f1f\",\"position\":0},{\"color\":\"#1f1f1f\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-border-color-button-delete\": \"hsl(0, 72%, 45%)\",\n \"--d-border-color-button-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\"stops\":[{\"color\":\"#128df3\",\"position\":0},{\"color\":\"#5dc660\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-fill-color-neutral-000\": \"hsl(0, 0%, 98%)\",\n \"--d-fill-color-neutral-010\": \"hsl(0, 0%, 88%)\",\n \"--d-fill-color-neutral-020\": \"hsl(0, 0%, 68%)\",\n \"--d-fill-color-neutral-030\": \"hsl(0, 0%, 50%)\",\n \"--d-fill-color-neutral-040\": \"hsl(0, 0%, 32%)\",\n \"--d-fill-color-neutral-050\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-neutral-060\": \"hsl(0, 0%, 19%)\",\n \"--d-fill-color-neutral-070\": \"hsl(0, 0%, 17%)\",\n \"--d-fill-color-neutral-080\": \"hsl(0, 0%, 15%)\",\n \"--d-fill-color-neutral-090\": \"hsl(0, 0%, 12%)\",\n \"--d-fill-color-neutral-100\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-status-error-ghost\": \"hsl(0, 19%, 15%)\",\n \"--d-fill-color-status-info-ghost\": \"hsl(210, 79%, 15%)\",\n \"--d-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 13%)\",\n \"--d-fill-color-status-success-ghost\": \"hsl(120, 32%, 15%)\",\n \"--d-fill-color-status-warning-ghost\": \"hsl(40, 61%, 15%)\",\n \"--d-fill-color-transparency-dark-010\": \"hsla(0, 0%, 100%, 0.1)\",\n \"--d-fill-color-transparency-dark-020\": \"hsla(0, 0%, 100%, 0.2)\",\n \"--d-fill-color-transparency-dark-030\": \"hsla(0, 0%, 100%, 0.3)\",\n \"--d-fill-color-transparency-dark-040\": \"hsla(0, 0%, 100%, 0.4)\",\n \"--d-fill-color-transparency-dark-050\": \"hsla(0, 0%, 100%, 0.5)\",\n \"--d-fill-color-transparency-dark-060\": \"hsla(0, 0%, 100%, 0.6)\",\n \"--d-fill-color-transparency-dark-070\": \"hsla(0, 0%, 100%, 0.7)\",\n \"--d-fill-color-transparency-dark-080\": \"hsla(0, 0%, 100%, 0.8)\",\n \"--d-fill-color-transparency-dark-090\": \"hsla(0, 0%, 100%, 0.9)\",\n \"--d-fill-color-transparency-light-010\": \"hsla(0, 0%, 0%, 0.1)\",\n \"--d-fill-color-transparency-light-020\": \"hsla(0, 0%, 0%, 0.2)\",\n \"--d-fill-color-transparency-light-030\": \"hsla(0, 0%, 0%, 0.3)\",\n \"--d-fill-color-transparency-light-040\": \"hsla(0, 0%, 0%, 0.4)\",\n \"--d-fill-color-transparency-light-050\": \"hsla(0, 0%, 0%, 0.5)\",\n \"--d-fill-color-transparency-light-060\": \"hsla(0, 0%, 0%, 0.6)\",\n \"--d-fill-color-transparency-light-070\": \"hsla(0, 0%, 0%, 0.7)\",\n \"--d-fill-color-transparency-light-080\": \"hsla(0, 0%, 0%, 0.8)\",\n \"--d-fill-color-transparency-light-090\": \"hsla(0, 0%, 0%, 0.9)\",\n \"--d-font-size-2xl\": 24,\n \"--d-font-size-2xs\": 10,\n \"--d-font-size-3xl\": 28,\n \"--d-font-size-4xl\": 34,\n \"--d-font-size-lg\": 18,\n \"--d-font-size-md\": 16,\n \"--d-font-size-sm\": 14,\n \"--d-font-size-xl\": 20,\n \"--d-font-size-xs\": 12,\n \"--d-font-weight-bold\": 700,\n \"--d-font-weight-medium\": 500,\n \"--d-font-weight-normal\": 400,\n \"--d-font-weight-semibold\": 600,\n \"--d-icon-color-button-interaction\": \"hsl(174,
|
|
1
|
+
{"version":3,"file":"react-native-tokens-dark.js","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nimport type { ReactNativeTokensSchema } from \"./types/react-native-types\"\n\nexport const reactNativeTokensDark = {\n \"--d-app-fill-color-gradient-header\": {\"stops\":[{\"color\":\"#1f1f1f\",\"position\":0},{\"color\":\"#1f1f1f\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-border-color\": \"hsl(0, 0%, 24%)\",\n \"--d-border-color-button-delete\": \"hsl(0, 72%, 45%)\",\n \"--d-border-color-button-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-border-color-dark\": \"hsl(0, 0%, 32%)\",\n \"--d-border-color-dim\": \"hsl(0, 0%, 17%)\",\n \"--d-border-color-status-warning\": \"hsl(42, 81%, 56%)\",\n \"--d-fill-color-button-delete-outline\": \"hsl(0, 32%, 8%)\",\n \"--d-fill-color-button-delete-outline-disabled\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-delete-solid\": \"hsl(0, 72%, 45%)\",\n \"--d-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-button-interaction-outline\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-interaction-outline-disabled\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\"stops\":[{\"color\":\"#128df3\",\"position\":0},{\"color\":\"#5dc660\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-fill-color-neutral-000\": \"hsl(0, 0%, 98%)\",\n \"--d-fill-color-neutral-010\": \"hsl(0, 0%, 88%)\",\n \"--d-fill-color-neutral-020\": \"hsl(0, 0%, 68%)\",\n \"--d-fill-color-neutral-030\": \"hsl(0, 0%, 50%)\",\n \"--d-fill-color-neutral-040\": \"hsl(0, 0%, 32%)\",\n \"--d-fill-color-neutral-050\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-neutral-060\": \"hsl(0, 0%, 19%)\",\n \"--d-fill-color-neutral-070\": \"hsl(0, 0%, 17%)\",\n \"--d-fill-color-neutral-080\": \"hsl(0, 0%, 15%)\",\n \"--d-fill-color-neutral-090\": \"hsl(0, 0%, 12%)\",\n \"--d-fill-color-neutral-100\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-status-error-ghost\": \"hsl(0, 19%, 15%)\",\n \"--d-fill-color-status-info-ghost\": \"hsl(210, 79%, 15%)\",\n \"--d-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 13%)\",\n \"--d-fill-color-status-success-ghost\": \"hsl(120, 32%, 15%)\",\n \"--d-fill-color-status-warning-ghost\": \"hsl(40, 61%, 15%)\",\n \"--d-fill-color-transparency-dark-010\": \"hsla(0, 0%, 100%, 0.1)\",\n \"--d-fill-color-transparency-dark-020\": \"hsla(0, 0%, 100%, 0.2)\",\n \"--d-fill-color-transparency-dark-030\": \"hsla(0, 0%, 100%, 0.3)\",\n \"--d-fill-color-transparency-dark-040\": \"hsla(0, 0%, 100%, 0.4)\",\n \"--d-fill-color-transparency-dark-050\": \"hsla(0, 0%, 100%, 0.5)\",\n \"--d-fill-color-transparency-dark-060\": \"hsla(0, 0%, 100%, 0.6)\",\n \"--d-fill-color-transparency-dark-070\": \"hsla(0, 0%, 100%, 0.7)\",\n \"--d-fill-color-transparency-dark-080\": \"hsla(0, 0%, 100%, 0.8)\",\n \"--d-fill-color-transparency-dark-090\": \"hsla(0, 0%, 100%, 0.9)\",\n \"--d-fill-color-transparency-light-010\": \"hsla(0, 0%, 0%, 0.1)\",\n \"--d-fill-color-transparency-light-020\": \"hsla(0, 0%, 0%, 0.2)\",\n \"--d-fill-color-transparency-light-030\": \"hsla(0, 0%, 0%, 0.3)\",\n \"--d-fill-color-transparency-light-040\": \"hsla(0, 0%, 0%, 0.4)\",\n \"--d-fill-color-transparency-light-050\": \"hsla(0, 0%, 0%, 0.5)\",\n \"--d-fill-color-transparency-light-060\": \"hsla(0, 0%, 0%, 0.6)\",\n \"--d-fill-color-transparency-light-070\": \"hsla(0, 0%, 0%, 0.7)\",\n \"--d-fill-color-transparency-light-080\": \"hsla(0, 0%, 0%, 0.8)\",\n \"--d-fill-color-transparency-light-090\": \"hsla(0, 0%, 0%, 0.9)\",\n \"--d-font-size-2xl\": 24,\n \"--d-font-size-2xs\": 10,\n \"--d-font-size-3xl\": 28,\n \"--d-font-size-4xl\": 34,\n \"--d-font-size-lg\": 18,\n \"--d-font-size-md\": 16,\n \"--d-font-size-sm\": 14,\n \"--d-font-size-xl\": 20,\n \"--d-font-size-xs\": 12,\n \"--d-font-weight-bold\": 700,\n \"--d-font-weight-medium\": 500,\n \"--d-font-weight-normal\": 400,\n \"--d-font-weight-semibold\": 600,\n \"--d-icon-color-button-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-button-error\": \"hsl(0, 68%, 54%)\",\n \"--d-icon-color-button-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-icon-color-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-icon-color-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-icon-color-status-error\": \"hsl(0, 68%, 54%)\",\n \"--d-icon-color-status-info\": \"hsl(206, 100%, 42%)\",\n \"--d-icon-color-status-neutral\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-status-success\": \"hsl(124, 50%, 38%)\",\n \"--d-icon-color-status-warning\": \"hsl(36, 99%, 42%)\",\n \"--d-surface-color-canvas\": \"hsl(0, 0%, 7%)\",\n \"--d-surface-color-card\": \"hsl(0, 0%, 12%)\",\n \"--d-text-color\": \"hsl(0, 0%, 88%)\",\n \"--d-text-color-button-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-text-color-button-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-button-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-text-color-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-headline\": \"hsl(0, 0%, 98%)\",\n \"--d-text-color-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-text-color-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-text-color-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-text-color-placeholder\": \"hsl(0, 0%, 24%)\",\n \"--d-text-color-secondary\": \"hsl(0, 0%, 68%)\",\n \"--d-text-color-status-error\": \"hsl(0, 95%, 64%)\",\n \"--d-text-color-status-info\": \"hsl(206, 100%, 56%)\",\n \"--d-text-color-status-neutral\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-status-success\": \"hsl(124, 55%, 45%)\",\n \"--d-text-color-status-warning\": \"hsl(36, 99%, 47%)\"\n} as const satisfies ReactNativeTokensSchema\n\nexport type ReactNativeTokensDark = typeof reactNativeTokensDark\n"],"names":[],"mappings":"AAAA;;AAEG;AAKI,MAAM,qBAAqB,GAAG;AACnC,IAAA,oCAAoC,EAAE,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,EAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,CAAC,EAAC,MAAM,EAAC,QAAQ,EAAC,OAAO,EAAC,kBAAkB,EAAC;AAC9J,IAAA,kBAAkB,EAAE,iBAAiB;AACrC,IAAA,gCAAgC,EAAE,kBAAkB;AACpD,IAAA,kCAAkC,EAAE,iBAAiB;AACrD,IAAA,uBAAuB,EAAE,iBAAiB;AAC1C,IAAA,sBAAsB,EAAE,iBAAiB;AACzC,IAAA,iCAAiC,EAAE,mBAAmB;AACtD,IAAA,sCAAsC,EAAE,iBAAiB;AACzD,IAAA,+CAA+C,EAAE,gBAAgB;AACjE,IAAA,oCAAoC,EAAE,kBAAkB;AACxD,IAAA,6CAA6C,EAAE,iBAAiB;AAChE,IAAA,2CAA2C,EAAE,gBAAgB;AAC7D,IAAA,oDAAoD,EAAE,gBAAgB;AACtE,IAAA,kDAAkD,EAAE,iBAAiB;AACrE,IAAA,0DAA0D,EAAE,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,EAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,CAAC,EAAC,MAAM,EAAC,QAAQ,EAAC,OAAO,EAAC,kBAAkB,EAAC;AACpL,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,gBAAgB;AAC9C,IAAA,mCAAmC,EAAE,kBAAkB;AACvD,IAAA,kCAAkC,EAAE,oBAAoB;AACxD,IAAA,qCAAqC,EAAE,iBAAiB;AACxD,IAAA,qCAAqC,EAAE,oBAAoB;AAC3D,IAAA,qCAAqC,EAAE,mBAAmB;AAC1D,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,sCAAsC,EAAE,wBAAwB;AAChE,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,uCAAuC,EAAE,sBAAsB;AAC/D,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,sBAAsB,EAAE,GAAG;AAC3B,IAAA,wBAAwB,EAAE,GAAG;AAC7B,IAAA,wBAAwB,EAAE,GAAG;AAC7B,IAAA,0BAA0B,EAAE,GAAG;AAC/B,IAAA,gCAAgC,EAAE,iBAAiB;AACnD,IAAA,6BAA6B,EAAE,kBAAkB;AACjD,IAAA,mCAAmC,EAAE,oBAAoB;AACzD,IAAA,4BAA4B,EAAE,oBAAoB;AAClD,IAAA,qCAAqC,EAAE,iBAAiB;AACxD,IAAA,kCAAkC,EAAE,kBAAkB;AACtD,IAAA,6BAA6B,EAAE,kBAAkB;AACjD,IAAA,4BAA4B,EAAE,qBAAqB;AACnD,IAAA,+BAA+B,EAAE,iBAAiB;AAClD,IAAA,+BAA+B,EAAE,oBAAoB;AACrD,IAAA,+BAA+B,EAAE,mBAAmB;AACpD,IAAA,0BAA0B,EAAE,gBAAgB;AAC5C,IAAA,wBAAwB,EAAE,iBAAiB;AAC3C,IAAA,gBAAgB,EAAE,iBAAiB;AACnC,IAAA,mCAAmC,EAAE,oBAAoB;AACzD,IAAA,4CAA4C,EAAE,iBAAiB;AAC/D,IAAA,yCAAyC,EAAE,kBAAkB;AAC7D,IAAA,yBAAyB,EAAE,iBAAiB;AAC5C,IAAA,yBAAyB,EAAE,iBAAiB;AAC5C,IAAA,4BAA4B,EAAE,oBAAoB;AAClD,IAAA,qCAAqC,EAAE,iBAAiB;AACxD,IAAA,kCAAkC,EAAE,kBAAkB;AACtD,IAAA,yBAAyB,EAAE,kBAAkB;AAC7C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,0BAA0B,EAAE,iBAAiB;AAC7C,IAAA,6BAA6B,EAAE,kBAAkB;AACjD,IAAA,4BAA4B,EAAE,qBAAqB;AACnD,IAAA,+BAA+B,EAAE,iBAAiB;AAClD,IAAA,+BAA+B,EAAE,oBAAoB;AACrD,IAAA,+BAA+B,EAAE;;;;;"}
|
|
@@ -13,8 +13,19 @@ export declare const reactNativeTokensLight: {
|
|
|
13
13
|
readonly type: "linear";
|
|
14
14
|
readonly angle: 117.90481785563077;
|
|
15
15
|
};
|
|
16
|
+
readonly "--d-border-color": "hsl(0, 0%, 88%)";
|
|
16
17
|
readonly "--d-border-color-button-delete": "hsl(0, 72%, 45%)";
|
|
17
18
|
readonly "--d-border-color-button-disabled": "hsl(0, 0%, 88%)";
|
|
19
|
+
readonly "--d-border-color-dark": "hsl(0, 0%, 81%)";
|
|
20
|
+
readonly "--d-border-color-dim": "hsl(0, 0%, 95%)";
|
|
21
|
+
readonly "--d-border-color-status-warning": "hsl(42, 90%, 60%)";
|
|
22
|
+
readonly "--d-fill-color-button-delete-outline": "hsl(0, 0%, 100%)";
|
|
23
|
+
readonly "--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 100%)";
|
|
24
|
+
readonly "--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)";
|
|
25
|
+
readonly "--d-fill-color-button-delete-solid-disabled": "hsl(0, 0%, 93%)";
|
|
26
|
+
readonly "--d-fill-color-button-interaction-outline": "hsl(0, 0%, 100%)";
|
|
27
|
+
readonly "--d-fill-color-button-interaction-outline-disabled": "hsl(0, 0%, 100%)";
|
|
28
|
+
readonly "--d-fill-color-button-interaction-solid-disabled": "hsl(0, 0%, 95%)";
|
|
18
29
|
readonly "--d-fill-color-button-interaction-solid-gradient-default": {
|
|
19
30
|
readonly stops: [{
|
|
20
31
|
readonly color: "#42a5f5";
|
|
@@ -73,8 +84,12 @@ export declare const reactNativeTokensLight: {
|
|
|
73
84
|
readonly "--d-font-weight-medium": 500;
|
|
74
85
|
readonly "--d-font-weight-normal": 400;
|
|
75
86
|
readonly "--d-font-weight-semibold": 600;
|
|
87
|
+
readonly "--d-icon-color-button-disabled": "hsl(0, 0%, 81%)";
|
|
88
|
+
readonly "--d-icon-color-button-error": "hsl(0, 72%, 45%)";
|
|
76
89
|
readonly "--d-icon-color-button-interaction": "hsl(174, 73%, 28%)";
|
|
77
90
|
readonly "--d-icon-color-interaction": "hsl(174, 73%, 28%)";
|
|
91
|
+
readonly "--d-icon-color-interaction-disabled": "hsl(0, 0%, 81%)";
|
|
92
|
+
readonly "--d-icon-color-interaction-error": "hsl(0, 72%, 45%)";
|
|
78
93
|
readonly "--d-icon-color-status-error": "hsl(0, 72%, 45%)";
|
|
79
94
|
readonly "--d-icon-color-status-info": "hsl(206, 100%, 31%)";
|
|
80
95
|
readonly "--d-icon-color-status-neutral": "hsl(0, 0%, 32%)";
|
|
@@ -84,11 +99,15 @@ export declare const reactNativeTokensLight: {
|
|
|
84
99
|
readonly "--d-surface-color-card": "hsl(0, 0%, 100%)";
|
|
85
100
|
readonly "--d-text-color": "hsl(0, 0%, 24%)";
|
|
86
101
|
readonly "--d-text-color-button-interaction": "hsl(174, 73%, 28%)";
|
|
102
|
+
readonly "--d-text-color-button-interaction-disabled": "hsl(0, 0%, 81%)";
|
|
103
|
+
readonly "--d-text-color-button-interaction-error": "hsl(0, 72%, 45%)";
|
|
87
104
|
readonly "--d-text-color-disabled": "hsl(0, 0%, 81%)";
|
|
88
105
|
readonly "--d-text-color-headline": "hsl(0, 0%, 12%)";
|
|
89
106
|
readonly "--d-text-color-interaction": "hsl(174, 73%, 28%)";
|
|
107
|
+
readonly "--d-text-color-interaction-disabled": "hsl(0, 0%, 81%)";
|
|
108
|
+
readonly "--d-text-color-interaction-error": "hsl(0, 72%, 45%)";
|
|
90
109
|
readonly "--d-text-color-inverted": "hsl(0, 0%, 100%)";
|
|
91
|
-
readonly "--d-text-color-placeholder": "hsl(0, 0%,
|
|
110
|
+
readonly "--d-text-color-placeholder": "hsl(0, 0%, 58%)";
|
|
92
111
|
readonly "--d-text-color-secondary": "hsl(0, 0%, 45%)";
|
|
93
112
|
readonly "--d-text-color-status-error": "hsl(0, 72%, 45%)";
|
|
94
113
|
readonly "--d-text-color-status-info": "hsl(206, 100%, 31%)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-tokens-light.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"react-native-tokens-light.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FS,CAAA;AAE5C,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAA"}
|