@idealyst/datagrid 1.2.29 → 1.2.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idealyst/datagrid",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "description": "High-performance datagrid component for React and React Native",
5
5
  "documentation": "https://github.com/IdealystIO/idealyst-framework/tree/main/packages/datagrid#readme",
6
6
  "readme": "README.md",
@@ -36,8 +36,8 @@
36
36
  "publish:npm": "npm publish"
37
37
  },
38
38
  "peerDependencies": {
39
- "@idealyst/components": "^1.2.29",
40
- "@idealyst/theme": "^1.2.29",
39
+ "@idealyst/components": "^1.2.30",
40
+ "@idealyst/theme": "^1.2.30",
41
41
  "react": ">=16.8.0",
42
42
  "react-native": ">=0.60.0",
43
43
  "react-native-unistyles": "^3.0.4",
@@ -61,8 +61,8 @@
61
61
  }
62
62
  },
63
63
  "devDependencies": {
64
- "@idealyst/components": "^1.2.29",
65
- "@idealyst/theme": "^1.2.29",
64
+ "@idealyst/components": "^1.2.30",
65
+ "@idealyst/theme": "^1.2.30",
66
66
  "@types/react": "^19.1.0",
67
67
  "@types/react-window": "^1.8.8",
68
68
  "react": "^19.1.0",
@@ -209,7 +209,7 @@ export function DataGridShowcase({
209
209
 
210
210
  <Button
211
211
  variant="outlined"
212
- intent="error"
212
+ intent="danger"
213
213
  size="sm"
214
214
  onPress={handleDeleteSelected}
215
215
  disabled={selectedRows.length === 0}
@@ -232,7 +232,7 @@ export function DataGridShowcase({
232
232
 
233
233
  <Button
234
234
  variant="outlined"
235
- intent="error"
235
+ intent="danger"
236
236
  size="sm"
237
237
  onPress={handleDeleteSelected}
238
238
  disabled={selectedRows.length === 0}