@pingux/astro 2.149.2-alpha.1 → 2.150.0-alpha.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/lib/cjs/components/Icon/Icon.js +2 -2
- package/lib/cjs/components/IconButton/IconButton.stories.js +18 -28
- package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +2 -0
- package/lib/cjs/hooks/useTShirtSize/useTShirtSize.test.js +51 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +1 -0
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.d.ts +7 -45
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +10 -23
- package/lib/cjs/styles/themes/astro/customProperties/index.d.ts +1 -0
- package/lib/cjs/styles/themes/astro/customProperties/index.js +2 -0
- package/lib/cjs/styles/themes/next-gen/colors/colors.js +1 -1
- package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +4 -2
- package/lib/cjs/styles/themes/next-gen/customProperties/index.js +2 -0
- package/lib/cjs/styles/themes/next-gen/customProperties/tShirtSizes.js +13 -13
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +145 -245
- package/lib/cjs/styles/themes/next-gen/variants/badges.d.ts +18 -20
- package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +136 -235
- package/lib/cjs/styles/themes/next-gen/variants/button.js +48 -105
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +9 -10
- package/lib/components/Icon/Icon.js +2 -2
- package/lib/components/IconButton/IconButton.stories.js +18 -28
- package/lib/hooks/useTShirtSize/useTShirtSize.test.js +51 -1
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +10 -23
- package/lib/styles/themes/astro/customProperties/index.js +2 -0
- package/lib/styles/themes/next-gen/colors/colors.js +1 -1
- package/lib/styles/themes/next-gen/customProperties/index.js +2 -0
- package/lib/styles/themes/next-gen/customProperties/tShirtSizes.js +13 -13
- package/lib/styles/themes/next-gen/variants/button.js +48 -105
- package/package.json +1 -1
|
@@ -4,18 +4,9 @@ export declare const badgeDeleteButton: {
|
|
|
4
4
|
height: number;
|
|
5
5
|
p: number;
|
|
6
6
|
width: number;
|
|
7
|
-
transition: string;
|
|
8
|
-
outline: string;
|
|
9
|
-
border: string;
|
|
10
|
-
borderColor: string;
|
|
11
7
|
path: {
|
|
12
8
|
fill: string;
|
|
13
9
|
};
|
|
14
|
-
'&.is-focused': {
|
|
15
|
-
outline: string;
|
|
16
|
-
outlineColor: string;
|
|
17
|
-
outlineOffset: string;
|
|
18
|
-
};
|
|
19
10
|
'&.is-hovered': {
|
|
20
11
|
backgroundColor: string;
|
|
21
12
|
path: {
|
|
@@ -24,11 +15,19 @@ export declare const badgeDeleteButton: {
|
|
|
24
15
|
};
|
|
25
16
|
'&.is-pressed': {
|
|
26
17
|
backgroundColor: string;
|
|
27
|
-
borderColor: string;
|
|
28
18
|
path: {
|
|
29
19
|
fill: string;
|
|
30
20
|
};
|
|
31
21
|
};
|
|
22
|
+
'&.is-focused': {
|
|
23
|
+
outline: string;
|
|
24
|
+
outlineColor: string;
|
|
25
|
+
outlineOffset: string;
|
|
26
|
+
};
|
|
27
|
+
transition: string;
|
|
28
|
+
outline: string;
|
|
29
|
+
border: string;
|
|
30
|
+
boxShadow: string;
|
|
32
31
|
};
|
|
33
32
|
export declare const badges: {
|
|
34
33
|
baseBadge: {
|
|
@@ -753,18 +752,9 @@ export declare const badges: {
|
|
|
753
752
|
height: number;
|
|
754
753
|
p: number;
|
|
755
754
|
width: number;
|
|
756
|
-
transition: string;
|
|
757
|
-
outline: string;
|
|
758
|
-
border: string;
|
|
759
|
-
borderColor: string;
|
|
760
755
|
path: {
|
|
761
756
|
fill: string;
|
|
762
757
|
};
|
|
763
|
-
'&.is-focused': {
|
|
764
|
-
outline: string;
|
|
765
|
-
outlineColor: string;
|
|
766
|
-
outlineOffset: string;
|
|
767
|
-
};
|
|
768
758
|
'&.is-hovered': {
|
|
769
759
|
backgroundColor: string;
|
|
770
760
|
path: {
|
|
@@ -773,11 +763,19 @@ export declare const badges: {
|
|
|
773
763
|
};
|
|
774
764
|
'&.is-pressed': {
|
|
775
765
|
backgroundColor: string;
|
|
776
|
-
borderColor: string;
|
|
777
766
|
path: {
|
|
778
767
|
fill: string;
|
|
779
768
|
};
|
|
780
769
|
};
|
|
770
|
+
'&.is-focused': {
|
|
771
|
+
outline: string;
|
|
772
|
+
outlineColor: string;
|
|
773
|
+
outlineOffset: string;
|
|
774
|
+
};
|
|
775
|
+
transition: string;
|
|
776
|
+
outline: string;
|
|
777
|
+
border: string;
|
|
778
|
+
boxShadow: string;
|
|
781
779
|
};
|
|
782
780
|
itemBadgeWithSlot: {
|
|
783
781
|
bg: string;
|