@cerberus-design/data-grid 1.1.0-rc.1 → 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)",
@@ -319,7 +321,8 @@
319
321
  "layout]___[value:default]___[recipe:group",
320
322
  "layout]___[value:attached]___[recipe:group",
321
323
  "orientation]___[value:vertical]___[recipe:group",
322
- "layout]___[value:grow]___[recipe:group"
324
+ "layout]___[value:grow]___[recipe:group",
325
+ "layout]___[value:stack]___[recipe:group"
323
326
  ],
324
327
  "radioGroup": [
325
328
  "orientation]___[value:horizontal]___[recipe:radioGroup",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerberus-design/data-grid",
3
- "version": "1.1.0-rc.1",
3
+ "version": "1.1.1",
4
4
  "description": "The Cerberus Design React DataGrid component.",
5
5
  "keywords": [
6
6
  "data grid",
@@ -27,8 +27,8 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@cerberus-design/react": "1.1.0-rc.1",
31
- "@cerberus-design/signals": "1.1.0-rc.1"
30
+ "@cerberus-design/signals": "1.1.1",
31
+ "@cerberus-design/react": "1.1.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@pandacss/dev": "^1.9.1",
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^19.2.4",
41
41
  "vite": "^8.0.2",
42
42
  "vite-plugin-dts": "^4.5.4",
43
- "@cerberus/panda-preset": "1.1.0-rc.1",
43
+ "@cerberus/panda-preset": "1.1.1",
44
44
  "styled-system": "0.0.0"
45
45
  },
46
46
  "peerDependencies": {