@dxos/react-ui 0.5.3 → 0.5.4-main.1335b4b

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.
Files changed (26) hide show
  1. package/dist/types/src/components/Avatars/Avatar.stories.d.ts +1 -1
  2. package/dist/types/src/components/Avatars/AvatarGroup.stories.d.ts +1 -1
  3. package/dist/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +1 -1
  4. package/dist/types/src/components/Buttons/Button.stories.d.ts +1 -1
  5. package/dist/types/src/components/Buttons/Toggle.stories.d.ts +1 -1
  6. package/dist/types/src/components/Buttons/ToggleGroup.stories.d.ts +1 -1
  7. package/dist/types/src/components/Dialogs/AlertDialog.stories.d.ts +1 -1
  8. package/dist/types/src/components/Dialogs/Dialog.stories.d.ts +1 -1
  9. package/dist/types/src/components/Input/Input.stories.d.ts +1 -1
  10. package/dist/types/src/components/List/List.stories.d.ts +1 -1
  11. package/dist/types/src/components/List/Tree.stories.d.ts +1 -1
  12. package/dist/types/src/components/Main/Main.stories.d.ts +1 -1
  13. package/dist/types/src/components/Menus/ContextMenu.stories.d.ts +1 -1
  14. package/dist/types/src/components/Menus/DropdownMenu.stories.d.ts +1 -1
  15. package/dist/types/src/components/Message/Message.stories.d.ts +1 -1
  16. package/dist/types/src/components/Popover/Popover.stories.d.ts +1 -1
  17. package/dist/types/src/components/ScrollArea/ScrollArea.stories.d.ts +1 -1
  18. package/dist/types/src/components/Select/Select.stories.d.ts +1 -1
  19. package/dist/types/src/components/Status/Status.stories.d.ts +1 -1
  20. package/dist/types/src/components/Toast/Toast.stories.d.ts +1 -1
  21. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts +1 -1
  22. package/dist/types/src/components/Tooltip/Tooltip.stories.d.ts +1 -1
  23. package/dist/types/src/playground/Controls.stories.d.ts +1 -1
  24. package/dist/types/src/playground/Surfaces.stories.d.ts +1 -1
  25. package/dist/types/src/playground/Typography.stories.d.ts +1 -1
  26. package/package.json +9 -10
@@ -17,7 +17,7 @@ type StorybookAvatarProps = {
17
17
  declare const _default: {
18
18
  title: string;
19
19
  component: (props: React.PropsWithChildren<StorybookAvatarProps>) => JSX.Element;
20
- decorators: import("@storybook/react").Decorator[];
20
+ decorators: import("@storybook/react/*").Decorator[];
21
21
  parameters: {
22
22
  chromatic: {
23
23
  disableSnapshot: boolean;
@@ -3,7 +3,7 @@ import '@dxosTheme';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: () => JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
6
+ decorators: import("@storybook/react/*").Decorator[];
7
7
  parameters: {
8
8
  chromatic: {
9
9
  disableSnapshot: boolean;
@@ -3,7 +3,7 @@ import '@dxosTheme';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: () => JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
6
+ decorators: import("@storybook/react/*").Decorator[];
7
7
  parameters: {
8
8
  chromatic: {
9
9
  disableSnapshot: boolean;
@@ -4,7 +4,7 @@ import { type ButtonProps } from './Button';
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: React.ForwardRefExoticComponent<Pick<ButtonProps, "density" | "value" | "children" | "elevation" | "type" | "form" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "asChild" | "classNames" | "variant" | "name" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget"> & React.RefAttributes<HTMLButtonElement>>;
7
- decorators: import("@storybook/react").Decorator[];
7
+ decorators: import("@storybook/react/*").Decorator[];
8
8
  parameters: {
9
9
  chromatic: {
10
10
  disableSnapshot: boolean;
@@ -4,7 +4,7 @@ type StorybookToggleProps = {};
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: (props: StorybookToggleProps) => JSX.Element;
7
- decorators: import("@storybook/react").Decorator[];
7
+ decorators: import("@storybook/react/*").Decorator[];
8
8
  parameters: {
9
9
  chromatic: {
10
10
  disableSnapshot: boolean;
@@ -7,7 +7,7 @@ type StorybookToggleGroupProps = {
7
7
  declare const _default: {
8
8
  title: string;
9
9
  component: (props: StorybookToggleGroupProps) => JSX.Element;
10
- decorators: import("@storybook/react").Decorator[];
10
+ decorators: import("@storybook/react/*").Decorator[];
11
11
  parameters: {
12
12
  chromatic: {
13
13
  disableSnapshot: boolean;
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  actionTrigger: string;
11
11
  openTrigger: string;
12
12
  }>) => JSX.Element;
13
- decorators: import("@storybook/react").Decorator[];
13
+ decorators: import("@storybook/react/*").Decorator[];
14
14
  parameters: {
15
15
  chromatic: {
16
16
  disableSnapshot: boolean;
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  openTrigger: string;
11
11
  blockAlign: "start" | "center";
12
12
  }>) => JSX.Element;
13
- decorators: import("@storybook/react").Decorator[];
13
+ decorators: import("@storybook/react/*").Decorator[];
14
14
  parameters: {
15
15
  chromatic: {
16
16
  disableSnapshot: boolean;
@@ -33,7 +33,7 @@ declare const _default: {
33
33
  options: string[];
34
34
  };
35
35
  };
36
- decorators: import("@storybook/react").Decorator[];
36
+ decorators: import("@storybook/react/*").Decorator[];
37
37
  parameters: {
38
38
  chromatic: {
39
39
  disableSnapshot: boolean;
@@ -4,7 +4,7 @@ import { type ListProps } from './List';
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: React.FC<ListProps>;
7
- decorators: import("@storybook/react").Decorator[];
7
+ decorators: import("@storybook/react/*").Decorator[];
8
8
  parameters: {
9
9
  chromatic: {
10
10
  disableSnapshot: boolean;
@@ -6,7 +6,7 @@ type StorybookTreeProps = {
6
6
  declare const _default: {
7
7
  title: string;
8
8
  component: ({ data }: StorybookTreeProps) => JSX.Element;
9
- decorators: import("@storybook/react").Decorator[];
9
+ decorators: import("@storybook/react/*").Decorator[];
10
10
  parameters: {
11
11
  chromatic: {
12
12
  disableSnapshot: boolean;
@@ -4,7 +4,7 @@ type StoryMainArgs = {};
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: (_args: StoryMainArgs) => JSX.Element;
7
- decorators: import("@storybook/react").Decorator[];
7
+ decorators: import("@storybook/react/*").Decorator[];
8
8
  parameters: {
9
9
  chromatic: {
10
10
  disableSnapshot: boolean;
@@ -3,7 +3,7 @@ import '@dxosTheme';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: () => JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
6
+ decorators: import("@storybook/react/*").Decorator[];
7
7
  parameters: {
8
8
  chromatic: {
9
9
  disableSnapshot: boolean;
@@ -3,7 +3,7 @@ import '@dxosTheme';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: () => JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
6
+ decorators: import("@storybook/react/*").Decorator[];
7
7
  parameters: {
8
8
  chromatic: {
9
9
  disableSnapshot: boolean;
@@ -9,7 +9,7 @@ type StoryMessageProps = {
9
9
  declare const _default: {
10
10
  title: string;
11
11
  component: ({ valence, title, body }: StoryMessageProps) => JSX.Element;
12
- decorators: import("@storybook/react").Decorator[];
12
+ decorators: import("@storybook/react/*").Decorator[];
13
13
  parameters: {
14
14
  chromatic: {
15
15
  disableSnapshot: boolean;
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  component: ({ openTrigger, children }: React.PropsWithChildren<{
6
6
  openTrigger: React.ReactNode;
7
7
  }>) => JSX.Element;
8
- decorators: import("@storybook/react").Decorator[];
8
+ decorators: import("@storybook/react/*").Decorator[];
9
9
  parameters: {
10
10
  chromatic: {
11
11
  disableSnapshot: boolean;
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  component: ({ children }: {
6
6
  children?: React.ReactNode;
7
7
  }) => JSX.Element;
8
- decorators: import("@storybook/react").Decorator[];
8
+ decorators: import("@storybook/react/*").Decorator[];
9
9
  parameters: {
10
10
  chromatic: {
11
11
  disableSnapshot: boolean;
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  component: ({ ...props }: {
6
6
  [x: string]: any;
7
7
  }) => JSX.Element;
8
- decorators: import("@storybook/react").Decorator[];
8
+ decorators: import("@storybook/react/*").Decorator[];
9
9
  parameters: {
10
10
  chromatic: {
11
11
  disableSnapshot: boolean;
@@ -6,7 +6,7 @@ declare const _default: {
6
6
  actions: {
7
7
  argTypesRegex: string;
8
8
  };
9
- decorators: import("@storybook/react").Decorator[];
9
+ decorators: import("@storybook/react/*").Decorator[];
10
10
  parameters: {
11
11
  chromatic: {
12
12
  disableSnapshot: boolean;
@@ -13,7 +13,7 @@ declare const _default: {
13
13
  actionTriggers: ActionTriggerProps[];
14
14
  closeTrigger: React.ReactNode;
15
15
  }>) => JSX.Element;
16
- decorators: import("@storybook/react").Decorator[];
16
+ decorators: import("@storybook/react/*").Decorator[];
17
17
  parameters: {
18
18
  chromatic: {
19
19
  disableSnapshot: boolean;
@@ -4,7 +4,7 @@ type StorybookToolbarProps = {};
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: (props: StorybookToolbarProps) => JSX.Element;
7
- decorators: import("@storybook/react").Decorator[];
7
+ decorators: import("@storybook/react/*").Decorator[];
8
8
  parameters: {
9
9
  chromatic: {
10
10
  disableSnapshot: boolean;
@@ -6,7 +6,7 @@ type StoryTooltipProps = {
6
6
  declare const _default: {
7
7
  title: string;
8
8
  component: ({ content }: StoryTooltipProps) => JSX.Element;
9
- decorators: import("@storybook/react").Decorator[];
9
+ decorators: import("@storybook/react/*").Decorator[];
10
10
  parameters: {
11
11
  chromatic: {
12
12
  disableSnapshot: boolean;
@@ -3,7 +3,7 @@ import '@dxosTheme';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: () => JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
6
+ decorators: import("@storybook/react/*").Decorator[];
7
7
  parameters: {
8
8
  chromatic: {
9
9
  disableSnapshot: boolean;
@@ -3,7 +3,7 @@ import '@dxosTheme';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: () => JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
6
+ decorators: import("@storybook/react/*").Decorator[];
7
7
  parameters: {
8
8
  chromatic: {
9
9
  disableSnapshot: boolean;
@@ -3,7 +3,7 @@ import '@dxosTheme';
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: () => JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
6
+ decorators: import("@storybook/react/*").Decorator[];
7
7
  parameters: {
8
8
  chromatic: {
9
9
  disableSnapshot: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/react-ui",
3
- "version": "0.5.3",
3
+ "version": "0.5.4-main.1335b4b",
4
4
  "description": "Low-level React components for DXOS, applying a theme to a core group of primitives",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -39,11 +39,11 @@
39
39
  "i18next": "^21.10.0",
40
40
  "keyborg": "^2.5.0",
41
41
  "react-i18next": "^11.18.6",
42
- "@dxos/log": "0.5.3",
43
- "@dxos/react-input": "0.5.3",
44
- "@dxos/react-list": "0.5.3",
45
- "@dxos/react-ui-types": "0.5.3",
46
- "@dxos/react-hooks": "0.5.3"
42
+ "@dxos/log": "0.5.4-main.1335b4b",
43
+ "@dxos/react-hooks": "0.5.4-main.1335b4b",
44
+ "@dxos/react-input": "0.5.4-main.1335b4b",
45
+ "@dxos/react-list": "0.5.4-main.1335b4b",
46
+ "@dxos/react-ui-types": "0.5.4-main.1335b4b"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@dnd-kit/core": "^6.0.5",
@@ -55,10 +55,9 @@
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
57
  "vite": "^5.2.9",
58
- "vite-plugin-turbosnap": "^1.0.2",
59
- "@dxos/random": "0.5.3",
60
- "@dxos/react-ui-theme": "0.5.3",
61
- "@dxos/util": "0.5.3"
58
+ "@dxos/random": "0.5.4-main.1335b4b",
59
+ "@dxos/react-ui-theme": "0.5.4-main.1335b4b",
60
+ "@dxos/util": "0.5.4-main.1335b4b"
62
61
  },
63
62
  "peerDependencies": {
64
63
  "@phosphor-icons/react": "^2.0.5",