@pareto-engineering/design-system 4.0.0-alpha.76 → 4.0.0-alpha.78
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/cjs/a/AnimatedBlobs/AnimatedBlobs.js +1 -1
- package/dist/cjs/a/AnimatedGradient/AnimatedGradient.js +1 -1
- package/dist/cjs/a/AppContext/Context.js +1 -1
- package/dist/cjs/a/AppContext/ContextProvider.js +1 -1
- package/dist/cjs/a/BlurOverlay/BlurOverlay.js +1 -1
- package/dist/cjs/a/ContentTree/ContentTree.js +1 -1
- package/dist/cjs/a/ContentTree/common/Tree/Tree.js +1 -1
- package/dist/cjs/a/Conversation/Context.js +1 -1
- package/dist/cjs/a/Conversation/Conversation.js +1 -1
- package/dist/cjs/a/Conversation/common/Message/Message.js +1 -1
- package/dist/cjs/a/DatePicker/DatePicker.js +1 -1
- package/dist/cjs/a/DotInfo/DotInfo.js +1 -1
- package/dist/cjs/a/Figure/Figure.js +1 -1
- package/dist/cjs/a/HamburgerButton/HamburgerButton.js +1 -1
- package/dist/cjs/a/IconList/IconList.js +1 -1
- package/dist/cjs/a/IconList/common/Item/Item.js +1 -1
- package/dist/cjs/a/Label/Label.js +1 -1
- package/dist/cjs/a/LexicalPreview/LexicalPreview.js +1 -1
- package/dist/cjs/a/LoadingCircle/LoadingCircle.js +1 -1
- package/dist/cjs/a/MetaCard/MetaCard.js +1 -1
- package/dist/cjs/a/People/People.js +1 -1
- package/dist/cjs/a/People/common/Person/Person.js +1 -1
- package/dist/cjs/a/People/styles.scss +1 -1
- package/dist/cjs/a/Popover/Popover.js +1 -1
- package/dist/cjs/a/ProgressBar/ProgressBar.js +1 -1
- package/dist/cjs/a/Quote/Quote.js +16 -6
- package/dist/cjs/a/Quote/styles.scss +16 -37
- package/dist/cjs/a/Removable/Removable.js +1 -1
- package/dist/cjs/a/SVG/SVG.js +1 -1
- package/dist/cjs/a/SVG/common/UseSVG/UseSVG.js +1 -1
- package/dist/cjs/a/SnapScroller/SnapScroller.js +1 -1
- package/dist/cjs/a/Spinner/Spinner.js +1 -1
- package/dist/cjs/a/TextSteps/TextSteps.js +1 -1
- package/dist/cjs/a/Timestamp/Timestamp.js +1 -1
- package/dist/cjs/a/Tip/Tip.js +1 -1
- package/dist/cjs/a/ToggleSwitch/ToggleSwitch.js +1 -1
- package/dist/cjs/a/Tooltip/Tooltip.js +71 -0
- package/dist/cjs/a/Tooltip/index.js +13 -0
- package/dist/cjs/a/Tooltip/styles.scss +53 -0
- package/dist/cjs/a/XMLEditor/XMLEditor.js +1 -1
- package/dist/cjs/a/index.js +8 -1
- package/dist/cjs/b/Button/Button.js +1 -1
- package/dist/cjs/b/Button/common/Group/Group.js +1 -1
- package/dist/cjs/b/Card/Card.js +1 -1
- package/dist/cjs/b/Card/common/Group/Group.js +1 -1
- package/dist/cjs/b/Card/common/Section/Section.js +1 -1
- package/dist/cjs/b/ExpandableLexicalPreview/ExpandableLexicalPreview.js +3 -3
- package/dist/cjs/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.js +3 -3
- package/dist/cjs/b/Logo/Logo.js +1 -1
- package/dist/cjs/b/Page/Context.js +1 -1
- package/dist/cjs/b/Page/Page.js +1 -1
- package/dist/cjs/b/Page/common/PageHelmet/PageHelmet.js +1 -1
- package/dist/cjs/b/Page/common/Section/Section.js +1 -1
- package/dist/cjs/b/SocialMediaButton/SocialMediaButton.js +1 -1
- package/dist/cjs/b/ThemeSelector/ThemeSelector.js +1 -1
- package/dist/cjs/b/Title/Title.js +1 -1
- package/dist/cjs/c/Modal/Modal.js +1 -1
- package/dist/cjs/c/Modal/common/ModalHeader/ModalHeader.js +1 -1
- package/dist/cjs/c/Shortener/Shortener.js +1 -1
- package/dist/cjs/c/SocialMediaShareButton/SocialMediaShareButton.js +1 -1
- package/dist/cjs/f/FormInput/FormInput.js +1 -1
- package/dist/cjs/f/common/Debugger/Debugger.js +1 -1
- package/dist/cjs/f/common/Description/Description.js +1 -1
- package/dist/cjs/f/common/Description/styles.scss +1 -2
- package/dist/cjs/f/common/Label/Label.js +1 -1
- package/dist/cjs/f/fields/Checkbox/Checkbox.js +1 -1
- package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +1 -1
- package/dist/cjs/f/fields/ChoicesInput/common/Choice/Choice.js +1 -1
- package/dist/cjs/f/fields/EditorInput/EditorInput.js +20 -9
- package/dist/cjs/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +256 -0
- package/dist/cjs/f/fields/EditorInput/common/BlockFormatDropDown/index.js +13 -0
- package/dist/cjs/f/fields/EditorInput/common/BlockFormatDropDown/styles.scss +55 -0
- package/dist/cjs/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +94 -0
- package/dist/cjs/f/fields/EditorInput/common/ColorPicker/index.js +13 -0
- package/dist/cjs/f/fields/EditorInput/common/ColorPicker/styles.scss +36 -0
- package/dist/cjs/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +94 -0
- package/dist/cjs/f/fields/EditorInput/common/FontSizeDropDown/index.js +13 -0
- package/dist/cjs/f/fields/EditorInput/common/FontSizeDropDown/styles.scss +55 -0
- package/dist/cjs/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +295 -0
- package/dist/cjs/f/fields/EditorInput/common/ToolbarPlugin/index.js +13 -0
- package/dist/cjs/f/fields/EditorInput/common/ToolbarPlugin/styles.scss +56 -0
- package/dist/cjs/f/fields/EditorInput/common/index.js +24 -3
- package/dist/cjs/f/fields/EditorInput/styles.scss +109 -25
- package/dist/cjs/f/fields/LinkInput/LinkInput.js +1 -1
- package/dist/cjs/f/fields/QueryChoices/QueryChoices.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/common/Combobox/Combobox.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/common/Menu/Menu.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +1 -1
- package/dist/cjs/f/fields/QuerySelect/QuerySelect.js +1 -1
- package/dist/cjs/f/fields/RatingsInput/RatingsInput.js +1 -1
- package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +1 -1
- package/dist/cjs/f/fields/SelectInput/SelectInput.js +1 -1
- package/dist/cjs/f/fields/SelectInput/common/Menu/Menu.js +1 -1
- package/dist/cjs/f/fields/SelectInput/common/Multiple/Multiple.js +1 -1
- package/dist/cjs/f/fields/SelectInput/common/Single/Single.js +1 -1
- package/dist/cjs/f/fields/TextInput/TextInput.js +1 -1
- package/dist/cjs/f/fields/TextInput/styles.scss +5 -2
- package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
- package/dist/cjs/test/QueryLoader/QueryLoader.js +1 -1
- package/dist/cjs/test/QueryLoader/common/PreloadedTestData/PreloadedTestData.js +1 -1
- package/dist/cjs/utils/hooks/index.js +7 -0
- package/dist/cjs/utils/hooks/useOutsideClick.js +25 -0
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es/a/People/styles.scss +1 -1
- package/dist/es/a/Quote/Quote.js +15 -5
- package/dist/es/a/Quote/styles.scss +16 -37
- package/dist/es/a/Tooltip/Tooltip.js +59 -0
- package/dist/es/a/Tooltip/index.js +2 -0
- package/dist/es/a/Tooltip/styles.scss +53 -0
- package/dist/es/a/index.js +2 -1
- package/dist/es/b/ExpandableLexicalPreview/ExpandableLexicalPreview.js +1 -1
- package/dist/es/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.js +1 -1
- package/dist/es/f/common/Description/styles.scss +1 -2
- package/dist/es/f/fields/EditorInput/EditorInput.js +20 -9
- package/dist/es/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +246 -0
- package/dist/es/f/fields/EditorInput/common/BlockFormatDropDown/index.js +2 -0
- package/dist/es/f/fields/EditorInput/common/BlockFormatDropDown/styles.scss +55 -0
- package/dist/es/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +83 -0
- package/dist/es/f/fields/EditorInput/common/ColorPicker/index.js +2 -0
- package/dist/es/f/fields/EditorInput/common/ColorPicker/styles.scss +36 -0
- package/dist/es/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +81 -0
- package/dist/es/f/fields/EditorInput/common/FontSizeDropDown/index.js +2 -0
- package/dist/es/f/fields/EditorInput/common/FontSizeDropDown/styles.scss +55 -0
- package/dist/es/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +283 -0
- package/dist/es/f/fields/EditorInput/common/ToolbarPlugin/index.js +2 -0
- package/dist/es/f/fields/EditorInput/common/ToolbarPlugin/styles.scss +56 -0
- package/dist/es/f/fields/EditorInput/common/index.js +5 -2
- package/dist/es/f/fields/EditorInput/styles.scss +109 -25
- package/dist/es/f/fields/TextInput/styles.scss +5 -2
- package/dist/es/utils/hooks/index.js +2 -1
- package/dist/es/utils/hooks/useOutsideClick.js +19 -0
- package/dist/es/utils/index.js +1 -1
- package/package.json +13 -5
- package/src/stories/a/Quote.stories.jsx +30 -10
- package/src/stories/a/Tooltip.stories.jsx +80 -0
- package/src/stories/a/XMLEditor.stories.jsx +6 -1
- package/src/ui/a/People/styles.scss +1 -1
- package/src/ui/a/Quote/Quote.jsx +16 -9
- package/src/ui/a/Quote/styles.scss +16 -37
- package/src/ui/a/Tooltip/Tooltip.jsx +83 -0
- package/src/ui/a/Tooltip/index.js +2 -0
- package/src/ui/a/Tooltip/styles.scss +53 -0
- package/src/ui/a/index.js +1 -0
- package/src/ui/b/ExpandableLexicalPreview/ExpandableLexicalPreview.jsx +1 -1
- package/src/ui/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.jsx +1 -1
- package/src/ui/f/common/Description/styles.scss +1 -2
- package/src/ui/f/fields/EditorInput/EditorInput.jsx +21 -4
- package/src/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.jsx +292 -0
- package/src/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +2 -0
- package/src/ui/f/fields/EditorInput/common/BlockFormatDropDown/styles.scss +55 -0
- package/src/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.jsx +110 -0
- package/src/ui/f/fields/EditorInput/common/ColorPicker/index.js +2 -0
- package/src/ui/f/fields/EditorInput/common/ColorPicker/styles.scss +36 -0
- package/src/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.jsx +134 -0
- package/src/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +2 -0
- package/src/ui/f/fields/EditorInput/common/FontSizeDropDown/styles.scss +55 -0
- package/src/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.jsx +431 -0
- package/src/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +2 -0
- package/src/ui/f/fields/EditorInput/common/ToolbarPlugin/styles.scss +56 -0
- package/src/ui/f/fields/EditorInput/common/index.js +6 -0
- package/src/ui/f/fields/EditorInput/styles.scss +109 -25
- package/src/ui/f/fields/TextInput/styles.scss +5 -2
- package/src/ui/utils/hooks/index.js +1 -0
- package/src/ui/utils/hooks/useOutsideClick.js +23 -0
- package/src/ui/utils/index.js +1 -1
- package/tests/__snapshots__/Storyshots.test.js.snap +777 -409
- package/tests/mockResizeObserver.js +9 -0
- package/tests/test-setup.js +3 -0
- package/dist/cjs/f/fields/EditorInput/common/Toolbar.js +0 -257
- package/dist/es/f/fields/EditorInput/common/Toolbar.js +0 -246
- package/src/ui/f/fields/EditorInput/common/Toolbar.jsx +0 -356
- package/src/ui/f/fields/EditorInput/common/index.jsx +0 -3
|
@@ -1103,7 +1103,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1103
1103
|
role="presentation"
|
|
1104
1104
|
>
|
|
1105
1105
|
<button
|
|
1106
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
1106
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
1107
1107
|
name="day"
|
|
1108
1108
|
onBlur={[Function]}
|
|
1109
1109
|
onClick={[Function]}
|
|
@@ -1120,7 +1120,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1120
1120
|
onTouchStart={[Function]}
|
|
1121
1121
|
role="gridcell"
|
|
1122
1122
|
style={{}}
|
|
1123
|
-
tabIndex={
|
|
1123
|
+
tabIndex={0}
|
|
1124
1124
|
type="button"
|
|
1125
1125
|
>
|
|
1126
1126
|
1
|
|
@@ -1303,7 +1303,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1303
1303
|
role="presentation"
|
|
1304
1304
|
>
|
|
1305
1305
|
<button
|
|
1306
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
1306
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
1307
1307
|
name="day"
|
|
1308
1308
|
onBlur={[Function]}
|
|
1309
1309
|
onClick={[Function]}
|
|
@@ -1320,7 +1320,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1320
1320
|
onTouchStart={[Function]}
|
|
1321
1321
|
role="gridcell"
|
|
1322
1322
|
style={{}}
|
|
1323
|
-
tabIndex={
|
|
1323
|
+
tabIndex={-1}
|
|
1324
1324
|
type="button"
|
|
1325
1325
|
>
|
|
1326
1326
|
8
|
|
@@ -2467,7 +2467,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2467
2467
|
role="presentation"
|
|
2468
2468
|
>
|
|
2469
2469
|
<button
|
|
2470
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
2470
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
2471
2471
|
name="day"
|
|
2472
2472
|
onBlur={[Function]}
|
|
2473
2473
|
onClick={[Function]}
|
|
@@ -2484,7 +2484,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2484
2484
|
onTouchStart={[Function]}
|
|
2485
2485
|
role="gridcell"
|
|
2486
2486
|
style={{}}
|
|
2487
|
-
tabIndex={
|
|
2487
|
+
tabIndex={0}
|
|
2488
2488
|
type="button"
|
|
2489
2489
|
>
|
|
2490
2490
|
1
|
|
@@ -2667,7 +2667,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2667
2667
|
role="presentation"
|
|
2668
2668
|
>
|
|
2669
2669
|
<button
|
|
2670
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
2670
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
2671
2671
|
name="day"
|
|
2672
2672
|
onBlur={[Function]}
|
|
2673
2673
|
onClick={[Function]}
|
|
@@ -2684,7 +2684,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2684
2684
|
onTouchStart={[Function]}
|
|
2685
2685
|
role="gridcell"
|
|
2686
2686
|
style={{}}
|
|
2687
|
-
tabIndex={
|
|
2687
|
+
tabIndex={-1}
|
|
2688
2688
|
type="button"
|
|
2689
2689
|
>
|
|
2690
2690
|
8
|
|
@@ -3831,7 +3831,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3831
3831
|
role="presentation"
|
|
3832
3832
|
>
|
|
3833
3833
|
<button
|
|
3834
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
3834
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
3835
3835
|
name="day"
|
|
3836
3836
|
onBlur={[Function]}
|
|
3837
3837
|
onClick={[Function]}
|
|
@@ -3848,7 +3848,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3848
3848
|
onTouchStart={[Function]}
|
|
3849
3849
|
role="gridcell"
|
|
3850
3850
|
style={{}}
|
|
3851
|
-
tabIndex={
|
|
3851
|
+
tabIndex={0}
|
|
3852
3852
|
type="button"
|
|
3853
3853
|
>
|
|
3854
3854
|
1
|
|
@@ -4031,7 +4031,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
4031
4031
|
role="presentation"
|
|
4032
4032
|
>
|
|
4033
4033
|
<button
|
|
4034
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
4034
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
4035
4035
|
name="day"
|
|
4036
4036
|
onBlur={[Function]}
|
|
4037
4037
|
onClick={[Function]}
|
|
@@ -4048,7 +4048,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
4048
4048
|
onTouchStart={[Function]}
|
|
4049
4049
|
role="gridcell"
|
|
4050
4050
|
style={{}}
|
|
4051
|
-
tabIndex={
|
|
4051
|
+
tabIndex={-1}
|
|
4052
4052
|
type="button"
|
|
4053
4053
|
>
|
|
4054
4054
|
8
|
|
@@ -5195,7 +5195,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5195
5195
|
role="presentation"
|
|
5196
5196
|
>
|
|
5197
5197
|
<button
|
|
5198
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
5198
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
5199
5199
|
name="day"
|
|
5200
5200
|
onBlur={[Function]}
|
|
5201
5201
|
onClick={[Function]}
|
|
@@ -5212,7 +5212,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5212
5212
|
onTouchStart={[Function]}
|
|
5213
5213
|
role="gridcell"
|
|
5214
5214
|
style={{}}
|
|
5215
|
-
tabIndex={
|
|
5215
|
+
tabIndex={0}
|
|
5216
5216
|
type="button"
|
|
5217
5217
|
>
|
|
5218
5218
|
1
|
|
@@ -5395,7 +5395,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5395
5395
|
role="presentation"
|
|
5396
5396
|
>
|
|
5397
5397
|
<button
|
|
5398
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
5398
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
5399
5399
|
name="day"
|
|
5400
5400
|
onBlur={[Function]}
|
|
5401
5401
|
onClick={[Function]}
|
|
@@ -5412,7 +5412,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5412
5412
|
onTouchStart={[Function]}
|
|
5413
5413
|
role="gridcell"
|
|
5414
5414
|
style={{}}
|
|
5415
|
-
tabIndex={
|
|
5415
|
+
tabIndex={-1}
|
|
5416
5416
|
type="button"
|
|
5417
5417
|
>
|
|
5418
5418
|
8
|
|
@@ -6590,7 +6590,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6590
6590
|
role="presentation"
|
|
6591
6591
|
>
|
|
6592
6592
|
<button
|
|
6593
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
6593
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
6594
6594
|
name="day"
|
|
6595
6595
|
onBlur={[Function]}
|
|
6596
6596
|
onClick={[Function]}
|
|
@@ -6607,7 +6607,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6607
6607
|
onTouchStart={[Function]}
|
|
6608
6608
|
role="gridcell"
|
|
6609
6609
|
style={{}}
|
|
6610
|
-
tabIndex={
|
|
6610
|
+
tabIndex={0}
|
|
6611
6611
|
type="button"
|
|
6612
6612
|
>
|
|
6613
6613
|
1
|
|
@@ -6790,7 +6790,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6790
6790
|
role="presentation"
|
|
6791
6791
|
>
|
|
6792
6792
|
<button
|
|
6793
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
6793
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
6794
6794
|
name="day"
|
|
6795
6795
|
onBlur={[Function]}
|
|
6796
6796
|
onClick={[Function]}
|
|
@@ -6807,7 +6807,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6807
6807
|
onTouchStart={[Function]}
|
|
6808
6808
|
role="gridcell"
|
|
6809
6809
|
style={{}}
|
|
6810
|
-
tabIndex={
|
|
6810
|
+
tabIndex={-1}
|
|
6811
6811
|
type="button"
|
|
6812
6812
|
>
|
|
6813
6813
|
8
|
|
@@ -7974,7 +7974,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7974
7974
|
role="presentation"
|
|
7975
7975
|
>
|
|
7976
7976
|
<button
|
|
7977
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
7977
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
7978
7978
|
name="day"
|
|
7979
7979
|
onBlur={[Function]}
|
|
7980
7980
|
onClick={[Function]}
|
|
@@ -7991,7 +7991,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7991
7991
|
onTouchStart={[Function]}
|
|
7992
7992
|
role="gridcell"
|
|
7993
7993
|
style={{}}
|
|
7994
|
-
tabIndex={
|
|
7994
|
+
tabIndex={0}
|
|
7995
7995
|
type="button"
|
|
7996
7996
|
>
|
|
7997
7997
|
1
|
|
@@ -8174,7 +8174,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
8174
8174
|
role="presentation"
|
|
8175
8175
|
>
|
|
8176
8176
|
<button
|
|
8177
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
8177
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
8178
8178
|
name="day"
|
|
8179
8179
|
onBlur={[Function]}
|
|
8180
8180
|
onClick={[Function]}
|
|
@@ -8191,7 +8191,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
8191
8191
|
onTouchStart={[Function]}
|
|
8192
8192
|
role="gridcell"
|
|
8193
8193
|
style={{}}
|
|
8194
|
-
tabIndex={
|
|
8194
|
+
tabIndex={-1}
|
|
8195
8195
|
type="button"
|
|
8196
8196
|
>
|
|
8197
8197
|
8
|
|
@@ -11116,30 +11116,48 @@ exports[`Storyshots a/ProgressBar Height 1`] = `
|
|
|
11116
11116
|
`;
|
|
11117
11117
|
|
|
11118
11118
|
exports[`Storyshots a/Quote Base 1`] = `
|
|
11119
|
-
<
|
|
11120
|
-
className="
|
|
11119
|
+
<figure
|
|
11120
|
+
className="base quote x-highlighted"
|
|
11121
11121
|
>
|
|
11122
|
-
<
|
|
11123
|
-
|
|
11122
|
+
<blockquote
|
|
11123
|
+
cite="https://example.com"
|
|
11124
|
+
className="blockquote"
|
|
11124
11125
|
>
|
|
11125
|
-
<
|
|
11126
|
-
className="
|
|
11126
|
+
<p
|
|
11127
|
+
className="quotation h2"
|
|
11127
11128
|
>
|
|
11128
|
-
<
|
|
11129
|
-
className="
|
|
11129
|
+
<span
|
|
11130
|
+
className="c-x"
|
|
11130
11131
|
>
|
|
11131
|
-
|
|
11132
|
-
</
|
|
11133
|
-
|
|
11134
|
-
|
|
11135
|
-
|
|
11132
|
+
“
|
|
11133
|
+
</span>
|
|
11134
|
+
<span
|
|
11135
|
+
className="c-x"
|
|
11136
|
+
>
|
|
11137
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
|
|
11138
|
+
</span>
|
|
11139
|
+
<span
|
|
11140
|
+
className="c-x"
|
|
11141
|
+
>
|
|
11142
|
+
”
|
|
11143
|
+
</span>
|
|
11144
|
+
</p>
|
|
11145
|
+
</blockquote>
|
|
11146
|
+
<figcaption
|
|
11147
|
+
className="figcaption"
|
|
11148
|
+
>
|
|
11149
|
+
<span
|
|
11150
|
+
className="x-metadata c-x"
|
|
11136
11151
|
>
|
|
11137
|
-
|
|
11138
|
-
|
|
11139
|
-
|
|
11140
|
-
|
|
11141
|
-
|
|
11142
|
-
|
|
11152
|
+
-
|
|
11153
|
+
</span>
|
|
11154
|
+
<cite
|
|
11155
|
+
className="x-metadata c-x"
|
|
11156
|
+
>
|
|
11157
|
+
John Doe
|
|
11158
|
+
</cite>
|
|
11159
|
+
</figcaption>
|
|
11160
|
+
</figure>
|
|
11143
11161
|
`;
|
|
11144
11162
|
|
|
11145
11163
|
exports[`Storyshots a/Removable Base 1`] = `
|
|
@@ -11623,16 +11641,204 @@ exports[`Storyshots a/ToggleSwitch Base 1`] = `
|
|
|
11623
11641
|
</button>
|
|
11624
11642
|
`;
|
|
11625
11643
|
|
|
11626
|
-
exports[`Storyshots a/
|
|
11644
|
+
exports[`Storyshots a/Tooltip Base 1`] = `
|
|
11627
11645
|
<div
|
|
11628
|
-
className="base code-editor"
|
|
11629
11646
|
style={
|
|
11630
11647
|
{
|
|
11631
|
-
"
|
|
11632
|
-
"
|
|
11648
|
+
"alignItems": "center",
|
|
11649
|
+
"display": "flex",
|
|
11650
|
+
"flexDirection": "column",
|
|
11651
|
+
"margin": "auto",
|
|
11652
|
+
"paddingTop": "10rem",
|
|
11653
|
+
"width": "50%",
|
|
11633
11654
|
}
|
|
11634
11655
|
}
|
|
11635
|
-
|
|
11656
|
+
>
|
|
11657
|
+
<div
|
|
11658
|
+
aria-describedby="test-tooltip"
|
|
11659
|
+
>
|
|
11660
|
+
<button
|
|
11661
|
+
className="base button x-main"
|
|
11662
|
+
type="button"
|
|
11663
|
+
>
|
|
11664
|
+
Hover on me!
|
|
11665
|
+
</button>
|
|
11666
|
+
<div
|
|
11667
|
+
className="base tooltip bottom x-background-cards"
|
|
11668
|
+
id="test-tooltip"
|
|
11669
|
+
role="tooltip"
|
|
11670
|
+
>
|
|
11671
|
+
<div>
|
|
11672
|
+
<ul>
|
|
11673
|
+
<li>
|
|
11674
|
+
This is the tooltips content
|
|
11675
|
+
</li>
|
|
11676
|
+
<li>
|
|
11677
|
+
Style it the way you want!
|
|
11678
|
+
</li>
|
|
11679
|
+
<li>
|
|
11680
|
+
It's a tooltip, no interactive elements please
|
|
11681
|
+
</li>
|
|
11682
|
+
</ul>
|
|
11683
|
+
</div>
|
|
11684
|
+
</div>
|
|
11685
|
+
</div>
|
|
11686
|
+
<p>
|
|
11687
|
+
With some more content around
|
|
11688
|
+
</p>
|
|
11689
|
+
</div>
|
|
11690
|
+
`;
|
|
11691
|
+
|
|
11692
|
+
exports[`Storyshots a/Tooltip Left 1`] = `
|
|
11693
|
+
<div
|
|
11694
|
+
style={
|
|
11695
|
+
{
|
|
11696
|
+
"alignItems": "center",
|
|
11697
|
+
"display": "flex",
|
|
11698
|
+
"flexDirection": "column",
|
|
11699
|
+
"margin": "auto",
|
|
11700
|
+
"paddingTop": "10rem",
|
|
11701
|
+
"width": "50%",
|
|
11702
|
+
}
|
|
11703
|
+
}
|
|
11704
|
+
>
|
|
11705
|
+
<div
|
|
11706
|
+
aria-describedby="test-tooltip"
|
|
11707
|
+
>
|
|
11708
|
+
<button
|
|
11709
|
+
className="base button x-main"
|
|
11710
|
+
type="button"
|
|
11711
|
+
>
|
|
11712
|
+
Hover on me!
|
|
11713
|
+
</button>
|
|
11714
|
+
<div
|
|
11715
|
+
className="base tooltip left x-background-cards"
|
|
11716
|
+
id="test-tooltip"
|
|
11717
|
+
role="tooltip"
|
|
11718
|
+
>
|
|
11719
|
+
<div>
|
|
11720
|
+
<ul>
|
|
11721
|
+
<li>
|
|
11722
|
+
This is the tooltips content
|
|
11723
|
+
</li>
|
|
11724
|
+
<li>
|
|
11725
|
+
Style it the way you want!
|
|
11726
|
+
</li>
|
|
11727
|
+
<li>
|
|
11728
|
+
It's a tooltip, no interactive elements please
|
|
11729
|
+
</li>
|
|
11730
|
+
</ul>
|
|
11731
|
+
</div>
|
|
11732
|
+
</div>
|
|
11733
|
+
</div>
|
|
11734
|
+
<p>
|
|
11735
|
+
With some more content around
|
|
11736
|
+
</p>
|
|
11737
|
+
</div>
|
|
11738
|
+
`;
|
|
11739
|
+
|
|
11740
|
+
exports[`Storyshots a/Tooltip Right 1`] = `
|
|
11741
|
+
<div
|
|
11742
|
+
style={
|
|
11743
|
+
{
|
|
11744
|
+
"alignItems": "center",
|
|
11745
|
+
"display": "flex",
|
|
11746
|
+
"flexDirection": "column",
|
|
11747
|
+
"margin": "auto",
|
|
11748
|
+
"paddingTop": "10rem",
|
|
11749
|
+
"width": "50%",
|
|
11750
|
+
}
|
|
11751
|
+
}
|
|
11752
|
+
>
|
|
11753
|
+
<div
|
|
11754
|
+
aria-describedby="test-tooltip"
|
|
11755
|
+
>
|
|
11756
|
+
<button
|
|
11757
|
+
className="base button x-main"
|
|
11758
|
+
type="button"
|
|
11759
|
+
>
|
|
11760
|
+
Hover on me!
|
|
11761
|
+
</button>
|
|
11762
|
+
<div
|
|
11763
|
+
className="base tooltip right x-background-cards"
|
|
11764
|
+
id="test-tooltip"
|
|
11765
|
+
role="tooltip"
|
|
11766
|
+
>
|
|
11767
|
+
<div>
|
|
11768
|
+
<ul>
|
|
11769
|
+
<li>
|
|
11770
|
+
This is the tooltips content
|
|
11771
|
+
</li>
|
|
11772
|
+
<li>
|
|
11773
|
+
Style it the way you want!
|
|
11774
|
+
</li>
|
|
11775
|
+
<li>
|
|
11776
|
+
It's a tooltip, no interactive elements please
|
|
11777
|
+
</li>
|
|
11778
|
+
</ul>
|
|
11779
|
+
</div>
|
|
11780
|
+
</div>
|
|
11781
|
+
</div>
|
|
11782
|
+
<p>
|
|
11783
|
+
With some more content around
|
|
11784
|
+
</p>
|
|
11785
|
+
</div>
|
|
11786
|
+
`;
|
|
11787
|
+
|
|
11788
|
+
exports[`Storyshots a/Tooltip Top 1`] = `
|
|
11789
|
+
<div
|
|
11790
|
+
style={
|
|
11791
|
+
{
|
|
11792
|
+
"alignItems": "center",
|
|
11793
|
+
"display": "flex",
|
|
11794
|
+
"flexDirection": "column",
|
|
11795
|
+
"margin": "auto",
|
|
11796
|
+
"paddingTop": "10rem",
|
|
11797
|
+
"width": "50%",
|
|
11798
|
+
}
|
|
11799
|
+
}
|
|
11800
|
+
>
|
|
11801
|
+
<div
|
|
11802
|
+
aria-describedby="test-tooltip"
|
|
11803
|
+
>
|
|
11804
|
+
<button
|
|
11805
|
+
className="base button x-main"
|
|
11806
|
+
type="button"
|
|
11807
|
+
>
|
|
11808
|
+
Hover on me!
|
|
11809
|
+
</button>
|
|
11810
|
+
<div
|
|
11811
|
+
className="base tooltip top x-background-cards"
|
|
11812
|
+
id="test-tooltip"
|
|
11813
|
+
role="tooltip"
|
|
11814
|
+
>
|
|
11815
|
+
<div>
|
|
11816
|
+
<ul>
|
|
11817
|
+
<li>
|
|
11818
|
+
This is the tooltips content
|
|
11819
|
+
</li>
|
|
11820
|
+
<li>
|
|
11821
|
+
Style it the way you want!
|
|
11822
|
+
</li>
|
|
11823
|
+
<li>
|
|
11824
|
+
It's a tooltip, no interactive elements please
|
|
11825
|
+
</li>
|
|
11826
|
+
</ul>
|
|
11827
|
+
</div>
|
|
11828
|
+
</div>
|
|
11829
|
+
</div>
|
|
11830
|
+
<p>
|
|
11831
|
+
With some more content around
|
|
11832
|
+
</p>
|
|
11833
|
+
</div>
|
|
11834
|
+
`;
|
|
11835
|
+
|
|
11836
|
+
exports[`Storyshots a/XMLEditor Base 1`] = `
|
|
11837
|
+
<div>
|
|
11838
|
+
<pre>
|
|
11839
|
+
{}
|
|
11840
|
+
</pre>
|
|
11841
|
+
</div>
|
|
11636
11842
|
`;
|
|
11637
11843
|
|
|
11638
11844
|
exports[`Storyshots b/Button Arrow Left 1`] = `
|
|
@@ -26387,41 +26593,50 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26387
26593
|
Project Instructions
|
|
26388
26594
|
</label>
|
|
26389
26595
|
<div
|
|
26390
|
-
className="base toolbar"
|
|
26596
|
+
className="base toolbar-plugin x-background-far"
|
|
26391
26597
|
>
|
|
26392
26598
|
<div
|
|
26393
26599
|
className="group"
|
|
26394
26600
|
>
|
|
26395
26601
|
<button
|
|
26602
|
+
className="ai-icon"
|
|
26603
|
+
disabled={true}
|
|
26396
26604
|
onClick={[Function]}
|
|
26397
26605
|
type="button"
|
|
26398
26606
|
>
|
|
26399
|
-
|
|
26400
|
-
className="icon"
|
|
26401
|
-
>
|
|
26402
|
-
|
|
|
26403
|
-
</span>
|
|
26607
|
+
A
|
|
26404
26608
|
</button>
|
|
26405
26609
|
<button
|
|
26610
|
+
className="ai-icon"
|
|
26611
|
+
disabled={true}
|
|
26406
26612
|
onClick={[Function]}
|
|
26407
26613
|
type="button"
|
|
26408
26614
|
>
|
|
26409
|
-
|
|
26410
|
-
className="icon"
|
|
26411
|
-
>
|
|
26412
|
-
}
|
|
26413
|
-
</span>
|
|
26615
|
+
B
|
|
26414
26616
|
</button>
|
|
26415
|
-
|
|
26416
|
-
|
|
26417
|
-
|
|
26617
|
+
</div>
|
|
26618
|
+
<button
|
|
26619
|
+
className="base block-format-drop-down group"
|
|
26620
|
+
onClick={[Function]}
|
|
26621
|
+
type="button"
|
|
26622
|
+
>
|
|
26623
|
+
<span
|
|
26624
|
+
className="ai-icon"
|
|
26418
26625
|
>
|
|
26419
|
-
|
|
26420
|
-
|
|
26421
|
-
|
|
26422
|
-
|
|
26423
|
-
|
|
26424
|
-
|
|
26626
|
+
N
|
|
26627
|
+
</span>
|
|
26628
|
+
<span>
|
|
26629
|
+
Normal
|
|
26630
|
+
</span>
|
|
26631
|
+
<span
|
|
26632
|
+
className="icon"
|
|
26633
|
+
>
|
|
26634
|
+
V
|
|
26635
|
+
</span>
|
|
26636
|
+
</button>
|
|
26637
|
+
<div
|
|
26638
|
+
className="group"
|
|
26639
|
+
>
|
|
26425
26640
|
<button
|
|
26426
26641
|
onClick={[Function]}
|
|
26427
26642
|
type="button"
|
|
@@ -26429,149 +26644,18 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26429
26644
|
<span
|
|
26430
26645
|
className="icon"
|
|
26431
26646
|
>
|
|
26432
|
-
|
|
26647
|
+
|
|
|
26433
26648
|
</span>
|
|
26434
26649
|
</button>
|
|
26435
26650
|
<button
|
|
26436
|
-
className="color-menu-button"
|
|
26437
26651
|
onClick={[Function]}
|
|
26438
|
-
style={
|
|
26439
|
-
{
|
|
26440
|
-
"position": "relative",
|
|
26441
|
-
}
|
|
26442
|
-
}
|
|
26443
26652
|
type="button"
|
|
26444
26653
|
>
|
|
26445
26654
|
<span
|
|
26446
26655
|
className="icon"
|
|
26447
|
-
style={
|
|
26448
|
-
{
|
|
26449
|
-
"color": "var(--paragraph)",
|
|
26450
|
-
}
|
|
26451
|
-
}
|
|
26452
26656
|
>
|
|
26453
|
-
|
|
26657
|
+
}
|
|
26454
26658
|
</span>
|
|
26455
|
-
<div
|
|
26456
|
-
className="base popover x-background-near bottom left"
|
|
26457
|
-
>
|
|
26458
|
-
<div
|
|
26459
|
-
className="color-menu"
|
|
26460
|
-
>
|
|
26461
|
-
<span
|
|
26462
|
-
className="icon color-option"
|
|
26463
|
-
onClick={[Function]}
|
|
26464
|
-
onKeyDown={[Function]}
|
|
26465
|
-
role="button"
|
|
26466
|
-
style={
|
|
26467
|
-
{
|
|
26468
|
-
"color": "red",
|
|
26469
|
-
}
|
|
26470
|
-
}
|
|
26471
|
-
tabIndex={0}
|
|
26472
|
-
>
|
|
26473
|
-
o
|
|
26474
|
-
</span>
|
|
26475
|
-
<span
|
|
26476
|
-
className="icon color-option"
|
|
26477
|
-
onClick={[Function]}
|
|
26478
|
-
onKeyDown={[Function]}
|
|
26479
|
-
role="button"
|
|
26480
|
-
style={
|
|
26481
|
-
{
|
|
26482
|
-
"color": "blue",
|
|
26483
|
-
}
|
|
26484
|
-
}
|
|
26485
|
-
tabIndex={0}
|
|
26486
|
-
>
|
|
26487
|
-
o
|
|
26488
|
-
</span>
|
|
26489
|
-
<span
|
|
26490
|
-
className="icon color-option"
|
|
26491
|
-
onClick={[Function]}
|
|
26492
|
-
onKeyDown={[Function]}
|
|
26493
|
-
role="button"
|
|
26494
|
-
style={
|
|
26495
|
-
{
|
|
26496
|
-
"color": "green",
|
|
26497
|
-
}
|
|
26498
|
-
}
|
|
26499
|
-
tabIndex={0}
|
|
26500
|
-
>
|
|
26501
|
-
o
|
|
26502
|
-
</span>
|
|
26503
|
-
<span
|
|
26504
|
-
className="icon color-option"
|
|
26505
|
-
onClick={[Function]}
|
|
26506
|
-
onKeyDown={[Function]}
|
|
26507
|
-
role="button"
|
|
26508
|
-
style={
|
|
26509
|
-
{
|
|
26510
|
-
"color": "yellow",
|
|
26511
|
-
}
|
|
26512
|
-
}
|
|
26513
|
-
tabIndex={0}
|
|
26514
|
-
>
|
|
26515
|
-
o
|
|
26516
|
-
</span>
|
|
26517
|
-
<span
|
|
26518
|
-
className="icon color-option"
|
|
26519
|
-
onClick={[Function]}
|
|
26520
|
-
onKeyDown={[Function]}
|
|
26521
|
-
role="button"
|
|
26522
|
-
style={
|
|
26523
|
-
{
|
|
26524
|
-
"color": "orange",
|
|
26525
|
-
}
|
|
26526
|
-
}
|
|
26527
|
-
tabIndex={0}
|
|
26528
|
-
>
|
|
26529
|
-
o
|
|
26530
|
-
</span>
|
|
26531
|
-
<span
|
|
26532
|
-
className="icon color-option"
|
|
26533
|
-
onClick={[Function]}
|
|
26534
|
-
onKeyDown={[Function]}
|
|
26535
|
-
role="button"
|
|
26536
|
-
style={
|
|
26537
|
-
{
|
|
26538
|
-
"color": "purple",
|
|
26539
|
-
}
|
|
26540
|
-
}
|
|
26541
|
-
tabIndex={0}
|
|
26542
|
-
>
|
|
26543
|
-
o
|
|
26544
|
-
</span>
|
|
26545
|
-
<span
|
|
26546
|
-
className="icon color-option"
|
|
26547
|
-
onClick={[Function]}
|
|
26548
|
-
onKeyDown={[Function]}
|
|
26549
|
-
role="button"
|
|
26550
|
-
style={
|
|
26551
|
-
{
|
|
26552
|
-
"color": "pink",
|
|
26553
|
-
}
|
|
26554
|
-
}
|
|
26555
|
-
tabIndex={0}
|
|
26556
|
-
>
|
|
26557
|
-
o
|
|
26558
|
-
</span>
|
|
26559
|
-
<span
|
|
26560
|
-
className="icon color-option"
|
|
26561
|
-
onClick={[Function]}
|
|
26562
|
-
onKeyDown={[Function]}
|
|
26563
|
-
role="button"
|
|
26564
|
-
style={
|
|
26565
|
-
{
|
|
26566
|
-
"color": "brown",
|
|
26567
|
-
}
|
|
26568
|
-
}
|
|
26569
|
-
tabIndex={0}
|
|
26570
|
-
>
|
|
26571
|
-
o
|
|
26572
|
-
</span>
|
|
26573
|
-
</div>
|
|
26574
|
-
</div>
|
|
26575
26659
|
</button>
|
|
26576
26660
|
<button
|
|
26577
26661
|
onClick={[Function]}
|
|
@@ -26580,7 +26664,7 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26580
26664
|
<span
|
|
26581
26665
|
className="icon"
|
|
26582
26666
|
>
|
|
26583
|
-
|
|
26667
|
+
~
|
|
26584
26668
|
</span>
|
|
26585
26669
|
</button>
|
|
26586
26670
|
<button
|
|
@@ -26590,7 +26674,7 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26590
26674
|
<span
|
|
26591
26675
|
className="icon"
|
|
26592
26676
|
>
|
|
26593
|
-
|
|
26677
|
+
?
|
|
26594
26678
|
</span>
|
|
26595
26679
|
</button>
|
|
26596
26680
|
<button
|
|
@@ -26600,33 +26684,241 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26600
26684
|
<span
|
|
26601
26685
|
className="icon"
|
|
26602
26686
|
>
|
|
26603
|
-
|
|
26687
|
+
]
|
|
26604
26688
|
</span>
|
|
26605
26689
|
</button>
|
|
26606
26690
|
</div>
|
|
26607
|
-
<
|
|
26608
|
-
className="group"
|
|
26609
|
-
|
|
26610
|
-
|
|
26611
|
-
|
|
26612
|
-
|
|
26691
|
+
<button
|
|
26692
|
+
className="base font-size-drop-down group"
|
|
26693
|
+
onClick={[Function]}
|
|
26694
|
+
type="button"
|
|
26695
|
+
>
|
|
26696
|
+
<span>
|
|
26697
|
+
15px
|
|
26698
|
+
</span>
|
|
26699
|
+
<span
|
|
26700
|
+
className="icon"
|
|
26613
26701
|
>
|
|
26614
|
-
|
|
26615
|
-
|
|
26702
|
+
V
|
|
26703
|
+
</span>
|
|
26704
|
+
</button>
|
|
26705
|
+
<div
|
|
26706
|
+
className="group"
|
|
26707
|
+
>
|
|
26708
|
+
<div
|
|
26709
|
+
className="base color-picker"
|
|
26710
|
+
>
|
|
26711
|
+
<button
|
|
26712
|
+
onClick={[Function]}
|
|
26713
|
+
type="button"
|
|
26616
26714
|
>
|
|
26617
|
-
|
|
26618
|
-
|
|
26619
|
-
|
|
26620
|
-
|
|
26621
|
-
|
|
26622
|
-
|
|
26715
|
+
<span
|
|
26716
|
+
className="icon"
|
|
26717
|
+
>
|
|
26718
|
+
'
|
|
26719
|
+
</span>
|
|
26720
|
+
<span
|
|
26721
|
+
className="icon"
|
|
26722
|
+
>
|
|
26723
|
+
V
|
|
26724
|
+
</span>
|
|
26725
|
+
</button>
|
|
26726
|
+
<div
|
|
26727
|
+
className="base popover x-background-far bottom left"
|
|
26728
|
+
>
|
|
26729
|
+
<div
|
|
26730
|
+
className="rcp-root rcp"
|
|
26731
|
+
>
|
|
26732
|
+
<div
|
|
26733
|
+
className="rcp-interactive"
|
|
26734
|
+
onPointerDown={[Function]}
|
|
26735
|
+
>
|
|
26736
|
+
<div
|
|
26737
|
+
className="rcp-saturation"
|
|
26738
|
+
style={
|
|
26739
|
+
{
|
|
26740
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
26741
|
+
"height": 200,
|
|
26742
|
+
}
|
|
26743
|
+
}
|
|
26744
|
+
>
|
|
26745
|
+
<div
|
|
26746
|
+
className="rcp-saturation-cursor"
|
|
26747
|
+
style={
|
|
26748
|
+
{
|
|
26749
|
+
"backgroundColor": "rgb(0 0 0)",
|
|
26750
|
+
"left": 0,
|
|
26751
|
+
"top": 200,
|
|
26752
|
+
}
|
|
26753
|
+
}
|
|
26754
|
+
/>
|
|
26755
|
+
</div>
|
|
26756
|
+
</div>
|
|
26757
|
+
<div
|
|
26758
|
+
className="rcp-body"
|
|
26759
|
+
>
|
|
26760
|
+
<section
|
|
26761
|
+
className="rcp-section"
|
|
26762
|
+
>
|
|
26763
|
+
<div
|
|
26764
|
+
className="rcp-interactive"
|
|
26765
|
+
onPointerDown={[Function]}
|
|
26766
|
+
>
|
|
26767
|
+
<div
|
|
26768
|
+
className="rcp-hue"
|
|
26769
|
+
>
|
|
26770
|
+
<div
|
|
26771
|
+
className="rcp-hue-cursor"
|
|
26772
|
+
style={
|
|
26773
|
+
{
|
|
26774
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
26775
|
+
"left": 0,
|
|
26776
|
+
}
|
|
26777
|
+
}
|
|
26778
|
+
/>
|
|
26779
|
+
</div>
|
|
26780
|
+
</div>
|
|
26781
|
+
<div
|
|
26782
|
+
className="rcp-interactive"
|
|
26783
|
+
onPointerDown={[Function]}
|
|
26784
|
+
>
|
|
26785
|
+
<div
|
|
26786
|
+
className="rcp-alpha"
|
|
26787
|
+
style={
|
|
26788
|
+
{
|
|
26789
|
+
"background": "linear-gradient(to right, rgb(0 0 0 / 0), rgb(0 0 0 / 1)) top left / auto auto,
|
|
26790
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) top left / 12px 12px
|
|
26791
|
+
repeat",
|
|
26792
|
+
}
|
|
26793
|
+
}
|
|
26794
|
+
>
|
|
26795
|
+
<div
|
|
26796
|
+
className="rcp-alpha-cursor"
|
|
26797
|
+
style={
|
|
26798
|
+
{
|
|
26799
|
+
"background": "linear-gradient(to right, rgb(0 0 0 / 1), rgb(0 0 0 / 1)) top left / auto auto,
|
|
26800
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) -5px 2px / 12px 12px
|
|
26801
|
+
repeat",
|
|
26802
|
+
"left": 1,
|
|
26803
|
+
}
|
|
26804
|
+
}
|
|
26805
|
+
/>
|
|
26806
|
+
</div>
|
|
26807
|
+
</div>
|
|
26808
|
+
</section>
|
|
26809
|
+
</div>
|
|
26810
|
+
</div>
|
|
26811
|
+
</div>
|
|
26812
|
+
</div>
|
|
26813
|
+
<div
|
|
26814
|
+
className="base color-picker"
|
|
26623
26815
|
>
|
|
26624
|
-
<
|
|
26625
|
-
|
|
26816
|
+
<button
|
|
26817
|
+
onClick={[Function]}
|
|
26818
|
+
type="button"
|
|
26626
26819
|
>
|
|
26627
|
-
|
|
26628
|
-
|
|
26629
|
-
|
|
26820
|
+
<span
|
|
26821
|
+
className="icon"
|
|
26822
|
+
>
|
|
26823
|
+
#
|
|
26824
|
+
</span>
|
|
26825
|
+
<span
|
|
26826
|
+
className="icon"
|
|
26827
|
+
>
|
|
26828
|
+
V
|
|
26829
|
+
</span>
|
|
26830
|
+
</button>
|
|
26831
|
+
<div
|
|
26832
|
+
className="base popover x-background-far bottom left"
|
|
26833
|
+
>
|
|
26834
|
+
<div
|
|
26835
|
+
className="rcp-root rcp"
|
|
26836
|
+
>
|
|
26837
|
+
<div
|
|
26838
|
+
className="rcp-interactive"
|
|
26839
|
+
onPointerDown={[Function]}
|
|
26840
|
+
>
|
|
26841
|
+
<div
|
|
26842
|
+
className="rcp-saturation"
|
|
26843
|
+
style={
|
|
26844
|
+
{
|
|
26845
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
26846
|
+
"height": 200,
|
|
26847
|
+
}
|
|
26848
|
+
}
|
|
26849
|
+
>
|
|
26850
|
+
<div
|
|
26851
|
+
className="rcp-saturation-cursor"
|
|
26852
|
+
style={
|
|
26853
|
+
{
|
|
26854
|
+
"backgroundColor": "rgb(255 255 255)",
|
|
26855
|
+
"left": 0,
|
|
26856
|
+
"top": 0,
|
|
26857
|
+
}
|
|
26858
|
+
}
|
|
26859
|
+
/>
|
|
26860
|
+
</div>
|
|
26861
|
+
</div>
|
|
26862
|
+
<div
|
|
26863
|
+
className="rcp-body"
|
|
26864
|
+
>
|
|
26865
|
+
<section
|
|
26866
|
+
className="rcp-section"
|
|
26867
|
+
>
|
|
26868
|
+
<div
|
|
26869
|
+
className="rcp-interactive"
|
|
26870
|
+
onPointerDown={[Function]}
|
|
26871
|
+
>
|
|
26872
|
+
<div
|
|
26873
|
+
className="rcp-hue"
|
|
26874
|
+
>
|
|
26875
|
+
<div
|
|
26876
|
+
className="rcp-hue-cursor"
|
|
26877
|
+
style={
|
|
26878
|
+
{
|
|
26879
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
26880
|
+
"left": 0,
|
|
26881
|
+
}
|
|
26882
|
+
}
|
|
26883
|
+
/>
|
|
26884
|
+
</div>
|
|
26885
|
+
</div>
|
|
26886
|
+
<div
|
|
26887
|
+
className="rcp-interactive"
|
|
26888
|
+
onPointerDown={[Function]}
|
|
26889
|
+
>
|
|
26890
|
+
<div
|
|
26891
|
+
className="rcp-alpha"
|
|
26892
|
+
style={
|
|
26893
|
+
{
|
|
26894
|
+
"background": "linear-gradient(to right, rgb(255 255 255 / 0), rgb(255 255 255 / 1)) top left / auto auto,
|
|
26895
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) top left / 12px 12px
|
|
26896
|
+
repeat",
|
|
26897
|
+
}
|
|
26898
|
+
}
|
|
26899
|
+
>
|
|
26900
|
+
<div
|
|
26901
|
+
className="rcp-alpha-cursor"
|
|
26902
|
+
style={
|
|
26903
|
+
{
|
|
26904
|
+
"background": "linear-gradient(to right, rgb(255 255 255 / 1), rgb(255 255 255 / 1)) top left / auto auto,
|
|
26905
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) -5px 2px / 12px 12px
|
|
26906
|
+
repeat",
|
|
26907
|
+
"left": 1,
|
|
26908
|
+
}
|
|
26909
|
+
}
|
|
26910
|
+
/>
|
|
26911
|
+
</div>
|
|
26912
|
+
</div>
|
|
26913
|
+
</section>
|
|
26914
|
+
</div>
|
|
26915
|
+
</div>
|
|
26916
|
+
</div>
|
|
26917
|
+
</div>
|
|
26918
|
+
</div>
|
|
26919
|
+
<div
|
|
26920
|
+
className="group"
|
|
26921
|
+
>
|
|
26630
26922
|
<button
|
|
26631
26923
|
onClick={[Function]}
|
|
26632
26924
|
type="button"
|
|
@@ -26634,7 +26926,7 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26634
26926
|
<span
|
|
26635
26927
|
className="icon"
|
|
26636
26928
|
>
|
|
26637
|
-
|
|
26929
|
+
^
|
|
26638
26930
|
</span>
|
|
26639
26931
|
</button>
|
|
26640
26932
|
<button
|
|
@@ -26644,13 +26936,9 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26644
26936
|
<span
|
|
26645
26937
|
className="icon"
|
|
26646
26938
|
>
|
|
26647
|
-
|
|
26939
|
+
_
|
|
26648
26940
|
</span>
|
|
26649
26941
|
</button>
|
|
26650
|
-
</div>
|
|
26651
|
-
<div
|
|
26652
|
-
className="group"
|
|
26653
|
-
>
|
|
26654
26942
|
<button
|
|
26655
26943
|
onClick={[Function]}
|
|
26656
26944
|
type="button"
|
|
@@ -26658,18 +26946,17 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
26658
26946
|
<span
|
|
26659
26947
|
className="icon"
|
|
26660
26948
|
>
|
|
26661
|
-
|
|
26949
|
+
\`
|
|
26662
26950
|
</span>
|
|
26663
26951
|
</button>
|
|
26664
26952
|
<button
|
|
26665
|
-
className="flip"
|
|
26666
26953
|
onClick={[Function]}
|
|
26667
26954
|
type="button"
|
|
26668
26955
|
>
|
|
26669
26956
|
<span
|
|
26670
26957
|
className="icon"
|
|
26671
26958
|
>
|
|
26672
|
-
|
|
26959
|
+
{
|
|
26673
26960
|
</span>
|
|
26674
26961
|
</button>
|
|
26675
26962
|
</div>
|
|
@@ -26784,8 +27071,47 @@ exports[`Storyshots f/fields/EditorInput Optional 1`] = `
|
|
|
26784
27071
|
(Optional)
|
|
26785
27072
|
</label>
|
|
26786
27073
|
<div
|
|
26787
|
-
className="base toolbar"
|
|
27074
|
+
className="base toolbar-plugin x-background-far"
|
|
26788
27075
|
>
|
|
27076
|
+
<div
|
|
27077
|
+
className="group"
|
|
27078
|
+
>
|
|
27079
|
+
<button
|
|
27080
|
+
className="ai-icon"
|
|
27081
|
+
disabled={true}
|
|
27082
|
+
onClick={[Function]}
|
|
27083
|
+
type="button"
|
|
27084
|
+
>
|
|
27085
|
+
A
|
|
27086
|
+
</button>
|
|
27087
|
+
<button
|
|
27088
|
+
className="ai-icon"
|
|
27089
|
+
disabled={true}
|
|
27090
|
+
onClick={[Function]}
|
|
27091
|
+
type="button"
|
|
27092
|
+
>
|
|
27093
|
+
B
|
|
27094
|
+
</button>
|
|
27095
|
+
</div>
|
|
27096
|
+
<button
|
|
27097
|
+
className="base block-format-drop-down group"
|
|
27098
|
+
onClick={[Function]}
|
|
27099
|
+
type="button"
|
|
27100
|
+
>
|
|
27101
|
+
<span
|
|
27102
|
+
className="ai-icon"
|
|
27103
|
+
>
|
|
27104
|
+
N
|
|
27105
|
+
</span>
|
|
27106
|
+
<span>
|
|
27107
|
+
Normal
|
|
27108
|
+
</span>
|
|
27109
|
+
<span
|
|
27110
|
+
className="icon"
|
|
27111
|
+
>
|
|
27112
|
+
V
|
|
27113
|
+
</span>
|
|
27114
|
+
</button>
|
|
26789
27115
|
<div
|
|
26790
27116
|
className="group"
|
|
26791
27117
|
>
|
|
@@ -26830,176 +27156,243 @@ exports[`Storyshots f/fields/EditorInput Optional 1`] = `
|
|
|
26830
27156
|
</span>
|
|
26831
27157
|
</button>
|
|
26832
27158
|
<button
|
|
26833
|
-
className="color-menu-button"
|
|
26834
27159
|
onClick={[Function]}
|
|
26835
|
-
style={
|
|
26836
|
-
{
|
|
26837
|
-
"position": "relative",
|
|
26838
|
-
}
|
|
26839
|
-
}
|
|
26840
27160
|
type="button"
|
|
26841
27161
|
>
|
|
26842
27162
|
<span
|
|
26843
27163
|
className="icon"
|
|
26844
|
-
style={
|
|
26845
|
-
{
|
|
26846
|
-
"color": "var(--paragraph)",
|
|
26847
|
-
}
|
|
26848
|
-
}
|
|
26849
27164
|
>
|
|
26850
|
-
|
|
27165
|
+
]
|
|
26851
27166
|
</span>
|
|
27167
|
+
</button>
|
|
27168
|
+
</div>
|
|
27169
|
+
<button
|
|
27170
|
+
className="base font-size-drop-down group"
|
|
27171
|
+
onClick={[Function]}
|
|
27172
|
+
type="button"
|
|
27173
|
+
>
|
|
27174
|
+
<span>
|
|
27175
|
+
15px
|
|
27176
|
+
</span>
|
|
27177
|
+
<span
|
|
27178
|
+
className="icon"
|
|
27179
|
+
>
|
|
27180
|
+
V
|
|
27181
|
+
</span>
|
|
27182
|
+
</button>
|
|
27183
|
+
<div
|
|
27184
|
+
className="group"
|
|
27185
|
+
>
|
|
27186
|
+
<div
|
|
27187
|
+
className="base color-picker"
|
|
27188
|
+
>
|
|
27189
|
+
<button
|
|
27190
|
+
onClick={[Function]}
|
|
27191
|
+
type="button"
|
|
27192
|
+
>
|
|
27193
|
+
<span
|
|
27194
|
+
className="icon"
|
|
27195
|
+
>
|
|
27196
|
+
'
|
|
27197
|
+
</span>
|
|
27198
|
+
<span
|
|
27199
|
+
className="icon"
|
|
27200
|
+
>
|
|
27201
|
+
V
|
|
27202
|
+
</span>
|
|
27203
|
+
</button>
|
|
26852
27204
|
<div
|
|
26853
|
-
className="base popover x-background-
|
|
27205
|
+
className="base popover x-background-far bottom left"
|
|
26854
27206
|
>
|
|
26855
27207
|
<div
|
|
26856
|
-
className="
|
|
27208
|
+
className="rcp-root rcp"
|
|
26857
27209
|
>
|
|
26858
|
-
<
|
|
26859
|
-
className="
|
|
26860
|
-
|
|
26861
|
-
onKeyDown={[Function]}
|
|
26862
|
-
role="button"
|
|
26863
|
-
style={
|
|
26864
|
-
{
|
|
26865
|
-
"color": "red",
|
|
26866
|
-
}
|
|
26867
|
-
}
|
|
26868
|
-
tabIndex={0}
|
|
26869
|
-
>
|
|
26870
|
-
o
|
|
26871
|
-
</span>
|
|
26872
|
-
<span
|
|
26873
|
-
className="icon color-option"
|
|
26874
|
-
onClick={[Function]}
|
|
26875
|
-
onKeyDown={[Function]}
|
|
26876
|
-
role="button"
|
|
26877
|
-
style={
|
|
26878
|
-
{
|
|
26879
|
-
"color": "blue",
|
|
26880
|
-
}
|
|
26881
|
-
}
|
|
26882
|
-
tabIndex={0}
|
|
26883
|
-
>
|
|
26884
|
-
o
|
|
26885
|
-
</span>
|
|
26886
|
-
<span
|
|
26887
|
-
className="icon color-option"
|
|
26888
|
-
onClick={[Function]}
|
|
26889
|
-
onKeyDown={[Function]}
|
|
26890
|
-
role="button"
|
|
26891
|
-
style={
|
|
26892
|
-
{
|
|
26893
|
-
"color": "green",
|
|
26894
|
-
}
|
|
26895
|
-
}
|
|
26896
|
-
tabIndex={0}
|
|
26897
|
-
>
|
|
26898
|
-
o
|
|
26899
|
-
</span>
|
|
26900
|
-
<span
|
|
26901
|
-
className="icon color-option"
|
|
26902
|
-
onClick={[Function]}
|
|
26903
|
-
onKeyDown={[Function]}
|
|
26904
|
-
role="button"
|
|
26905
|
-
style={
|
|
26906
|
-
{
|
|
26907
|
-
"color": "yellow",
|
|
26908
|
-
}
|
|
26909
|
-
}
|
|
26910
|
-
tabIndex={0}
|
|
26911
|
-
>
|
|
26912
|
-
o
|
|
26913
|
-
</span>
|
|
26914
|
-
<span
|
|
26915
|
-
className="icon color-option"
|
|
26916
|
-
onClick={[Function]}
|
|
26917
|
-
onKeyDown={[Function]}
|
|
26918
|
-
role="button"
|
|
26919
|
-
style={
|
|
26920
|
-
{
|
|
26921
|
-
"color": "orange",
|
|
26922
|
-
}
|
|
26923
|
-
}
|
|
26924
|
-
tabIndex={0}
|
|
26925
|
-
>
|
|
26926
|
-
o
|
|
26927
|
-
</span>
|
|
26928
|
-
<span
|
|
26929
|
-
className="icon color-option"
|
|
26930
|
-
onClick={[Function]}
|
|
26931
|
-
onKeyDown={[Function]}
|
|
26932
|
-
role="button"
|
|
26933
|
-
style={
|
|
26934
|
-
{
|
|
26935
|
-
"color": "purple",
|
|
26936
|
-
}
|
|
26937
|
-
}
|
|
26938
|
-
tabIndex={0}
|
|
26939
|
-
>
|
|
26940
|
-
o
|
|
26941
|
-
</span>
|
|
26942
|
-
<span
|
|
26943
|
-
className="icon color-option"
|
|
26944
|
-
onClick={[Function]}
|
|
26945
|
-
onKeyDown={[Function]}
|
|
26946
|
-
role="button"
|
|
26947
|
-
style={
|
|
26948
|
-
{
|
|
26949
|
-
"color": "pink",
|
|
26950
|
-
}
|
|
26951
|
-
}
|
|
26952
|
-
tabIndex={0}
|
|
27210
|
+
<div
|
|
27211
|
+
className="rcp-interactive"
|
|
27212
|
+
onPointerDown={[Function]}
|
|
26953
27213
|
>
|
|
26954
|
-
|
|
26955
|
-
|
|
26956
|
-
|
|
26957
|
-
|
|
26958
|
-
|
|
26959
|
-
|
|
26960
|
-
|
|
26961
|
-
style={
|
|
26962
|
-
{
|
|
26963
|
-
"color": "brown",
|
|
27214
|
+
<div
|
|
27215
|
+
className="rcp-saturation"
|
|
27216
|
+
style={
|
|
27217
|
+
{
|
|
27218
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
27219
|
+
"height": 200,
|
|
27220
|
+
}
|
|
26964
27221
|
}
|
|
26965
|
-
|
|
26966
|
-
|
|
27222
|
+
>
|
|
27223
|
+
<div
|
|
27224
|
+
className="rcp-saturation-cursor"
|
|
27225
|
+
style={
|
|
27226
|
+
{
|
|
27227
|
+
"backgroundColor": "rgb(0 0 0)",
|
|
27228
|
+
"left": 0,
|
|
27229
|
+
"top": 200,
|
|
27230
|
+
}
|
|
27231
|
+
}
|
|
27232
|
+
/>
|
|
27233
|
+
</div>
|
|
27234
|
+
</div>
|
|
27235
|
+
<div
|
|
27236
|
+
className="rcp-body"
|
|
26967
27237
|
>
|
|
26968
|
-
|
|
26969
|
-
|
|
27238
|
+
<section
|
|
27239
|
+
className="rcp-section"
|
|
27240
|
+
>
|
|
27241
|
+
<div
|
|
27242
|
+
className="rcp-interactive"
|
|
27243
|
+
onPointerDown={[Function]}
|
|
27244
|
+
>
|
|
27245
|
+
<div
|
|
27246
|
+
className="rcp-hue"
|
|
27247
|
+
>
|
|
27248
|
+
<div
|
|
27249
|
+
className="rcp-hue-cursor"
|
|
27250
|
+
style={
|
|
27251
|
+
{
|
|
27252
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
27253
|
+
"left": 0,
|
|
27254
|
+
}
|
|
27255
|
+
}
|
|
27256
|
+
/>
|
|
27257
|
+
</div>
|
|
27258
|
+
</div>
|
|
27259
|
+
<div
|
|
27260
|
+
className="rcp-interactive"
|
|
27261
|
+
onPointerDown={[Function]}
|
|
27262
|
+
>
|
|
27263
|
+
<div
|
|
27264
|
+
className="rcp-alpha"
|
|
27265
|
+
style={
|
|
27266
|
+
{
|
|
27267
|
+
"background": "linear-gradient(to right, rgb(0 0 0 / 0), rgb(0 0 0 / 1)) top left / auto auto,
|
|
27268
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) top left / 12px 12px
|
|
27269
|
+
repeat",
|
|
27270
|
+
}
|
|
27271
|
+
}
|
|
27272
|
+
>
|
|
27273
|
+
<div
|
|
27274
|
+
className="rcp-alpha-cursor"
|
|
27275
|
+
style={
|
|
27276
|
+
{
|
|
27277
|
+
"background": "linear-gradient(to right, rgb(0 0 0 / 1), rgb(0 0 0 / 1)) top left / auto auto,
|
|
27278
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) -5px 2px / 12px 12px
|
|
27279
|
+
repeat",
|
|
27280
|
+
"left": 1,
|
|
27281
|
+
}
|
|
27282
|
+
}
|
|
27283
|
+
/>
|
|
27284
|
+
</div>
|
|
27285
|
+
</div>
|
|
27286
|
+
</section>
|
|
27287
|
+
</div>
|
|
26970
27288
|
</div>
|
|
26971
27289
|
</div>
|
|
26972
|
-
</
|
|
26973
|
-
<
|
|
26974
|
-
|
|
26975
|
-
type="button"
|
|
26976
|
-
>
|
|
26977
|
-
<span
|
|
26978
|
-
className="icon"
|
|
26979
|
-
>
|
|
26980
|
-
]
|
|
26981
|
-
</span>
|
|
26982
|
-
</button>
|
|
26983
|
-
<button
|
|
26984
|
-
onClick={[Function]}
|
|
26985
|
-
type="button"
|
|
27290
|
+
</div>
|
|
27291
|
+
<div
|
|
27292
|
+
className="base color-picker"
|
|
26986
27293
|
>
|
|
26987
|
-
<
|
|
26988
|
-
|
|
27294
|
+
<button
|
|
27295
|
+
onClick={[Function]}
|
|
27296
|
+
type="button"
|
|
26989
27297
|
>
|
|
26990
|
-
|
|
26991
|
-
|
|
26992
|
-
|
|
26993
|
-
|
|
26994
|
-
|
|
26995
|
-
|
|
26996
|
-
|
|
26997
|
-
|
|
26998
|
-
|
|
27298
|
+
<span
|
|
27299
|
+
className="icon"
|
|
27300
|
+
>
|
|
27301
|
+
#
|
|
27302
|
+
</span>
|
|
27303
|
+
<span
|
|
27304
|
+
className="icon"
|
|
27305
|
+
>
|
|
27306
|
+
V
|
|
27307
|
+
</span>
|
|
27308
|
+
</button>
|
|
27309
|
+
<div
|
|
27310
|
+
className="base popover x-background-far bottom left"
|
|
26999
27311
|
>
|
|
27000
|
-
|
|
27001
|
-
|
|
27002
|
-
|
|
27312
|
+
<div
|
|
27313
|
+
className="rcp-root rcp"
|
|
27314
|
+
>
|
|
27315
|
+
<div
|
|
27316
|
+
className="rcp-interactive"
|
|
27317
|
+
onPointerDown={[Function]}
|
|
27318
|
+
>
|
|
27319
|
+
<div
|
|
27320
|
+
className="rcp-saturation"
|
|
27321
|
+
style={
|
|
27322
|
+
{
|
|
27323
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
27324
|
+
"height": 200,
|
|
27325
|
+
}
|
|
27326
|
+
}
|
|
27327
|
+
>
|
|
27328
|
+
<div
|
|
27329
|
+
className="rcp-saturation-cursor"
|
|
27330
|
+
style={
|
|
27331
|
+
{
|
|
27332
|
+
"backgroundColor": "rgb(255 255 255)",
|
|
27333
|
+
"left": 0,
|
|
27334
|
+
"top": 0,
|
|
27335
|
+
}
|
|
27336
|
+
}
|
|
27337
|
+
/>
|
|
27338
|
+
</div>
|
|
27339
|
+
</div>
|
|
27340
|
+
<div
|
|
27341
|
+
className="rcp-body"
|
|
27342
|
+
>
|
|
27343
|
+
<section
|
|
27344
|
+
className="rcp-section"
|
|
27345
|
+
>
|
|
27346
|
+
<div
|
|
27347
|
+
className="rcp-interactive"
|
|
27348
|
+
onPointerDown={[Function]}
|
|
27349
|
+
>
|
|
27350
|
+
<div
|
|
27351
|
+
className="rcp-hue"
|
|
27352
|
+
>
|
|
27353
|
+
<div
|
|
27354
|
+
className="rcp-hue-cursor"
|
|
27355
|
+
style={
|
|
27356
|
+
{
|
|
27357
|
+
"backgroundColor": "hsl(0 100% 50%)",
|
|
27358
|
+
"left": 0,
|
|
27359
|
+
}
|
|
27360
|
+
}
|
|
27361
|
+
/>
|
|
27362
|
+
</div>
|
|
27363
|
+
</div>
|
|
27364
|
+
<div
|
|
27365
|
+
className="rcp-interactive"
|
|
27366
|
+
onPointerDown={[Function]}
|
|
27367
|
+
>
|
|
27368
|
+
<div
|
|
27369
|
+
className="rcp-alpha"
|
|
27370
|
+
style={
|
|
27371
|
+
{
|
|
27372
|
+
"background": "linear-gradient(to right, rgb(255 255 255 / 0), rgb(255 255 255 / 1)) top left / auto auto,
|
|
27373
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) top left / 12px 12px
|
|
27374
|
+
repeat",
|
|
27375
|
+
}
|
|
27376
|
+
}
|
|
27377
|
+
>
|
|
27378
|
+
<div
|
|
27379
|
+
className="rcp-alpha-cursor"
|
|
27380
|
+
style={
|
|
27381
|
+
{
|
|
27382
|
+
"background": "linear-gradient(to right, rgb(255 255 255 / 1), rgb(255 255 255 / 1)) top left / auto auto,
|
|
27383
|
+
conic-gradient(#666 0.25turn, #999 0.25turn 0.5turn, #666 0.5turn 0.75turn, #999 0.75turn) -5px 2px / 12px 12px
|
|
27384
|
+
repeat",
|
|
27385
|
+
"left": 1,
|
|
27386
|
+
}
|
|
27387
|
+
}
|
|
27388
|
+
/>
|
|
27389
|
+
</div>
|
|
27390
|
+
</div>
|
|
27391
|
+
</section>
|
|
27392
|
+
</div>
|
|
27393
|
+
</div>
|
|
27394
|
+
</div>
|
|
27395
|
+
</div>
|
|
27003
27396
|
</div>
|
|
27004
27397
|
<div
|
|
27005
27398
|
className="group"
|
|
@@ -27045,31 +27438,6 @@ exports[`Storyshots f/fields/EditorInput Optional 1`] = `
|
|
|
27045
27438
|
</span>
|
|
27046
27439
|
</button>
|
|
27047
27440
|
</div>
|
|
27048
|
-
<div
|
|
27049
|
-
className="group"
|
|
27050
|
-
>
|
|
27051
|
-
<button
|
|
27052
|
-
onClick={[Function]}
|
|
27053
|
-
type="button"
|
|
27054
|
-
>
|
|
27055
|
-
<span
|
|
27056
|
-
className="icon"
|
|
27057
|
-
>
|
|
27058
|
-
\\
|
|
27059
|
-
</span>
|
|
27060
|
-
</button>
|
|
27061
|
-
<button
|
|
27062
|
-
className="flip"
|
|
27063
|
-
onClick={[Function]}
|
|
27064
|
-
type="button"
|
|
27065
|
-
>
|
|
27066
|
-
<span
|
|
27067
|
-
className="icon"
|
|
27068
|
-
>
|
|
27069
|
-
\\
|
|
27070
|
-
</span>
|
|
27071
|
-
</button>
|
|
27072
|
-
</div>
|
|
27073
27441
|
</div>
|
|
27074
27442
|
<div
|
|
27075
27443
|
className="content-editable"
|