@citygross/components_v2 0.2.7 → 0.2.8
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const borderColor: Record<"
|
|
1
|
+
declare const borderColor: Record<"boxShadow" | "border" | "none" | "link" | "black" | "white" | "transparent" | "medium" | "dark" | "light" | "lighter" | "primary" | "secondary" | "brandYellow" | "brandBlue" | "brandPurple" | "brandPrio" | "yellowLighter" | "yellowLight" | "blueLight" | "blueLighter" | "blueMedium" | "greenLight" | "greenMedium" | "redLight" | "recipeVego" | "recipeLactose" | "recipeGluten" | "myPrioGoldDark" | "myPrioGoldLight" | "lightest" | "mediumDark" | "darker" | "darkest" | "buttonGray" | "disabledGray" | "disabledDarkGray" | "placeholder" | "boxShadowActive" | "alertRed" | "alertBlue" | "alertGreen" | "darkOverlay" | "brandBlueHover" | "brandYellowHover" | "brandPrioHover" | "brandBlueActive" | "brandYellowActive" | "brandPrioActive", string>;
|
|
2
2
|
declare const borderRadius: Record<"none" | "big" | "small" | "round" | "default" | "large" | "extraSmall" | "bigger", string>;
|
|
3
3
|
|
|
4
4
|
export { borderColor, borderRadius };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const color: Record<"
|
|
2
|
-
declare const backgroundColor: Record<"
|
|
3
|
-
declare const hoverColor: Record<"
|
|
4
|
-
declare const hoverBackgroundColor: Record<"
|
|
1
|
+
declare const color: Record<"boxShadow" | "border" | "none" | "link" | "black" | "white" | "transparent" | "medium" | "dark" | "light" | "lighter" | "primary" | "secondary" | "brandYellow" | "brandBlue" | "brandPurple" | "brandPrio" | "yellowLighter" | "yellowLight" | "blueLight" | "blueLighter" | "blueMedium" | "greenLight" | "greenMedium" | "redLight" | "recipeVego" | "recipeLactose" | "recipeGluten" | "myPrioGoldDark" | "myPrioGoldLight" | "lightest" | "mediumDark" | "darker" | "darkest" | "buttonGray" | "disabledGray" | "disabledDarkGray" | "placeholder" | "boxShadowActive" | "alertRed" | "alertBlue" | "alertGreen" | "darkOverlay" | "brandBlueHover" | "brandYellowHover" | "brandPrioHover" | "brandBlueActive" | "brandYellowActive" | "brandPrioActive", string>;
|
|
2
|
+
declare const backgroundColor: Record<"boxShadow" | "border" | "none" | "link" | "black" | "white" | "transparent" | "medium" | "dark" | "light" | "lighter" | "primary" | "secondary" | "brandYellow" | "brandBlue" | "brandPurple" | "brandPrio" | "yellowLighter" | "yellowLight" | "blueLight" | "blueLighter" | "blueMedium" | "greenLight" | "greenMedium" | "redLight" | "recipeVego" | "recipeLactose" | "recipeGluten" | "myPrioGoldDark" | "myPrioGoldLight" | "lightest" | "mediumDark" | "darker" | "darkest" | "buttonGray" | "disabledGray" | "disabledDarkGray" | "placeholder" | "boxShadowActive" | "alertRed" | "alertBlue" | "alertGreen" | "darkOverlay" | "brandBlueHover" | "brandYellowHover" | "brandPrioHover" | "brandBlueActive" | "brandYellowActive" | "brandPrioActive", string>;
|
|
3
|
+
declare const hoverColor: Record<"boxShadow" | "border" | "none" | "link" | "black" | "white" | "transparent" | "medium" | "dark" | "light" | "lighter" | "primary" | "secondary" | "brandYellow" | "brandBlue" | "brandPurple" | "brandPrio" | "yellowLighter" | "yellowLight" | "blueLight" | "blueLighter" | "blueMedium" | "greenLight" | "greenMedium" | "redLight" | "recipeVego" | "recipeLactose" | "recipeGluten" | "myPrioGoldDark" | "myPrioGoldLight" | "lightest" | "mediumDark" | "darker" | "darkest" | "buttonGray" | "disabledGray" | "disabledDarkGray" | "placeholder" | "boxShadowActive" | "alertRed" | "alertBlue" | "alertGreen" | "darkOverlay" | "brandBlueHover" | "brandYellowHover" | "brandPrioHover" | "brandBlueActive" | "brandYellowActive" | "brandPrioActive", string>;
|
|
4
|
+
declare const hoverBackgroundColor: Record<"boxShadow" | "border" | "none" | "link" | "black" | "white" | "transparent" | "medium" | "dark" | "light" | "lighter" | "primary" | "secondary" | "brandYellow" | "brandBlue" | "brandPurple" | "brandPrio" | "yellowLighter" | "yellowLight" | "blueLight" | "blueLighter" | "blueMedium" | "greenLight" | "greenMedium" | "redLight" | "recipeVego" | "recipeLactose" | "recipeGluten" | "myPrioGoldDark" | "myPrioGoldLight" | "lightest" | "mediumDark" | "darker" | "darkest" | "buttonGray" | "disabledGray" | "disabledDarkGray" | "placeholder" | "boxShadowActive" | "alertRed" | "alertBlue" | "alertGreen" | "darkOverlay" | "brandBlueHover" | "brandYellowHover" | "brandPrioHover" | "brandBlueActive" | "brandYellowActive" | "brandPrioActive", string>;
|
|
5
5
|
|
|
6
6
|
export { backgroundColor, color, hoverBackgroundColor, hoverColor };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citygross/components_v2",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -46,6 +46,9 @@
|
|
|
46
46
|
"@types/react": "^18.3.1",
|
|
47
47
|
"@types/react-dom": "^18.3.1",
|
|
48
48
|
"@types/react-slick": "^0.23.13",
|
|
49
|
+
"@vanilla-extract/css": "^1.16.1",
|
|
50
|
+
"@vanilla-extract/css-utils": "^0.1.4",
|
|
51
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
49
52
|
"@vanilla-extract/rollup-plugin": "1.3.10",
|
|
50
53
|
"@vanilla-extract/webpack-plugin": "2.3.14",
|
|
51
54
|
"awesome-typescript-loader": "^5.2.1",
|
|
@@ -59,22 +62,22 @@
|
|
|
59
62
|
"webpack-merge": "6.0.1"
|
|
60
63
|
},
|
|
61
64
|
"peerDependencies": {
|
|
62
|
-
"
|
|
63
|
-
"
|
|
65
|
+
"@vanilla-extract/css": "^1.16.1",
|
|
66
|
+
"@vanilla-extract/css-utils": "^0.1.4",
|
|
67
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
68
|
+
"react": "^18.3.1 || ^19.0.0",
|
|
69
|
+
"react-dom": "^18.3.1 || ^19.0.0"
|
|
64
70
|
},
|
|
65
71
|
"dependencies": {
|
|
66
72
|
"@citygross/design-tokens_v2": "^0.0.8",
|
|
67
73
|
"@citygross/icons_v2": "^0.0.7",
|
|
68
74
|
"@citygross/react-use-bg-wizard": "^0.0.14",
|
|
69
75
|
"@citygross/typography": "^0.0.89",
|
|
70
|
-
"@citygross/utils": "^0.0.
|
|
71
|
-
"@vanilla-extract/css": "^1.14.1",
|
|
72
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
73
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
76
|
+
"@citygross/utils": "^0.0.53",
|
|
74
77
|
"motion": "^12.34.3",
|
|
75
78
|
"react-loading-skeleton": "^2.2.0",
|
|
76
79
|
"react-slick": "^0.30.1",
|
|
77
80
|
"slick-carousel": "^1.8.1"
|
|
78
81
|
},
|
|
79
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "058498fcb19c8899999eb92be2c616a91fa79ce5"
|
|
80
83
|
}
|