@dxos/react-ui-grid 0.8.4-main.21d9917 → 0.8.4-main.2244d791bb

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": "@dxos/react-ui-grid",
3
- "version": "0.8.4-main.21d9917",
3
+ "version": "0.8.4-main.2244d791bb",
4
4
  "description": "React component which manages a `dx-grid` Lit web component.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -35,10 +35,10 @@
35
35
  "@radix-ui/react-context": "1.1.1",
36
36
  "@radix-ui/react-popper": "1.2.2",
37
37
  "@radix-ui/react-use-controllable-state": "1.1.0",
38
- "@dxos/lit-grid": "0.8.4-main.21d9917",
39
- "@dxos/react-ui-editor": "0.8.4-main.21d9917",
40
- "@dxos/ui-editor": "0.8.4-main.21d9917",
41
- "@dxos/util": "0.8.4-main.21d9917"
38
+ "@dxos/lit-grid": "0.8.4-main.2244d791bb",
39
+ "@dxos/react-ui-editor": "0.8.4-main.2244d791bb",
40
+ "@dxos/util": "0.8.4-main.2244d791bb",
41
+ "@dxos/ui-editor": "0.8.4-main.2244d791bb"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "~19.2.7",
@@ -46,17 +46,17 @@
46
46
  "react": "~19.2.3",
47
47
  "react-dom": "~19.2.3",
48
48
  "vite": "7.1.9",
49
- "@dxos/react-ui": "0.8.4-main.21d9917",
50
- "@dxos/random": "0.8.4-main.21d9917",
51
- "@dxos/react-ui-searchlist": "0.8.4-main.21d9917",
52
- "@dxos/ui-theme": "0.8.4-main.21d9917",
53
- "@dxos/storybook-utils": "0.8.4-main.21d9917"
49
+ "@dxos/random": "0.8.4-main.2244d791bb",
50
+ "@dxos/react-ui-searchlist": "0.8.4-main.2244d791bb",
51
+ "@dxos/react-ui": "0.8.4-main.2244d791bb",
52
+ "@dxos/storybook-utils": "0.8.4-main.2244d791bb",
53
+ "@dxos/ui-theme": "0.8.4-main.2244d791bb"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "~19.2.3",
57
57
  "react-dom": "~19.2.3",
58
- "@dxos/ui-theme": "0.8.4-main.21d9917",
59
- "@dxos/react-ui": "0.8.4-main.21d9917"
58
+ "@dxos/react-ui": "0.8.4-main.2244d791bb",
59
+ "@dxos/ui-theme": "0.8.4-main.2244d791bb"
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public"
@@ -70,7 +70,7 @@ const meta = {
70
70
  title: 'ui/react-ui-grid/CellEditor',
71
71
  component: CellEditor,
72
72
  render: DefaultStory,
73
- decorators: [withTheme],
73
+ decorators: [withTheme()],
74
74
  parameters: {
75
75
  layout: 'centered',
76
76
  },
@@ -114,7 +114,7 @@ const ComboboxContentWithFiltering = () => {
114
114
  const meta = {
115
115
  title: 'ui/react-ui-grid/Grid',
116
116
  component: GridStory,
117
- decorators: [withTheme, withLayout({ layout: 'column' })],
117
+ decorators: [withTheme(), withLayout({ layout: 'column' })],
118
118
  parameters: {
119
119
  layout: 'fullscreen',
120
120
  },