@mekari/pixel3-theme 0.5.0-dev.1 → 0.5.0
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 +4 -1
- package/dist/index.mjs +4 -1
- package/dist/semanticTokens/colors.d.mts +3 -0
- package/dist/semanticTokens/colors.d.ts +3 -0
- package/dist/semanticTokens/index.d.mts +3 -0
- package/dist/semanticTokens/index.d.ts +3 -0
- package/package.json +1 -1
- package/src/recipes/progress.ts +1 -1
- package/src/semanticTokens/colors.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -3129,7 +3129,7 @@ var progressSlotRecipe = (0, import_dev23.defineSlotRecipe)({
|
|
|
3129
3129
|
background: "gray.100",
|
|
3130
3130
|
transition: "all 250ms linear",
|
|
3131
3131
|
_nextTheme: {
|
|
3132
|
-
background: "background.subtle"
|
|
3132
|
+
background: "background.neutral.subtle"
|
|
3133
3133
|
}
|
|
3134
3134
|
},
|
|
3135
3135
|
linear: {
|
|
@@ -7915,6 +7915,7 @@ var colors3 = import_dev67.defineSemanticTokens.colors({
|
|
|
7915
7915
|
// NAVIGATION SEMANTIC TOKENS (REMOVE AFTER NAV IN BACKGROUND IS UPDATED)
|
|
7916
7916
|
nav: {
|
|
7917
7917
|
parent: {
|
|
7918
|
+
deprecated: "use `background.nav.parent` instead",
|
|
7918
7919
|
value: {
|
|
7919
7920
|
base: "#E7EDF5",
|
|
7920
7921
|
// Doesn't have raw token
|
|
@@ -7926,6 +7927,7 @@ var colors3 = import_dev67.defineSemanticTokens.colors({
|
|
|
7926
7927
|
},
|
|
7927
7928
|
stack: {
|
|
7928
7929
|
DEFAULT: {
|
|
7930
|
+
deprecated: "use `background.nav.stack` instead",
|
|
7929
7931
|
value: {
|
|
7930
7932
|
base: "{colors.neutral.100}",
|
|
7931
7933
|
_light: "{colors.neutral.100}",
|
|
@@ -7934,6 +7936,7 @@ var colors3 = import_dev67.defineSemanticTokens.colors({
|
|
|
7934
7936
|
}
|
|
7935
7937
|
},
|
|
7936
7938
|
hovered: {
|
|
7939
|
+
deprecated: "use `background.nav.stack.hovered` instead",
|
|
7937
7940
|
value: {
|
|
7938
7941
|
base: "#E7EDF5",
|
|
7939
7942
|
// Doesn't have raw token
|
package/dist/index.mjs
CHANGED
|
@@ -3103,7 +3103,7 @@ var progressSlotRecipe = defineSlotRecipe12({
|
|
|
3103
3103
|
background: "gray.100",
|
|
3104
3104
|
transition: "all 250ms linear",
|
|
3105
3105
|
_nextTheme: {
|
|
3106
|
-
background: "background.subtle"
|
|
3106
|
+
background: "background.neutral.subtle"
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
3109
3109
|
linear: {
|
|
@@ -7889,6 +7889,7 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
7889
7889
|
// NAVIGATION SEMANTIC TOKENS (REMOVE AFTER NAV IN BACKGROUND IS UPDATED)
|
|
7890
7890
|
nav: {
|
|
7891
7891
|
parent: {
|
|
7892
|
+
deprecated: "use `background.nav.parent` instead",
|
|
7892
7893
|
value: {
|
|
7893
7894
|
base: "#E7EDF5",
|
|
7894
7895
|
// Doesn't have raw token
|
|
@@ -7900,6 +7901,7 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
7900
7901
|
},
|
|
7901
7902
|
stack: {
|
|
7902
7903
|
DEFAULT: {
|
|
7904
|
+
deprecated: "use `background.nav.stack` instead",
|
|
7903
7905
|
value: {
|
|
7904
7906
|
base: "{colors.neutral.100}",
|
|
7905
7907
|
_light: "{colors.neutral.100}",
|
|
@@ -7908,6 +7910,7 @@ var colors3 = defineSemanticTokens.colors({
|
|
|
7908
7910
|
}
|
|
7909
7911
|
},
|
|
7910
7912
|
hovered: {
|
|
7913
|
+
deprecated: "use `background.nav.stack.hovered` instead",
|
|
7911
7914
|
value: {
|
|
7912
7915
|
base: "#E7EDF5",
|
|
7913
7916
|
// Doesn't have raw token
|
|
@@ -621,6 +621,7 @@ declare const colors: {
|
|
|
621
621
|
};
|
|
622
622
|
nav: {
|
|
623
623
|
parent: {
|
|
624
|
+
deprecated: string;
|
|
624
625
|
value: {
|
|
625
626
|
base: string;
|
|
626
627
|
_light: string;
|
|
@@ -630,6 +631,7 @@ declare const colors: {
|
|
|
630
631
|
};
|
|
631
632
|
stack: {
|
|
632
633
|
DEFAULT: {
|
|
634
|
+
deprecated: string;
|
|
633
635
|
value: {
|
|
634
636
|
base: string;
|
|
635
637
|
_light: string;
|
|
@@ -638,6 +640,7 @@ declare const colors: {
|
|
|
638
640
|
};
|
|
639
641
|
};
|
|
640
642
|
hovered: {
|
|
643
|
+
deprecated: string;
|
|
641
644
|
value: {
|
|
642
645
|
base: string;
|
|
643
646
|
_light: string;
|
|
@@ -621,6 +621,7 @@ declare const colors: {
|
|
|
621
621
|
};
|
|
622
622
|
nav: {
|
|
623
623
|
parent: {
|
|
624
|
+
deprecated: string;
|
|
624
625
|
value: {
|
|
625
626
|
base: string;
|
|
626
627
|
_light: string;
|
|
@@ -630,6 +631,7 @@ declare const colors: {
|
|
|
630
631
|
};
|
|
631
632
|
stack: {
|
|
632
633
|
DEFAULT: {
|
|
634
|
+
deprecated: string;
|
|
633
635
|
value: {
|
|
634
636
|
base: string;
|
|
635
637
|
_light: string;
|
|
@@ -638,6 +640,7 @@ declare const colors: {
|
|
|
638
640
|
};
|
|
639
641
|
};
|
|
640
642
|
hovered: {
|
|
643
|
+
deprecated: string;
|
|
641
644
|
value: {
|
|
642
645
|
base: string;
|
|
643
646
|
_light: string;
|
|
@@ -622,6 +622,7 @@ declare const semanticTokens: {
|
|
|
622
622
|
};
|
|
623
623
|
nav: {
|
|
624
624
|
parent: {
|
|
625
|
+
deprecated: string;
|
|
625
626
|
value: {
|
|
626
627
|
base: string;
|
|
627
628
|
_light: string;
|
|
@@ -631,6 +632,7 @@ declare const semanticTokens: {
|
|
|
631
632
|
};
|
|
632
633
|
stack: {
|
|
633
634
|
DEFAULT: {
|
|
635
|
+
deprecated: string;
|
|
634
636
|
value: {
|
|
635
637
|
base: string;
|
|
636
638
|
_light: string;
|
|
@@ -639,6 +641,7 @@ declare const semanticTokens: {
|
|
|
639
641
|
};
|
|
640
642
|
};
|
|
641
643
|
hovered: {
|
|
644
|
+
deprecated: string;
|
|
642
645
|
value: {
|
|
643
646
|
base: string;
|
|
644
647
|
_light: string;
|
|
@@ -622,6 +622,7 @@ declare const semanticTokens: {
|
|
|
622
622
|
};
|
|
623
623
|
nav: {
|
|
624
624
|
parent: {
|
|
625
|
+
deprecated: string;
|
|
625
626
|
value: {
|
|
626
627
|
base: string;
|
|
627
628
|
_light: string;
|
|
@@ -631,6 +632,7 @@ declare const semanticTokens: {
|
|
|
631
632
|
};
|
|
632
633
|
stack: {
|
|
633
634
|
DEFAULT: {
|
|
635
|
+
deprecated: string;
|
|
634
636
|
value: {
|
|
635
637
|
base: string;
|
|
636
638
|
_light: string;
|
|
@@ -639,6 +641,7 @@ declare const semanticTokens: {
|
|
|
639
641
|
};
|
|
640
642
|
};
|
|
641
643
|
hovered: {
|
|
644
|
+
deprecated: string;
|
|
642
645
|
value: {
|
|
643
646
|
base: string;
|
|
644
647
|
_light: string;
|
package/package.json
CHANGED
package/src/recipes/progress.ts
CHANGED
|
@@ -625,6 +625,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
625
625
|
// NAVIGATION SEMANTIC TOKENS (REMOVE AFTER NAV IN BACKGROUND IS UPDATED)
|
|
626
626
|
nav: {
|
|
627
627
|
parent: {
|
|
628
|
+
deprecated: 'use `background.nav.parent` instead',
|
|
628
629
|
value: {
|
|
629
630
|
base: '#E7EDF5', // Doesn't have raw token
|
|
630
631
|
_light: '#E7EDF5', // Doesn't have raw token
|
|
@@ -634,6 +635,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
634
635
|
},
|
|
635
636
|
stack: {
|
|
636
637
|
DEFAULT: {
|
|
638
|
+
deprecated: 'use `background.nav.stack` instead',
|
|
637
639
|
value: {
|
|
638
640
|
base: '{colors.neutral.100}',
|
|
639
641
|
_light: '{colors.neutral.100}',
|
|
@@ -642,6 +644,7 @@ export const colors = defineSemanticTokens.colors({
|
|
|
642
644
|
}
|
|
643
645
|
},
|
|
644
646
|
hovered: {
|
|
647
|
+
deprecated: 'use `background.nav.stack.hovered` instead',
|
|
645
648
|
value: {
|
|
646
649
|
base: '#E7EDF5', // Doesn't have raw token
|
|
647
650
|
_light: '#E7EDF5', // Doesn't have raw token
|