@dxos/react-ui 0.8.3-main.7f5a14c → 0.8.3-staging.0fa589b
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/dist/lib/{node-esm/chunk-ANVE7WX5.mjs → browser/chunk-WXW6KSRL.mjs} +39 -20
- package/dist/lib/browser/chunk-WXW6KSRL.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +5 -1
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +3 -3
- package/dist/lib/browser/testing/index.mjs.map +2 -2
- package/dist/lib/node/{chunk-KMS7RFL7.cjs → chunk-3E3QKWX4.cjs} +44 -21
- package/dist/lib/node/chunk-3E3QKWX4.cjs.map +7 -0
- package/dist/lib/node/index.cjs +73 -69
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +4 -4
- package/dist/lib/node/testing/index.cjs.map +2 -2
- package/dist/lib/{browser/chunk-5Y5JI6KC.mjs → node-esm/chunk-EQ7EG74H.mjs} +41 -18
- package/dist/lib/node-esm/chunk-EQ7EG74H.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +5 -1
- package/dist/lib/node-esm/index.mjs.map +1 -1
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +3 -3
- package/dist/lib/node-esm/testing/index.mjs.map +2 -2
- package/dist/types/src/components/Input/Input.d.ts.map +1 -1
- package/dist/types/src/components/Message/Message.d.ts +14 -5
- package/dist/types/src/components/Message/Message.d.ts.map +1 -1
- package/dist/types/src/components/Message/Message.stories.d.ts +1 -1
- package/dist/types/src/components/Message/Message.stories.d.ts.map +1 -1
- package/dist/types/src/components/Separator/Separator.d.ts +5 -1
- package/dist/types/src/components/Separator/Separator.d.ts.map +1 -1
- package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts +1 -0
- package/dist/types/src/components/ThemeProvider/TranslationsProvider.d.ts.map +1 -1
- package/dist/types/src/components/Toolbar/Toolbar.d.ts +7 -1
- package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -1
- package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts +4 -0
- package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts.map +1 -1
- package/dist/types/src/testing/decorators/withSurfaceVariantsLayout.d.ts.map +1 -1
- package/package.json +13 -13
- package/src/components/Input/Input.stories.tsx +2 -2
- package/src/components/Input/Input.tsx +1 -0
- package/src/components/Menus/ContextMenu.stories.tsx +1 -1
- package/src/components/Message/Message.stories.tsx +7 -10
- package/src/components/Message/Message.tsx +50 -19
- package/src/components/Separator/Separator.tsx +3 -3
- package/src/components/ThemeProvider/TranslationsProvider.tsx +1 -1
- package/src/components/Toolbar/Toolbar.tsx +15 -9
- package/src/testing/decorators/withSurfaceVariantsLayout.tsx +2 -4
- package/dist/lib/browser/chunk-5Y5JI6KC.mjs.map +0 -7
- package/dist/lib/node/chunk-KMS7RFL7.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-ANVE7WX5.mjs.map +0 -7
package/dist/lib/node/index.cjs
CHANGED
|
@@ -19,78 +19,80 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
var node_exports = {};
|
|
21
21
|
__export(node_exports, {
|
|
22
|
-
AlertDialog: () =>
|
|
23
|
-
AnchoredOverflow: () =>
|
|
24
|
-
Avatar: () =>
|
|
25
|
-
BUTTON_GROUP_NAME: () =>
|
|
26
|
-
Breadcrumb: () =>
|
|
27
|
-
Button: () =>
|
|
28
|
-
ButtonGroup: () =>
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
22
|
+
AlertDialog: () => import_chunk_3E3QKWX4.AlertDialog,
|
|
23
|
+
AnchoredOverflow: () => import_chunk_3E3QKWX4.AnchoredOverflow,
|
|
24
|
+
Avatar: () => import_chunk_3E3QKWX4.Avatar,
|
|
25
|
+
BUTTON_GROUP_NAME: () => import_chunk_3E3QKWX4.BUTTON_GROUP_NAME,
|
|
26
|
+
Breadcrumb: () => import_chunk_3E3QKWX4.Breadcrumb,
|
|
27
|
+
Button: () => import_chunk_3E3QKWX4.Button,
|
|
28
|
+
ButtonGroup: () => import_chunk_3E3QKWX4.ButtonGroup,
|
|
29
|
+
Callout: () => import_chunk_3E3QKWX4.Callout,
|
|
30
|
+
Clipboard: () => import_chunk_3E3QKWX4.Clipboard,
|
|
31
|
+
ContextMenu: () => import_chunk_3E3QKWX4.ContextMenu,
|
|
32
|
+
DensityContext: () => import_chunk_3E3QKWX4.DensityContext,
|
|
33
|
+
DensityProvider: () => import_chunk_3E3QKWX4.DensityProvider,
|
|
34
|
+
Dialog: () => import_chunk_3E3QKWX4.Dialog,
|
|
35
|
+
DropdownMenu: () => import_chunk_3E3QKWX4.DropdownMenu,
|
|
36
|
+
ElevationContext: () => import_chunk_3E3QKWX4.ElevationContext,
|
|
37
|
+
ElevationProvider: () => import_chunk_3E3QKWX4.ElevationProvider,
|
|
38
|
+
Icon: () => import_chunk_3E3QKWX4.Icon,
|
|
39
|
+
IconButton: () => import_chunk_3E3QKWX4.IconButton,
|
|
40
|
+
Input: () => import_chunk_3E3QKWX4.Input,
|
|
41
|
+
LIST_ITEM_NAME: () => import_chunk_3E3QKWX4.LIST_ITEM_NAME,
|
|
42
|
+
LIST_NAME: () => import_chunk_3E3QKWX4.LIST_NAME,
|
|
43
|
+
Link: () => import_chunk_3E3QKWX4.Link,
|
|
44
|
+
List: () => import_chunk_3E3QKWX4.List,
|
|
45
|
+
ListItem: () => import_chunk_3E3QKWX4.ListItem,
|
|
46
|
+
Main: () => import_chunk_3E3QKWX4.Main,
|
|
47
|
+
Message: () => import_chunk_3E3QKWX4.Message,
|
|
48
|
+
Popover: () => import_chunk_3E3QKWX4.Popover,
|
|
49
|
+
ScrollArea: () => import_chunk_3E3QKWX4.ScrollArea,
|
|
50
|
+
Select: () => import_chunk_3E3QKWX4.Select,
|
|
51
|
+
Separator: () => import_chunk_3E3QKWX4.Separator,
|
|
52
|
+
Status: () => import_chunk_3E3QKWX4.Status,
|
|
53
|
+
Tag: () => import_chunk_3E3QKWX4.Tag,
|
|
54
|
+
ThemeContext: () => import_chunk_3E3QKWX4.ThemeContext,
|
|
55
|
+
ThemeProvider: () => import_chunk_3E3QKWX4.ThemeProvider,
|
|
56
|
+
Toast: () => import_chunk_3E3QKWX4.Toast,
|
|
57
|
+
Toggle: () => import_chunk_3E3QKWX4.Toggle,
|
|
58
|
+
ToggleGroup: () => import_chunk_3E3QKWX4.ToggleGroup,
|
|
59
|
+
ToggleGroupItem: () => import_chunk_3E3QKWX4.ToggleGroupItem,
|
|
60
|
+
Toolbar: () => import_chunk_3E3QKWX4.Toolbar,
|
|
61
|
+
Tooltip: () => import_chunk_3E3QKWX4.Tooltip,
|
|
61
62
|
Trans: () => import_react_i18next.Trans,
|
|
62
|
-
Tree: () =>
|
|
63
|
-
TreeItem: () =>
|
|
64
|
-
Treegrid: () =>
|
|
65
|
-
createDropdownMenuScope: () =>
|
|
66
|
-
createPopoverScope: () =>
|
|
67
|
-
createTooltipScope: () =>
|
|
68
|
-
hasIosKeyboard: () =>
|
|
69
|
-
initialSafeArea: () =>
|
|
70
|
-
isLabel: () =>
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
63
|
+
Tree: () => import_chunk_3E3QKWX4.Tree,
|
|
64
|
+
TreeItem: () => import_chunk_3E3QKWX4.TreeItem,
|
|
65
|
+
Treegrid: () => import_chunk_3E3QKWX4.Treegrid,
|
|
66
|
+
createDropdownMenuScope: () => import_chunk_3E3QKWX4.createDropdownMenuScope,
|
|
67
|
+
createPopoverScope: () => import_chunk_3E3QKWX4.createPopoverScope,
|
|
68
|
+
createTooltipScope: () => import_chunk_3E3QKWX4.createTooltipScope,
|
|
69
|
+
hasIosKeyboard: () => import_chunk_3E3QKWX4.hasIosKeyboard,
|
|
70
|
+
initialSafeArea: () => import_chunk_3E3QKWX4.initialSafeArea,
|
|
71
|
+
isLabel: () => import_chunk_3E3QKWX4.isLabel,
|
|
72
|
+
messageIcons: () => import_chunk_3E3QKWX4.messageIcons,
|
|
73
|
+
toLocalizedString: () => import_chunk_3E3QKWX4.toLocalizedString,
|
|
74
|
+
useAvatarContext: () => import_chunk_3E3QKWX4.useAvatarContext,
|
|
75
|
+
useButtonGroupContext: () => import_chunk_3E3QKWX4.useButtonGroupContext,
|
|
76
|
+
useClipboard: () => import_chunk_3E3QKWX4.useClipboard,
|
|
77
|
+
useDensityContext: () => import_chunk_3E3QKWX4.useDensityContext,
|
|
78
|
+
useDropdownMenuContext: () => import_chunk_3E3QKWX4.useDropdownMenuContext,
|
|
79
|
+
useDropdownMenuMenuScope: () => import_chunk_3E3QKWX4.useDropdownMenuMenuScope,
|
|
80
|
+
useElevationContext: () => import_chunk_3E3QKWX4.useElevationContext,
|
|
81
|
+
useIconHref: () => import_chunk_3E3QKWX4.useIconHref,
|
|
82
|
+
useLandmarkMover: () => import_chunk_3E3QKWX4.useLandmarkMover,
|
|
83
|
+
useListContext: () => import_chunk_3E3QKWX4.useListContext,
|
|
84
|
+
useListItemContext: () => import_chunk_3E3QKWX4.useListItemContext,
|
|
85
|
+
useMainContext: () => import_chunk_3E3QKWX4.useMainContext,
|
|
86
|
+
useSafeArea: () => import_chunk_3E3QKWX4.useSafeArea,
|
|
87
|
+
useSidebars: () => import_chunk_3E3QKWX4.useSidebars,
|
|
88
|
+
useThemeContext: () => import_chunk_3E3QKWX4.useThemeContext,
|
|
89
|
+
useTooltipContext: () => import_chunk_3E3QKWX4.useTooltipContext,
|
|
90
|
+
useTranslation: () => import_chunk_3E3QKWX4.useTranslation,
|
|
91
|
+
useTranslationsContext: () => import_chunk_3E3QKWX4.useTranslationsContext,
|
|
92
|
+
useVisualViewport: () => import_chunk_3E3QKWX4.useVisualViewport
|
|
91
93
|
});
|
|
92
94
|
module.exports = __toCommonJS(node_exports);
|
|
93
|
-
var
|
|
95
|
+
var import_chunk_3E3QKWX4 = require("./chunk-3E3QKWX4.cjs");
|
|
94
96
|
var import_react_i18next = require("react-i18next");
|
|
95
97
|
__reExport(node_exports, require("@dxos/react-hooks"), module.exports);
|
|
96
98
|
__reExport(node_exports, require("@dxos/react-ui-types"), module.exports);
|
|
@@ -103,6 +105,7 @@ __reExport(node_exports, require("@dxos/react-ui-types"), module.exports);
|
|
|
103
105
|
Breadcrumb,
|
|
104
106
|
Button,
|
|
105
107
|
ButtonGroup,
|
|
108
|
+
Callout,
|
|
106
109
|
Clipboard,
|
|
107
110
|
ContextMenu,
|
|
108
111
|
DensityContext,
|
|
@@ -145,6 +148,7 @@ __reExport(node_exports, require("@dxos/react-ui-types"), module.exports);
|
|
|
145
148
|
hasIosKeyboard,
|
|
146
149
|
initialSafeArea,
|
|
147
150
|
isLabel,
|
|
151
|
+
messageIcons,
|
|
148
152
|
toLocalizedString,
|
|
149
153
|
useAvatarContext,
|
|
150
154
|
useButtonGroupContext,
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/index.ts"],
|
|
4
4
|
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nexport { type TFunction } from 'i18next';\nexport { Trans } from 'react-i18next';\n\nexport * from '@dxos/react-hooks';\nexport * from '@dxos/react-ui-types';\n\nexport * from './components';\nexport * from './hooks';\nexport * from './util';\n"],
|
|
5
|
-
"mappings": "
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,2BAAsB;AAEtB,yBAAc;AACd,yBAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|