@dxos/react-ui-grid 0.7.4 → 0.7.5-labs.071a3e2

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.
@@ -0,0 +1 @@
1
+ {"version":"5.7.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/react-ui-grid",
3
- "version": "0.7.4",
3
+ "version": "0.7.5-labs.071a3e2",
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",
@@ -26,12 +26,12 @@
26
26
  "@codemirror/state": "^6.4.1",
27
27
  "@codemirror/view": "^6.34.1",
28
28
  "@lit/react": "^1.0.5",
29
- "@radix-ui/react-context": "^1.0.0",
30
- "@radix-ui/react-popper": "^1.1.2",
31
- "@radix-ui/react-use-controllable-state": "^1.0.0",
32
- "@dxos/lit-grid": "0.7.4",
33
- "@dxos/react-ui-editor": "0.7.4",
34
- "@dxos/util": "0.7.4"
29
+ "@radix-ui/react-context": "1.1.1",
30
+ "@radix-ui/react-popper": "1.2.2",
31
+ "@radix-ui/react-use-controllable-state": "1.1.0",
32
+ "@dxos/lit-grid": "0.7.5-labs.071a3e2",
33
+ "@dxos/react-ui-editor": "0.7.5-labs.071a3e2",
34
+ "@dxos/util": "0.7.5-labs.071a3e2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/react": "~18.2.0",
@@ -39,17 +39,17 @@
39
39
  "react": "~18.2.0",
40
40
  "react-dom": "~18.2.0",
41
41
  "vite": "5.4.7",
42
- "@dxos/random": "0.7.4",
43
- "@dxos/react-ui": "0.7.4",
44
- "@dxos/react-ui-searchlist": "0.7.4",
45
- "@dxos/storybook-utils": "0.7.4",
46
- "@dxos/react-ui-theme": "0.7.4"
42
+ "@dxos/random": "0.7.5-labs.071a3e2",
43
+ "@dxos/react-ui-searchlist": "0.7.5-labs.071a3e2",
44
+ "@dxos/react-ui": "0.7.5-labs.071a3e2",
45
+ "@dxos/react-ui-theme": "0.7.5-labs.071a3e2",
46
+ "@dxos/storybook-utils": "0.7.5-labs.071a3e2"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "~18.2.0",
50
50
  "react-dom": "~18.2.0",
51
- "@dxos/react-ui": "0.7.4",
52
- "@dxos/react-ui-theme": "0.7.4"
51
+ "@dxos/react-ui": "0.7.5-labs.071a3e2",
52
+ "@dxos/react-ui-theme": "0.7.5-labs.071a3e2"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
@@ -25,7 +25,7 @@ const storybookInitialCells = (value?: string) => ({
25
25
  grid: {
26
26
  '1,1': {
27
27
  accessoryHtml:
28
- '<button class="ch-button is-6 pli-0.5 min-bs-0 absolute inset-block-1 inline-end-1" data-story-action="menu"><svg><use href="/icons.svg#ph--arrow-right--regular"/></svg></button>',
28
+ '<button class="dx-button is-6 pli-0.5 min-bs-0 absolute inset-block-1 inline-end-1" data-story-action="menu"><svg><use href="/icons.svg#ph--arrow-right--regular"/></svg></button>',
29
29
  value: 'Weekly sales report',
30
30
  },
31
31
  '2,2': {