@lumx/react 2.1.6-alpha.4 → 2.1.8-alpha.0
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/esm/_internal/AlertDialog.js +1 -2
- package/esm/_internal/AlertDialog.js.map +1 -1
- package/esm/_internal/AutocompleteMultiple.js +1 -2
- package/esm/_internal/AutocompleteMultiple.js.map +1 -1
- package/esm/_internal/Button2.js +1 -1
- package/esm/_internal/Checkbox2.js +1 -2
- package/esm/_internal/Checkbox2.js.map +1 -1
- package/esm/_internal/DatePickerField.js +1 -1
- package/esm/_internal/DragHandle.js +1 -2
- package/esm/_internal/DragHandle.js.map +1 -1
- package/esm/_internal/ExpansionPanel.js +1 -1
- package/esm/_internal/Icon2.js +23 -3
- package/esm/_internal/Icon2.js.map +1 -1
- package/esm/_internal/IconButton.js +1 -1
- package/esm/_internal/Lightbox2.js +11 -5
- package/esm/_internal/Lightbox2.js.map +1 -1
- package/esm/_internal/Link2.js +1 -1
- package/esm/_internal/LinkPreview.js +1 -1
- package/esm/_internal/LinkPreview.js.map +1 -1
- package/esm/_internal/Message2.js +3 -3
- package/esm/_internal/Message2.js.map +1 -1
- package/esm/_internal/Notification2.js +1 -2
- package/esm/_internal/Notification2.js.map +1 -1
- package/esm/_internal/ProgressTrackerStepPanel.js +1 -2
- package/esm/_internal/ProgressTrackerStepPanel.js.map +1 -1
- package/esm/_internal/SelectMultiple.js +1 -2
- package/esm/_internal/SelectMultiple.js.map +1 -1
- package/esm/_internal/SideNavigationItem.js +1 -2
- package/esm/_internal/SideNavigationItem.js.map +1 -1
- package/esm/_internal/SlideshowControls.js +1 -1
- package/esm/_internal/TabPanel.js +1 -1
- package/esm/_internal/TableRow.js +1 -2
- package/esm/_internal/TableRow.js.map +1 -1
- package/esm/_internal/TextField.js +3 -4
- package/esm/_internal/TextField.js.map +1 -1
- package/esm/_internal/Thumbnail2.js +1 -2
- package/esm/_internal/Thumbnail2.js.map +1 -1
- package/esm/_internal/UserBlock.js +1 -0
- package/esm/_internal/UserBlock.js.map +1 -1
- package/esm/_internal/alert-dialog.js +1 -2
- package/esm/_internal/alert-dialog.js.map +1 -1
- package/esm/_internal/autocomplete.js +1 -2
- package/esm/_internal/autocomplete.js.map +1 -1
- package/esm/_internal/avatar.js +1 -2
- package/esm/_internal/avatar.js.map +1 -1
- package/esm/_internal/button.js +1 -1
- package/esm/_internal/checkbox.js +1 -2
- package/esm/_internal/checkbox.js.map +1 -1
- package/esm/_internal/comment-block.js +1 -2
- package/esm/_internal/comment-block.js.map +1 -1
- package/esm/_internal/date-picker.js +1 -2
- package/esm/_internal/date-picker.js.map +1 -1
- package/esm/_internal/drag-handle.js +1 -2
- package/esm/_internal/drag-handle.js.map +1 -1
- package/esm/_internal/expansion-panel.js +1 -2
- package/esm/_internal/expansion-panel.js.map +1 -1
- package/esm/_internal/flag.js +1 -1
- package/esm/_internal/icon.js +1 -1
- package/esm/_internal/image-block.js +1 -2
- package/esm/_internal/image-block.js.map +1 -1
- package/esm/_internal/lightbox.js +1 -2
- package/esm/_internal/lightbox.js.map +1 -1
- package/esm/_internal/link-preview.js +1 -2
- package/esm/_internal/link-preview.js.map +1 -1
- package/esm/_internal/link.js +1 -1
- package/esm/_internal/message.js +1 -2
- package/esm/_internal/message.js.map +1 -1
- package/esm/_internal/mosaic.js +1 -2
- package/esm/_internal/mosaic.js.map +1 -1
- package/esm/_internal/notification.js +1 -2
- package/esm/_internal/notification.js.map +1 -1
- package/esm/_internal/post-block.js +1 -2
- package/esm/_internal/post-block.js.map +1 -1
- package/esm/_internal/progress-tracker.js +1 -2
- package/esm/_internal/progress-tracker.js.map +1 -1
- package/esm/_internal/select.js +1 -2
- package/esm/_internal/select.js.map +1 -1
- package/esm/_internal/side-navigation.js +1 -2
- package/esm/_internal/side-navigation.js.map +1 -1
- package/esm/_internal/slideshow.js +1 -2
- package/esm/_internal/slideshow.js.map +1 -1
- package/esm/_internal/table.js +1 -2
- package/esm/_internal/table.js.map +1 -1
- package/esm/_internal/tabs.js +1 -1
- package/esm/_internal/text-field.js +1 -2
- package/esm/_internal/text-field.js.map +1 -1
- package/esm/_internal/thumbnail.js +1 -2
- package/esm/_internal/thumbnail.js.map +1 -1
- package/esm/_internal/uploader.js +1 -1
- package/esm/_internal/user-block.js +1 -2
- package/esm/_internal/user-block.js.map +1 -1
- package/esm/index.js +1 -2
- package/esm/index.js.map +1 -1
- package/package.json +10 -15
- package/src/components/alert-dialog/AlertDialog.stories.tsx +9 -2
- package/src/components/autocomplete/AutocompleteMultiple.stories.tsx +1 -1
- package/src/components/avatar/__snapshots__/Avatar.test.tsx.snap +30 -30
- package/src/components/comment-block/__snapshots__/CommentBlock.test.tsx.snap +1 -1
- package/src/components/dialog/Dialog.stories.tsx +9 -2
- package/src/components/icon/Icon.tsx +5 -0
- package/src/components/image-block/ImageBlock.stories.tsx +2 -2
- package/src/components/image-block/__snapshots__/ImageBlock.test.tsx.snap +1 -1
- package/src/components/lightbox/Lightbox.stories.tsx +82 -0
- package/src/components/lightbox/Lightbox.tsx +12 -4
- package/src/components/link-preview/LinkPreview.tsx +1 -1
- package/src/components/link-preview/__snapshots__/LinkPreview.test.tsx.snap +2 -2
- package/src/components/message/Message.tsx +3 -1
- package/src/components/mosaic/__snapshots__/Mosaic.test.tsx.snap +18 -18
- package/src/components/notification/Notifications.stories.tsx +16 -10
- package/src/components/skeleton/SkeletonCircle.stories.tsx +1 -1
- package/src/components/skeleton/SkeletonRectangle.stories.tsx +1 -1
- package/src/components/skeleton/SkeletonTypography.stories.tsx +1 -1
- package/src/components/slideshow/__snapshots__/Slideshow.test.tsx.snap +12 -12
- package/src/components/text-field/TextField.stories.tsx +30 -0
- package/src/components/text-field/TextField.tsx +11 -9
- package/src/components/thumbnail/Thumbnail.stories.tsx +2 -2
- package/src/components/thumbnail/__snapshots__/Thumbnail.test.tsx.snap +5 -5
- package/src/components/user-block/UserBlock.stories.tsx +4 -1
- package/src/components/user-block/UserBlock.tsx +1 -0
- package/src/components/user-block/__snapshots__/UserBlock.test.tsx.snap +10 -10
- package/src/stories/chromaticForceScreenSize.tsx +7 -0
- package/src/stories/generated/Autocomplete/Demos.stories.tsx +1 -1
- package/src/stories/generated/Avatar/Demos.stories.tsx +1 -1
- package/src/stories/generated/Badge/Demos.stories.tsx +1 -1
- package/src/stories/generated/Button/Demos.stories.tsx +1 -1
- package/src/stories/generated/Checkbox/Demos.stories.tsx +1 -1
- package/src/stories/generated/Chip/Demos.stories.tsx +1 -1
- package/src/stories/generated/CommentBlock/Demos.stories.tsx +1 -1
- package/src/stories/generated/DatePicker/Demos.stories.tsx +1 -1
- package/src/stories/generated/Dialog/Demos.stories.tsx +1 -1
- package/src/stories/generated/Divider/Demos.stories.tsx +1 -1
- package/src/stories/generated/Dropdown/Demos.stories.tsx +1 -1
- package/src/stories/generated/ExpansionPanel/Demos.stories.tsx +1 -1
- package/src/stories/generated/Icon/Demos.stories.tsx +1 -1
- package/src/stories/generated/ImageBlock/Demos.stories.tsx +1 -1
- package/src/stories/generated/Lightbox/Demos.stories.tsx +1 -1
- package/src/stories/generated/Link/Demos.stories.tsx +1 -1
- package/src/stories/generated/LinkPreview/Demos.stories.tsx +1 -1
- package/src/stories/generated/List/Demos.stories.tsx +1 -1
- package/src/stories/generated/Message/Demos.stories.tsx +1 -1
- package/src/stories/generated/Mosaic/Demos.stories.tsx +1 -1
- package/src/stories/generated/Notification/Demos.stories.tsx +1 -1
- package/src/stories/generated/Popover/Demos.stories.tsx +1 -1
- package/src/stories/generated/PostBlock/Demos.stories.tsx +1 -1
- package/src/stories/generated/Progress/Demos.stories.tsx +1 -1
- package/src/stories/generated/ProgressTracker/Demos.stories.tsx +1 -1
- package/src/stories/generated/RadioButton/Demos.stories.tsx +1 -1
- package/src/stories/generated/Select/Demos.stories.tsx +1 -1
- package/src/stories/generated/SideNavigation/Demos.stories.tsx +1 -1
- package/src/stories/generated/Skeleton/Demos.stories.tsx +1 -1
- package/src/stories/generated/Slider/Demos.stories.tsx +1 -1
- package/src/stories/generated/Slideshow/Demos.stories.tsx +1 -1
- package/src/stories/generated/Switch/Demos.stories.tsx +1 -1
- package/src/stories/generated/Table/Demos.stories.tsx +1 -1
- package/src/stories/generated/Tabs/Demos.stories.tsx +1 -1
- package/src/stories/generated/TextField/Demos.stories.tsx +1 -1
- package/src/stories/generated/Thumbnail/Demos.stories.tsx +1 -1
- package/src/stories/generated/Toolbar/Demos.stories.tsx +1 -1
- package/src/stories/generated/Tooltip/Demos.stories.tsx +1 -1
- package/src/stories/generated/Uploader/Demos.stories.tsx +1 -1
- package/src/stories/generated/UserBlock/Demos.stories.tsx +1 -1
- package/src/stories/knobs/enumKnob.ts +1 -1
- package/src/stories/knobs/image.ts +12 -12
- package/src/untypped-modules.d.ts +2 -0
- package/esm/_internal/mdi.js +0 -22
- package/esm/_internal/mdi.js.map +0 -1
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import '../index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
@@ -28,7 +28,6 @@ import './ClickAwayProvider.js';
|
|
|
28
28
|
import 'lodash/pull';
|
|
29
29
|
import './DragHandle.js';
|
|
30
30
|
export { E as ExpansionPanel } from './ExpansionPanel.js';
|
|
31
|
-
import './Icon2.js';
|
|
32
31
|
import './Tooltip2.js';
|
|
33
32
|
import 'lodash/debounce';
|
|
34
33
|
//# sourceMappingURL=expansion-panel.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expansion-panel.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"expansion-panel.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/esm/_internal/flag.js
CHANGED
|
@@ -2,10 +2,10 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
+
import './Icon2.js';
|
|
5
6
|
import 'lodash/isBoolean';
|
|
6
7
|
import 'lodash/isEmpty';
|
|
7
8
|
import 'lodash/kebabCase';
|
|
8
9
|
import 'lodash/noop';
|
|
9
10
|
export { F as Flag } from './Flag2.js';
|
|
10
|
-
import './Icon2.js';
|
|
11
11
|
//# sourceMappingURL=flag.js.map
|
package/esm/_internal/icon.js
CHANGED
|
@@ -2,9 +2,9 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
+
export { I as Icon } from './Icon2.js';
|
|
5
6
|
import 'lodash/isBoolean';
|
|
6
7
|
import 'lodash/isEmpty';
|
|
7
8
|
import 'lodash/kebabCase';
|
|
8
9
|
import 'lodash/noop';
|
|
9
|
-
export { I as Icon } from './Icon2.js';
|
|
10
10
|
//# sourceMappingURL=icon.js.map
|
|
@@ -2,14 +2,13 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
9
9
|
import 'lodash/noop';
|
|
10
10
|
import './constants.js';
|
|
11
11
|
import './mergeRefs.js';
|
|
12
|
-
import './Icon2.js';
|
|
13
12
|
import 'lodash/isObject';
|
|
14
13
|
export { a as ImageBlock, I as ImageBlockCaptionPosition } from './ImageBlock.js';
|
|
15
14
|
import './clamp.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-block.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"image-block.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import '../index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
@@ -21,7 +21,6 @@ import './ClickAwayProvider.js';
|
|
|
21
21
|
import 'lodash/pull';
|
|
22
22
|
import './useDelayedVisibility.js';
|
|
23
23
|
import './useDisableBodyScroll.js';
|
|
24
|
-
import './Icon2.js';
|
|
25
24
|
export { L as Lightbox } from './Lightbox2.js';
|
|
26
25
|
import './Tooltip2.js';
|
|
27
26
|
import 'lodash/debounce';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lightbox.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lightbox.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
@@ -10,7 +10,6 @@ import 'lodash/noop';
|
|
|
10
10
|
import './constants.js';
|
|
11
11
|
import './mergeRefs.js';
|
|
12
12
|
import './renderLink.js';
|
|
13
|
-
import './Icon2.js';
|
|
14
13
|
import './Link2.js';
|
|
15
14
|
export { L as LinkPreview } from './LinkPreview.js';
|
|
16
15
|
import './clamp.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-preview.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"link-preview.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
package/esm/_internal/link.js
CHANGED
|
@@ -2,11 +2,11 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
+
import './Icon2.js';
|
|
5
6
|
import 'lodash/isBoolean';
|
|
6
7
|
import 'lodash/isEmpty';
|
|
7
8
|
import 'lodash/kebabCase';
|
|
8
9
|
import 'lodash/noop';
|
|
9
10
|
import './renderLink.js';
|
|
10
|
-
import './Icon2.js';
|
|
11
11
|
export { L as Link } from './Link2.js';
|
|
12
12
|
//# sourceMappingURL=link.js.map
|
package/esm/_internal/message.js
CHANGED
|
@@ -2,11 +2,10 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
9
9
|
import 'lodash/noop';
|
|
10
|
-
import './Icon2.js';
|
|
11
10
|
export { M as Message } from './Message2.js';
|
|
12
11
|
//# sourceMappingURL=message.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"message.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
package/esm/_internal/mosaic.js
CHANGED
|
@@ -2,14 +2,13 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
9
9
|
import 'lodash/noop';
|
|
10
10
|
import './constants.js';
|
|
11
11
|
import './mergeRefs.js';
|
|
12
|
-
import './Icon2.js';
|
|
13
12
|
import 'lodash/take';
|
|
14
13
|
export { M as Mosaic } from './Mosaic2.js';
|
|
15
14
|
import './clamp.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mosaic.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mosaic.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
@@ -14,6 +14,5 @@ import './Button2.js';
|
|
|
14
14
|
import 'lodash/isFunction';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import './useDelayedVisibility.js';
|
|
17
|
-
import './Icon2.js';
|
|
18
17
|
export { N as Notification } from './Notification2.js';
|
|
19
18
|
//# sourceMappingURL=notification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notification.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -2,14 +2,13 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
9
9
|
import 'lodash/noop';
|
|
10
10
|
import './constants.js';
|
|
11
11
|
import './mergeRefs.js';
|
|
12
|
-
import './Icon2.js';
|
|
13
12
|
import 'lodash/isObject';
|
|
14
13
|
export { P as PostBlock } from './PostBlock.js';
|
|
15
14
|
import './clamp.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-block.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"post-block.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -2,14 +2,13 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import '../index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
9
9
|
import 'lodash/kebabCase';
|
|
10
10
|
import 'lodash/noop';
|
|
11
11
|
import './mergeRefs.js';
|
|
12
|
-
import './Icon2.js';
|
|
13
12
|
import './InputHelper.js';
|
|
14
13
|
import './InputLabel.js';
|
|
15
14
|
import './useRovingTabIndex.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress-tracker.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"progress-tracker.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
package/esm/_internal/select.js
CHANGED
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import '../index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
@@ -23,7 +23,6 @@ import './ClickAwayProvider.js';
|
|
|
23
23
|
import 'lodash/pull';
|
|
24
24
|
import './List2.js';
|
|
25
25
|
import './Dropdown2.js';
|
|
26
|
-
import './Icon2.js';
|
|
27
26
|
import './InputHelper.js';
|
|
28
27
|
import './InputLabel.js';
|
|
29
28
|
export { a as Select, c as SelectMultiple, b as SelectMultipleField, S as SelectVariant } from './SelectMultiple.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"select.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import '../index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
@@ -19,7 +19,6 @@ import './IconButton.js';
|
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './ClickAwayProvider.js';
|
|
21
21
|
import 'lodash/pull';
|
|
22
|
-
import './Icon2.js';
|
|
23
22
|
export { S as SideNavigation, a as SideNavigationItem } from './SideNavigationItem.js';
|
|
24
23
|
import './Tooltip2.js';
|
|
25
24
|
import 'lodash/debounce';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"side-navigation.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"side-navigation.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import '../index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
@@ -20,7 +20,6 @@ import 'lodash/range';
|
|
|
20
20
|
import 'react-dom';
|
|
21
21
|
import './ClickAwayProvider.js';
|
|
22
22
|
import 'lodash/pull';
|
|
23
|
-
import './Icon2.js';
|
|
24
23
|
export { S as Slideshow, b as SlideshowControls, a as SlideshowItem } from './SlideshowControls.js';
|
|
25
24
|
import './Tooltip2.js';
|
|
26
25
|
import 'lodash/debounce';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slideshow.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"slideshow.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/esm/_internal/table.js
CHANGED
|
@@ -2,12 +2,11 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
9
9
|
import 'lodash/noop';
|
|
10
10
|
import 'lodash/isFunction';
|
|
11
|
-
import './Icon2.js';
|
|
12
11
|
export { T as Table, a as TableBody, d as TableCell, c as TableCellVariant, e as TableHeader, f as TableRow, b as ThOrder } from './TableRow.js';
|
|
13
12
|
//# sourceMappingURL=table.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"table.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
package/esm/_internal/tabs.js
CHANGED
|
@@ -2,13 +2,13 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
+
import './Icon2.js';
|
|
5
6
|
import '../index2.js';
|
|
6
7
|
import 'lodash/isBoolean';
|
|
7
8
|
import 'lodash/isEmpty';
|
|
8
9
|
import 'lodash/kebabCase';
|
|
9
10
|
import 'lodash/noop';
|
|
10
11
|
import './mergeRefs.js';
|
|
11
|
-
import './Icon2.js';
|
|
12
12
|
import './useRovingTabIndex.js';
|
|
13
13
|
export { c as Tab, b as TabList, a as TabListLayout, d as TabPanel, T as TabProvider } from './TabPanel.js';
|
|
14
14
|
//# sourceMappingURL=tabs.js.map
|
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import '../index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
@@ -18,7 +18,6 @@ import './IconButton.js';
|
|
|
18
18
|
import 'react-dom';
|
|
19
19
|
import './ClickAwayProvider.js';
|
|
20
20
|
import 'lodash/pull';
|
|
21
|
-
import './Icon2.js';
|
|
22
21
|
import './InputHelper.js';
|
|
23
22
|
import './InputLabel.js';
|
|
24
23
|
export { T as TextField } from './TextField.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-field.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"text-field.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,14 +2,13 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
9
9
|
import 'lodash/noop';
|
|
10
10
|
import './constants.js';
|
|
11
11
|
import './mergeRefs.js';
|
|
12
|
-
import './Icon2.js';
|
|
13
12
|
import './clamp.js';
|
|
14
13
|
export { T as Thumbnail } from './Thumbnail2.js';
|
|
15
14
|
import 'lodash';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thumbnail.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"thumbnail.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -2,10 +2,10 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
+
import './Icon2.js';
|
|
5
6
|
import 'lodash/isBoolean';
|
|
6
7
|
import 'lodash/isEmpty';
|
|
7
8
|
import 'lodash/kebabCase';
|
|
8
9
|
import 'lodash/noop';
|
|
9
|
-
import './Icon2.js';
|
|
10
10
|
export { a as Uploader, U as UploaderVariant } from './Uploader2.js';
|
|
11
11
|
//# sourceMappingURL=uploader.js.map
|
|
@@ -2,7 +2,7 @@ import './_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
import './components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './getRootClassName.js';
|
|
5
|
-
import './
|
|
5
|
+
import './Icon2.js';
|
|
6
6
|
import 'lodash/isBoolean';
|
|
7
7
|
import 'lodash/isEmpty';
|
|
8
8
|
import 'lodash/kebabCase';
|
|
@@ -11,7 +11,6 @@ import './constants.js';
|
|
|
11
11
|
import './mergeRefs.js';
|
|
12
12
|
import './Avatar2.js';
|
|
13
13
|
import './renderLink.js';
|
|
14
|
-
import './Icon2.js';
|
|
15
14
|
import './clamp.js';
|
|
16
15
|
import './Thumbnail2.js';
|
|
17
16
|
import 'lodash';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-block.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"user-block.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
package/esm/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import './_internal/_rollupPluginBabelHelpers.js';
|
|
|
2
2
|
export { Alignment, AspectRatio, ColorPalette, ColorVariant, Emphasis, Kind, Orientation, Size, Theme, Typography, TypographyInterface, TypographyTitleCustom } from './_internal/components.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './_internal/getRootClassName.js';
|
|
5
|
-
|
|
5
|
+
export { I as Icon } from './_internal/Icon2.js';
|
|
6
6
|
import './index2.js';
|
|
7
7
|
import 'lodash/isBoolean';
|
|
8
8
|
import 'lodash/isEmpty';
|
|
@@ -53,7 +53,6 @@ export { F as Flag } from './_internal/Flag2.js';
|
|
|
53
53
|
import 'lodash/castArray';
|
|
54
54
|
export { F as FlexBox } from './_internal/FlexBox.js';
|
|
55
55
|
export { G as Grid, a as GridItem } from './_internal/GridItem.js';
|
|
56
|
-
export { I as Icon } from './_internal/Icon2.js';
|
|
57
56
|
import 'lodash/isObject';
|
|
58
57
|
export { a as ImageBlock, I as ImageBlockCaptionPosition } from './_internal/ImageBlock.js';
|
|
59
58
|
export { I as InputHelper } from './_internal/InputHelper.js';
|
package/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@juggle/resize-observer": "^3.2.0",
|
|
10
|
-
"@lumx/core": "^2.1.
|
|
11
|
-
"@lumx/icons": "^2.1.
|
|
10
|
+
"@lumx/core": "^2.1.8-alpha.0",
|
|
11
|
+
"@lumx/icons": "^2.1.8-alpha.0",
|
|
12
12
|
"@popperjs/core": "^2.5.4",
|
|
13
13
|
"body-scroll-lock": "^3.1.5",
|
|
14
14
|
"classnames": "^2.2.6",
|
|
@@ -23,18 +23,13 @@
|
|
|
23
23
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
|
24
24
|
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
|
|
25
25
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
26
|
+
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
27
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
|
|
26
28
|
"@babel/preset-env": "^7.8.3",
|
|
27
29
|
"@babel/preset-react": "^7.8.3",
|
|
28
30
|
"@babel/preset-typescript": "^7.12.7",
|
|
29
31
|
"@rollup/plugin-commonjs": "^15.0.0",
|
|
30
32
|
"@rollup/plugin-node-resolve": "9.0.0",
|
|
31
|
-
"@storybook/addon-a11y": "^5.3.21",
|
|
32
|
-
"@storybook/addon-actions": "^5.3.21",
|
|
33
|
-
"@storybook/addon-knobs": "^5.3.21",
|
|
34
|
-
"@storybook/addon-storysource": "^5.3.21",
|
|
35
|
-
"@storybook/addon-viewport": "^5.3.21",
|
|
36
|
-
"@storybook/core": "^5.3.21",
|
|
37
|
-
"@storybook/react": "^5.3.21",
|
|
38
33
|
"@types/body-scroll-lock": "^2.6.1",
|
|
39
34
|
"@types/classnames": "^2.2.9",
|
|
40
35
|
"@types/enzyme": "^3.10.5",
|
|
@@ -45,7 +40,7 @@
|
|
|
45
40
|
"@types/react-is": "^16.7.1",
|
|
46
41
|
"autoprefixer": "^9.7.4",
|
|
47
42
|
"babel-loader": "^8.0.6",
|
|
48
|
-
"chromatic": "^
|
|
43
|
+
"chromatic": "^6.0.6",
|
|
49
44
|
"core-js": "^3.6.4",
|
|
50
45
|
"dts-bundle-generator": "^5.5.0",
|
|
51
46
|
"enzyme": "^3.11.0",
|
|
@@ -120,11 +115,11 @@
|
|
|
120
115
|
"prepare": "install-peers || exit 0",
|
|
121
116
|
"prepublishOnly": "yarn build",
|
|
122
117
|
"test": "jest --config jest/index.js --coverage --notify --passWithNoTests --detectOpenHandles --runInBand",
|
|
123
|
-
"
|
|
124
|
-
"storybook": "
|
|
125
|
-
"build:storybook": "
|
|
118
|
+
"storybook": "yarn start:storybook",
|
|
119
|
+
"start:storybook": "cd storybook && ./start",
|
|
120
|
+
"build:storybook": "cd storybook && ./build"
|
|
126
121
|
},
|
|
127
122
|
"sideEffects": false,
|
|
128
|
-
"version": "2.1.
|
|
129
|
-
"gitHead": "
|
|
123
|
+
"version": "2.1.8-alpha.0",
|
|
124
|
+
"gitHead": "6cbc4962664dd018c884f1006c1c6b20f7ae183a"
|
|
130
125
|
}
|
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
import React, { RefObject, useRef, useState } from 'react';
|
|
2
2
|
import { Button, Theme, Link } from '@lumx/react';
|
|
3
|
+
import { DIALOG_TRANSITION_DURATION } from '@lumx/core/js/constants';
|
|
4
|
+
import { chromaticForceScreenSize } from '../../stories/chromaticForceScreenSize';
|
|
3
5
|
import { AlertDialog } from './AlertDialog';
|
|
4
6
|
|
|
5
7
|
export default {
|
|
6
8
|
title: 'LumX components/alert-dialog/AlertDialog',
|
|
7
9
|
parameters: {
|
|
8
|
-
//
|
|
9
|
-
chromatic: {
|
|
10
|
+
// Delay Chromatic snapshot to wait for dialog to open.
|
|
11
|
+
chromatic: {
|
|
12
|
+
pauseAnimationAtEnd: true,
|
|
13
|
+
delay: DIALOG_TRANSITION_DURATION,
|
|
14
|
+
},
|
|
10
15
|
},
|
|
16
|
+
// Force minimum chromatic screen size to make sure the dialog appears in view.
|
|
17
|
+
decorators: [chromaticForceScreenSize],
|
|
11
18
|
};
|
|
12
19
|
|
|
13
20
|
const defaultProps = {
|
|
@@ -6,7 +6,7 @@ import { mdiClose, mdiFlag } from '@lumx/icons';
|
|
|
6
6
|
|
|
7
7
|
import { CITIES } from './__mockData__';
|
|
8
8
|
|
|
9
|
-
export default { title: 'LumX components/autocomplete/
|
|
9
|
+
export default { title: 'LumX components/autocomplete/AutocompleteMultiple' };
|
|
10
10
|
|
|
11
11
|
interface City {
|
|
12
12
|
id: string;
|