@dxos/react-ui-pickers 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-pickers",
3
- "version": "0.8.4-main.21d9917",
3
+ "version": "0.8.4-main.2244d791bb",
4
4
  "description": "A collection of picker components.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -42,9 +42,9 @@
42
42
  "@emoji-mart/react": "^1.1.1",
43
43
  "@radix-ui/react-use-controllable-state": "1.1.0",
44
44
  "react-resize-detector": "^11.0.1",
45
- "@dxos/log": "0.8.4-main.21d9917",
46
- "@dxos/ui-types": "0.8.4-main.21d9917",
47
- "@dxos/util": "0.8.4-main.21d9917"
45
+ "@dxos/log": "0.8.4-main.2244d791bb",
46
+ "@dxos/ui-types": "0.8.4-main.2244d791bb",
47
+ "@dxos/util": "0.8.4-main.2244d791bb"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/react": "~19.2.7",
@@ -52,15 +52,15 @@
52
52
  "react": "~19.2.3",
53
53
  "react-dom": "~19.2.3",
54
54
  "vite": "7.1.9",
55
- "@dxos/storybook-utils": "0.8.4-main.21d9917",
56
- "@dxos/react-ui": "0.8.4-main.21d9917",
57
- "@dxos/ui-theme": "0.8.4-main.21d9917"
55
+ "@dxos/storybook-utils": "0.8.4-main.2244d791bb",
56
+ "@dxos/ui-theme": "0.8.4-main.2244d791bb",
57
+ "@dxos/react-ui": "0.8.4-main.2244d791bb"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "~19.2.3",
61
61
  "react-dom": "~19.2.3",
62
- "@dxos/react-ui": "0.8.4-main.21d9917",
63
- "@dxos/ui-theme": "0.8.4-main.21d9917"
62
+ "@dxos/react-ui": "0.8.4-main.2244d791bb",
63
+ "@dxos/ui-theme": "0.8.4-main.2244d791bb"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
@@ -14,7 +14,7 @@ import { EmojiPickerBlock, type EmojiPickerProps, EmojiPickerToolbarButton } fro
14
14
  const meta = {
15
15
  title: 'ui/react-ui-pickers/EmojiPicker',
16
16
  component: EmojiPicker,
17
- decorators: [withTheme, withLayout({ layout: 'column' })],
17
+ decorators: [withTheme(), withLayout({ layout: 'column' })],
18
18
  } satisfies Meta<typeof EmojiPicker>;
19
19
 
20
20
  export default meta;
@@ -30,7 +30,7 @@ const meta = {
30
30
  title: 'ui/react-ui-pickers/HuePicker',
31
31
  component: HuePicker,
32
32
  render: DefaultStory,
33
- decorators: [withTheme, withLayout({ layout: 'column' })],
33
+ decorators: [withTheme(), withLayout({ layout: 'column' })],
34
34
  } satisfies Meta<typeof HuePicker>;
35
35
 
36
36
  export default meta;
@@ -25,7 +25,7 @@ const meta = {
25
25
  title: 'ui/react-ui-pickers/IconPicker',
26
26
  component: IconPicker,
27
27
  render: DefaultStory,
28
- decorators: [withTheme, withLayout({ layout: 'column' })],
28
+ decorators: [withTheme(), withLayout({ layout: 'column' })],
29
29
  } satisfies Meta<typeof IconPicker>;
30
30
 
31
31
  export default meta;