@lumx/react 3.1.1 → 3.1.3-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/{dist/CONTRIBUTING.md → CONTRIBUTING.md} +0 -0
- package/{dist/LICENSE.md → LICENSE.md} +0 -0
- package/{dist/_internal → _internal}/ClickAwayProvider.js +0 -0
- package/{dist/_internal → _internal}/ClickAwayProvider.js.map +0 -0
- package/{dist/_internal → _internal}/types.d.ts +1 -1
- package/{dist/index.d.ts → index.d.ts} +5 -5
- package/{dist/index.js → index.js} +4 -4
- package/{dist/index.js.map → index.js.map} +1 -1
- package/package.json +3 -3
- package/src/components/expansion-panel/ExpansionPanel.stories.tsx +65 -0
- package/src/components/expansion-panel/ExpansionPanel.test.tsx +2 -2
- package/src/components/expansion-panel/ExpansionPanel.tsx +8 -8
- package/{dist/utils → utils}/index.d.ts +0 -0
- package/{dist/utils → utils}/index.js +0 -0
- package/{dist/utils → utils}/index.js.map +0 -0
- package/dist/README.md +0 -38
- package/dist/package.json +0 -117
- package/dist/src/components/alert-dialog/AlertDialog.stories.tsx +0 -196
- package/dist/src/components/alert-dialog/AlertDialog.test.tsx +0 -43
- package/dist/src/components/alert-dialog/AlertDialog.tsx +0 -185
- package/dist/src/components/alert-dialog/__snapshots__/AlertDialog.test.tsx.snap +0 -551
- package/dist/src/components/alert-dialog/index.ts +0 -1
- package/dist/src/components/autocomplete/Autocomplete.stories.tsx +0 -70
- package/dist/src/components/autocomplete/Autocomplete.test.tsx +0 -181
- package/dist/src/components/autocomplete/Autocomplete.tsx +0 -292
- package/dist/src/components/autocomplete/AutocompleteMultiple.stories.tsx +0 -170
- package/dist/src/components/autocomplete/AutocompleteMultiple.test.tsx +0 -94
- package/dist/src/components/autocomplete/AutocompleteMultiple.tsx +0 -156
- package/dist/src/components/autocomplete/__mockData__/index.ts +0 -34
- package/dist/src/components/autocomplete/__snapshots__/Autocomplete.test.tsx.snap +0 -213
- package/dist/src/components/autocomplete/__snapshots__/AutocompleteMultiple.test.tsx.snap +0 -88
- package/dist/src/components/autocomplete/index.ts +0 -2
- package/dist/src/components/avatar/Avatar.stories.tsx +0 -92
- package/dist/src/components/avatar/Avatar.test.tsx +0 -39
- package/dist/src/components/avatar/Avatar.tsx +0 -112
- package/dist/src/components/avatar/__snapshots__/Avatar.test.tsx.snap +0 -681
- package/dist/src/components/avatar/index.ts +0 -1
- package/dist/src/components/badge/Badge.stories.tsx +0 -45
- package/dist/src/components/badge/Badge.test.tsx +0 -91
- package/dist/src/components/badge/Badge.tsx +0 -55
- package/dist/src/components/badge/__snapshots__/Badge.test.tsx.snap +0 -11
- package/dist/src/components/badge/index.ts +0 -1
- package/dist/src/components/button/Button.stories.tsx +0 -156
- package/dist/src/components/button/Button.test.tsx +0 -152
- package/dist/src/components/button/Button.tsx +0 -81
- package/dist/src/components/button/ButtonGroup.test.tsx +0 -66
- package/dist/src/components/button/ButtonGroup.tsx +0 -46
- package/dist/src/components/button/ButtonRoot.test.tsx +0 -203
- package/dist/src/components/button/ButtonRoot.tsx +0 -190
- package/dist/src/components/button/IconButton.test.tsx +0 -103
- package/dist/src/components/button/IconButton.tsx +0 -80
- package/dist/src/components/button/__snapshots__/Button.test.tsx.snap +0 -96
- package/dist/src/components/button/__snapshots__/ButtonGroup.test.tsx.snap +0 -22
- package/dist/src/components/button/__snapshots__/ButtonRoot.test.tsx.snap +0 -160
- package/dist/src/components/button/__snapshots__/IconButton.test.tsx.snap +0 -83
- package/dist/src/components/button/index.ts +0 -4
- package/dist/src/components/checkbox/Checkbox.stories.tsx +0 -37
- package/dist/src/components/checkbox/Checkbox.test.tsx +0 -114
- package/dist/src/components/checkbox/Checkbox.tsx +0 -145
- package/dist/src/components/checkbox/__snapshots__/Checkbox.test.tsx.snap +0 -141
- package/dist/src/components/checkbox/index.ts +0 -1
- package/dist/src/components/chip/Chip.stories.tsx +0 -21
- package/dist/src/components/chip/Chip.test.tsx +0 -199
- package/dist/src/components/chip/Chip.tsx +0 -154
- package/dist/src/components/chip/ChipGroup.test.tsx +0 -29
- package/dist/src/components/chip/ChipGroup.tsx +0 -62
- package/dist/src/components/chip/__snapshots__/Chip.test.tsx.snap +0 -12
- package/dist/src/components/chip/__snapshots__/ChipGroup.test.tsx.snap +0 -29
- package/dist/src/components/chip/index.ts +0 -2
- package/dist/src/components/comment-block/CommentBlock.stories.tsx +0 -30
- package/dist/src/components/comment-block/CommentBlock.test.tsx +0 -28
- package/dist/src/components/comment-block/CommentBlock.tsx +0 -174
- package/dist/src/components/comment-block/__snapshots__/CommentBlock.test.tsx.snap +0 -92
- package/dist/src/components/comment-block/index.ts +0 -1
- package/dist/src/components/date-picker/DatePicker.test.tsx +0 -41
- package/dist/src/components/date-picker/DatePicker.tsx +0 -56
- package/dist/src/components/date-picker/DatePickerControlled.test.tsx +0 -44
- package/dist/src/components/date-picker/DatePickerControlled.tsx +0 -128
- package/dist/src/components/date-picker/DatePickerField.stories.tsx +0 -93
- package/dist/src/components/date-picker/DatePickerField.test.tsx +0 -47
- package/dist/src/components/date-picker/DatePickerField.tsx +0 -141
- package/dist/src/components/date-picker/__snapshots__/DatePicker.test.tsx.snap +0 -22
- package/dist/src/components/date-picker/__snapshots__/DatePickerControlled.test.tsx.snap +0 -597
- package/dist/src/components/date-picker/__snapshots__/DatePickerField.test.tsx.snap +0 -43
- package/dist/src/components/date-picker/constants.ts +0 -11
- package/dist/src/components/date-picker/index.ts +0 -4
- package/dist/src/components/date-picker/types.ts +0 -28
- package/dist/src/components/dialog/Dialog.stories.tsx +0 -426
- package/dist/src/components/dialog/Dialog.test.tsx +0 -93
- package/dist/src/components/dialog/Dialog.tsx +0 -263
- package/dist/src/components/dialog/__snapshots__/Dialog.test.tsx.snap +0 -960
- package/dist/src/components/dialog/index.ts +0 -1
- package/dist/src/components/divider/Divider.test.tsx +0 -93
- package/dist/src/components/divider/Divider.tsx +0 -51
- package/dist/src/components/divider/__snapshots__/Divider.test.tsx.snap +0 -9
- package/dist/src/components/divider/index.ts +0 -1
- package/dist/src/components/drag-handle/DragHandle.tsx +0 -50
- package/dist/src/components/drag-handle/index.ts +0 -1
- package/dist/src/components/dropdown/Dropdown.stories.tsx +0 -216
- package/dist/src/components/dropdown/Dropdown.test.tsx +0 -97
- package/dist/src/components/dropdown/Dropdown.tsx +0 -184
- package/dist/src/components/dropdown/__snapshots__/Dropdown.test.tsx.snap +0 -35
- package/dist/src/components/dropdown/index.ts +0 -1
- package/dist/src/components/expansion-panel/ExpansionPanel.test.tsx +0 -116
- package/dist/src/components/expansion-panel/ExpansionPanel.tsx +0 -170
- package/dist/src/components/expansion-panel/index.ts +0 -1
- package/dist/src/components/flag/Flag.stories.tsx +0 -23
- package/dist/src/components/flag/Flag.test.tsx +0 -86
- package/dist/src/components/flag/Flag.tsx +0 -47
- package/dist/src/components/flag/__snapshots__/Flag.test.tsx.snap +0 -133
- package/dist/src/components/flag/index.ts +0 -1
- package/dist/src/components/flex-box/FlexBox.stories.tsx +0 -245
- package/dist/src/components/flex-box/FlexBox.test.tsx +0 -65
- package/dist/src/components/flex-box/FlexBox.tsx +0 -98
- package/dist/src/components/flex-box/__snapshots__/FlexBox.test.tsx.snap +0 -492
- package/dist/src/components/flex-box/index.ts +0 -1
- package/dist/src/components/generic-block/GenericBlock.stories.jsx +0 -128
- package/dist/src/components/generic-block/GenericBlock.test.tsx +0 -152
- package/dist/src/components/generic-block/GenericBlock.tsx +0 -222
- package/dist/src/components/generic-block/constants.ts +0 -9
- package/dist/src/components/generic-block/index.ts +0 -2
- package/dist/src/components/grid/Grid.tsx +0 -73
- package/dist/src/components/grid/GridItem.tsx +0 -54
- package/dist/src/components/grid/index.ts +0 -2
- package/dist/src/components/grid-column/GridColumn.stories.jsx +0 -56
- package/dist/src/components/grid-column/GridColumn.test.jsx +0 -58
- package/dist/src/components/grid-column/GridColumn.tsx +0 -90
- package/dist/src/components/grid-column/index.ts +0 -1
- package/dist/src/components/heading/Heading.stories.tsx +0 -108
- package/dist/src/components/heading/Heading.test.tsx +0 -82
- package/dist/src/components/heading/Heading.tsx +0 -63
- package/dist/src/components/heading/HeadingLevelProvider.tsx +0 -30
- package/dist/src/components/heading/constants.ts +0 -16
- package/dist/src/components/heading/context.tsx +0 -13
- package/dist/src/components/heading/index.ts +0 -3
- package/dist/src/components/heading/useHeadingLevel.tsx +0 -8
- package/dist/src/components/icon/Icon.stories.tsx +0 -76
- package/dist/src/components/icon/Icon.test.tsx +0 -102
- package/dist/src/components/icon/Icon.tsx +0 -121
- package/dist/src/components/icon/__snapshots__/Icon.test.tsx.snap +0 -49
- package/dist/src/components/icon/index.ts +0 -1
- package/dist/src/components/image-block/ImageBlock.stories.tsx +0 -52
- package/dist/src/components/image-block/ImageBlock.test.tsx +0 -28
- package/dist/src/components/image-block/ImageBlock.tsx +0 -151
- package/dist/src/components/image-block/__snapshots__/ImageBlock.test.tsx.snap +0 -64
- package/dist/src/components/image-block/index.ts +0 -1
- package/dist/src/components/index.ts +0 -176
- package/dist/src/components/inline-list/InlineList.stories.tsx +0 -40
- package/dist/src/components/inline-list/InlineList.test.tsx +0 -41
- package/dist/src/components/inline-list/InlineList.tsx +0 -82
- package/dist/src/components/inline-list/index.ts +0 -1
- package/dist/src/components/input-helper/InputHelper.stories.tsx +0 -29
- package/dist/src/components/input-helper/InputHelper.test.tsx +0 -107
- package/dist/src/components/input-helper/InputHelper.tsx +0 -61
- package/dist/src/components/input-helper/__snapshots__/InputHelper.test.tsx.snap +0 -9
- package/dist/src/components/input-helper/constants.ts +0 -11
- package/dist/src/components/input-helper/index.ts +0 -1
- package/dist/src/components/input-label/InputLabel.stories.tsx +0 -15
- package/dist/src/components/input-label/InputLabel.test.tsx +0 -86
- package/dist/src/components/input-label/InputLabel.tsx +0 -59
- package/dist/src/components/input-label/__snapshots__/InputLabel.test.tsx.snap +0 -10
- package/dist/src/components/input-label/index.ts +0 -1
- package/dist/src/components/lightbox/Lightbox.stories.tsx +0 -83
- package/dist/src/components/lightbox/Lightbox.test.tsx +0 -30
- package/dist/src/components/lightbox/Lightbox.tsx +0 -153
- package/dist/src/components/lightbox/__snapshots__/Lightbox.test.tsx.snap +0 -194
- package/dist/src/components/lightbox/index.ts +0 -1
- package/dist/src/components/link/Link.stories.tsx +0 -141
- package/dist/src/components/link/Link.test.tsx +0 -60
- package/dist/src/components/link/Link.tsx +0 -156
- package/dist/src/components/link/__snapshots__/Link.test.tsx.snap +0 -29
- package/dist/src/components/link/index.ts +0 -1
- package/dist/src/components/link-preview/LinkPreview.stories.tsx +0 -88
- package/dist/src/components/link-preview/LinkPreview.test.tsx +0 -102
- package/dist/src/components/link-preview/LinkPreview.tsx +0 -158
- package/dist/src/components/link-preview/index.ts +0 -1
- package/dist/src/components/list/List.stories.tsx +0 -141
- package/dist/src/components/list/List.test.tsx +0 -29
- package/dist/src/components/list/List.tsx +0 -94
- package/dist/src/components/list/ListDivider.stories.tsx +0 -7
- package/dist/src/components/list/ListDivider.test.tsx +0 -29
- package/dist/src/components/list/ListDivider.tsx +0 -42
- package/dist/src/components/list/ListItem.stories.tsx +0 -62
- package/dist/src/components/list/ListItem.test.tsx +0 -29
- package/dist/src/components/list/ListItem.tsx +0 -154
- package/dist/src/components/list/ListSubheader.stories.tsx +0 -8
- package/dist/src/components/list/ListSubheader.test.tsx +0 -29
- package/dist/src/components/list/ListSubheader.tsx +0 -43
- package/dist/src/components/list/__snapshots__/List.test.tsx.snap +0 -360
- package/dist/src/components/list/__snapshots__/ListDivider.test.tsx.snap +0 -7
- package/dist/src/components/list/__snapshots__/ListItem.test.tsx.snap +0 -160
- package/dist/src/components/list/__snapshots__/ListSubheader.test.tsx.snap +0 -9
- package/dist/src/components/list/index.ts +0 -4
- package/dist/src/components/list/useInteractiveList.tsx +0 -202
- package/dist/src/components/message/Message.stories.tsx +0 -27
- package/dist/src/components/message/Message.test.tsx +0 -76
- package/dist/src/components/message/Message.tsx +0 -74
- package/dist/src/components/message/__snapshots__/Message.test.tsx.snap +0 -15
- package/dist/src/components/message/index.ts +0 -1
- package/dist/src/components/mosaic/Mosaic.stories.tsx +0 -85
- package/dist/src/components/mosaic/Mosaic.test.tsx +0 -120
- package/dist/src/components/mosaic/Mosaic.tsx +0 -95
- package/dist/src/components/mosaic/__snapshots__/Mosaic.test.tsx.snap +0 -357
- package/dist/src/components/mosaic/index.ts +0 -1
- package/dist/src/components/notification/Notification.test.tsx +0 -108
- package/dist/src/components/notification/Notification.tsx +0 -130
- package/dist/src/components/notification/Notifications.stories.tsx +0 -77
- package/dist/src/components/notification/__snapshots__/Notification.test.tsx.snap +0 -34
- package/dist/src/components/notification/constants.ts +0 -28
- package/dist/src/components/notification/index.ts +0 -1
- package/dist/src/components/popover/Popover.stories.tsx +0 -386
- package/dist/src/components/popover/Popover.test.tsx +0 -30
- package/dist/src/components/popover/Popover.tsx +0 -382
- package/dist/src/components/popover/__snapshots__/Popover.test.tsx.snap +0 -343
- package/dist/src/components/popover/index.ts +0 -1
- package/dist/src/components/popover-dialog/PopoverDialog.stories.tsx +0 -75
- package/dist/src/components/popover-dialog/PopoverDialog.test.tsx +0 -65
- package/dist/src/components/popover-dialog/PopoverDialog.tsx +0 -65
- package/dist/src/components/popover-dialog/index.tsx +0 -1
- package/dist/src/components/post-block/PostBlock.test.tsx +0 -28
- package/dist/src/components/post-block/PostBlock.tsx +0 -123
- package/dist/src/components/post-block/__snapshots__/PostBlock.test.tsx.snap +0 -139
- package/dist/src/components/post-block/index.ts +0 -1
- package/dist/src/components/progress/Progress.tsx +0 -68
- package/dist/src/components/progress/ProgressCircular.stories.tsx +0 -18
- package/dist/src/components/progress/ProgressCircular.test.tsx +0 -49
- package/dist/src/components/progress/ProgressCircular.tsx +0 -68
- package/dist/src/components/progress/ProgressLinear.stories.tsx +0 -8
- package/dist/src/components/progress/ProgressLinear.test.tsx +0 -37
- package/dist/src/components/progress/ProgressLinear.tsx +0 -52
- package/dist/src/components/progress/index.ts +0 -3
- package/dist/src/components/progress-tracker/ProgressTracker.stories.tsx +0 -145
- package/dist/src/components/progress-tracker/ProgressTracker.test.tsx +0 -57
- package/dist/src/components/progress-tracker/ProgressTracker.tsx +0 -89
- package/dist/src/components/progress-tracker/ProgressTrackerProvider.test.tsx +0 -42
- package/dist/src/components/progress-tracker/ProgressTrackerProvider.tsx +0 -66
- package/dist/src/components/progress-tracker/ProgressTrackerStep.test.tsx +0 -128
- package/dist/src/components/progress-tracker/ProgressTrackerStep.tsx +0 -159
- package/dist/src/components/progress-tracker/ProgressTrackerStepPanel.test.tsx +0 -73
- package/dist/src/components/progress-tracker/ProgressTrackerStepPanel.tsx +0 -67
- package/dist/src/components/progress-tracker/__snapshots__/ProgressTracker.test.tsx.snap +0 -41
- package/dist/src/components/progress-tracker/__snapshots__/ProgressTrackerStep.test.tsx.snap +0 -141
- package/dist/src/components/progress-tracker/__snapshots__/ProgressTrackerStepPanel.test.tsx.snap +0 -25
- package/dist/src/components/progress-tracker/index.ts +0 -4
- package/dist/src/components/radio-button/RadioButton.stories.tsx +0 -28
- package/dist/src/components/radio-button/RadioButton.test.tsx +0 -123
- package/dist/src/components/radio-button/RadioButton.tsx +0 -141
- package/dist/src/components/radio-button/RadioGroup.stories.tsx +0 -42
- package/dist/src/components/radio-button/RadioGroup.test.tsx +0 -77
- package/dist/src/components/radio-button/RadioGroup.tsx +0 -52
- package/dist/src/components/radio-button/__snapshots__/RadioButton.test.tsx.snap +0 -113
- package/dist/src/components/radio-button/__snapshots__/RadioGroup.test.tsx.snap +0 -26
- package/dist/src/components/radio-button/index.ts +0 -2
- package/dist/src/components/select/Select.stories.tsx +0 -399
- package/dist/src/components/select/Select.test.tsx +0 -359
- package/dist/src/components/select/Select.tsx +0 -193
- package/dist/src/components/select/SelectMultiple.stories.tsx +0 -227
- package/dist/src/components/select/SelectMultiple.test.tsx +0 -405
- package/dist/src/components/select/SelectMultiple.tsx +0 -198
- package/dist/src/components/select/WithSelectContext.tsx +0 -143
- package/dist/src/components/select/__snapshots__/Select.test.tsx.snap +0 -43
- package/dist/src/components/select/__snapshots__/SelectMultiple.test.tsx.snap +0 -87
- package/dist/src/components/select/constants.ts +0 -53
- package/dist/src/components/select/index.ts +0 -2
- package/dist/src/components/side-navigation/SideNavigation.stories.tsx +0 -191
- package/dist/src/components/side-navigation/SideNavigation.test.tsx +0 -52
- package/dist/src/components/side-navigation/SideNavigation.tsx +0 -54
- package/dist/src/components/side-navigation/SideNavigationItem.test.tsx +0 -175
- package/dist/src/components/side-navigation/SideNavigationItem.tsx +0 -162
- package/dist/src/components/side-navigation/__snapshots__/SideNavigation.test.tsx.snap +0 -7
- package/dist/src/components/side-navigation/__snapshots__/SideNavigationItem.test.tsx.snap +0 -30
- package/dist/src/components/side-navigation/index.ts +0 -2
- package/dist/src/components/skeleton/SkeletonCircle.stories.tsx +0 -25
- package/dist/src/components/skeleton/SkeletonCircle.test.tsx +0 -28
- package/dist/src/components/skeleton/SkeletonCircle.tsx +0 -52
- package/dist/src/components/skeleton/SkeletonRectangle.stories.tsx +0 -107
- package/dist/src/components/skeleton/SkeletonRectangle.test.tsx +0 -28
- package/dist/src/components/skeleton/SkeletonRectangle.tsx +0 -78
- package/dist/src/components/skeleton/SkeletonTypography.stories.tsx +0 -26
- package/dist/src/components/skeleton/SkeletonTypography.test.tsx +0 -28
- package/dist/src/components/skeleton/SkeletonTypography.tsx +0 -57
- package/dist/src/components/skeleton/__snapshots__/SkeletonCircle.test.tsx.snap +0 -54
- package/dist/src/components/skeleton/__snapshots__/SkeletonRectangle.test.tsx.snap +0 -177
- package/dist/src/components/skeleton/__snapshots__/SkeletonTypography.test.tsx.snap +0 -174
- package/dist/src/components/skeleton/index.ts +0 -3
- package/dist/src/components/slider/Slider.stories.tsx +0 -29
- package/dist/src/components/slider/Slider.test.tsx +0 -31
- package/dist/src/components/slider/Slider.tsx +0 -299
- package/dist/src/components/slider/__snapshots__/Slider.test.tsx.snap +0 -122
- package/dist/src/components/slider/index.ts +0 -2
- package/dist/src/components/slideshow/Slides.tsx +0 -124
- package/dist/src/components/slideshow/Slideshow.stories.tsx +0 -212
- package/dist/src/components/slideshow/Slideshow.test.tsx +0 -39
- package/dist/src/components/slideshow/Slideshow.tsx +0 -170
- package/dist/src/components/slideshow/SlideshowControls.stories.tsx +0 -112
- package/dist/src/components/slideshow/SlideshowControls.tsx +0 -241
- package/dist/src/components/slideshow/SlideshowItem.tsx +0 -52
- package/dist/src/components/slideshow/SlideshowItemGroup.tsx +0 -64
- package/dist/src/components/slideshow/__snapshots__/Slideshow.test.tsx.snap +0 -157
- package/dist/src/components/slideshow/constants.ts +0 -24
- package/dist/src/components/slideshow/index.ts +0 -4
- package/dist/src/components/slideshow/useKeyNavigate.ts +0 -28
- package/dist/src/components/slideshow/usePaginationVisibleRange.ts +0 -37
- package/dist/src/components/slideshow/useSlideFocusManagement.tsx +0 -92
- package/dist/src/components/slideshow/useSwipeNavigate.ts +0 -18
- package/dist/src/components/switch/Switch.stories.tsx +0 -36
- package/dist/src/components/switch/Switch.test.tsx +0 -189
- package/dist/src/components/switch/Switch.tsx +0 -141
- package/dist/src/components/switch/__snapshots__/Switch.test.tsx.snap +0 -179
- package/dist/src/components/switch/index.ts +0 -1
- package/dist/src/components/table/Table.test.tsx +0 -28
- package/dist/src/components/table/Table.tsx +0 -59
- package/dist/src/components/table/TableBody.test.tsx +0 -22
- package/dist/src/components/table/TableBody.tsx +0 -44
- package/dist/src/components/table/TableCell.test.tsx +0 -23
- package/dist/src/components/table/TableCell.tsx +0 -125
- package/dist/src/components/table/TableHeader.test.tsx +0 -22
- package/dist/src/components/table/TableHeader.tsx +0 -50
- package/dist/src/components/table/TableRow.test.tsx +0 -22
- package/dist/src/components/table/TableRow.tsx +0 -68
- package/dist/src/components/table/__snapshots__/Table.test.tsx.snap +0 -263
- package/dist/src/components/table/index.ts +0 -5
- package/dist/src/components/tabs/Tab.test.tsx +0 -116
- package/dist/src/components/tabs/Tab.tsx +0 -120
- package/dist/src/components/tabs/TabList.test.tsx +0 -80
- package/dist/src/components/tabs/TabList.tsx +0 -82
- package/dist/src/components/tabs/TabPanel.test.tsx +0 -74
- package/dist/src/components/tabs/TabPanel.tsx +0 -65
- package/dist/src/components/tabs/TabProvider.test.tsx +0 -42
- package/dist/src/components/tabs/TabProvider.tsx +0 -59
- package/dist/src/components/tabs/Tabs.stories.tsx +0 -134
- package/dist/src/components/tabs/__snapshots__/Tab.test.tsx.snap +0 -62
- package/dist/src/components/tabs/__snapshots__/TabList.test.tsx.snap +0 -22
- package/dist/src/components/tabs/__snapshots__/TabPanel.test.tsx.snap +0 -25
- package/dist/src/components/tabs/index.ts +0 -4
- package/dist/src/components/tabs/state.ts +0 -116
- package/dist/src/components/tabs/test.mocks.ts +0 -33
- package/dist/src/components/text/Text.stories.jsx +0 -75
- package/dist/src/components/text/Text.test.tsx +0 -108
- package/dist/src/components/text/Text.tsx +0 -121
- package/dist/src/components/text/index.ts +0 -1
- package/dist/src/components/text-field/TextField.stories.tsx +0 -169
- package/dist/src/components/text-field/TextField.test.tsx +0 -171
- package/dist/src/components/text-field/TextField.tsx +0 -432
- package/dist/src/components/text-field/__snapshots__/TextField.test.tsx.snap +0 -42
- package/dist/src/components/text-field/index.ts +0 -1
- package/dist/src/components/thumbnail/Thumbnail.stories.tsx +0 -510
- package/dist/src/components/thumbnail/Thumbnail.test.tsx +0 -46
- package/dist/src/components/thumbnail/Thumbnail.tsx +0 -222
- package/dist/src/components/thumbnail/__snapshots__/Thumbnail.test.tsx.snap +0 -130
- package/dist/src/components/thumbnail/index.ts +0 -3
- package/dist/src/components/thumbnail/types.ts +0 -39
- package/dist/src/components/thumbnail/useFocusPointStyle.test.ts +0 -92
- package/dist/src/components/thumbnail/useFocusPointStyle.tsx +0 -111
- package/dist/src/components/thumbnail/useImageLoad.ts +0 -40
- package/dist/src/components/toolbar/Toolbar.tsx +0 -67
- package/dist/src/components/toolbar/index.ts +0 -1
- package/dist/src/components/tooltip/Tooltip.stories.tsx +0 -172
- package/dist/src/components/tooltip/Tooltip.test.tsx +0 -105
- package/dist/src/components/tooltip/Tooltip.tsx +0 -122
- package/dist/src/components/tooltip/__snapshots__/Tooltip.test.tsx.snap +0 -233
- package/dist/src/components/tooltip/index.ts +0 -1
- package/dist/src/components/tooltip/useInjectTooltipRef.tsx +0 -44
- package/dist/src/components/tooltip/useTooltipOpen.tsx +0 -113
- package/dist/src/components/uploader/Uploader.test.tsx +0 -87
- package/dist/src/components/uploader/Uploader.tsx +0 -105
- package/dist/src/components/uploader/__snapshots__/Uploader.test.tsx.snap +0 -14
- package/dist/src/components/uploader/index.ts +0 -1
- package/dist/src/components/user-block/UserBlock.stories.tsx +0 -76
- package/dist/src/components/user-block/UserBlock.test.tsx +0 -38
- package/dist/src/components/user-block/UserBlock.tsx +0 -179
- package/dist/src/components/user-block/__snapshots__/UserBlock.test.tsx.snap +0 -362
- package/dist/src/components/user-block/index.ts +0 -1
- package/dist/src/constants.ts +0 -17
- package/dist/src/hooks/useBooleanState.tsx +0 -13
- package/dist/src/hooks/useCallbackOnEscape.ts +0 -34
- package/dist/src/hooks/useChipGroupNavigation.tsx +0 -75
- package/dist/src/hooks/useClickAway.tsx +0 -47
- package/dist/src/hooks/useDisableBodyScroll.ts +0 -28
- package/dist/src/hooks/useEventCallback.tsx +0 -17
- package/dist/src/hooks/useFocus.tsx +0 -21
- package/dist/src/hooks/useFocusTrap.ts +0 -85
- package/dist/src/hooks/useFocusWithin.ts +0 -33
- package/dist/src/hooks/useInfiniteScroll.tsx +0 -60
- package/dist/src/hooks/useIntersectionObserver.tsx +0 -43
- package/dist/src/hooks/useInterval.tsx +0 -31
- package/dist/src/hooks/useKeyboardListNavigation.tsx +0 -204
- package/dist/src/hooks/useListenFocus.tsx +0 -26
- package/dist/src/hooks/useOnResize.ts +0 -41
- package/dist/src/hooks/useRovingTabIndex.tsx +0 -90
- package/dist/src/hooks/useSlideshowControls.ts +0 -243
- package/dist/src/hooks/useStopPropagation.ts +0 -21
- package/dist/src/hooks/useTransitionVisibility.ts +0 -54
- package/dist/src/index.ts +0 -58
- package/dist/src/stories/chromaticForceScreenSize.tsx +0 -7
- package/dist/src/stories/generated/Autocomplete/Demos.stories.tsx +0 -7
- package/dist/src/stories/generated/Avatar/Demos.stories.tsx +0 -7
- package/dist/src/stories/generated/Badge/Demos.stories.tsx +0 -9
- package/dist/src/stories/generated/Button/Demos.stories.tsx +0 -11
- package/dist/src/stories/generated/Checkbox/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Chip/Demos.stories.tsx +0 -11
- package/dist/src/stories/generated/CommentBlock/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/DatePicker/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/Dialog/Demos.stories.tsx +0 -10
- package/dist/src/stories/generated/Divider/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Dropdown/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/ExpansionPanel/Demos.stories.tsx +0 -9
- package/dist/src/stories/generated/Flag/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/GenericBlock/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/Heading/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Icon/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/ImageBlock/Demos.stories.tsx +0 -9
- package/dist/src/stories/generated/Lightbox/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Link/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/LinkPreview/Demos.stories.tsx +0 -7
- package/dist/src/stories/generated/List/Demos.stories.tsx +0 -11
- package/dist/src/stories/generated/Message/Demos.stories.tsx +0 -10
- package/dist/src/stories/generated/Mosaic/Demos.stories.tsx +0 -9
- package/dist/src/stories/generated/Notification/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Popover/Demos.stories.tsx +0 -11
- package/dist/src/stories/generated/PopoverDialog/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/PostBlock/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Progress/Demos.stories.tsx +0 -7
- package/dist/src/stories/generated/ProgressTracker/Demos.stories.tsx +0 -9
- package/dist/src/stories/generated/RadioButton/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Select/Demos.stories.tsx +0 -14
- package/dist/src/stories/generated/SideNavigation/Demos.stories.tsx +0 -10
- package/dist/src/stories/generated/Skeleton/Demos.stories.tsx +0 -9
- package/dist/src/stories/generated/Slider/Demos.stories.tsx +0 -9
- package/dist/src/stories/generated/Slideshow/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/Switch/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Table/Demos.stories.tsx +0 -6
- package/dist/src/stories/generated/Tabs/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/TextField/Demos.stories.tsx +0 -19
- package/dist/src/stories/generated/Thumbnail/Demos.stories.tsx +0 -12
- package/dist/src/stories/generated/Toolbar/Demos.stories.tsx +0 -10
- package/dist/src/stories/generated/Tooltip/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/Uploader/Demos.stories.tsx +0 -8
- package/dist/src/stories/generated/UserBlock/Demos.stories.tsx +0 -10
- package/dist/src/stories/knobs/buttonKnob.ts +0 -9
- package/dist/src/stories/knobs/emphasisKnob.ts +0 -8
- package/dist/src/stories/knobs/enumKnob.ts +0 -14
- package/dist/src/stories/knobs/focusKnob.ts +0 -3
- package/dist/src/stories/knobs/image.ts +0 -69
- package/dist/src/stories/knobs/lorem.ts +0 -59
- package/dist/src/stories/knobs/sizeKnob.ts +0 -5
- package/dist/src/stories/knobs/thumbnailsKnob.ts +0 -9
- package/dist/src/stories/utils/CustomLink.tsx +0 -7
- package/dist/src/stories/withResizableBox.tsx +0 -18
- package/dist/src/testing/utils/commonTestsSuite.ts +0 -71
- package/dist/src/testing/utils/commonTestsSuiteRTL.ts +0 -55
- package/dist/src/testing/utils/index.ts +0 -4
- package/dist/src/testing/utils/itShouldRenderStories.tsx +0 -103
- package/dist/src/testing/utils/queries.ts +0 -19
- package/dist/src/untypped-modules.d.ts +0 -7
- package/dist/src/utils/ClickAwayProvider/ClickAwayProvider.stories.jsx +0 -58
- package/dist/src/utils/ClickAwayProvider/ClickAwayProvider.tsx +0 -65
- package/dist/src/utils/ClickAwayProvider/index.ts +0 -1
- package/dist/src/utils/MaterialThemeSwitcher/MaterialThemeSwitcher.tsx +0 -54
- package/dist/src/utils/MaterialThemeSwitcher/index.ts +0 -1
- package/dist/src/utils/browserDoesNotSupportHover.test.js +0 -24
- package/dist/src/utils/browserDoesNotSupportHover.ts +0 -2
- package/dist/src/utils/clamp.ts +0 -17
- package/dist/src/utils/className.ts +0 -44
- package/dist/src/utils/event.ts +0 -1
- package/dist/src/utils/flattenChildren.test.tsx +0 -58
- package/dist/src/utils/flattenChildren.ts +0 -27
- package/dist/src/utils/focus/constants.ts +0 -5
- package/dist/src/utils/focus/getFirstAndLastFocusable.test.ts +0 -134
- package/dist/src/utils/focus/getFirstAndLastFocusable.ts +0 -21
- package/dist/src/utils/focus/getFocusableElements.test.ts +0 -151
- package/dist/src/utils/focus/getFocusableElements.ts +0 -7
- package/dist/src/utils/index.ts +0 -5
- package/dist/src/utils/isInternetExplorer.ts +0 -15
- package/dist/src/utils/makeListenerTowerContext.ts +0 -32
- package/dist/src/utils/mergeRefs.ts +0 -22
- package/dist/src/utils/partitionMulti.ts +0 -28
- package/dist/src/utils/renderLink.tsx +0 -17
- package/dist/src/utils/type.ts +0 -113
- package/dist/src/utils/userHasReducedMotion.ts +0 -7
- package/dist/src/utils/utils.test.ts +0 -48
- package/jest/__mocks__/@storybook/addon-actions.js +0 -3
- package/jest/__mocks__/@storybook/addon-knobs.js +0 -6
- package/jest/__mocks__/emptyFileMockTransformer.js +0 -8
- package/jest/__mocks__/emptyModuleMock.js +0 -1
- package/jest/configure.js +0 -6
- package/jest/index.js +0 -36
- package/jest/transform.js +0 -6
- package/rollup.config.js +0 -98
- package/storybook/build +0 -4
- package/storybook/generate-demo-stories.js +0 -59
- package/storybook/main.js +0 -67
- package/storybook/package.json +0 -13
- package/storybook/preview.js +0 -11
- package/storybook/start +0 -4
- package/storybook/story-block/StoryBlock.tsx +0 -49
- package/storybook/story-block/decorator.jsx +0 -7
- package/storybook/story-block/index.scss +0 -27
- package/storybook/yarn.lock +0 -13192
- package/tsconfig.json +0 -3
|
@@ -1,960 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`<Dialog> Snapshots and structure should render story DialogFocusTrap 1`] = `
|
|
4
|
-
<Fragment>
|
|
5
|
-
<Button
|
|
6
|
-
emphasis="high"
|
|
7
|
-
onClick={[Function]}
|
|
8
|
-
size="m"
|
|
9
|
-
theme="light"
|
|
10
|
-
>
|
|
11
|
-
Open dialog
|
|
12
|
-
</Button>
|
|
13
|
-
<Dialog
|
|
14
|
-
focusElement={
|
|
15
|
-
{
|
|
16
|
-
"current": null,
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
isOpen={true}
|
|
20
|
-
onClose={[Function]}
|
|
21
|
-
parentElement={
|
|
22
|
-
{
|
|
23
|
-
"current": undefined,
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
size="big"
|
|
27
|
-
>
|
|
28
|
-
<header>
|
|
29
|
-
<Toolbar
|
|
30
|
-
after={
|
|
31
|
-
<IconButton
|
|
32
|
-
emphasis="low"
|
|
33
|
-
icon="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"
|
|
34
|
-
label="Close"
|
|
35
|
-
onClick={[Function]}
|
|
36
|
-
size="m"
|
|
37
|
-
theme="light"
|
|
38
|
-
/>
|
|
39
|
-
}
|
|
40
|
-
label={
|
|
41
|
-
<span
|
|
42
|
-
className="lumx-typography-title"
|
|
43
|
-
>
|
|
44
|
-
Dialog header
|
|
45
|
-
</span>
|
|
46
|
-
}
|
|
47
|
-
/>
|
|
48
|
-
</header>
|
|
49
|
-
<div
|
|
50
|
-
className="lumx-spacing-padding-horizontal-huge lumx-spacing-padding-bottom-huge"
|
|
51
|
-
>
|
|
52
|
-
<input
|
|
53
|
-
hidden={true}
|
|
54
|
-
type="file"
|
|
55
|
-
/>
|
|
56
|
-
<input
|
|
57
|
-
type="hidden"
|
|
58
|
-
/>
|
|
59
|
-
<div
|
|
60
|
-
className="lumx-spacing-margin-bottom-huge"
|
|
61
|
-
>
|
|
62
|
-
The text field should capture the focus on open and a focus trap should be in place.
|
|
63
|
-
</div>
|
|
64
|
-
<TextField
|
|
65
|
-
className="lumx-spacing-margin-bottom-huge"
|
|
66
|
-
inputRef={
|
|
67
|
-
{
|
|
68
|
-
"current": null,
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
label="Text input"
|
|
72
|
-
maxLength={10}
|
|
73
|
-
onChange={[Function]}
|
|
74
|
-
theme="light"
|
|
75
|
-
type="text"
|
|
76
|
-
value="value"
|
|
77
|
-
/>
|
|
78
|
-
<Checkbox
|
|
79
|
-
className="lumx-spacing-margin-bottom-huge"
|
|
80
|
-
isChecked={false}
|
|
81
|
-
label="Checkbox input"
|
|
82
|
-
onChange={[Function]}
|
|
83
|
-
theme="light"
|
|
84
|
-
/>
|
|
85
|
-
<FlexBox
|
|
86
|
-
gap="regular"
|
|
87
|
-
hAlign="bottom"
|
|
88
|
-
orientation="horizontal"
|
|
89
|
-
>
|
|
90
|
-
<Button
|
|
91
|
-
emphasis="high"
|
|
92
|
-
onClick={[Function]}
|
|
93
|
-
size="m"
|
|
94
|
-
theme="light"
|
|
95
|
-
>
|
|
96
|
-
Open date picker
|
|
97
|
-
</Button>
|
|
98
|
-
<Dialog
|
|
99
|
-
isOpen={false}
|
|
100
|
-
onClose={[Function]}
|
|
101
|
-
parentElement={
|
|
102
|
-
{
|
|
103
|
-
"current": null,
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
size="big"
|
|
107
|
-
>
|
|
108
|
-
<header>
|
|
109
|
-
<Toolbar
|
|
110
|
-
after={
|
|
111
|
-
<IconButton
|
|
112
|
-
emphasis="low"
|
|
113
|
-
icon="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"
|
|
114
|
-
label="Close"
|
|
115
|
-
onClick={[Function]}
|
|
116
|
-
size="m"
|
|
117
|
-
theme="light"
|
|
118
|
-
/>
|
|
119
|
-
}
|
|
120
|
-
label={
|
|
121
|
-
<h1
|
|
122
|
-
className="lumx-typography-title"
|
|
123
|
-
>
|
|
124
|
-
Date picker
|
|
125
|
-
</h1>
|
|
126
|
-
}
|
|
127
|
-
/>
|
|
128
|
-
</header>
|
|
129
|
-
<div
|
|
130
|
-
className="lumx-spacing-padding"
|
|
131
|
-
>
|
|
132
|
-
<DatePickerField
|
|
133
|
-
label="Start date"
|
|
134
|
-
locale="fr"
|
|
135
|
-
nextButtonProps={
|
|
136
|
-
{
|
|
137
|
-
"label": "Next month",
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
onChange={[Function]}
|
|
141
|
-
placeholder="Pick a date"
|
|
142
|
-
previousButtonProps={
|
|
143
|
-
{
|
|
144
|
-
"label": "Previous month",
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
value={2020-05-18T00:00:00.000Z}
|
|
148
|
-
/>
|
|
149
|
-
<DatePickerField
|
|
150
|
-
defaultMonth={2020-05-18T00:00:00.000Z}
|
|
151
|
-
label="Start date"
|
|
152
|
-
locale="fr"
|
|
153
|
-
nextButtonProps={
|
|
154
|
-
{
|
|
155
|
-
"label": "Next month",
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
onChange={[Function]}
|
|
159
|
-
placeholder="Pick a date"
|
|
160
|
-
previousButtonProps={
|
|
161
|
-
{
|
|
162
|
-
"label": "Previous month",
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
/>
|
|
166
|
-
</div>
|
|
167
|
-
</Dialog>
|
|
168
|
-
<Select
|
|
169
|
-
className="lumx-spacing-margin-left-huge"
|
|
170
|
-
isOpen={false}
|
|
171
|
-
label="Select label"
|
|
172
|
-
onDropdownClose={[Function]}
|
|
173
|
-
onInputClick={[Function]}
|
|
174
|
-
selectedValueRender={[Function]}
|
|
175
|
-
value="First item"
|
|
176
|
-
>
|
|
177
|
-
<List
|
|
178
|
-
isClickable={true}
|
|
179
|
-
tabIndex={-1}
|
|
180
|
-
>
|
|
181
|
-
<ListItem
|
|
182
|
-
isSelected={true}
|
|
183
|
-
key="First item"
|
|
184
|
-
onItemSelected={[Function]}
|
|
185
|
-
size="tiny"
|
|
186
|
-
>
|
|
187
|
-
First item
|
|
188
|
-
</ListItem>
|
|
189
|
-
<ListItem
|
|
190
|
-
isSelected={false}
|
|
191
|
-
key="Second item"
|
|
192
|
-
onItemSelected={[Function]}
|
|
193
|
-
size="tiny"
|
|
194
|
-
>
|
|
195
|
-
Second item
|
|
196
|
-
</ListItem>
|
|
197
|
-
<ListItem
|
|
198
|
-
isSelected={false}
|
|
199
|
-
key="Third item"
|
|
200
|
-
onItemSelected={[Function]}
|
|
201
|
-
size="tiny"
|
|
202
|
-
>
|
|
203
|
-
Third item
|
|
204
|
-
</ListItem>
|
|
205
|
-
</List>
|
|
206
|
-
</Select>
|
|
207
|
-
<Button
|
|
208
|
-
emphasis="high"
|
|
209
|
-
isDisabled={true}
|
|
210
|
-
size="m"
|
|
211
|
-
theme="light"
|
|
212
|
-
>
|
|
213
|
-
Disabled button (focus ignored)
|
|
214
|
-
</Button>
|
|
215
|
-
</FlexBox>
|
|
216
|
-
<div
|
|
217
|
-
tabIndex={0}
|
|
218
|
-
>
|
|
219
|
-
Focus div
|
|
220
|
-
</div>
|
|
221
|
-
<Button
|
|
222
|
-
emphasis="high"
|
|
223
|
-
isDisabled={false}
|
|
224
|
-
size="m"
|
|
225
|
-
theme="light"
|
|
226
|
-
>
|
|
227
|
-
Button explicitly not disabled (should focus)
|
|
228
|
-
</Button>
|
|
229
|
-
</div>
|
|
230
|
-
</Dialog>
|
|
231
|
-
</Fragment>
|
|
232
|
-
`;
|
|
233
|
-
|
|
234
|
-
exports[`<Dialog> Snapshots and structure should render story DialogWithAlertDialog 1`] = `
|
|
235
|
-
<Fragment>
|
|
236
|
-
<Button
|
|
237
|
-
emphasis="high"
|
|
238
|
-
onClick={[Function]}
|
|
239
|
-
size="m"
|
|
240
|
-
theme="light"
|
|
241
|
-
>
|
|
242
|
-
Open dialog
|
|
243
|
-
</Button>
|
|
244
|
-
<Dialog
|
|
245
|
-
isOpen={true}
|
|
246
|
-
onClose={[Function]}
|
|
247
|
-
parentElement={
|
|
248
|
-
{
|
|
249
|
-
"current": undefined,
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
size="big"
|
|
253
|
-
>
|
|
254
|
-
<div
|
|
255
|
-
className="lumx-spacing-padding"
|
|
256
|
-
>
|
|
257
|
-
|
|
258
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
259
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
260
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
261
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
262
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
263
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
264
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
265
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
266
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
267
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
268
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
269
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
270
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
271
|
-
</div>
|
|
272
|
-
<footer>
|
|
273
|
-
<Toolbar
|
|
274
|
-
after={
|
|
275
|
-
<Button
|
|
276
|
-
emphasis="low"
|
|
277
|
-
onClick={[Function]}
|
|
278
|
-
size="m"
|
|
279
|
-
theme="light"
|
|
280
|
-
>
|
|
281
|
-
Close
|
|
282
|
-
</Button>
|
|
283
|
-
}
|
|
284
|
-
/>
|
|
285
|
-
</footer>
|
|
286
|
-
</Dialog>
|
|
287
|
-
<AlertDialog
|
|
288
|
-
confirmProps={
|
|
289
|
-
{
|
|
290
|
-
"label": "Confirm",
|
|
291
|
-
"onClick": [Function],
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
isOpen={false}
|
|
295
|
-
kind="info"
|
|
296
|
-
onClose={[Function]}
|
|
297
|
-
parentElement={
|
|
298
|
-
{
|
|
299
|
-
"current": undefined,
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
size="tiny"
|
|
303
|
-
title="Default (info)"
|
|
304
|
-
>
|
|
305
|
-
Consequat deserunt officia aute laborum tempor anim sint est.
|
|
306
|
-
</AlertDialog>
|
|
307
|
-
</Fragment>
|
|
308
|
-
`;
|
|
309
|
-
|
|
310
|
-
exports[`<Dialog> Snapshots and structure should render story DialogWithHeaderFooterAndDivider 1`] = `
|
|
311
|
-
<Fragment>
|
|
312
|
-
<Button
|
|
313
|
-
emphasis="high"
|
|
314
|
-
onClick={[Function]}
|
|
315
|
-
size="m"
|
|
316
|
-
theme="light"
|
|
317
|
-
>
|
|
318
|
-
Open dialog
|
|
319
|
-
</Button>
|
|
320
|
-
<Dialog
|
|
321
|
-
forceFooterDivider={true}
|
|
322
|
-
forceHeaderDivider={true}
|
|
323
|
-
isOpen={true}
|
|
324
|
-
onClose={[Function]}
|
|
325
|
-
parentElement={
|
|
326
|
-
{
|
|
327
|
-
"current": undefined,
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
size="big"
|
|
331
|
-
>
|
|
332
|
-
<header
|
|
333
|
-
className="lumx-spacing-padding lumx-typography-title"
|
|
334
|
-
>
|
|
335
|
-
Dialog header
|
|
336
|
-
</header>
|
|
337
|
-
<div
|
|
338
|
-
className="lumx-spacing-padding"
|
|
339
|
-
>
|
|
340
|
-
|
|
341
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
342
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
343
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
344
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
345
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
346
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
347
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
348
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
349
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
350
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
351
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
352
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
353
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
354
|
-
</div>
|
|
355
|
-
<footer
|
|
356
|
-
className="lumx-spacing-padding"
|
|
357
|
-
>
|
|
358
|
-
Dialog footer
|
|
359
|
-
</footer>
|
|
360
|
-
</Dialog>
|
|
361
|
-
</Fragment>
|
|
362
|
-
`;
|
|
363
|
-
|
|
364
|
-
exports[`<Dialog> Snapshots and structure should render story DialogWithHeaderFooterChildren 1`] = `
|
|
365
|
-
<Fragment>
|
|
366
|
-
<Button
|
|
367
|
-
emphasis="high"
|
|
368
|
-
onClick={[Function]}
|
|
369
|
-
size="m"
|
|
370
|
-
theme="light"
|
|
371
|
-
>
|
|
372
|
-
Open dialog
|
|
373
|
-
</Button>
|
|
374
|
-
<Dialog
|
|
375
|
-
isOpen={true}
|
|
376
|
-
onClose={[Function]}
|
|
377
|
-
parentElement={
|
|
378
|
-
{
|
|
379
|
-
"current": undefined,
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
size="big"
|
|
383
|
-
>
|
|
384
|
-
<header
|
|
385
|
-
className="lumx-spacing-padding lumx-typography-title"
|
|
386
|
-
>
|
|
387
|
-
Dialog header
|
|
388
|
-
</header>
|
|
389
|
-
<div
|
|
390
|
-
className="lumx-spacing-padding"
|
|
391
|
-
>
|
|
392
|
-
|
|
393
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
394
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
395
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
396
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
397
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
398
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
399
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
400
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
401
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
402
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
403
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
404
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
405
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
406
|
-
</div>
|
|
407
|
-
<footer
|
|
408
|
-
className="lumx-spacing-padding"
|
|
409
|
-
>
|
|
410
|
-
Dialog footer
|
|
411
|
-
</footer>
|
|
412
|
-
</Dialog>
|
|
413
|
-
</Fragment>
|
|
414
|
-
`;
|
|
415
|
-
|
|
416
|
-
exports[`<Dialog> Snapshots and structure should render story DialogWithHeaderFooterProps 1`] = `
|
|
417
|
-
<Fragment>
|
|
418
|
-
<Button
|
|
419
|
-
emphasis="high"
|
|
420
|
-
onClick={[Function]}
|
|
421
|
-
size="m"
|
|
422
|
-
theme="light"
|
|
423
|
-
>
|
|
424
|
-
Open dialog
|
|
425
|
-
</Button>
|
|
426
|
-
<Dialog
|
|
427
|
-
footer="Footer prop"
|
|
428
|
-
header="Header prop"
|
|
429
|
-
isOpen={true}
|
|
430
|
-
onClose={[Function]}
|
|
431
|
-
parentElement={
|
|
432
|
-
{
|
|
433
|
-
"current": undefined,
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
size="big"
|
|
437
|
-
>
|
|
438
|
-
<div
|
|
439
|
-
className="lumx-spacing-padding"
|
|
440
|
-
>
|
|
441
|
-
|
|
442
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
443
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
444
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
445
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
446
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
447
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
448
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
449
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
450
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
451
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
452
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
453
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
454
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
455
|
-
</div>
|
|
456
|
-
</Dialog>
|
|
457
|
-
</Fragment>
|
|
458
|
-
`;
|
|
459
|
-
|
|
460
|
-
exports[`<Dialog> Snapshots and structure should render story DialogWithHeaderFooterPropsAndChildren 1`] = `
|
|
461
|
-
<Fragment>
|
|
462
|
-
<Button
|
|
463
|
-
emphasis="high"
|
|
464
|
-
onClick={[Function]}
|
|
465
|
-
size="m"
|
|
466
|
-
theme="light"
|
|
467
|
-
>
|
|
468
|
-
Open dialog
|
|
469
|
-
</Button>
|
|
470
|
-
<Dialog
|
|
471
|
-
footer=" Footer prop"
|
|
472
|
-
header=" Header prop"
|
|
473
|
-
isOpen={true}
|
|
474
|
-
onClose={[Function]}
|
|
475
|
-
parentElement={
|
|
476
|
-
{
|
|
477
|
-
"current": undefined,
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
size="big"
|
|
481
|
-
>
|
|
482
|
-
<header
|
|
483
|
-
className="lumx-spacing-padding lumx-typography-title"
|
|
484
|
-
>
|
|
485
|
-
Dialog header
|
|
486
|
-
</header>
|
|
487
|
-
<div
|
|
488
|
-
className="lumx-spacing-padding"
|
|
489
|
-
>
|
|
490
|
-
|
|
491
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
492
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
493
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
494
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
495
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
496
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
497
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
498
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
499
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
500
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
501
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
502
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
503
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
504
|
-
</div>
|
|
505
|
-
<footer
|
|
506
|
-
className="lumx-spacing-padding"
|
|
507
|
-
>
|
|
508
|
-
Dialog footer
|
|
509
|
-
</footer>
|
|
510
|
-
</Dialog>
|
|
511
|
-
</Fragment>
|
|
512
|
-
`;
|
|
513
|
-
|
|
514
|
-
exports[`<Dialog> Snapshots and structure should render story LoadingDialog 1`] = `
|
|
515
|
-
<Fragment>
|
|
516
|
-
<Button
|
|
517
|
-
emphasis="high"
|
|
518
|
-
onClick={[Function]}
|
|
519
|
-
size="m"
|
|
520
|
-
theme="light"
|
|
521
|
-
>
|
|
522
|
-
Open dialog
|
|
523
|
-
</Button>
|
|
524
|
-
<Dialog
|
|
525
|
-
isLoading={true}
|
|
526
|
-
isOpen={true}
|
|
527
|
-
onClose={[Function]}
|
|
528
|
-
parentElement={
|
|
529
|
-
{
|
|
530
|
-
"current": undefined,
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
size="big"
|
|
534
|
-
>
|
|
535
|
-
<div
|
|
536
|
-
className="lumx-spacing-padding"
|
|
537
|
-
>
|
|
538
|
-
|
|
539
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
540
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
541
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
542
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
543
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
544
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
545
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
546
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
547
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
548
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
549
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
550
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
551
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
552
|
-
</div>
|
|
553
|
-
</Dialog>
|
|
554
|
-
</Fragment>
|
|
555
|
-
`;
|
|
556
|
-
|
|
557
|
-
exports[`<Dialog> Snapshots and structure should render story PreventDialogAutoClose 1`] = `
|
|
558
|
-
<Fragment>
|
|
559
|
-
<Button
|
|
560
|
-
emphasis="high"
|
|
561
|
-
onClick={[Function]}
|
|
562
|
-
size="m"
|
|
563
|
-
theme="light"
|
|
564
|
-
>
|
|
565
|
-
Open dialog
|
|
566
|
-
</Button>
|
|
567
|
-
<Dialog
|
|
568
|
-
isOpen={true}
|
|
569
|
-
onClose={[Function]}
|
|
570
|
-
parentElement={
|
|
571
|
-
{
|
|
572
|
-
"current": undefined,
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
preventAutoClose={true}
|
|
576
|
-
size="big"
|
|
577
|
-
>
|
|
578
|
-
<div
|
|
579
|
-
className="lumx-spacing-padding"
|
|
580
|
-
>
|
|
581
|
-
|
|
582
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
583
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
584
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
585
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
586
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
587
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
588
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
589
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
590
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
591
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
592
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
593
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
594
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
595
|
-
</div>
|
|
596
|
-
<footer>
|
|
597
|
-
<Toolbar
|
|
598
|
-
after={
|
|
599
|
-
<Button
|
|
600
|
-
emphasis="low"
|
|
601
|
-
onClick={[Function]}
|
|
602
|
-
size="m"
|
|
603
|
-
theme="light"
|
|
604
|
-
>
|
|
605
|
-
Close
|
|
606
|
-
</Button>
|
|
607
|
-
}
|
|
608
|
-
/>
|
|
609
|
-
</footer>
|
|
610
|
-
</Dialog>
|
|
611
|
-
</Fragment>
|
|
612
|
-
`;
|
|
613
|
-
|
|
614
|
-
exports[`<Dialog> Snapshots and structure should render story ScrollableDialog 1`] = `
|
|
615
|
-
<Fragment>
|
|
616
|
-
<Button
|
|
617
|
-
emphasis="high"
|
|
618
|
-
onClick={[Function]}
|
|
619
|
-
size="m"
|
|
620
|
-
theme="light"
|
|
621
|
-
>
|
|
622
|
-
Open dialog
|
|
623
|
-
</Button>
|
|
624
|
-
<Dialog
|
|
625
|
-
isOpen={true}
|
|
626
|
-
onClose={[Function]}
|
|
627
|
-
parentElement={
|
|
628
|
-
{
|
|
629
|
-
"current": undefined,
|
|
630
|
-
}
|
|
631
|
-
}
|
|
632
|
-
size="regular"
|
|
633
|
-
>
|
|
634
|
-
<div
|
|
635
|
-
className="lumx-spacing-padding"
|
|
636
|
-
>
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
640
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
641
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
642
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
643
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
644
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
645
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
646
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
647
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
648
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
649
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
650
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
651
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum. Prima luce, cum quibus mons aliud
|
|
652
|
-
consensu ab eo. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Petierunt uti sibi
|
|
653
|
-
concilium totius Galliae in diem certam indicere. Etiam habebis sem dicantur magna mollis
|
|
654
|
-
euismod. A communi observantia non est recedendum. Ut enim ad minim veniam, quis nostrud
|
|
655
|
-
exercitation. Paullum deliquit, ponderibus modulisque suis ratio utitur. Hi omnes lingua,
|
|
656
|
-
institutis, legibus inter se differunt. Magna pars studiorum, prodita quaerimus. Quisque ut
|
|
657
|
-
dolor gravida, placerat libero vel, euismod. Tityre, tu patulae recubans sub tegmine fagi dolor.
|
|
658
|
-
Excepteur sint obcaecat cupiditat non proident culpa. Plura mihi bona sunt, inclinet, amari
|
|
659
|
-
petere vellent. Quae vero auctorem tractata ab fiducia dicuntur. Inmensae subtilitatis, obscuris
|
|
660
|
-
et malesuada fames. Quo usque tandem abutere, Catilina, patientia nostra? Nihilne te nocturnum
|
|
661
|
-
praesidium Palati, nihil urbis vigiliae. Curabitur blandit tempus ardua ridiculus sed magna. Tu
|
|
662
|
-
quoque, Brute, fili mi, nihil timor populi, nihil! Nihil hic munitissimus habendi senatus locus,
|
|
663
|
-
nihil horum?Tu quoque, Brute, fili mi, nihil timor populi, nihil! Tityre, tu patulae recubans
|
|
664
|
-
sub tegmine fagi dolor. Plura mihi bona sunt, inclinet, amari petere vellent. Ullamco laboris
|
|
665
|
-
nisi ut aliquid ex ea commodi consequat. Pellentesque habitant morbi tristique senectus et
|
|
666
|
-
netus. Salutantibus vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur
|
|
667
|
-
adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Petierunt uti sibi
|
|
668
|
-
concilium totius Galliae in diem certam indicere. Contra legem facit qui id facit quod lex
|
|
669
|
-
prohibet. Integer legentibus erat a ante historiarum dapibus. Petierunt uti sibi concilium
|
|
670
|
-
totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Nihil hic
|
|
671
|
-
munitissimus habendi senatus locus, nihil horum? Quisque ut dolor gravida, placerat libero vel,
|
|
672
|
-
euismod. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut
|
|
673
|
-
labore et dolore magna aliqua. Nec dubitamus multa iter quae et nos invenerat. Quam temere in
|
|
674
|
-
vitiis, legem sancimus haerentia. Donec sed odio operae, eu vulputate felis rhoncus. Idque
|
|
675
|
-
Caesaris facere voluntate liceret: sese habere. Paullum deliquit, ponderibus modulisque suis
|
|
676
|
-
ratio utitur. Quae vero auctorem tractata ab fiducia dicuntur. Gallia est omnis divisa in partes
|
|
677
|
-
tres, quarum. Etiam habebis sem dicantur magna mollis euismod. Fabio vel iudice vincam, sunt in
|
|
678
|
-
culpa qui officia. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor
|
|
679
|
-
incidunt ut labore et dolore magna aliqua. Tu quoque, Brute, fili mi, nihil timor populi, nihil!
|
|
680
|
-
Integer legentibus erat a ante historiarum dapibus. Tityre, tu patulae recubans sub tegmine fagi
|
|
681
|
-
dolor. Ullamco laboris nisi ut aliquid ex ea commodi consequat. Idque Caesaris facere voluntate
|
|
682
|
-
liceret: sese habere. Quid securi etiam tamquam eu fugiat nulla pariatur. Pellentesque habitant
|
|
683
|
-
morbi tristique senectus et netus. Ut enim ad minim veniam, quis nostrud exercitation. Petierunt
|
|
684
|
-
uti sibi concilium totius Galliae in diem certam indicere. Curabitur est gravida et libero vitae
|
|
685
|
-
dictum. Qui ipsorum lingua Celtae, nostra Galli appellantur. Quam temere in vitiis, legem
|
|
686
|
-
sancimus haerentia. Phasellus laoreet lorem vel dolor tempus vehicula. Ab illo tempore, ab est
|
|
687
|
-
sed immemorabili. Praeterea iter est quasdam res quas ex communi. Quo usque tandem abutere,
|
|
688
|
-
Catilina, patientia nostra? Non equidem invideo, miror magis posuere velit aliquet. Excepteur
|
|
689
|
-
sint obcaecat cupiditat non proident culpa. Curabitur blandit tempus ardua ridiculus sed magna.
|
|
690
|
-
Plura mihi bona sunt, inclinet, amari petere vellent. Quae vero auctorem tractata ab fiducia
|
|
691
|
-
dicuntur. Me non paenitet nullum festiviorem excogitasse ad hoc. Unam incolunt Belgae, aliam
|
|
692
|
-
Aquitani, tertiam.
|
|
693
|
-
</div>
|
|
694
|
-
</Dialog>
|
|
695
|
-
</Fragment>
|
|
696
|
-
`;
|
|
697
|
-
|
|
698
|
-
exports[`<Dialog> Snapshots and structure should render story ScrollableDialogWithHeaderAndFooter 1`] = `
|
|
699
|
-
<Fragment>
|
|
700
|
-
<Button
|
|
701
|
-
emphasis="high"
|
|
702
|
-
onClick={[Function]}
|
|
703
|
-
size="m"
|
|
704
|
-
theme="light"
|
|
705
|
-
>
|
|
706
|
-
Open dialog
|
|
707
|
-
</Button>
|
|
708
|
-
<Dialog
|
|
709
|
-
isOpen={true}
|
|
710
|
-
onClose={[Function]}
|
|
711
|
-
parentElement={
|
|
712
|
-
{
|
|
713
|
-
"current": undefined,
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
size="big"
|
|
717
|
-
>
|
|
718
|
-
<header
|
|
719
|
-
className="lumx-spacing-padding lumx-typography-title"
|
|
720
|
-
>
|
|
721
|
-
Dialog header
|
|
722
|
-
</header>
|
|
723
|
-
<div
|
|
724
|
-
className="lumx-spacing-padding"
|
|
725
|
-
>
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
729
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
730
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
731
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
732
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
733
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
734
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
735
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
736
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
737
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
738
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
739
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
740
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum. Prima luce, cum quibus mons aliud
|
|
741
|
-
consensu ab eo. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Petierunt uti sibi
|
|
742
|
-
concilium totius Galliae in diem certam indicere. Etiam habebis sem dicantur magna mollis
|
|
743
|
-
euismod. A communi observantia non est recedendum. Ut enim ad minim veniam, quis nostrud
|
|
744
|
-
exercitation. Paullum deliquit, ponderibus modulisque suis ratio utitur. Hi omnes lingua,
|
|
745
|
-
institutis, legibus inter se differunt. Magna pars studiorum, prodita quaerimus. Quisque ut
|
|
746
|
-
dolor gravida, placerat libero vel, euismod. Tityre, tu patulae recubans sub tegmine fagi dolor.
|
|
747
|
-
Excepteur sint obcaecat cupiditat non proident culpa. Plura mihi bona sunt, inclinet, amari
|
|
748
|
-
petere vellent. Quae vero auctorem tractata ab fiducia dicuntur. Inmensae subtilitatis, obscuris
|
|
749
|
-
et malesuada fames. Quo usque tandem abutere, Catilina, patientia nostra? Nihilne te nocturnum
|
|
750
|
-
praesidium Palati, nihil urbis vigiliae. Curabitur blandit tempus ardua ridiculus sed magna. Tu
|
|
751
|
-
quoque, Brute, fili mi, nihil timor populi, nihil! Nihil hic munitissimus habendi senatus locus,
|
|
752
|
-
nihil horum?Tu quoque, Brute, fili mi, nihil timor populi, nihil! Tityre, tu patulae recubans
|
|
753
|
-
sub tegmine fagi dolor. Plura mihi bona sunt, inclinet, amari petere vellent. Ullamco laboris
|
|
754
|
-
nisi ut aliquid ex ea commodi consequat. Pellentesque habitant morbi tristique senectus et
|
|
755
|
-
netus. Salutantibus vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur
|
|
756
|
-
adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Petierunt uti sibi
|
|
757
|
-
concilium totius Galliae in diem certam indicere. Contra legem facit qui id facit quod lex
|
|
758
|
-
prohibet. Integer legentibus erat a ante historiarum dapibus. Petierunt uti sibi concilium
|
|
759
|
-
totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Nihil hic
|
|
760
|
-
munitissimus habendi senatus locus, nihil horum? Quisque ut dolor gravida, placerat libero vel,
|
|
761
|
-
euismod. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut
|
|
762
|
-
labore et dolore magna aliqua. Nec dubitamus multa iter quae et nos invenerat. Quam temere in
|
|
763
|
-
vitiis, legem sancimus haerentia. Donec sed odio operae, eu vulputate felis rhoncus. Idque
|
|
764
|
-
Caesaris facere voluntate liceret: sese habere. Paullum deliquit, ponderibus modulisque suis
|
|
765
|
-
ratio utitur. Quae vero auctorem tractata ab fiducia dicuntur. Gallia est omnis divisa in partes
|
|
766
|
-
tres, quarum. Etiam habebis sem dicantur magna mollis euismod. Fabio vel iudice vincam, sunt in
|
|
767
|
-
culpa qui officia. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor
|
|
768
|
-
incidunt ut labore et dolore magna aliqua. Tu quoque, Brute, fili mi, nihil timor populi, nihil!
|
|
769
|
-
Integer legentibus erat a ante historiarum dapibus. Tityre, tu patulae recubans sub tegmine fagi
|
|
770
|
-
dolor. Ullamco laboris nisi ut aliquid ex ea commodi consequat. Idque Caesaris facere voluntate
|
|
771
|
-
liceret: sese habere. Quid securi etiam tamquam eu fugiat nulla pariatur. Pellentesque habitant
|
|
772
|
-
morbi tristique senectus et netus. Ut enim ad minim veniam, quis nostrud exercitation. Petierunt
|
|
773
|
-
uti sibi concilium totius Galliae in diem certam indicere. Curabitur est gravida et libero vitae
|
|
774
|
-
dictum. Qui ipsorum lingua Celtae, nostra Galli appellantur. Quam temere in vitiis, legem
|
|
775
|
-
sancimus haerentia. Phasellus laoreet lorem vel dolor tempus vehicula. Ab illo tempore, ab est
|
|
776
|
-
sed immemorabili. Praeterea iter est quasdam res quas ex communi. Quo usque tandem abutere,
|
|
777
|
-
Catilina, patientia nostra? Non equidem invideo, miror magis posuere velit aliquet. Excepteur
|
|
778
|
-
sint obcaecat cupiditat non proident culpa. Curabitur blandit tempus ardua ridiculus sed magna.
|
|
779
|
-
Plura mihi bona sunt, inclinet, amari petere vellent. Quae vero auctorem tractata ab fiducia
|
|
780
|
-
dicuntur. Me non paenitet nullum festiviorem excogitasse ad hoc. Unam incolunt Belgae, aliam
|
|
781
|
-
Aquitani, tertiam.
|
|
782
|
-
</div>
|
|
783
|
-
<footer
|
|
784
|
-
className="lumx-spacing-padding"
|
|
785
|
-
>
|
|
786
|
-
Dialog footer
|
|
787
|
-
</footer>
|
|
788
|
-
</Dialog>
|
|
789
|
-
</Fragment>
|
|
790
|
-
`;
|
|
791
|
-
|
|
792
|
-
exports[`<Dialog> Snapshots and structure should render story SimpleDialog 1`] = `
|
|
793
|
-
<Fragment>
|
|
794
|
-
<Button
|
|
795
|
-
emphasis="high"
|
|
796
|
-
onClick={[Function]}
|
|
797
|
-
size="m"
|
|
798
|
-
theme="light"
|
|
799
|
-
>
|
|
800
|
-
Open dialog
|
|
801
|
-
</Button>
|
|
802
|
-
<Dialog
|
|
803
|
-
isOpen={true}
|
|
804
|
-
onClose={[Function]}
|
|
805
|
-
parentElement={
|
|
806
|
-
{
|
|
807
|
-
"current": undefined,
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
size="big"
|
|
811
|
-
>
|
|
812
|
-
<div
|
|
813
|
-
className="lumx-spacing-padding"
|
|
814
|
-
>
|
|
815
|
-
|
|
816
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
817
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
818
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
819
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
820
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
821
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
822
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
823
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
824
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
825
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
826
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
827
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
828
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
829
|
-
</div>
|
|
830
|
-
</Dialog>
|
|
831
|
-
</Fragment>
|
|
832
|
-
`;
|
|
833
|
-
|
|
834
|
-
exports[`<Dialog> Snapshots and structure should render story Sizes 1`] = `
|
|
835
|
-
<Fragment>
|
|
836
|
-
<Button
|
|
837
|
-
emphasis="high"
|
|
838
|
-
onClick={[Function]}
|
|
839
|
-
size="m"
|
|
840
|
-
theme="light"
|
|
841
|
-
>
|
|
842
|
-
Open dialog
|
|
843
|
-
</Button>
|
|
844
|
-
Use the knobs to change the dialog size!
|
|
845
|
-
<Dialog
|
|
846
|
-
isOpen={true}
|
|
847
|
-
onClose={[Function]}
|
|
848
|
-
parentElement={
|
|
849
|
-
{
|
|
850
|
-
"current": undefined,
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
size="tiny"
|
|
854
|
-
>
|
|
855
|
-
<div
|
|
856
|
-
className="lumx-spacing-padding"
|
|
857
|
-
>
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
861
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
862
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
863
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
864
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
865
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
866
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
867
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
868
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
869
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
870
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
871
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
872
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum. Prima luce, cum quibus mons aliud
|
|
873
|
-
consensu ab eo. Vivamus sagittis lacus vel augue laoreet rutrum faucibus. Petierunt uti sibi
|
|
874
|
-
concilium totius Galliae in diem certam indicere. Etiam habebis sem dicantur magna mollis
|
|
875
|
-
euismod. A communi observantia non est recedendum. Ut enim ad minim veniam, quis nostrud
|
|
876
|
-
exercitation. Paullum deliquit, ponderibus modulisque suis ratio utitur. Hi omnes lingua,
|
|
877
|
-
institutis, legibus inter se differunt. Magna pars studiorum, prodita quaerimus. Quisque ut
|
|
878
|
-
dolor gravida, placerat libero vel, euismod. Tityre, tu patulae recubans sub tegmine fagi dolor.
|
|
879
|
-
Excepteur sint obcaecat cupiditat non proident culpa. Plura mihi bona sunt, inclinet, amari
|
|
880
|
-
petere vellent. Quae vero auctorem tractata ab fiducia dicuntur. Inmensae subtilitatis, obscuris
|
|
881
|
-
et malesuada fames. Quo usque tandem abutere, Catilina, patientia nostra? Nihilne te nocturnum
|
|
882
|
-
praesidium Palati, nihil urbis vigiliae. Curabitur blandit tempus ardua ridiculus sed magna. Tu
|
|
883
|
-
quoque, Brute, fili mi, nihil timor populi, nihil! Nihil hic munitissimus habendi senatus locus,
|
|
884
|
-
nihil horum?Tu quoque, Brute, fili mi, nihil timor populi, nihil! Tityre, tu patulae recubans
|
|
885
|
-
sub tegmine fagi dolor. Plura mihi bona sunt, inclinet, amari petere vellent. Ullamco laboris
|
|
886
|
-
nisi ut aliquid ex ea commodi consequat. Pellentesque habitant morbi tristique senectus et
|
|
887
|
-
netus. Salutantibus vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur
|
|
888
|
-
adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Petierunt uti sibi
|
|
889
|
-
concilium totius Galliae in diem certam indicere. Contra legem facit qui id facit quod lex
|
|
890
|
-
prohibet. Integer legentibus erat a ante historiarum dapibus. Petierunt uti sibi concilium
|
|
891
|
-
totius Galliae in diem certam indicere. Ab illo tempore, ab est sed immemorabili. Nihil hic
|
|
892
|
-
munitissimus habendi senatus locus, nihil horum? Quisque ut dolor gravida, placerat libero vel,
|
|
893
|
-
euismod. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut
|
|
894
|
-
labore et dolore magna aliqua. Nec dubitamus multa iter quae et nos invenerat. Quam temere in
|
|
895
|
-
vitiis, legem sancimus haerentia. Donec sed odio operae, eu vulputate felis rhoncus. Idque
|
|
896
|
-
Caesaris facere voluntate liceret: sese habere. Paullum deliquit, ponderibus modulisque suis
|
|
897
|
-
ratio utitur. Quae vero auctorem tractata ab fiducia dicuntur. Gallia est omnis divisa in partes
|
|
898
|
-
tres, quarum. Etiam habebis sem dicantur magna mollis euismod. Fabio vel iudice vincam, sunt in
|
|
899
|
-
culpa qui officia. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor
|
|
900
|
-
incidunt ut labore et dolore magna aliqua. Tu quoque, Brute, fili mi, nihil timor populi, nihil!
|
|
901
|
-
Integer legentibus erat a ante historiarum dapibus. Tityre, tu patulae recubans sub tegmine fagi
|
|
902
|
-
dolor. Ullamco laboris nisi ut aliquid ex ea commodi consequat. Idque Caesaris facere voluntate
|
|
903
|
-
liceret: sese habere. Quid securi etiam tamquam eu fugiat nulla pariatur. Pellentesque habitant
|
|
904
|
-
morbi tristique senectus et netus. Ut enim ad minim veniam, quis nostrud exercitation. Petierunt
|
|
905
|
-
uti sibi concilium totius Galliae in diem certam indicere. Curabitur est gravida et libero vitae
|
|
906
|
-
dictum. Qui ipsorum lingua Celtae, nostra Galli appellantur. Quam temere in vitiis, legem
|
|
907
|
-
sancimus haerentia. Phasellus laoreet lorem vel dolor tempus vehicula. Ab illo tempore, ab est
|
|
908
|
-
sed immemorabili. Praeterea iter est quasdam res quas ex communi. Quo usque tandem abutere,
|
|
909
|
-
Catilina, patientia nostra? Non equidem invideo, miror magis posuere velit aliquet. Excepteur
|
|
910
|
-
sint obcaecat cupiditat non proident culpa. Curabitur blandit tempus ardua ridiculus sed magna.
|
|
911
|
-
Plura mihi bona sunt, inclinet, amari petere vellent. Quae vero auctorem tractata ab fiducia
|
|
912
|
-
dicuntur. Me non paenitet nullum festiviorem excogitasse ad hoc. Unam incolunt Belgae, aliam
|
|
913
|
-
Aquitani, tertiam.
|
|
914
|
-
</div>
|
|
915
|
-
</Dialog>
|
|
916
|
-
</Fragment>
|
|
917
|
-
`;
|
|
918
|
-
|
|
919
|
-
exports[`<Dialog> Snapshots and structure should render story WithAnimationCallbacks 1`] = `
|
|
920
|
-
<Fragment>
|
|
921
|
-
<Button
|
|
922
|
-
emphasis="high"
|
|
923
|
-
onClick={[Function]}
|
|
924
|
-
size="m"
|
|
925
|
-
theme="light"
|
|
926
|
-
>
|
|
927
|
-
Open dialog
|
|
928
|
-
</Button>
|
|
929
|
-
<Dialog
|
|
930
|
-
isOpen={true}
|
|
931
|
-
onClose={[Function]}
|
|
932
|
-
onVisibilityChange={[Function]}
|
|
933
|
-
parentElement={
|
|
934
|
-
{
|
|
935
|
-
"current": undefined,
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
size="regular"
|
|
939
|
-
>
|
|
940
|
-
<div
|
|
941
|
-
className="lumx-spacing-padding"
|
|
942
|
-
>
|
|
943
|
-
|
|
944
|
-
Nihil hic munitissimus habendi senatus locus, nihil horum? At nos hinc posthac, sitientis piros
|
|
945
|
-
Afros. Magna pars studiorum, prodita quaerimus. Integer legentibus erat a ante historiarum
|
|
946
|
-
dapibus. Praeterea iter est quasdam res quas ex communi. Ullamco laboris nisi ut aliquid ex ea
|
|
947
|
-
commodi consequat. Inmensae subtilitatis, obscuris et malesuada fames. Me non paenitet nullum
|
|
948
|
-
festiviorem excogitasse ad hoc. Cum ceteris in veneratione tui montes, nascetur mus. Etiam
|
|
949
|
-
habebis sem dicantur magna mollis euismod. Quis aute iure reprehenderit in voluptate velit esse.
|
|
950
|
-
Phasellus laoreet lorem vel dolor tempus vehicula. Ambitioni dedisse scripsisse iudicaretur.
|
|
951
|
-
Paullum deliquit, ponderibus modulisque suis ratio utitur. Ab illo tempore, ab est sed
|
|
952
|
-
immemorabili. Nec dubitamus multa iter quae et nos invenerat. Tu quoque, Brute, fili mi, nihil
|
|
953
|
-
timor populi, nihil! Morbi fringilla convallis sapien, id pulvinar odio volutpat. Cras mattis
|
|
954
|
-
iudicium purus sit amet fermentum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus.
|
|
955
|
-
Quisque ut dolor gravida, placerat libero vel, euismod. Unam incolunt Belgae, aliam Aquitani,
|
|
956
|
-
tertiam. Cras mattis iudicium purus sit amet fermentum
|
|
957
|
-
</div>
|
|
958
|
-
</Dialog>
|
|
959
|
-
</Fragment>
|
|
960
|
-
`;
|