@cerberus-design/data-grid 1.0.0-rc.7 → 1.0.0-rc.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.
|
@@ -111,7 +111,7 @@ var GridHeaderCell = (0, react.memo)(function GridHeaderCell(props) {
|
|
|
111
111
|
...pinnedAttr,
|
|
112
112
|
bgColor: "page.bg.initial",
|
|
113
113
|
borderBottom: "1px solid",
|
|
114
|
-
|
|
114
|
+
borderBottomColor: "page.border.200",
|
|
115
115
|
h: "full",
|
|
116
116
|
justify: "space-between",
|
|
117
117
|
pos: "relative",
|
|
@@ -111,7 +111,7 @@ var GridHeaderCell = memo(function GridHeaderCell(props) {
|
|
|
111
111
|
...pinnedAttr,
|
|
112
112
|
bgColor: "page.bg.initial",
|
|
113
113
|
borderBottom: "1px solid",
|
|
114
|
-
|
|
114
|
+
borderBottomColor: "page.border.200",
|
|
115
115
|
h: "full",
|
|
116
116
|
justify: "space-between",
|
|
117
117
|
pos: "relative",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"gradientTo]___[value:transparent]___[cond:_rightPinned",
|
|
131
131
|
"backgroundColor]___[value:page.bg.initial",
|
|
132
132
|
"borderBottom]___[value:1px solid",
|
|
133
|
-
"
|
|
133
|
+
"borderBottomColor]___[value:page.border.200",
|
|
134
134
|
"userSelect]___[value:none",
|
|
135
135
|
"textAlign]___[value:left",
|
|
136
136
|
"verticalAlign]___[value:middle",
|
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
"gap]___[value:sm",
|
|
147
147
|
"opacity]___[value:1]___[cond:_groupHover<___>& :is(button)",
|
|
148
148
|
"backgroundColor]___[value:inherit",
|
|
149
|
+
"borderColor]___[value:page.border.200",
|
|
149
150
|
"zIndex]___[value:base",
|
|
150
151
|
"position]___[value:absolute]___[cond:&:is([data-render=virtualized])",
|
|
151
152
|
"left]___[value:0]___[cond:&:is([data-render=virtualized])",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerberus-design/data-grid",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.8",
|
|
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/
|
|
31
|
-
"@cerberus-design/
|
|
30
|
+
"@cerberus-design/signals": "1.0.0-rc.8",
|
|
31
|
+
"@cerberus-design/react": "1.0.0-rc.8"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@pandacss/dev": "^1.9.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react-dom": "^19.2.4",
|
|
41
41
|
"vite": "^8.0.0",
|
|
42
42
|
"vite-plugin-dts": "^4.5.4",
|
|
43
|
-
"@cerberus/panda-preset": "1.0.0-rc.
|
|
43
|
+
"@cerberus/panda-preset": "1.0.0-rc.8",
|
|
44
44
|
"styled-system": "0.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|