@mekari/pixel3-theme 0.2.2-dev.2 → 0.2.2-dev.3
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/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/dist/semanticTokens/colors.d.mts +6 -6
- package/dist/semanticTokens/colors.d.ts +6 -6
- package/dist/semanticTokens/index.d.mts +6 -6
- package/dist/semanticTokens/index.d.ts +6 -6
- package/package.json +1 -1
- package/src/semanticTokens/colors.ts +18 -18
package/dist/index.js
CHANGED
|
@@ -6727,14 +6727,14 @@ var colors3 = import_dev61.defineSemanticTokens.colors({
|
|
|
6727
6727
|
pressed: {
|
|
6728
6728
|
value: {
|
|
6729
6729
|
base: "{colors.indigo.900}",
|
|
6730
|
-
|
|
6730
|
+
_light: "{colors.indigo.900}",
|
|
6731
6731
|
_dark: "{colors.indigo.200}"
|
|
6732
6732
|
}
|
|
6733
6733
|
},
|
|
6734
6734
|
selected: {
|
|
6735
6735
|
value: {
|
|
6736
6736
|
base: "{colors.indigo.700}",
|
|
6737
|
-
|
|
6737
|
+
_light: "{colors.indigo.700}",
|
|
6738
6738
|
_dark: "{colors.indigo.400}"
|
|
6739
6739
|
}
|
|
6740
6740
|
}
|
|
@@ -6803,7 +6803,7 @@ var colors3 = import_dev61.defineSemanticTokens.colors({
|
|
|
6803
6803
|
pressed: {
|
|
6804
6804
|
value: {
|
|
6805
6805
|
base: "{colors.red.900}",
|
|
6806
|
-
|
|
6806
|
+
_light: "{colors.red.900}",
|
|
6807
6807
|
_dark: "{colors.red.200}"
|
|
6808
6808
|
}
|
|
6809
6809
|
}
|
|
@@ -6849,7 +6849,7 @@ var colors3 = import_dev61.defineSemanticTokens.colors({
|
|
|
6849
6849
|
pressed: {
|
|
6850
6850
|
value: {
|
|
6851
6851
|
base: "{colors.yellow.500}",
|
|
6852
|
-
|
|
6852
|
+
_light: "{colors.yellow.500}",
|
|
6853
6853
|
_dark: "{colors.yellow.500}"
|
|
6854
6854
|
}
|
|
6855
6855
|
}
|
|
@@ -6895,7 +6895,7 @@ var colors3 = import_dev61.defineSemanticTokens.colors({
|
|
|
6895
6895
|
pressed: {
|
|
6896
6896
|
value: {
|
|
6897
6897
|
base: "{colors.green.900}",
|
|
6898
|
-
|
|
6898
|
+
_light: "{colors.green.900}",
|
|
6899
6899
|
_dark: "{colors.green.200}"
|
|
6900
6900
|
}
|
|
6901
6901
|
}
|
|
@@ -6941,7 +6941,7 @@ var colors3 = import_dev61.defineSemanticTokens.colors({
|
|
|
6941
6941
|
pressed: {
|
|
6942
6942
|
value: {
|
|
6943
6943
|
base: "{colors.violet.900}",
|
|
6944
|
-
|
|
6944
|
+
_light: "{colors.violet.900}",
|
|
6945
6945
|
_dark: "{colors.violet.200}"
|
|
6946
6946
|
}
|
|
6947
6947
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -6701,14 +6701,14 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
6701
6701
|
pressed: {
|
|
6702
6702
|
value: {
|
|
6703
6703
|
base: "{colors.indigo.900}",
|
|
6704
|
-
|
|
6704
|
+
_light: "{colors.indigo.900}",
|
|
6705
6705
|
_dark: "{colors.indigo.200}"
|
|
6706
6706
|
}
|
|
6707
6707
|
},
|
|
6708
6708
|
selected: {
|
|
6709
6709
|
value: {
|
|
6710
6710
|
base: "{colors.indigo.700}",
|
|
6711
|
-
|
|
6711
|
+
_light: "{colors.indigo.700}",
|
|
6712
6712
|
_dark: "{colors.indigo.400}"
|
|
6713
6713
|
}
|
|
6714
6714
|
}
|
|
@@ -6777,7 +6777,7 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
6777
6777
|
pressed: {
|
|
6778
6778
|
value: {
|
|
6779
6779
|
base: "{colors.red.900}",
|
|
6780
|
-
|
|
6780
|
+
_light: "{colors.red.900}",
|
|
6781
6781
|
_dark: "{colors.red.200}"
|
|
6782
6782
|
}
|
|
6783
6783
|
}
|
|
@@ -6823,7 +6823,7 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
6823
6823
|
pressed: {
|
|
6824
6824
|
value: {
|
|
6825
6825
|
base: "{colors.yellow.500}",
|
|
6826
|
-
|
|
6826
|
+
_light: "{colors.yellow.500}",
|
|
6827
6827
|
_dark: "{colors.yellow.500}"
|
|
6828
6828
|
}
|
|
6829
6829
|
}
|
|
@@ -6869,7 +6869,7 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
6869
6869
|
pressed: {
|
|
6870
6870
|
value: {
|
|
6871
6871
|
base: "{colors.green.900}",
|
|
6872
|
-
|
|
6872
|
+
_light: "{colors.green.900}",
|
|
6873
6873
|
_dark: "{colors.green.200}"
|
|
6874
6874
|
}
|
|
6875
6875
|
}
|
|
@@ -6915,7 +6915,7 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
6915
6915
|
pressed: {
|
|
6916
6916
|
value: {
|
|
6917
6917
|
base: "{colors.violet.900}",
|
|
6918
|
-
|
|
6918
|
+
_light: "{colors.violet.900}",
|
|
6919
6919
|
_dark: "{colors.violet.200}"
|
|
6920
6920
|
}
|
|
6921
6921
|
}
|
|
@@ -158,14 +158,14 @@ declare const colors: {
|
|
|
158
158
|
pressed: {
|
|
159
159
|
value: {
|
|
160
160
|
base: string;
|
|
161
|
-
|
|
161
|
+
_light: string;
|
|
162
162
|
_dark: string;
|
|
163
163
|
};
|
|
164
164
|
};
|
|
165
165
|
selected: {
|
|
166
166
|
value: {
|
|
167
167
|
base: string;
|
|
168
|
-
|
|
168
|
+
_light: string;
|
|
169
169
|
_dark: string;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
@@ -234,7 +234,7 @@ declare const colors: {
|
|
|
234
234
|
pressed: {
|
|
235
235
|
value: {
|
|
236
236
|
base: string;
|
|
237
|
-
|
|
237
|
+
_light: string;
|
|
238
238
|
_dark: string;
|
|
239
239
|
};
|
|
240
240
|
};
|
|
@@ -280,7 +280,7 @@ declare const colors: {
|
|
|
280
280
|
pressed: {
|
|
281
281
|
value: {
|
|
282
282
|
base: string;
|
|
283
|
-
|
|
283
|
+
_light: string;
|
|
284
284
|
_dark: string;
|
|
285
285
|
};
|
|
286
286
|
};
|
|
@@ -326,7 +326,7 @@ declare const colors: {
|
|
|
326
326
|
pressed: {
|
|
327
327
|
value: {
|
|
328
328
|
base: string;
|
|
329
|
-
|
|
329
|
+
_light: string;
|
|
330
330
|
_dark: string;
|
|
331
331
|
};
|
|
332
332
|
};
|
|
@@ -372,7 +372,7 @@ declare const colors: {
|
|
|
372
372
|
pressed: {
|
|
373
373
|
value: {
|
|
374
374
|
base: string;
|
|
375
|
-
|
|
375
|
+
_light: string;
|
|
376
376
|
_dark: string;
|
|
377
377
|
};
|
|
378
378
|
};
|
|
@@ -158,14 +158,14 @@ declare const colors: {
|
|
|
158
158
|
pressed: {
|
|
159
159
|
value: {
|
|
160
160
|
base: string;
|
|
161
|
-
|
|
161
|
+
_light: string;
|
|
162
162
|
_dark: string;
|
|
163
163
|
};
|
|
164
164
|
};
|
|
165
165
|
selected: {
|
|
166
166
|
value: {
|
|
167
167
|
base: string;
|
|
168
|
-
|
|
168
|
+
_light: string;
|
|
169
169
|
_dark: string;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
@@ -234,7 +234,7 @@ declare const colors: {
|
|
|
234
234
|
pressed: {
|
|
235
235
|
value: {
|
|
236
236
|
base: string;
|
|
237
|
-
|
|
237
|
+
_light: string;
|
|
238
238
|
_dark: string;
|
|
239
239
|
};
|
|
240
240
|
};
|
|
@@ -280,7 +280,7 @@ declare const colors: {
|
|
|
280
280
|
pressed: {
|
|
281
281
|
value: {
|
|
282
282
|
base: string;
|
|
283
|
-
|
|
283
|
+
_light: string;
|
|
284
284
|
_dark: string;
|
|
285
285
|
};
|
|
286
286
|
};
|
|
@@ -326,7 +326,7 @@ declare const colors: {
|
|
|
326
326
|
pressed: {
|
|
327
327
|
value: {
|
|
328
328
|
base: string;
|
|
329
|
-
|
|
329
|
+
_light: string;
|
|
330
330
|
_dark: string;
|
|
331
331
|
};
|
|
332
332
|
};
|
|
@@ -372,7 +372,7 @@ declare const colors: {
|
|
|
372
372
|
pressed: {
|
|
373
373
|
value: {
|
|
374
374
|
base: string;
|
|
375
|
-
|
|
375
|
+
_light: string;
|
|
376
376
|
_dark: string;
|
|
377
377
|
};
|
|
378
378
|
};
|
|
@@ -159,14 +159,14 @@ declare const semanticTokens: {
|
|
|
159
159
|
pressed: {
|
|
160
160
|
value: {
|
|
161
161
|
base: string;
|
|
162
|
-
|
|
162
|
+
_light: string;
|
|
163
163
|
_dark: string;
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
166
|
selected: {
|
|
167
167
|
value: {
|
|
168
168
|
base: string;
|
|
169
|
-
|
|
169
|
+
_light: string;
|
|
170
170
|
_dark: string;
|
|
171
171
|
};
|
|
172
172
|
};
|
|
@@ -235,7 +235,7 @@ declare const semanticTokens: {
|
|
|
235
235
|
pressed: {
|
|
236
236
|
value: {
|
|
237
237
|
base: string;
|
|
238
|
-
|
|
238
|
+
_light: string;
|
|
239
239
|
_dark: string;
|
|
240
240
|
};
|
|
241
241
|
};
|
|
@@ -281,7 +281,7 @@ declare const semanticTokens: {
|
|
|
281
281
|
pressed: {
|
|
282
282
|
value: {
|
|
283
283
|
base: string;
|
|
284
|
-
|
|
284
|
+
_light: string;
|
|
285
285
|
_dark: string;
|
|
286
286
|
};
|
|
287
287
|
};
|
|
@@ -327,7 +327,7 @@ declare const semanticTokens: {
|
|
|
327
327
|
pressed: {
|
|
328
328
|
value: {
|
|
329
329
|
base: string;
|
|
330
|
-
|
|
330
|
+
_light: string;
|
|
331
331
|
_dark: string;
|
|
332
332
|
};
|
|
333
333
|
};
|
|
@@ -373,7 +373,7 @@ declare const semanticTokens: {
|
|
|
373
373
|
pressed: {
|
|
374
374
|
value: {
|
|
375
375
|
base: string;
|
|
376
|
-
|
|
376
|
+
_light: string;
|
|
377
377
|
_dark: string;
|
|
378
378
|
};
|
|
379
379
|
};
|
|
@@ -159,14 +159,14 @@ declare const semanticTokens: {
|
|
|
159
159
|
pressed: {
|
|
160
160
|
value: {
|
|
161
161
|
base: string;
|
|
162
|
-
|
|
162
|
+
_light: string;
|
|
163
163
|
_dark: string;
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
166
|
selected: {
|
|
167
167
|
value: {
|
|
168
168
|
base: string;
|
|
169
|
-
|
|
169
|
+
_light: string;
|
|
170
170
|
_dark: string;
|
|
171
171
|
};
|
|
172
172
|
};
|
|
@@ -235,7 +235,7 @@ declare const semanticTokens: {
|
|
|
235
235
|
pressed: {
|
|
236
236
|
value: {
|
|
237
237
|
base: string;
|
|
238
|
-
|
|
238
|
+
_light: string;
|
|
239
239
|
_dark: string;
|
|
240
240
|
};
|
|
241
241
|
};
|
|
@@ -281,7 +281,7 @@ declare const semanticTokens: {
|
|
|
281
281
|
pressed: {
|
|
282
282
|
value: {
|
|
283
283
|
base: string;
|
|
284
|
-
|
|
284
|
+
_light: string;
|
|
285
285
|
_dark: string;
|
|
286
286
|
};
|
|
287
287
|
};
|
|
@@ -327,7 +327,7 @@ declare const semanticTokens: {
|
|
|
327
327
|
pressed: {
|
|
328
328
|
value: {
|
|
329
329
|
base: string;
|
|
330
|
-
|
|
330
|
+
_light: string;
|
|
331
331
|
_dark: string;
|
|
332
332
|
};
|
|
333
333
|
};
|
|
@@ -373,7 +373,7 @@ declare const semanticTokens: {
|
|
|
373
373
|
pressed: {
|
|
374
374
|
value: {
|
|
375
375
|
base: string;
|
|
376
|
-
|
|
376
|
+
_light: string;
|
|
377
377
|
_dark: string;
|
|
378
378
|
};
|
|
379
379
|
};
|
package/package.json
CHANGED
|
@@ -111,7 +111,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
111
111
|
_dark: '{colors.dark.1000}'
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
}
|
|
114
|
+
}
|
|
115
115
|
},
|
|
116
116
|
brand: {
|
|
117
117
|
DEFAULT: {
|
|
@@ -160,14 +160,14 @@ export const colors = defineSemanticTokens.colors({
|
|
|
160
160
|
pressed: {
|
|
161
161
|
value: {
|
|
162
162
|
base: '{colors.indigo.900}',
|
|
163
|
-
|
|
163
|
+
_light: '{colors.indigo.900}',
|
|
164
164
|
_dark: '{colors.indigo.200}'
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
selected: {
|
|
168
168
|
value: {
|
|
169
169
|
base: '{colors.indigo.700}',
|
|
170
|
-
|
|
170
|
+
_light: '{colors.indigo.700}',
|
|
171
171
|
_dark: '{colors.indigo.400}'
|
|
172
172
|
}
|
|
173
173
|
}
|
|
@@ -236,10 +236,10 @@ export const colors = defineSemanticTokens.colors({
|
|
|
236
236
|
pressed: {
|
|
237
237
|
value: {
|
|
238
238
|
base: '{colors.red.900}',
|
|
239
|
-
|
|
239
|
+
_light: '{colors.red.900}',
|
|
240
240
|
_dark: '{colors.red.200}'
|
|
241
241
|
}
|
|
242
|
-
}
|
|
242
|
+
}
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
warning: {
|
|
@@ -282,10 +282,10 @@ export const colors = defineSemanticTokens.colors({
|
|
|
282
282
|
pressed: {
|
|
283
283
|
value: {
|
|
284
284
|
base: '{colors.yellow.500}',
|
|
285
|
-
|
|
285
|
+
_light: '{colors.yellow.500}',
|
|
286
286
|
_dark: '{colors.yellow.500}'
|
|
287
287
|
}
|
|
288
|
-
}
|
|
288
|
+
}
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
291
|
success: {
|
|
@@ -328,10 +328,10 @@ export const colors = defineSemanticTokens.colors({
|
|
|
328
328
|
pressed: {
|
|
329
329
|
value: {
|
|
330
330
|
base: '{colors.green.900}',
|
|
331
|
-
|
|
331
|
+
_light: '{colors.green.900}',
|
|
332
332
|
_dark: '{colors.green.200}'
|
|
333
333
|
}
|
|
334
|
-
}
|
|
334
|
+
}
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
highlight: {
|
|
@@ -374,12 +374,12 @@ export const colors = defineSemanticTokens.colors({
|
|
|
374
374
|
pressed: {
|
|
375
375
|
value: {
|
|
376
376
|
base: '{colors.violet.900}',
|
|
377
|
-
|
|
377
|
+
_light: '{colors.violet.900}',
|
|
378
378
|
_dark: '{colors.violet.200}'
|
|
379
379
|
}
|
|
380
|
-
}
|
|
380
|
+
}
|
|
381
381
|
}
|
|
382
|
-
}
|
|
382
|
+
}
|
|
383
383
|
},
|
|
384
384
|
nav: {
|
|
385
385
|
parent: {
|
|
@@ -404,7 +404,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
404
404
|
_dark: '{colors.dark.100}'
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
|
-
}
|
|
407
|
+
}
|
|
408
408
|
},
|
|
409
409
|
text: {
|
|
410
410
|
default: {
|
|
@@ -437,7 +437,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
437
437
|
_light: '{colors.neutral.800}',
|
|
438
438
|
_dark: '{colors.dark.800}'
|
|
439
439
|
}
|
|
440
|
-
}
|
|
440
|
+
}
|
|
441
441
|
},
|
|
442
442
|
placeholder: {
|
|
443
443
|
value: {
|
|
@@ -500,7 +500,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
500
500
|
_dark: '{colors.yellow.300}'
|
|
501
501
|
}
|
|
502
502
|
},
|
|
503
|
-
|
|
503
|
+
|
|
504
504
|
inverse: {
|
|
505
505
|
value: {
|
|
506
506
|
base: '{colors.neutral.1000}',
|
|
@@ -649,7 +649,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
649
649
|
_light: '{colors.neutral.1000}',
|
|
650
650
|
_dark: '{colors.neutral.100}'
|
|
651
651
|
}
|
|
652
|
-
}
|
|
652
|
+
}
|
|
653
653
|
},
|
|
654
654
|
border: {
|
|
655
655
|
default: {
|
|
@@ -758,7 +758,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
758
758
|
_light: '{colors.indigo.700}',
|
|
759
759
|
_dark: '{colors.indigo.400}'
|
|
760
760
|
}
|
|
761
|
-
}
|
|
761
|
+
}
|
|
762
762
|
},
|
|
763
763
|
chart: {
|
|
764
764
|
cat01: {
|
|
@@ -888,6 +888,6 @@ export const colors = defineSemanticTokens.colors({
|
|
|
888
888
|
_dark: '{colors.fuchsia.500}'
|
|
889
889
|
}
|
|
890
890
|
}
|
|
891
|
-
}
|
|
891
|
+
}
|
|
892
892
|
}
|
|
893
893
|
})
|