@cerberus-design/react 1.1.0 → 1.1.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.
|
@@ -73,11 +73,13 @@
|
|
|
73
73
|
"borderRadius]___[value:0]___[cond:& > *:not(:first-child):not(:last-child)",
|
|
74
74
|
"marginInlineEnd]___[value:-1px]___[cond:& > *:not(:first-child):not(:last-child)",
|
|
75
75
|
"borderStartRadius]___[value:0]___[cond:& > *:last-child",
|
|
76
|
+
"marginInlineStart]___[value:-15px]___[cond:& > *:not(:first-child)",
|
|
76
77
|
"borderBottomRadius]___[value:0!]___[cond:& > *:first-child",
|
|
77
78
|
"marginBottom]___[value:-1px]___[cond:& > *:first-child",
|
|
78
79
|
"borderRadius]___[value:0!]___[cond:& > *:not(:first-child):not(:last-child)",
|
|
79
80
|
"marginBottom]___[value:-1px]___[cond:& > *:not(:first-child):not(:last-child)",
|
|
80
81
|
"borderTopRadius]___[value:0!]___[cond:& > *:last-child",
|
|
82
|
+
"marginTop]___[value:-15px]___[cond:& > *:not(:first-child)",
|
|
81
83
|
"borderBottomRightRadius]___[value:0!]___[cond:& > :is([data-scope=\"icon-button\"])",
|
|
82
84
|
"paddingInlineEnd]___[value:0",
|
|
83
85
|
"transform]___[value:scaleX(-1)",
|
|
@@ -235,7 +237,8 @@
|
|
|
235
237
|
"layout]___[value:default]___[recipe:group",
|
|
236
238
|
"layout]___[value:attached]___[recipe:group",
|
|
237
239
|
"orientation]___[value:vertical]___[recipe:group",
|
|
238
|
-
"layout]___[value:grow]___[recipe:group"
|
|
240
|
+
"layout]___[value:grow]___[recipe:group",
|
|
241
|
+
"layout]___[value:stack]___[recipe:group"
|
|
239
242
|
],
|
|
240
243
|
"radioGroup": [
|
|
241
244
|
"orientation]___[value:horizontal]___[recipe:radioGroup",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerberus-design/react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "The Cerberus Design React component library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-dom": "^19.2.4",
|
|
46
46
|
"vite": "^8.0.2",
|
|
47
47
|
"vite-plugin-dts": "^4.5.4",
|
|
48
|
-
"@cerberus/panda-preset": "1.1.
|
|
48
|
+
"@cerberus/panda-preset": "1.1.1",
|
|
49
49
|
"styled-system": "0.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|