@pareto-engineering/design-system 4.0.0-alpha.70 → 4.0.0-alpha.73
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/{c/ContentSlides/common/Slide/Slide.js → a/LexicalPreview/LexicalPreview.js} +43 -28
- package/dist/cjs/{c/ContentSlides/common/Sidebar → a/LexicalPreview}/index.js +3 -3
- package/dist/cjs/a/LexicalPreview/styles.scss +46 -0
- package/dist/cjs/a/People/common/Person/Person.js +7 -2
- package/dist/cjs/a/ProgressBar/ProgressBar.js +3 -2
- package/dist/cjs/a/ProgressBar/styles.scss +11 -1
- package/dist/cjs/a/XMLEditor/XMLEditor.js +14 -6
- package/dist/cjs/a/index.js +8 -1
- package/dist/cjs/b/ExpandableLexicalPreview/ExpandableLexicalPreview.js +125 -0
- package/dist/cjs/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.js +112 -0
- package/dist/cjs/{c/ContentSlides/common/Navigator → b/ExpandableLexicalPreview/common/ExpandButton}/index.js +3 -3
- package/dist/cjs/b/ExpandableLexicalPreview/common/index.js +12 -0
- package/dist/cjs/b/ExpandableLexicalPreview/index.js +13 -0
- package/dist/cjs/b/ExpandableLexicalPreview/styles.scss +84 -0
- package/dist/cjs/b/index.js +8 -1
- package/dist/cjs/c/index.js +0 -13
- package/dist/cjs/f/fields/EditorInput/EditorInput.js +14 -3
- package/dist/cjs/f/fields/EditorInput/common/StopPropagationPlugin.js +30 -0
- package/dist/cjs/f/fields/EditorInput/common/index.js +7 -0
- package/dist/cjs/index.js +0 -11
- package/dist/es/a/LexicalPreview/LexicalPreview.js +80 -0
- package/dist/es/a/LexicalPreview/index.js +2 -0
- package/dist/es/a/LexicalPreview/styles.scss +46 -0
- package/dist/es/a/People/common/Person/Person.js +22 -15
- package/dist/es/a/ProgressBar/ProgressBar.js +3 -2
- package/dist/es/a/ProgressBar/styles.scss +11 -1
- package/dist/es/a/XMLEditor/XMLEditor.js +16 -10
- package/dist/es/a/index.js +2 -1
- package/dist/es/b/ExpandableLexicalPreview/ExpandableLexicalPreview.js +115 -0
- package/dist/es/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.js +102 -0
- package/dist/es/b/ExpandableLexicalPreview/common/ExpandButton/index.js +1 -0
- package/dist/es/b/ExpandableLexicalPreview/common/index.js +1 -0
- package/dist/es/b/ExpandableLexicalPreview/index.js +2 -0
- package/dist/es/b/ExpandableLexicalPreview/styles.scss +84 -0
- package/dist/es/b/index.js +2 -1
- package/dist/es/c/index.js +0 -1
- package/dist/es/f/fields/EditorInput/EditorInput.js +15 -4
- package/dist/es/f/fields/EditorInput/common/StopPropagationPlugin.js +23 -0
- package/dist/es/f/fields/EditorInput/common/index.js +2 -1
- package/dist/es/index.js +0 -1
- package/package.json +5 -5
- package/src/stories/a/LexicalPreview.stories.jsx +28 -0
- package/src/stories/a/ProgressBar.stories.jsx +1 -1
- package/src/stories/b/ExpandableLexicalPreview.stories.jsx +29 -0
- package/src/stories/colors.js +4 -0
- package/src/ui/a/LexicalPreview/LexicalPreview.jsx +109 -0
- package/src/ui/a/LexicalPreview/index.js +2 -0
- package/src/ui/a/LexicalPreview/styles.scss +46 -0
- package/src/ui/a/People/common/Person/Person.jsx +31 -19
- package/src/ui/a/ProgressBar/ProgressBar.jsx +2 -0
- package/src/ui/a/ProgressBar/styles.scss +11 -1
- package/src/ui/a/XMLEditor/XMLEditor.jsx +16 -5
- package/src/ui/a/index.js +1 -0
- package/src/ui/b/ExpandableLexicalPreview/ExpandableLexicalPreview.jsx +157 -0
- package/src/ui/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.jsx +123 -0
- package/src/ui/b/ExpandableLexicalPreview/common/ExpandButton/index.js +1 -0
- package/src/ui/b/ExpandableLexicalPreview/common/index.js +1 -0
- package/src/ui/b/ExpandableLexicalPreview/index.js +2 -0
- package/src/ui/b/ExpandableLexicalPreview/styles.scss +84 -0
- package/src/ui/b/index.js +1 -0
- package/src/ui/c/index.js +0 -1
- package/src/ui/f/fields/EditorInput/EditorInput.jsx +16 -2
- package/src/ui/f/fields/EditorInput/common/StopPropagationPlugin.jsx +29 -0
- package/src/ui/f/fields/EditorInput/common/index.jsx +1 -0
- package/src/ui/index.js +0 -1
- package/tests/__snapshots__/Storyshots.test.js.snap +1249 -641
- package/dist/cjs/c/ContentSlides/ContentSlides.js +0 -172
- package/dist/cjs/c/ContentSlides/Context.js +0 -10
- package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +0 -126
- package/dist/cjs/c/ContentSlides/common/HorizontalMenu/index.js +0 -13
- package/dist/cjs/c/ContentSlides/common/Navigator/Navigator.js +0 -128
- package/dist/cjs/c/ContentSlides/common/Sidebar/Sidebar.js +0 -94
- package/dist/cjs/c/ContentSlides/common/Slide/index.js +0 -13
- package/dist/cjs/c/ContentSlides/common/index.js +0 -33
- package/dist/cjs/c/ContentSlides/index.js +0 -27
- package/dist/cjs/c/ContentSlides/styles.scss +0 -312
- package/dist/cjs/c/ContentSlides/useContentSlides.js +0 -11
- package/dist/cjs/r/SwitchRouteMap/SwitchRouteMap.js +0 -58
- package/dist/cjs/r/SwitchRouteMap/index.js +0 -13
- package/dist/cjs/r/common/PrivateRoute/PrivateRoute.js +0 -74
- package/dist/cjs/r/common/PrivateRoute/index.js +0 -13
- package/dist/cjs/r/common/index.js +0 -12
- package/dist/cjs/r/index.js +0 -27
- package/dist/es/c/ContentSlides/ContentSlides.js +0 -160
- package/dist/es/c/ContentSlides/Context.js +0 -2
- package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +0 -116
- package/dist/es/c/ContentSlides/common/HorizontalMenu/index.js +0 -2
- package/dist/es/c/ContentSlides/common/Navigator/Navigator.js +0 -118
- package/dist/es/c/ContentSlides/common/Navigator/index.js +0 -2
- package/dist/es/c/ContentSlides/common/Sidebar/Sidebar.js +0 -84
- package/dist/es/c/ContentSlides/common/Sidebar/index.js +0 -2
- package/dist/es/c/ContentSlides/common/Slide/Slide.js +0 -65
- package/dist/es/c/ContentSlides/common/Slide/index.js +0 -2
- package/dist/es/c/ContentSlides/common/index.js +0 -4
- package/dist/es/c/ContentSlides/index.js +0 -4
- package/dist/es/c/ContentSlides/styles.scss +0 -312
- package/dist/es/c/ContentSlides/useContentSlides.js +0 -3
- package/dist/es/r/SwitchRouteMap/SwitchRouteMap.js +0 -45
- package/dist/es/r/SwitchRouteMap/index.js +0 -2
- package/dist/es/r/common/PrivateRoute/PrivateRoute.js +0 -66
- package/dist/es/r/common/PrivateRoute/index.js +0 -2
- package/dist/es/r/common/index.js +0 -1
- package/dist/es/r/index.js +0 -2
- package/src/stories/c/ContentSlides.stories.jsx +0 -214
- package/src/ui/c/ContentSlides/ContentSlides.jsx +0 -214
- package/src/ui/c/ContentSlides/Context.js +0 -3
- package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +0 -145
- package/src/ui/c/ContentSlides/common/HorizontalMenu/index.js +0 -2
- package/src/ui/c/ContentSlides/common/Navigator/Navigator.jsx +0 -150
- package/src/ui/c/ContentSlides/common/Navigator/index.js +0 -2
- package/src/ui/c/ContentSlides/common/Sidebar/Sidebar.jsx +0 -135
- package/src/ui/c/ContentSlides/common/Sidebar/index.js +0 -2
- package/src/ui/c/ContentSlides/common/Slide/Slide.jsx +0 -87
- package/src/ui/c/ContentSlides/common/Slide/index.js +0 -2
- package/src/ui/c/ContentSlides/common/index.js +0 -4
- package/src/ui/c/ContentSlides/index.js +0 -4
- package/src/ui/c/ContentSlides/styles.scss +0 -312
- package/src/ui/c/ContentSlides/useContentSlides.js +0 -4
- package/src/ui/r/SwitchRouteMap/SwitchRouteMap.jsx +0 -64
- package/src/ui/r/SwitchRouteMap/index.js +0 -2
- package/src/ui/r/common/PrivateRoute/PrivateRoute.jsx +0 -73
- package/src/ui/r/common/PrivateRoute/index.js +0 -2
- package/src/ui/r/common/index.js +0 -1
- package/src/ui/r/index.js +0 -2
- /package/src/stories/a/{CodeEditor.stories.jsx → XMLEditor.stories.jsx} +0 -0
|
@@ -1040,6 +1040,42 @@ exports[`Storyshots a/Label Compact 1`] = `
|
|
|
1040
1040
|
|
|
1041
1041
|
label
|
|
1042
1042
|
</span>,
|
|
1043
|
+
<span
|
|
1044
|
+
className="base label x-deepblue modifierCompact"
|
|
1045
|
+
>
|
|
1046
|
+
This is a
|
|
1047
|
+
|
|
1048
|
+
deepblue
|
|
1049
|
+
|
|
1050
|
+
label
|
|
1051
|
+
</span>,
|
|
1052
|
+
<span
|
|
1053
|
+
className="base label x-light-blue modifierCompact"
|
|
1054
|
+
>
|
|
1055
|
+
This is a
|
|
1056
|
+
|
|
1057
|
+
light-blue
|
|
1058
|
+
|
|
1059
|
+
label
|
|
1060
|
+
</span>,
|
|
1061
|
+
<span
|
|
1062
|
+
className="base label x-light-purple modifierCompact"
|
|
1063
|
+
>
|
|
1064
|
+
This is a
|
|
1065
|
+
|
|
1066
|
+
light-purple
|
|
1067
|
+
|
|
1068
|
+
label
|
|
1069
|
+
</span>,
|
|
1070
|
+
<span
|
|
1071
|
+
className="base label x-light-seagreen modifierCompact"
|
|
1072
|
+
>
|
|
1073
|
+
This is a
|
|
1074
|
+
|
|
1075
|
+
light-seagreen
|
|
1076
|
+
|
|
1077
|
+
label
|
|
1078
|
+
</span>,
|
|
1043
1079
|
<span
|
|
1044
1080
|
className="base label x-ui-main modifierCompact"
|
|
1045
1081
|
>
|
|
@@ -1396,6 +1432,42 @@ exports[`Storyshots a/Label Ghost 1`] = `
|
|
|
1396
1432
|
|
|
1397
1433
|
label
|
|
1398
1434
|
</span>,
|
|
1435
|
+
<span
|
|
1436
|
+
className="base label x-deepblue modifierGhost"
|
|
1437
|
+
>
|
|
1438
|
+
This is a
|
|
1439
|
+
|
|
1440
|
+
deepblue
|
|
1441
|
+
|
|
1442
|
+
label
|
|
1443
|
+
</span>,
|
|
1444
|
+
<span
|
|
1445
|
+
className="base label x-light-blue modifierGhost"
|
|
1446
|
+
>
|
|
1447
|
+
This is a
|
|
1448
|
+
|
|
1449
|
+
light-blue
|
|
1450
|
+
|
|
1451
|
+
label
|
|
1452
|
+
</span>,
|
|
1453
|
+
<span
|
|
1454
|
+
className="base label x-light-purple modifierGhost"
|
|
1455
|
+
>
|
|
1456
|
+
This is a
|
|
1457
|
+
|
|
1458
|
+
light-purple
|
|
1459
|
+
|
|
1460
|
+
label
|
|
1461
|
+
</span>,
|
|
1462
|
+
<span
|
|
1463
|
+
className="base label x-light-seagreen modifierGhost"
|
|
1464
|
+
>
|
|
1465
|
+
This is a
|
|
1466
|
+
|
|
1467
|
+
light-seagreen
|
|
1468
|
+
|
|
1469
|
+
label
|
|
1470
|
+
</span>,
|
|
1399
1471
|
<span
|
|
1400
1472
|
className="base label x-ui-main modifierGhost"
|
|
1401
1473
|
>
|
|
@@ -1752,6 +1824,42 @@ exports[`Storyshots a/Label Normal 1`] = `
|
|
|
1752
1824
|
|
|
1753
1825
|
label
|
|
1754
1826
|
</span>,
|
|
1827
|
+
<span
|
|
1828
|
+
className="base label x-deepblue"
|
|
1829
|
+
>
|
|
1830
|
+
This is a
|
|
1831
|
+
|
|
1832
|
+
deepblue
|
|
1833
|
+
|
|
1834
|
+
label
|
|
1835
|
+
</span>,
|
|
1836
|
+
<span
|
|
1837
|
+
className="base label x-light-blue"
|
|
1838
|
+
>
|
|
1839
|
+
This is a
|
|
1840
|
+
|
|
1841
|
+
light-blue
|
|
1842
|
+
|
|
1843
|
+
label
|
|
1844
|
+
</span>,
|
|
1845
|
+
<span
|
|
1846
|
+
className="base label x-light-purple"
|
|
1847
|
+
>
|
|
1848
|
+
This is a
|
|
1849
|
+
|
|
1850
|
+
light-purple
|
|
1851
|
+
|
|
1852
|
+
label
|
|
1853
|
+
</span>,
|
|
1854
|
+
<span
|
|
1855
|
+
className="base label x-light-seagreen"
|
|
1856
|
+
>
|
|
1857
|
+
This is a
|
|
1858
|
+
|
|
1859
|
+
light-seagreen
|
|
1860
|
+
|
|
1861
|
+
label
|
|
1862
|
+
</span>,
|
|
1755
1863
|
<span
|
|
1756
1864
|
className="base label x-ui-main"
|
|
1757
1865
|
>
|
|
@@ -2016,6 +2124,21 @@ exports[`Storyshots a/Label Normal 1`] = `
|
|
|
2016
2124
|
]
|
|
2017
2125
|
`;
|
|
2018
2126
|
|
|
2127
|
+
exports[`Storyshots a/LexicalPreview Base 1`] = `
|
|
2128
|
+
<div
|
|
2129
|
+
className="base lexical-preview y-paragraph"
|
|
2130
|
+
>
|
|
2131
|
+
<div
|
|
2132
|
+
aria-autocomplete="none"
|
|
2133
|
+
aria-readonly={true}
|
|
2134
|
+
className="content-editable"
|
|
2135
|
+
contentEditable={false}
|
|
2136
|
+
role="textbox"
|
|
2137
|
+
spellCheck={true}
|
|
2138
|
+
/>
|
|
2139
|
+
</div>
|
|
2140
|
+
`;
|
|
2141
|
+
|
|
2019
2142
|
exports[`Storyshots a/LoadingCircle Base 1`] = `
|
|
2020
2143
|
<div
|
|
2021
2144
|
className="x-main1 b-x"
|
|
@@ -2146,6 +2269,7 @@ exports[`Storyshots a/People Base 1`] = `
|
|
|
2146
2269
|
<img
|
|
2147
2270
|
alt="Phoebe Yao, Pareto Founder"
|
|
2148
2271
|
className="image v50 mr-v"
|
|
2272
|
+
onError={[Function]}
|
|
2149
2273
|
src="https://lh3.googleusercontent.com/a-/AOh14GiVivY1C3gxFz1kjHfih0jzpV08rlIIfMIgBvPs"
|
|
2150
2274
|
/>
|
|
2151
2275
|
<div
|
|
@@ -2169,6 +2293,7 @@ exports[`Storyshots a/People Base 1`] = `
|
|
|
2169
2293
|
<img
|
|
2170
2294
|
alt="Lanie Col-long, Pareto Partner"
|
|
2171
2295
|
className="image v50 mr-v"
|
|
2296
|
+
onError={[Function]}
|
|
2172
2297
|
src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Lanie-Col-long.png"
|
|
2173
2298
|
/>
|
|
2174
2299
|
<div
|
|
@@ -2192,6 +2317,7 @@ exports[`Storyshots a/People Base 1`] = `
|
|
|
2192
2317
|
<img
|
|
2193
2318
|
alt="Camillie Arigo, Pareto Partner"
|
|
2194
2319
|
className="image v50 mr-v"
|
|
2320
|
+
onError={[Function]}
|
|
2195
2321
|
src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
|
|
2196
2322
|
/>
|
|
2197
2323
|
<div
|
|
@@ -2232,6 +2358,7 @@ exports[`Storyshots a/People One Person 1`] = `
|
|
|
2232
2358
|
<img
|
|
2233
2359
|
alt="Camillie Arigo, Pareto Partner"
|
|
2234
2360
|
className="image v50 mr-v"
|
|
2361
|
+
onError={[Function]}
|
|
2235
2362
|
src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
|
|
2236
2363
|
/>
|
|
2237
2364
|
<div
|
|
@@ -2272,6 +2399,7 @@ exports[`Storyshots a/People Without Role 1`] = `
|
|
|
2272
2399
|
<img
|
|
2273
2400
|
alt="Camillie Arigo, undefined"
|
|
2274
2401
|
className="image v50 mr-v"
|
|
2402
|
+
onError={[Function]}
|
|
2275
2403
|
src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
|
|
2276
2404
|
/>
|
|
2277
2405
|
<div
|
|
@@ -2732,7 +2860,7 @@ exports[`Storyshots a/ProgressBar Base 1`] = `
|
|
|
2732
2860
|
|
|
2733
2861
|
exports[`Storyshots a/ProgressBar Color 1`] = `
|
|
2734
2862
|
<div
|
|
2735
|
-
className="base progress-bar x-
|
|
2863
|
+
className="base progress-bar x-main"
|
|
2736
2864
|
data-length="50%"
|
|
2737
2865
|
style={
|
|
2738
2866
|
{
|
|
@@ -2745,7 +2873,7 @@ exports[`Storyshots a/ProgressBar Color 1`] = `
|
|
|
2745
2873
|
|
|
2746
2874
|
exports[`Storyshots a/ProgressBar Height 1`] = `
|
|
2747
2875
|
<div
|
|
2748
|
-
className="base progress-bar x-
|
|
2876
|
+
className="base progress-bar x-main"
|
|
2749
2877
|
data-length="50%"
|
|
2750
2878
|
style={
|
|
2751
2879
|
{
|
|
@@ -3205,7 +3333,7 @@ exports[`Storyshots a/Timestamp Distance Format 1`] = `
|
|
|
3205
3333
|
className="base timestamp"
|
|
3206
3334
|
onClick={[Function]}
|
|
3207
3335
|
>
|
|
3208
|
-
|
|
3336
|
+
over 1 year ago
|
|
3209
3337
|
</p>
|
|
3210
3338
|
`;
|
|
3211
3339
|
|
|
@@ -3378,6 +3506,46 @@ exports[`Storyshots b/Button Arrow Left 1`] = `
|
|
|
3378
3506
|
|
|
3379
3507
|
button
|
|
3380
3508
|
</button>,
|
|
3509
|
+
<button
|
|
3510
|
+
className="base button x-deepblue arrow-left"
|
|
3511
|
+
type="button"
|
|
3512
|
+
>
|
|
3513
|
+
This is a
|
|
3514
|
+
|
|
3515
|
+
deepblue
|
|
3516
|
+
|
|
3517
|
+
button
|
|
3518
|
+
</button>,
|
|
3519
|
+
<button
|
|
3520
|
+
className="base button x-light-blue arrow-left"
|
|
3521
|
+
type="button"
|
|
3522
|
+
>
|
|
3523
|
+
This is a
|
|
3524
|
+
|
|
3525
|
+
light-blue
|
|
3526
|
+
|
|
3527
|
+
button
|
|
3528
|
+
</button>,
|
|
3529
|
+
<button
|
|
3530
|
+
className="base button x-light-purple arrow-left"
|
|
3531
|
+
type="button"
|
|
3532
|
+
>
|
|
3533
|
+
This is a
|
|
3534
|
+
|
|
3535
|
+
light-purple
|
|
3536
|
+
|
|
3537
|
+
button
|
|
3538
|
+
</button>,
|
|
3539
|
+
<button
|
|
3540
|
+
className="base button x-light-seagreen arrow-left"
|
|
3541
|
+
type="button"
|
|
3542
|
+
>
|
|
3543
|
+
This is a
|
|
3544
|
+
|
|
3545
|
+
light-seagreen
|
|
3546
|
+
|
|
3547
|
+
button
|
|
3548
|
+
</button>,
|
|
3381
3549
|
<button
|
|
3382
3550
|
className="base button x-ui-main arrow-left"
|
|
3383
3551
|
type="button"
|
|
@@ -3813,6 +3981,62 @@ exports[`Storyshots b/Button Arrow Left Simple 1`] = `
|
|
|
3813
3981
|
button
|
|
3814
3982
|
</span>
|
|
3815
3983
|
</button>,
|
|
3984
|
+
<button
|
|
3985
|
+
className="base button x-deepblue modifierSimple arrow-left"
|
|
3986
|
+
type="button"
|
|
3987
|
+
>
|
|
3988
|
+
<span
|
|
3989
|
+
className="modifierUnderlined"
|
|
3990
|
+
>
|
|
3991
|
+
This is a
|
|
3992
|
+
|
|
3993
|
+
deepblue
|
|
3994
|
+
|
|
3995
|
+
button
|
|
3996
|
+
</span>
|
|
3997
|
+
</button>,
|
|
3998
|
+
<button
|
|
3999
|
+
className="base button x-light-blue modifierSimple arrow-left"
|
|
4000
|
+
type="button"
|
|
4001
|
+
>
|
|
4002
|
+
<span
|
|
4003
|
+
className="modifierUnderlined"
|
|
4004
|
+
>
|
|
4005
|
+
This is a
|
|
4006
|
+
|
|
4007
|
+
light-blue
|
|
4008
|
+
|
|
4009
|
+
button
|
|
4010
|
+
</span>
|
|
4011
|
+
</button>,
|
|
4012
|
+
<button
|
|
4013
|
+
className="base button x-light-purple modifierSimple arrow-left"
|
|
4014
|
+
type="button"
|
|
4015
|
+
>
|
|
4016
|
+
<span
|
|
4017
|
+
className="modifierUnderlined"
|
|
4018
|
+
>
|
|
4019
|
+
This is a
|
|
4020
|
+
|
|
4021
|
+
light-purple
|
|
4022
|
+
|
|
4023
|
+
button
|
|
4024
|
+
</span>
|
|
4025
|
+
</button>,
|
|
4026
|
+
<button
|
|
4027
|
+
className="base button x-light-seagreen modifierSimple arrow-left"
|
|
4028
|
+
type="button"
|
|
4029
|
+
>
|
|
4030
|
+
<span
|
|
4031
|
+
className="modifierUnderlined"
|
|
4032
|
+
>
|
|
4033
|
+
This is a
|
|
4034
|
+
|
|
4035
|
+
light-seagreen
|
|
4036
|
+
|
|
4037
|
+
button
|
|
4038
|
+
</span>
|
|
4039
|
+
</button>,
|
|
3816
4040
|
<button
|
|
3817
4041
|
className="base button x-ui-main modifierSimple arrow-left"
|
|
3818
4042
|
type="button"
|
|
@@ -4324,6 +4548,46 @@ exports[`Storyshots b/Button Arrow Right 1`] = `
|
|
|
4324
4548
|
|
|
4325
4549
|
button
|
|
4326
4550
|
</button>,
|
|
4551
|
+
<button
|
|
4552
|
+
className="base button x-deepblue arrow-right"
|
|
4553
|
+
type="button"
|
|
4554
|
+
>
|
|
4555
|
+
This is a
|
|
4556
|
+
|
|
4557
|
+
deepblue
|
|
4558
|
+
|
|
4559
|
+
button
|
|
4560
|
+
</button>,
|
|
4561
|
+
<button
|
|
4562
|
+
className="base button x-light-blue arrow-right"
|
|
4563
|
+
type="button"
|
|
4564
|
+
>
|
|
4565
|
+
This is a
|
|
4566
|
+
|
|
4567
|
+
light-blue
|
|
4568
|
+
|
|
4569
|
+
button
|
|
4570
|
+
</button>,
|
|
4571
|
+
<button
|
|
4572
|
+
className="base button x-light-purple arrow-right"
|
|
4573
|
+
type="button"
|
|
4574
|
+
>
|
|
4575
|
+
This is a
|
|
4576
|
+
|
|
4577
|
+
light-purple
|
|
4578
|
+
|
|
4579
|
+
button
|
|
4580
|
+
</button>,
|
|
4581
|
+
<button
|
|
4582
|
+
className="base button x-light-seagreen arrow-right"
|
|
4583
|
+
type="button"
|
|
4584
|
+
>
|
|
4585
|
+
This is a
|
|
4586
|
+
|
|
4587
|
+
light-seagreen
|
|
4588
|
+
|
|
4589
|
+
button
|
|
4590
|
+
</button>,
|
|
4327
4591
|
<button
|
|
4328
4592
|
className="base button x-ui-main arrow-right"
|
|
4329
4593
|
type="button"
|
|
@@ -4759,6 +5023,62 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
|
|
|
4759
5023
|
button
|
|
4760
5024
|
</span>
|
|
4761
5025
|
</button>,
|
|
5026
|
+
<button
|
|
5027
|
+
className="base button x-deepblue modifierSimple arrow-right"
|
|
5028
|
+
type="button"
|
|
5029
|
+
>
|
|
5030
|
+
<span
|
|
5031
|
+
className="modifierUnderlined"
|
|
5032
|
+
>
|
|
5033
|
+
This is a
|
|
5034
|
+
|
|
5035
|
+
deepblue
|
|
5036
|
+
|
|
5037
|
+
button
|
|
5038
|
+
</span>
|
|
5039
|
+
</button>,
|
|
5040
|
+
<button
|
|
5041
|
+
className="base button x-light-blue modifierSimple arrow-right"
|
|
5042
|
+
type="button"
|
|
5043
|
+
>
|
|
5044
|
+
<span
|
|
5045
|
+
className="modifierUnderlined"
|
|
5046
|
+
>
|
|
5047
|
+
This is a
|
|
5048
|
+
|
|
5049
|
+
light-blue
|
|
5050
|
+
|
|
5051
|
+
button
|
|
5052
|
+
</span>
|
|
5053
|
+
</button>,
|
|
5054
|
+
<button
|
|
5055
|
+
className="base button x-light-purple modifierSimple arrow-right"
|
|
5056
|
+
type="button"
|
|
5057
|
+
>
|
|
5058
|
+
<span
|
|
5059
|
+
className="modifierUnderlined"
|
|
5060
|
+
>
|
|
5061
|
+
This is a
|
|
5062
|
+
|
|
5063
|
+
light-purple
|
|
5064
|
+
|
|
5065
|
+
button
|
|
5066
|
+
</span>
|
|
5067
|
+
</button>,
|
|
5068
|
+
<button
|
|
5069
|
+
className="base button x-light-seagreen modifierSimple arrow-right"
|
|
5070
|
+
type="button"
|
|
5071
|
+
>
|
|
5072
|
+
<span
|
|
5073
|
+
className="modifierUnderlined"
|
|
5074
|
+
>
|
|
5075
|
+
This is a
|
|
5076
|
+
|
|
5077
|
+
light-seagreen
|
|
5078
|
+
|
|
5079
|
+
button
|
|
5080
|
+
</span>
|
|
5081
|
+
</button>,
|
|
4762
5082
|
<button
|
|
4763
5083
|
className="base button x-ui-main modifierSimple arrow-right"
|
|
4764
5084
|
type="button"
|
|
@@ -5280,27 +5600,67 @@ exports[`Storyshots b/Button Compact 1`] = `
|
|
|
5280
5600
|
button
|
|
5281
5601
|
</button>,
|
|
5282
5602
|
<button
|
|
5283
|
-
className="base button x-
|
|
5603
|
+
className="base button x-deepblue modifierCompact"
|
|
5284
5604
|
type="button"
|
|
5285
5605
|
>
|
|
5286
5606
|
This is a
|
|
5287
5607
|
|
|
5288
|
-
|
|
5608
|
+
deepblue
|
|
5289
5609
|
|
|
5290
5610
|
button
|
|
5291
5611
|
</button>,
|
|
5292
5612
|
<button
|
|
5293
|
-
className="base button x-
|
|
5613
|
+
className="base button x-light-blue modifierCompact"
|
|
5294
5614
|
type="button"
|
|
5295
5615
|
>
|
|
5296
5616
|
This is a
|
|
5297
5617
|
|
|
5298
|
-
|
|
5618
|
+
light-blue
|
|
5299
5619
|
|
|
5300
5620
|
button
|
|
5301
5621
|
</button>,
|
|
5302
5622
|
<button
|
|
5303
|
-
className="base button x-
|
|
5623
|
+
className="base button x-light-purple modifierCompact"
|
|
5624
|
+
type="button"
|
|
5625
|
+
>
|
|
5626
|
+
This is a
|
|
5627
|
+
|
|
5628
|
+
light-purple
|
|
5629
|
+
|
|
5630
|
+
button
|
|
5631
|
+
</button>,
|
|
5632
|
+
<button
|
|
5633
|
+
className="base button x-light-seagreen modifierCompact"
|
|
5634
|
+
type="button"
|
|
5635
|
+
>
|
|
5636
|
+
This is a
|
|
5637
|
+
|
|
5638
|
+
light-seagreen
|
|
5639
|
+
|
|
5640
|
+
button
|
|
5641
|
+
</button>,
|
|
5642
|
+
<button
|
|
5643
|
+
className="base button x-ui-main modifierCompact"
|
|
5644
|
+
type="button"
|
|
5645
|
+
>
|
|
5646
|
+
This is a
|
|
5647
|
+
|
|
5648
|
+
ui-main
|
|
5649
|
+
|
|
5650
|
+
button
|
|
5651
|
+
</button>,
|
|
5652
|
+
<button
|
|
5653
|
+
className="base button x-ui-main-2 modifierCompact"
|
|
5654
|
+
type="button"
|
|
5655
|
+
>
|
|
5656
|
+
This is a
|
|
5657
|
+
|
|
5658
|
+
ui-main-2
|
|
5659
|
+
|
|
5660
|
+
button
|
|
5661
|
+
</button>,
|
|
5662
|
+
<button
|
|
5663
|
+
className="base button x-ui-lines modifierCompact"
|
|
5304
5664
|
type="button"
|
|
5305
5665
|
>
|
|
5306
5666
|
This is a
|
|
@@ -5684,6 +6044,50 @@ exports[`Storyshots b/Button Disabled 1`] = `
|
|
|
5684
6044
|
|
|
5685
6045
|
button
|
|
5686
6046
|
</button>,
|
|
6047
|
+
<button
|
|
6048
|
+
className="base button x-deepblue"
|
|
6049
|
+
disabled={true}
|
|
6050
|
+
type="button"
|
|
6051
|
+
>
|
|
6052
|
+
This is a
|
|
6053
|
+
|
|
6054
|
+
deepblue
|
|
6055
|
+
|
|
6056
|
+
button
|
|
6057
|
+
</button>,
|
|
6058
|
+
<button
|
|
6059
|
+
className="base button x-light-blue"
|
|
6060
|
+
disabled={true}
|
|
6061
|
+
type="button"
|
|
6062
|
+
>
|
|
6063
|
+
This is a
|
|
6064
|
+
|
|
6065
|
+
light-blue
|
|
6066
|
+
|
|
6067
|
+
button
|
|
6068
|
+
</button>,
|
|
6069
|
+
<button
|
|
6070
|
+
className="base button x-light-purple"
|
|
6071
|
+
disabled={true}
|
|
6072
|
+
type="button"
|
|
6073
|
+
>
|
|
6074
|
+
This is a
|
|
6075
|
+
|
|
6076
|
+
light-purple
|
|
6077
|
+
|
|
6078
|
+
button
|
|
6079
|
+
</button>,
|
|
6080
|
+
<button
|
|
6081
|
+
className="base button x-light-seagreen"
|
|
6082
|
+
disabled={true}
|
|
6083
|
+
type="button"
|
|
6084
|
+
>
|
|
6085
|
+
This is a
|
|
6086
|
+
|
|
6087
|
+
light-seagreen
|
|
6088
|
+
|
|
6089
|
+
button
|
|
6090
|
+
</button>,
|
|
5687
6091
|
<button
|
|
5688
6092
|
className="base button x-ui-main"
|
|
5689
6093
|
disabled={true}
|
|
@@ -6118,6 +6522,50 @@ exports[`Storyshots b/Button Disabled Arrow Left 1`] = `
|
|
|
6118
6522
|
|
|
6119
6523
|
button
|
|
6120
6524
|
</button>,
|
|
6525
|
+
<button
|
|
6526
|
+
className="base button x-deepblue arrow-left"
|
|
6527
|
+
disabled={true}
|
|
6528
|
+
type="button"
|
|
6529
|
+
>
|
|
6530
|
+
This is a
|
|
6531
|
+
|
|
6532
|
+
deepblue
|
|
6533
|
+
|
|
6534
|
+
button
|
|
6535
|
+
</button>,
|
|
6536
|
+
<button
|
|
6537
|
+
className="base button x-light-blue arrow-left"
|
|
6538
|
+
disabled={true}
|
|
6539
|
+
type="button"
|
|
6540
|
+
>
|
|
6541
|
+
This is a
|
|
6542
|
+
|
|
6543
|
+
light-blue
|
|
6544
|
+
|
|
6545
|
+
button
|
|
6546
|
+
</button>,
|
|
6547
|
+
<button
|
|
6548
|
+
className="base button x-light-purple arrow-left"
|
|
6549
|
+
disabled={true}
|
|
6550
|
+
type="button"
|
|
6551
|
+
>
|
|
6552
|
+
This is a
|
|
6553
|
+
|
|
6554
|
+
light-purple
|
|
6555
|
+
|
|
6556
|
+
button
|
|
6557
|
+
</button>,
|
|
6558
|
+
<button
|
|
6559
|
+
className="base button x-light-seagreen arrow-left"
|
|
6560
|
+
disabled={true}
|
|
6561
|
+
type="button"
|
|
6562
|
+
>
|
|
6563
|
+
This is a
|
|
6564
|
+
|
|
6565
|
+
light-seagreen
|
|
6566
|
+
|
|
6567
|
+
button
|
|
6568
|
+
</button>,
|
|
6121
6569
|
<button
|
|
6122
6570
|
className="base button x-ui-main arrow-left"
|
|
6123
6571
|
disabled={true}
|
|
@@ -6552,6 +7000,50 @@ exports[`Storyshots b/Button Disabled Arrow Right 1`] = `
|
|
|
6552
7000
|
|
|
6553
7001
|
button
|
|
6554
7002
|
</button>,
|
|
7003
|
+
<button
|
|
7004
|
+
className="base button x-deepblue arrow-right"
|
|
7005
|
+
disabled={true}
|
|
7006
|
+
type="button"
|
|
7007
|
+
>
|
|
7008
|
+
This is a
|
|
7009
|
+
|
|
7010
|
+
deepblue
|
|
7011
|
+
|
|
7012
|
+
button
|
|
7013
|
+
</button>,
|
|
7014
|
+
<button
|
|
7015
|
+
className="base button x-light-blue arrow-right"
|
|
7016
|
+
disabled={true}
|
|
7017
|
+
type="button"
|
|
7018
|
+
>
|
|
7019
|
+
This is a
|
|
7020
|
+
|
|
7021
|
+
light-blue
|
|
7022
|
+
|
|
7023
|
+
button
|
|
7024
|
+
</button>,
|
|
7025
|
+
<button
|
|
7026
|
+
className="base button x-light-purple arrow-right"
|
|
7027
|
+
disabled={true}
|
|
7028
|
+
type="button"
|
|
7029
|
+
>
|
|
7030
|
+
This is a
|
|
7031
|
+
|
|
7032
|
+
light-purple
|
|
7033
|
+
|
|
7034
|
+
button
|
|
7035
|
+
</button>,
|
|
7036
|
+
<button
|
|
7037
|
+
className="base button x-light-seagreen arrow-right"
|
|
7038
|
+
disabled={true}
|
|
7039
|
+
type="button"
|
|
7040
|
+
>
|
|
7041
|
+
This is a
|
|
7042
|
+
|
|
7043
|
+
light-seagreen
|
|
7044
|
+
|
|
7045
|
+
button
|
|
7046
|
+
</button>,
|
|
6555
7047
|
<button
|
|
6556
7048
|
className="base button x-ui-main arrow-right"
|
|
6557
7049
|
disabled={true}
|
|
@@ -6995,6 +7487,50 @@ exports[`Storyshots b/Button Ghost Disabled 1`] = `
|
|
|
6995
7487
|
|
|
6996
7488
|
button
|
|
6997
7489
|
</button>,
|
|
7490
|
+
<button
|
|
7491
|
+
className="base button x-deepblue modifierGhost"
|
|
7492
|
+
disabled={true}
|
|
7493
|
+
type="button"
|
|
7494
|
+
>
|
|
7495
|
+
This is a
|
|
7496
|
+
|
|
7497
|
+
deepblue
|
|
7498
|
+
|
|
7499
|
+
button
|
|
7500
|
+
</button>,
|
|
7501
|
+
<button
|
|
7502
|
+
className="base button x-light-blue modifierGhost"
|
|
7503
|
+
disabled={true}
|
|
7504
|
+
type="button"
|
|
7505
|
+
>
|
|
7506
|
+
This is a
|
|
7507
|
+
|
|
7508
|
+
light-blue
|
|
7509
|
+
|
|
7510
|
+
button
|
|
7511
|
+
</button>,
|
|
7512
|
+
<button
|
|
7513
|
+
className="base button x-light-purple modifierGhost"
|
|
7514
|
+
disabled={true}
|
|
7515
|
+
type="button"
|
|
7516
|
+
>
|
|
7517
|
+
This is a
|
|
7518
|
+
|
|
7519
|
+
light-purple
|
|
7520
|
+
|
|
7521
|
+
button
|
|
7522
|
+
</button>,
|
|
7523
|
+
<button
|
|
7524
|
+
className="base button x-light-seagreen modifierGhost"
|
|
7525
|
+
disabled={true}
|
|
7526
|
+
type="button"
|
|
7527
|
+
>
|
|
7528
|
+
This is a
|
|
7529
|
+
|
|
7530
|
+
light-seagreen
|
|
7531
|
+
|
|
7532
|
+
button
|
|
7533
|
+
</button>,
|
|
6998
7534
|
<button
|
|
6999
7535
|
className="base button x-ui-main modifierGhost"
|
|
7000
7536
|
disabled={true}
|
|
@@ -7419,6 +7955,46 @@ exports[`Storyshots b/Button Ghosts 1`] = `
|
|
|
7419
7955
|
|
|
7420
7956
|
button
|
|
7421
7957
|
</button>,
|
|
7958
|
+
<button
|
|
7959
|
+
className="base button x-deepblue modifierGhost"
|
|
7960
|
+
type="button"
|
|
7961
|
+
>
|
|
7962
|
+
This is a
|
|
7963
|
+
|
|
7964
|
+
deepblue
|
|
7965
|
+
|
|
7966
|
+
button
|
|
7967
|
+
</button>,
|
|
7968
|
+
<button
|
|
7969
|
+
className="base button x-light-blue modifierGhost"
|
|
7970
|
+
type="button"
|
|
7971
|
+
>
|
|
7972
|
+
This is a
|
|
7973
|
+
|
|
7974
|
+
light-blue
|
|
7975
|
+
|
|
7976
|
+
button
|
|
7977
|
+
</button>,
|
|
7978
|
+
<button
|
|
7979
|
+
className="base button x-light-purple modifierGhost"
|
|
7980
|
+
type="button"
|
|
7981
|
+
>
|
|
7982
|
+
This is a
|
|
7983
|
+
|
|
7984
|
+
light-purple
|
|
7985
|
+
|
|
7986
|
+
button
|
|
7987
|
+
</button>,
|
|
7988
|
+
<button
|
|
7989
|
+
className="base button x-light-seagreen modifierGhost"
|
|
7990
|
+
type="button"
|
|
7991
|
+
>
|
|
7992
|
+
This is a
|
|
7993
|
+
|
|
7994
|
+
light-seagreen
|
|
7995
|
+
|
|
7996
|
+
button
|
|
7997
|
+
</button>,
|
|
7422
7998
|
<button
|
|
7423
7999
|
className="base button x-ui-main modifierGhost"
|
|
7424
8000
|
type="button"
|
|
@@ -7814,6 +8390,46 @@ exports[`Storyshots b/Button Gradient 1`] = `
|
|
|
7814
8390
|
|
|
7815
8391
|
button
|
|
7816
8392
|
</button>,
|
|
8393
|
+
<button
|
|
8394
|
+
className="base button x-deepblue modifierGradient"
|
|
8395
|
+
type="button"
|
|
8396
|
+
>
|
|
8397
|
+
This is a
|
|
8398
|
+
|
|
8399
|
+
deepblue
|
|
8400
|
+
|
|
8401
|
+
button
|
|
8402
|
+
</button>,
|
|
8403
|
+
<button
|
|
8404
|
+
className="base button x-light-blue modifierGradient"
|
|
8405
|
+
type="button"
|
|
8406
|
+
>
|
|
8407
|
+
This is a
|
|
8408
|
+
|
|
8409
|
+
light-blue
|
|
8410
|
+
|
|
8411
|
+
button
|
|
8412
|
+
</button>,
|
|
8413
|
+
<button
|
|
8414
|
+
className="base button x-light-purple modifierGradient"
|
|
8415
|
+
type="button"
|
|
8416
|
+
>
|
|
8417
|
+
This is a
|
|
8418
|
+
|
|
8419
|
+
light-purple
|
|
8420
|
+
|
|
8421
|
+
button
|
|
8422
|
+
</button>,
|
|
8423
|
+
<button
|
|
8424
|
+
className="base button x-light-seagreen modifierGradient"
|
|
8425
|
+
type="button"
|
|
8426
|
+
>
|
|
8427
|
+
This is a
|
|
8428
|
+
|
|
8429
|
+
light-seagreen
|
|
8430
|
+
|
|
8431
|
+
button
|
|
8432
|
+
</button>,
|
|
7817
8433
|
<button
|
|
7818
8434
|
className="base button x-ui-main modifierGradient"
|
|
7819
8435
|
type="button"
|
|
@@ -8520,7 +9136,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8520
9136
|
</div>
|
|
8521
9137
|
</button>,
|
|
8522
9138
|
<button
|
|
8523
|
-
className="base button x-
|
|
9139
|
+
className="base button x-deepblue"
|
|
8524
9140
|
type="button"
|
|
8525
9141
|
>
|
|
8526
9142
|
<div
|
|
@@ -8561,7 +9177,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8561
9177
|
</div>
|
|
8562
9178
|
</button>,
|
|
8563
9179
|
<button
|
|
8564
|
-
className="base button x-
|
|
9180
|
+
className="base button x-light-blue"
|
|
8565
9181
|
type="button"
|
|
8566
9182
|
>
|
|
8567
9183
|
<div
|
|
@@ -8602,7 +9218,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8602
9218
|
</div>
|
|
8603
9219
|
</button>,
|
|
8604
9220
|
<button
|
|
8605
|
-
className="base button x-
|
|
9221
|
+
className="base button x-light-purple"
|
|
8606
9222
|
type="button"
|
|
8607
9223
|
>
|
|
8608
9224
|
<div
|
|
@@ -8643,7 +9259,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8643
9259
|
</div>
|
|
8644
9260
|
</button>,
|
|
8645
9261
|
<button
|
|
8646
|
-
className="base button x-
|
|
9262
|
+
className="base button x-light-seagreen"
|
|
8647
9263
|
type="button"
|
|
8648
9264
|
>
|
|
8649
9265
|
<div
|
|
@@ -8684,7 +9300,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8684
9300
|
</div>
|
|
8685
9301
|
</button>,
|
|
8686
9302
|
<button
|
|
8687
|
-
className="base button x-
|
|
9303
|
+
className="base button x-ui-main"
|
|
8688
9304
|
type="button"
|
|
8689
9305
|
>
|
|
8690
9306
|
<div
|
|
@@ -8725,7 +9341,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8725
9341
|
</div>
|
|
8726
9342
|
</button>,
|
|
8727
9343
|
<button
|
|
8728
|
-
className="base button x-
|
|
9344
|
+
className="base button x-ui-main-2"
|
|
8729
9345
|
type="button"
|
|
8730
9346
|
>
|
|
8731
9347
|
<div
|
|
@@ -8766,7 +9382,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8766
9382
|
</div>
|
|
8767
9383
|
</button>,
|
|
8768
9384
|
<button
|
|
8769
|
-
className="base button x-
|
|
9385
|
+
className="base button x-ui-lines"
|
|
8770
9386
|
type="button"
|
|
8771
9387
|
>
|
|
8772
9388
|
<div
|
|
@@ -8807,7 +9423,171 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
8807
9423
|
</div>
|
|
8808
9424
|
</button>,
|
|
8809
9425
|
<button
|
|
8810
|
-
className="base button x-
|
|
9426
|
+
className="base button x-ui-icons"
|
|
9427
|
+
type="button"
|
|
9428
|
+
>
|
|
9429
|
+
<div
|
|
9430
|
+
className="base loading-circle"
|
|
9431
|
+
style={
|
|
9432
|
+
{
|
|
9433
|
+
"--height-width": "1.15em",
|
|
9434
|
+
"--stroke-width": undefined,
|
|
9435
|
+
"--x": "var(--stroke-color, var(--on-x))",
|
|
9436
|
+
}
|
|
9437
|
+
}
|
|
9438
|
+
>
|
|
9439
|
+
<svg
|
|
9440
|
+
className="svg-circle"
|
|
9441
|
+
preserveAspectRatio="xMinYMin meet"
|
|
9442
|
+
style={
|
|
9443
|
+
{
|
|
9444
|
+
"--animation-duration": "2s",
|
|
9445
|
+
}
|
|
9446
|
+
}
|
|
9447
|
+
version="1.1"
|
|
9448
|
+
viewBox="25 25 50 50"
|
|
9449
|
+
x="0px"
|
|
9450
|
+
xmlSpace="preserve"
|
|
9451
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9452
|
+
y="0px"
|
|
9453
|
+
>
|
|
9454
|
+
<circle
|
|
9455
|
+
className="path"
|
|
9456
|
+
cx="50"
|
|
9457
|
+
cy="50"
|
|
9458
|
+
fill="none"
|
|
9459
|
+
r="20"
|
|
9460
|
+
strokeLinecap="round"
|
|
9461
|
+
strokeMiterlimit="10"
|
|
9462
|
+
/>
|
|
9463
|
+
</svg>
|
|
9464
|
+
</div>
|
|
9465
|
+
</button>,
|
|
9466
|
+
<button
|
|
9467
|
+
className="base button x-heading"
|
|
9468
|
+
type="button"
|
|
9469
|
+
>
|
|
9470
|
+
<div
|
|
9471
|
+
className="base loading-circle"
|
|
9472
|
+
style={
|
|
9473
|
+
{
|
|
9474
|
+
"--height-width": "1.15em",
|
|
9475
|
+
"--stroke-width": undefined,
|
|
9476
|
+
"--x": "var(--stroke-color, var(--on-x))",
|
|
9477
|
+
}
|
|
9478
|
+
}
|
|
9479
|
+
>
|
|
9480
|
+
<svg
|
|
9481
|
+
className="svg-circle"
|
|
9482
|
+
preserveAspectRatio="xMinYMin meet"
|
|
9483
|
+
style={
|
|
9484
|
+
{
|
|
9485
|
+
"--animation-duration": "2s",
|
|
9486
|
+
}
|
|
9487
|
+
}
|
|
9488
|
+
version="1.1"
|
|
9489
|
+
viewBox="25 25 50 50"
|
|
9490
|
+
x="0px"
|
|
9491
|
+
xmlSpace="preserve"
|
|
9492
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9493
|
+
y="0px"
|
|
9494
|
+
>
|
|
9495
|
+
<circle
|
|
9496
|
+
className="path"
|
|
9497
|
+
cx="50"
|
|
9498
|
+
cy="50"
|
|
9499
|
+
fill="none"
|
|
9500
|
+
r="20"
|
|
9501
|
+
strokeLinecap="round"
|
|
9502
|
+
strokeMiterlimit="10"
|
|
9503
|
+
/>
|
|
9504
|
+
</svg>
|
|
9505
|
+
</div>
|
|
9506
|
+
</button>,
|
|
9507
|
+
<button
|
|
9508
|
+
className="base button x-paragraph"
|
|
9509
|
+
type="button"
|
|
9510
|
+
>
|
|
9511
|
+
<div
|
|
9512
|
+
className="base loading-circle"
|
|
9513
|
+
style={
|
|
9514
|
+
{
|
|
9515
|
+
"--height-width": "1.15em",
|
|
9516
|
+
"--stroke-width": undefined,
|
|
9517
|
+
"--x": "var(--stroke-color, var(--on-x))",
|
|
9518
|
+
}
|
|
9519
|
+
}
|
|
9520
|
+
>
|
|
9521
|
+
<svg
|
|
9522
|
+
className="svg-circle"
|
|
9523
|
+
preserveAspectRatio="xMinYMin meet"
|
|
9524
|
+
style={
|
|
9525
|
+
{
|
|
9526
|
+
"--animation-duration": "2s",
|
|
9527
|
+
}
|
|
9528
|
+
}
|
|
9529
|
+
version="1.1"
|
|
9530
|
+
viewBox="25 25 50 50"
|
|
9531
|
+
x="0px"
|
|
9532
|
+
xmlSpace="preserve"
|
|
9533
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9534
|
+
y="0px"
|
|
9535
|
+
>
|
|
9536
|
+
<circle
|
|
9537
|
+
className="path"
|
|
9538
|
+
cx="50"
|
|
9539
|
+
cy="50"
|
|
9540
|
+
fill="none"
|
|
9541
|
+
r="20"
|
|
9542
|
+
strokeLinecap="round"
|
|
9543
|
+
strokeMiterlimit="10"
|
|
9544
|
+
/>
|
|
9545
|
+
</svg>
|
|
9546
|
+
</div>
|
|
9547
|
+
</button>,
|
|
9548
|
+
<button
|
|
9549
|
+
className="base button x-subtitle"
|
|
9550
|
+
type="button"
|
|
9551
|
+
>
|
|
9552
|
+
<div
|
|
9553
|
+
className="base loading-circle"
|
|
9554
|
+
style={
|
|
9555
|
+
{
|
|
9556
|
+
"--height-width": "1.15em",
|
|
9557
|
+
"--stroke-width": undefined,
|
|
9558
|
+
"--x": "var(--stroke-color, var(--on-x))",
|
|
9559
|
+
}
|
|
9560
|
+
}
|
|
9561
|
+
>
|
|
9562
|
+
<svg
|
|
9563
|
+
className="svg-circle"
|
|
9564
|
+
preserveAspectRatio="xMinYMin meet"
|
|
9565
|
+
style={
|
|
9566
|
+
{
|
|
9567
|
+
"--animation-duration": "2s",
|
|
9568
|
+
}
|
|
9569
|
+
}
|
|
9570
|
+
version="1.1"
|
|
9571
|
+
viewBox="25 25 50 50"
|
|
9572
|
+
x="0px"
|
|
9573
|
+
xmlSpace="preserve"
|
|
9574
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9575
|
+
y="0px"
|
|
9576
|
+
>
|
|
9577
|
+
<circle
|
|
9578
|
+
className="path"
|
|
9579
|
+
cx="50"
|
|
9580
|
+
cy="50"
|
|
9581
|
+
fill="none"
|
|
9582
|
+
r="20"
|
|
9583
|
+
strokeLinecap="round"
|
|
9584
|
+
strokeMiterlimit="10"
|
|
9585
|
+
/>
|
|
9586
|
+
</svg>
|
|
9587
|
+
</div>
|
|
9588
|
+
</button>,
|
|
9589
|
+
<button
|
|
9590
|
+
className="base button x-metadata"
|
|
8811
9591
|
type="button"
|
|
8812
9592
|
>
|
|
8813
9593
|
<div
|
|
@@ -9813,6 +10593,46 @@ exports[`Storyshots b/Button Normal 1`] = `
|
|
|
9813
10593
|
|
|
9814
10594
|
button
|
|
9815
10595
|
</button>,
|
|
10596
|
+
<button
|
|
10597
|
+
className="base button x-deepblue"
|
|
10598
|
+
type="button"
|
|
10599
|
+
>
|
|
10600
|
+
This is a
|
|
10601
|
+
|
|
10602
|
+
deepblue
|
|
10603
|
+
|
|
10604
|
+
button
|
|
10605
|
+
</button>,
|
|
10606
|
+
<button
|
|
10607
|
+
className="base button x-light-blue"
|
|
10608
|
+
type="button"
|
|
10609
|
+
>
|
|
10610
|
+
This is a
|
|
10611
|
+
|
|
10612
|
+
light-blue
|
|
10613
|
+
|
|
10614
|
+
button
|
|
10615
|
+
</button>,
|
|
10616
|
+
<button
|
|
10617
|
+
className="base button x-light-purple"
|
|
10618
|
+
type="button"
|
|
10619
|
+
>
|
|
10620
|
+
This is a
|
|
10621
|
+
|
|
10622
|
+
light-purple
|
|
10623
|
+
|
|
10624
|
+
button
|
|
10625
|
+
</button>,
|
|
10626
|
+
<button
|
|
10627
|
+
className="base button x-light-seagreen"
|
|
10628
|
+
type="button"
|
|
10629
|
+
>
|
|
10630
|
+
This is a
|
|
10631
|
+
|
|
10632
|
+
light-seagreen
|
|
10633
|
+
|
|
10634
|
+
button
|
|
10635
|
+
</button>,
|
|
9816
10636
|
<button
|
|
9817
10637
|
className="base button x-ui-main"
|
|
9818
10638
|
type="button"
|
|
@@ -10248,6 +11068,62 @@ exports[`Storyshots b/Button Simple 1`] = `
|
|
|
10248
11068
|
button
|
|
10249
11069
|
</span>
|
|
10250
11070
|
</button>,
|
|
11071
|
+
<button
|
|
11072
|
+
className="base button x-deepblue modifierSimple"
|
|
11073
|
+
type="button"
|
|
11074
|
+
>
|
|
11075
|
+
<span
|
|
11076
|
+
className="modifierUnderlined"
|
|
11077
|
+
>
|
|
11078
|
+
This is a
|
|
11079
|
+
|
|
11080
|
+
deepblue
|
|
11081
|
+
|
|
11082
|
+
button
|
|
11083
|
+
</span>
|
|
11084
|
+
</button>,
|
|
11085
|
+
<button
|
|
11086
|
+
className="base button x-light-blue modifierSimple"
|
|
11087
|
+
type="button"
|
|
11088
|
+
>
|
|
11089
|
+
<span
|
|
11090
|
+
className="modifierUnderlined"
|
|
11091
|
+
>
|
|
11092
|
+
This is a
|
|
11093
|
+
|
|
11094
|
+
light-blue
|
|
11095
|
+
|
|
11096
|
+
button
|
|
11097
|
+
</span>
|
|
11098
|
+
</button>,
|
|
11099
|
+
<button
|
|
11100
|
+
className="base button x-light-purple modifierSimple"
|
|
11101
|
+
type="button"
|
|
11102
|
+
>
|
|
11103
|
+
<span
|
|
11104
|
+
className="modifierUnderlined"
|
|
11105
|
+
>
|
|
11106
|
+
This is a
|
|
11107
|
+
|
|
11108
|
+
light-purple
|
|
11109
|
+
|
|
11110
|
+
button
|
|
11111
|
+
</span>
|
|
11112
|
+
</button>,
|
|
11113
|
+
<button
|
|
11114
|
+
className="base button x-light-seagreen modifierSimple"
|
|
11115
|
+
type="button"
|
|
11116
|
+
>
|
|
11117
|
+
<span
|
|
11118
|
+
className="modifierUnderlined"
|
|
11119
|
+
>
|
|
11120
|
+
This is a
|
|
11121
|
+
|
|
11122
|
+
light-seagreen
|
|
11123
|
+
|
|
11124
|
+
button
|
|
11125
|
+
</span>
|
|
11126
|
+
</button>,
|
|
10251
11127
|
<button
|
|
10252
11128
|
className="base button x-ui-main modifierSimple"
|
|
10253
11129
|
type="button"
|
|
@@ -10810,7 +11686,7 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
|
10810
11686
|
</span>
|
|
10811
11687
|
</button>,
|
|
10812
11688
|
<button
|
|
10813
|
-
className="base button x-
|
|
11689
|
+
className="base button x-deepblue modifierSimple"
|
|
10814
11690
|
disabled={true}
|
|
10815
11691
|
type="button"
|
|
10816
11692
|
>
|
|
@@ -10819,13 +11695,13 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
|
10819
11695
|
>
|
|
10820
11696
|
This is a
|
|
10821
11697
|
|
|
10822
|
-
|
|
11698
|
+
deepblue
|
|
10823
11699
|
|
|
10824
11700
|
button
|
|
10825
11701
|
</span>
|
|
10826
11702
|
</button>,
|
|
10827
11703
|
<button
|
|
10828
|
-
className="base button x-
|
|
11704
|
+
className="base button x-light-blue modifierSimple"
|
|
10829
11705
|
disabled={true}
|
|
10830
11706
|
type="button"
|
|
10831
11707
|
>
|
|
@@ -10834,13 +11710,13 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
|
10834
11710
|
>
|
|
10835
11711
|
This is a
|
|
10836
11712
|
|
|
10837
|
-
|
|
11713
|
+
light-blue
|
|
10838
11714
|
|
|
10839
11715
|
button
|
|
10840
11716
|
</span>
|
|
10841
11717
|
</button>,
|
|
10842
11718
|
<button
|
|
10843
|
-
className="base button x-
|
|
11719
|
+
className="base button x-light-purple modifierSimple"
|
|
10844
11720
|
disabled={true}
|
|
10845
11721
|
type="button"
|
|
10846
11722
|
>
|
|
@@ -10849,13 +11725,13 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
|
10849
11725
|
>
|
|
10850
11726
|
This is a
|
|
10851
11727
|
|
|
10852
|
-
|
|
11728
|
+
light-purple
|
|
10853
11729
|
|
|
10854
11730
|
button
|
|
10855
11731
|
</span>
|
|
10856
11732
|
</button>,
|
|
10857
11733
|
<button
|
|
10858
|
-
className="base button x-
|
|
11734
|
+
className="base button x-light-seagreen modifierSimple"
|
|
10859
11735
|
disabled={true}
|
|
10860
11736
|
type="button"
|
|
10861
11737
|
>
|
|
@@ -10864,13 +11740,13 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
|
10864
11740
|
>
|
|
10865
11741
|
This is a
|
|
10866
11742
|
|
|
10867
|
-
|
|
11743
|
+
light-seagreen
|
|
10868
11744
|
|
|
10869
11745
|
button
|
|
10870
11746
|
</span>
|
|
10871
11747
|
</button>,
|
|
10872
11748
|
<button
|
|
10873
|
-
className="base button x-
|
|
11749
|
+
className="base button x-ui-main modifierSimple"
|
|
10874
11750
|
disabled={true}
|
|
10875
11751
|
type="button"
|
|
10876
11752
|
>
|
|
@@ -10879,7 +11755,67 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
|
10879
11755
|
>
|
|
10880
11756
|
This is a
|
|
10881
11757
|
|
|
10882
|
-
|
|
11758
|
+
ui-main
|
|
11759
|
+
|
|
11760
|
+
button
|
|
11761
|
+
</span>
|
|
11762
|
+
</button>,
|
|
11763
|
+
<button
|
|
11764
|
+
className="base button x-ui-main-2 modifierSimple"
|
|
11765
|
+
disabled={true}
|
|
11766
|
+
type="button"
|
|
11767
|
+
>
|
|
11768
|
+
<span
|
|
11769
|
+
className="modifierUnderlined"
|
|
11770
|
+
>
|
|
11771
|
+
This is a
|
|
11772
|
+
|
|
11773
|
+
ui-main-2
|
|
11774
|
+
|
|
11775
|
+
button
|
|
11776
|
+
</span>
|
|
11777
|
+
</button>,
|
|
11778
|
+
<button
|
|
11779
|
+
className="base button x-ui-lines modifierSimple"
|
|
11780
|
+
disabled={true}
|
|
11781
|
+
type="button"
|
|
11782
|
+
>
|
|
11783
|
+
<span
|
|
11784
|
+
className="modifierUnderlined"
|
|
11785
|
+
>
|
|
11786
|
+
This is a
|
|
11787
|
+
|
|
11788
|
+
ui-lines
|
|
11789
|
+
|
|
11790
|
+
button
|
|
11791
|
+
</span>
|
|
11792
|
+
</button>,
|
|
11793
|
+
<button
|
|
11794
|
+
className="base button x-ui-icons modifierSimple"
|
|
11795
|
+
disabled={true}
|
|
11796
|
+
type="button"
|
|
11797
|
+
>
|
|
11798
|
+
<span
|
|
11799
|
+
className="modifierUnderlined"
|
|
11800
|
+
>
|
|
11801
|
+
This is a
|
|
11802
|
+
|
|
11803
|
+
ui-icons
|
|
11804
|
+
|
|
11805
|
+
button
|
|
11806
|
+
</span>
|
|
11807
|
+
</button>,
|
|
11808
|
+
<button
|
|
11809
|
+
className="base button x-heading modifierSimple"
|
|
11810
|
+
disabled={true}
|
|
11811
|
+
type="button"
|
|
11812
|
+
>
|
|
11813
|
+
<span
|
|
11814
|
+
className="modifierUnderlined"
|
|
11815
|
+
>
|
|
11816
|
+
This is a
|
|
11817
|
+
|
|
11818
|
+
heading
|
|
10883
11819
|
|
|
10884
11820
|
button
|
|
10885
11821
|
</span>
|
|
@@ -11351,6 +12287,46 @@ exports[`Storyshots b/Button/Group Base 1`] = `
|
|
|
11351
12287
|
|
|
11352
12288
|
button
|
|
11353
12289
|
</button>
|
|
12290
|
+
<button
|
|
12291
|
+
className="base button x-deepblue"
|
|
12292
|
+
type="button"
|
|
12293
|
+
>
|
|
12294
|
+
This is a
|
|
12295
|
+
|
|
12296
|
+
deepblue
|
|
12297
|
+
|
|
12298
|
+
button
|
|
12299
|
+
</button>
|
|
12300
|
+
<button
|
|
12301
|
+
className="base button x-light-blue"
|
|
12302
|
+
type="button"
|
|
12303
|
+
>
|
|
12304
|
+
This is a
|
|
12305
|
+
|
|
12306
|
+
light-blue
|
|
12307
|
+
|
|
12308
|
+
button
|
|
12309
|
+
</button>
|
|
12310
|
+
<button
|
|
12311
|
+
className="base button x-light-purple"
|
|
12312
|
+
type="button"
|
|
12313
|
+
>
|
|
12314
|
+
This is a
|
|
12315
|
+
|
|
12316
|
+
light-purple
|
|
12317
|
+
|
|
12318
|
+
button
|
|
12319
|
+
</button>
|
|
12320
|
+
<button
|
|
12321
|
+
className="base button x-light-seagreen"
|
|
12322
|
+
type="button"
|
|
12323
|
+
>
|
|
12324
|
+
This is a
|
|
12325
|
+
|
|
12326
|
+
light-seagreen
|
|
12327
|
+
|
|
12328
|
+
button
|
|
12329
|
+
</button>
|
|
11354
12330
|
<button
|
|
11355
12331
|
className="base button x-ui-main"
|
|
11356
12332
|
type="button"
|
|
@@ -11872,6 +12848,42 @@ exports[`Storyshots b/Card/Group Card Group Not Snap Scroller 1`] = `
|
|
|
11872
12848
|
</div>
|
|
11873
12849
|
`;
|
|
11874
12850
|
|
|
12851
|
+
exports[`Storyshots b/ExpandableLexicalPreview Base 1`] = `
|
|
12852
|
+
<div
|
|
12853
|
+
className="base expandable-lexical-preview y-paragraph"
|
|
12854
|
+
style={
|
|
12855
|
+
{
|
|
12856
|
+
"--resize": "vertical",
|
|
12857
|
+
}
|
|
12858
|
+
}
|
|
12859
|
+
>
|
|
12860
|
+
<p
|
|
12861
|
+
className="title h2"
|
|
12862
|
+
>
|
|
12863
|
+
Task Instructions
|
|
12864
|
+
</p>
|
|
12865
|
+
<div
|
|
12866
|
+
className="lexical-content"
|
|
12867
|
+
>
|
|
12868
|
+
<div
|
|
12869
|
+
aria-autocomplete="none"
|
|
12870
|
+
aria-readonly={true}
|
|
12871
|
+
className="content-editable"
|
|
12872
|
+
contentEditable={false}
|
|
12873
|
+
role="textbox"
|
|
12874
|
+
spellCheck={true}
|
|
12875
|
+
/>
|
|
12876
|
+
<button
|
|
12877
|
+
className="base button base expand-button ai-icon x-background-far modifierCompact"
|
|
12878
|
+
onClick={[Function]}
|
|
12879
|
+
type="button"
|
|
12880
|
+
>
|
|
12881
|
+
D
|
|
12882
|
+
</button>
|
|
12883
|
+
</div>
|
|
12884
|
+
</div>
|
|
12885
|
+
`;
|
|
12886
|
+
|
|
11875
12887
|
exports[`Storyshots b/Logo Base 1`] = `
|
|
11876
12888
|
<svg
|
|
11877
12889
|
className="base svg base logo x-paragraph y-transparent"
|
|
@@ -12196,6 +13208,122 @@ exports[`Storyshots b/Logo Color 1`] = `
|
|
|
12196
13208
|
}
|
|
12197
13209
|
/>
|
|
12198
13210
|
</svg>,
|
|
13211
|
+
<svg
|
|
13212
|
+
className="base svg base logo x-deepblue y-transparent"
|
|
13213
|
+
height="2em"
|
|
13214
|
+
preserveAspectRatio="xMinYMin meet"
|
|
13215
|
+
version="1.1"
|
|
13216
|
+
viewBox="0 0 156 30"
|
|
13217
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13218
|
+
>
|
|
13219
|
+
<use
|
|
13220
|
+
className=""
|
|
13221
|
+
href="/logo.svg#logo_squares"
|
|
13222
|
+
id="logo_squares"
|
|
13223
|
+
style={
|
|
13224
|
+
{
|
|
13225
|
+
"style": undefined,
|
|
13226
|
+
}
|
|
13227
|
+
}
|
|
13228
|
+
/>
|
|
13229
|
+
<use
|
|
13230
|
+
className=""
|
|
13231
|
+
href="/logo.svg#logo_pareto"
|
|
13232
|
+
id="logo_pareto"
|
|
13233
|
+
style={
|
|
13234
|
+
{
|
|
13235
|
+
"style": undefined,
|
|
13236
|
+
}
|
|
13237
|
+
}
|
|
13238
|
+
/>
|
|
13239
|
+
</svg>,
|
|
13240
|
+
<svg
|
|
13241
|
+
className="base svg base logo x-light-blue y-transparent"
|
|
13242
|
+
height="2em"
|
|
13243
|
+
preserveAspectRatio="xMinYMin meet"
|
|
13244
|
+
version="1.1"
|
|
13245
|
+
viewBox="0 0 156 30"
|
|
13246
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13247
|
+
>
|
|
13248
|
+
<use
|
|
13249
|
+
className=""
|
|
13250
|
+
href="/logo.svg#logo_squares"
|
|
13251
|
+
id="logo_squares"
|
|
13252
|
+
style={
|
|
13253
|
+
{
|
|
13254
|
+
"style": undefined,
|
|
13255
|
+
}
|
|
13256
|
+
}
|
|
13257
|
+
/>
|
|
13258
|
+
<use
|
|
13259
|
+
className=""
|
|
13260
|
+
href="/logo.svg#logo_pareto"
|
|
13261
|
+
id="logo_pareto"
|
|
13262
|
+
style={
|
|
13263
|
+
{
|
|
13264
|
+
"style": undefined,
|
|
13265
|
+
}
|
|
13266
|
+
}
|
|
13267
|
+
/>
|
|
13268
|
+
</svg>,
|
|
13269
|
+
<svg
|
|
13270
|
+
className="base svg base logo x-light-purple y-transparent"
|
|
13271
|
+
height="2em"
|
|
13272
|
+
preserveAspectRatio="xMinYMin meet"
|
|
13273
|
+
version="1.1"
|
|
13274
|
+
viewBox="0 0 156 30"
|
|
13275
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13276
|
+
>
|
|
13277
|
+
<use
|
|
13278
|
+
className=""
|
|
13279
|
+
href="/logo.svg#logo_squares"
|
|
13280
|
+
id="logo_squares"
|
|
13281
|
+
style={
|
|
13282
|
+
{
|
|
13283
|
+
"style": undefined,
|
|
13284
|
+
}
|
|
13285
|
+
}
|
|
13286
|
+
/>
|
|
13287
|
+
<use
|
|
13288
|
+
className=""
|
|
13289
|
+
href="/logo.svg#logo_pareto"
|
|
13290
|
+
id="logo_pareto"
|
|
13291
|
+
style={
|
|
13292
|
+
{
|
|
13293
|
+
"style": undefined,
|
|
13294
|
+
}
|
|
13295
|
+
}
|
|
13296
|
+
/>
|
|
13297
|
+
</svg>,
|
|
13298
|
+
<svg
|
|
13299
|
+
className="base svg base logo x-light-seagreen y-transparent"
|
|
13300
|
+
height="2em"
|
|
13301
|
+
preserveAspectRatio="xMinYMin meet"
|
|
13302
|
+
version="1.1"
|
|
13303
|
+
viewBox="0 0 156 30"
|
|
13304
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13305
|
+
>
|
|
13306
|
+
<use
|
|
13307
|
+
className=""
|
|
13308
|
+
href="/logo.svg#logo_squares"
|
|
13309
|
+
id="logo_squares"
|
|
13310
|
+
style={
|
|
13311
|
+
{
|
|
13312
|
+
"style": undefined,
|
|
13313
|
+
}
|
|
13314
|
+
}
|
|
13315
|
+
/>
|
|
13316
|
+
<use
|
|
13317
|
+
className=""
|
|
13318
|
+
href="/logo.svg#logo_pareto"
|
|
13319
|
+
id="logo_pareto"
|
|
13320
|
+
style={
|
|
13321
|
+
{
|
|
13322
|
+
"style": undefined,
|
|
13323
|
+
}
|
|
13324
|
+
}
|
|
13325
|
+
/>
|
|
13326
|
+
</svg>,
|
|
12199
13327
|
<svg
|
|
12200
13328
|
className="base svg base logo x-ui-main y-transparent"
|
|
12201
13329
|
height="2em"
|
|
@@ -13233,7 +14361,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13233
14361
|
/>
|
|
13234
14362
|
</svg>,
|
|
13235
14363
|
<svg
|
|
13236
|
-
className="base svg base logo x-
|
|
14364
|
+
className="base svg base logo x-deepblue y-transparent"
|
|
13237
14365
|
height="2em"
|
|
13238
14366
|
preserveAspectRatio="xMinYMin meet"
|
|
13239
14367
|
version="1.1"
|
|
@@ -13252,7 +14380,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13252
14380
|
/>
|
|
13253
14381
|
</svg>,
|
|
13254
14382
|
<svg
|
|
13255
|
-
className="base svg base logo x-
|
|
14383
|
+
className="base svg base logo x-light-blue y-transparent"
|
|
13256
14384
|
height="2em"
|
|
13257
14385
|
preserveAspectRatio="xMinYMin meet"
|
|
13258
14386
|
version="1.1"
|
|
@@ -13271,7 +14399,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13271
14399
|
/>
|
|
13272
14400
|
</svg>,
|
|
13273
14401
|
<svg
|
|
13274
|
-
className="base svg base logo x-
|
|
14402
|
+
className="base svg base logo x-light-purple y-transparent"
|
|
13275
14403
|
height="2em"
|
|
13276
14404
|
preserveAspectRatio="xMinYMin meet"
|
|
13277
14405
|
version="1.1"
|
|
@@ -13290,7 +14418,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13290
14418
|
/>
|
|
13291
14419
|
</svg>,
|
|
13292
14420
|
<svg
|
|
13293
|
-
className="base svg base logo x-
|
|
14421
|
+
className="base svg base logo x-light-seagreen y-transparent"
|
|
13294
14422
|
height="2em"
|
|
13295
14423
|
preserveAspectRatio="xMinYMin meet"
|
|
13296
14424
|
version="1.1"
|
|
@@ -13309,7 +14437,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13309
14437
|
/>
|
|
13310
14438
|
</svg>,
|
|
13311
14439
|
<svg
|
|
13312
|
-
className="base svg base logo x-
|
|
14440
|
+
className="base svg base logo x-ui-main y-transparent"
|
|
13313
14441
|
height="2em"
|
|
13314
14442
|
preserveAspectRatio="xMinYMin meet"
|
|
13315
14443
|
version="1.1"
|
|
@@ -13328,7 +14456,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13328
14456
|
/>
|
|
13329
14457
|
</svg>,
|
|
13330
14458
|
<svg
|
|
13331
|
-
className="base svg base logo x-
|
|
14459
|
+
className="base svg base logo x-ui-main-2 y-transparent"
|
|
13332
14460
|
height="2em"
|
|
13333
14461
|
preserveAspectRatio="xMinYMin meet"
|
|
13334
14462
|
version="1.1"
|
|
@@ -13347,7 +14475,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13347
14475
|
/>
|
|
13348
14476
|
</svg>,
|
|
13349
14477
|
<svg
|
|
13350
|
-
className="base svg base logo x-
|
|
14478
|
+
className="base svg base logo x-ui-lines y-transparent"
|
|
13351
14479
|
height="2em"
|
|
13352
14480
|
preserveAspectRatio="xMinYMin meet"
|
|
13353
14481
|
version="1.1"
|
|
@@ -13366,7 +14494,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13366
14494
|
/>
|
|
13367
14495
|
</svg>,
|
|
13368
14496
|
<svg
|
|
13369
|
-
className="base svg base logo x-
|
|
14497
|
+
className="base svg base logo x-ui-icons y-transparent"
|
|
13370
14498
|
height="2em"
|
|
13371
14499
|
preserveAspectRatio="xMinYMin meet"
|
|
13372
14500
|
version="1.1"
|
|
@@ -13385,7 +14513,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13385
14513
|
/>
|
|
13386
14514
|
</svg>,
|
|
13387
14515
|
<svg
|
|
13388
|
-
className="base svg base logo x-
|
|
14516
|
+
className="base svg base logo x-heading y-transparent"
|
|
13389
14517
|
height="2em"
|
|
13390
14518
|
preserveAspectRatio="xMinYMin meet"
|
|
13391
14519
|
version="1.1"
|
|
@@ -13404,7 +14532,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13404
14532
|
/>
|
|
13405
14533
|
</svg>,
|
|
13406
14534
|
<svg
|
|
13407
|
-
className="base svg base logo x-
|
|
14535
|
+
className="base svg base logo x-paragraph y-transparent"
|
|
13408
14536
|
height="2em"
|
|
13409
14537
|
preserveAspectRatio="xMinYMin meet"
|
|
13410
14538
|
version="1.1"
|
|
@@ -13423,7 +14551,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13423
14551
|
/>
|
|
13424
14552
|
</svg>,
|
|
13425
14553
|
<svg
|
|
13426
|
-
className="base svg base logo x-
|
|
14554
|
+
className="base svg base logo x-subtitle y-transparent"
|
|
13427
14555
|
height="2em"
|
|
13428
14556
|
preserveAspectRatio="xMinYMin meet"
|
|
13429
14557
|
version="1.1"
|
|
@@ -13442,7 +14570,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13442
14570
|
/>
|
|
13443
14571
|
</svg>,
|
|
13444
14572
|
<svg
|
|
13445
|
-
className="base svg base logo x-
|
|
14573
|
+
className="base svg base logo x-metadata y-transparent"
|
|
13446
14574
|
height="2em"
|
|
13447
14575
|
preserveAspectRatio="xMinYMin meet"
|
|
13448
14576
|
version="1.1"
|
|
@@ -13461,7 +14589,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13461
14589
|
/>
|
|
13462
14590
|
</svg>,
|
|
13463
14591
|
<svg
|
|
13464
|
-
className="base svg base logo x-
|
|
14592
|
+
className="base svg base logo x-link y-transparent"
|
|
13465
14593
|
height="2em"
|
|
13466
14594
|
preserveAspectRatio="xMinYMin meet"
|
|
13467
14595
|
version="1.1"
|
|
@@ -13480,7 +14608,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13480
14608
|
/>
|
|
13481
14609
|
</svg>,
|
|
13482
14610
|
<svg
|
|
13483
|
-
className="base svg base logo x-
|
|
14611
|
+
className="base svg base logo x-disabled y-transparent"
|
|
13484
14612
|
height="2em"
|
|
13485
14613
|
preserveAspectRatio="xMinYMin meet"
|
|
13486
14614
|
version="1.1"
|
|
@@ -13499,7 +14627,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13499
14627
|
/>
|
|
13500
14628
|
</svg>,
|
|
13501
14629
|
<svg
|
|
13502
|
-
className="base svg base logo x-
|
|
14630
|
+
className="base svg base logo x-shadow y-transparent"
|
|
13503
14631
|
height="2em"
|
|
13504
14632
|
preserveAspectRatio="xMinYMin meet"
|
|
13505
14633
|
version="1.1"
|
|
@@ -13518,7 +14646,7 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13518
14646
|
/>
|
|
13519
14647
|
</svg>,
|
|
13520
14648
|
<svg
|
|
13521
|
-
className="base svg base logo x-
|
|
14649
|
+
className="base svg base logo x-transparent y-transparent"
|
|
13522
14650
|
height="2em"
|
|
13523
14651
|
preserveAspectRatio="xMinYMin meet"
|
|
13524
14652
|
version="1.1"
|
|
@@ -13537,7 +14665,83 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13537
14665
|
/>
|
|
13538
14666
|
</svg>,
|
|
13539
14667
|
<svg
|
|
13540
|
-
className="base svg base logo x-
|
|
14668
|
+
className="base svg base logo x-highlighted y-transparent"
|
|
14669
|
+
height="2em"
|
|
14670
|
+
preserveAspectRatio="xMinYMin meet"
|
|
14671
|
+
version="1.1"
|
|
14672
|
+
viewBox="0 0 39 39"
|
|
14673
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14674
|
+
>
|
|
14675
|
+
<use
|
|
14676
|
+
className=""
|
|
14677
|
+
href="/logo_square.svg#logo"
|
|
14678
|
+
id="logo"
|
|
14679
|
+
style={
|
|
14680
|
+
{
|
|
14681
|
+
"style": undefined,
|
|
14682
|
+
}
|
|
14683
|
+
}
|
|
14684
|
+
/>
|
|
14685
|
+
</svg>,
|
|
14686
|
+
<svg
|
|
14687
|
+
className="base svg base logo x-interactive y-transparent"
|
|
14688
|
+
height="2em"
|
|
14689
|
+
preserveAspectRatio="xMinYMin meet"
|
|
14690
|
+
version="1.1"
|
|
14691
|
+
viewBox="0 0 39 39"
|
|
14692
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14693
|
+
>
|
|
14694
|
+
<use
|
|
14695
|
+
className=""
|
|
14696
|
+
href="/logo_square.svg#logo"
|
|
14697
|
+
id="logo"
|
|
14698
|
+
style={
|
|
14699
|
+
{
|
|
14700
|
+
"style": undefined,
|
|
14701
|
+
}
|
|
14702
|
+
}
|
|
14703
|
+
/>
|
|
14704
|
+
</svg>,
|
|
14705
|
+
<svg
|
|
14706
|
+
className="base svg base logo x-background-far y-transparent"
|
|
14707
|
+
height="2em"
|
|
14708
|
+
preserveAspectRatio="xMinYMin meet"
|
|
14709
|
+
version="1.1"
|
|
14710
|
+
viewBox="0 0 39 39"
|
|
14711
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14712
|
+
>
|
|
14713
|
+
<use
|
|
14714
|
+
className=""
|
|
14715
|
+
href="/logo_square.svg#logo"
|
|
14716
|
+
id="logo"
|
|
14717
|
+
style={
|
|
14718
|
+
{
|
|
14719
|
+
"style": undefined,
|
|
14720
|
+
}
|
|
14721
|
+
}
|
|
14722
|
+
/>
|
|
14723
|
+
</svg>,
|
|
14724
|
+
<svg
|
|
14725
|
+
className="base svg base logo x-background-near y-transparent"
|
|
14726
|
+
height="2em"
|
|
14727
|
+
preserveAspectRatio="xMinYMin meet"
|
|
14728
|
+
version="1.1"
|
|
14729
|
+
viewBox="0 0 39 39"
|
|
14730
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14731
|
+
>
|
|
14732
|
+
<use
|
|
14733
|
+
className=""
|
|
14734
|
+
href="/logo_square.svg#logo"
|
|
14735
|
+
id="logo"
|
|
14736
|
+
style={
|
|
14737
|
+
{
|
|
14738
|
+
"style": undefined,
|
|
14739
|
+
}
|
|
14740
|
+
}
|
|
14741
|
+
/>
|
|
14742
|
+
</svg>,
|
|
14743
|
+
<svg
|
|
14744
|
+
className="base svg base logo x-background-inputs y-transparent"
|
|
13541
14745
|
height="2em"
|
|
13542
14746
|
preserveAspectRatio="xMinYMin meet"
|
|
13543
14747
|
version="1.1"
|
|
@@ -14147,602 +15351,6 @@ exports[`Storyshots b/Title With Subtitle 1`] = `
|
|
|
14147
15351
|
</div>
|
|
14148
15352
|
`;
|
|
14149
15353
|
|
|
14150
|
-
exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
14151
|
-
<div
|
|
14152
|
-
className="ui-light"
|
|
14153
|
-
style={
|
|
14154
|
-
{
|
|
14155
|
-
"height": "100%",
|
|
14156
|
-
}
|
|
14157
|
-
}
|
|
14158
|
-
>
|
|
14159
|
-
<div
|
|
14160
|
-
className="base content-slides y-background-far b-dark-y u1 md-u2"
|
|
14161
|
-
>
|
|
14162
|
-
<nav
|
|
14163
|
-
className="sidebar"
|
|
14164
|
-
>
|
|
14165
|
-
<header>
|
|
14166
|
-
<svg
|
|
14167
|
-
className="base svg base logo x-paragraph y-transparent"
|
|
14168
|
-
height="2em"
|
|
14169
|
-
preserveAspectRatio="xMinYMin meet"
|
|
14170
|
-
version="1.1"
|
|
14171
|
-
viewBox="0 0 156 30"
|
|
14172
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14173
|
-
>
|
|
14174
|
-
<use
|
|
14175
|
-
className=""
|
|
14176
|
-
href="/logo.svg#logo_squares"
|
|
14177
|
-
id="logo_squares"
|
|
14178
|
-
style={
|
|
14179
|
-
{
|
|
14180
|
-
"style": undefined,
|
|
14181
|
-
}
|
|
14182
|
-
}
|
|
14183
|
-
/>
|
|
14184
|
-
<use
|
|
14185
|
-
className=""
|
|
14186
|
-
href="/logo.svg#logo_pareto"
|
|
14187
|
-
id="logo_pareto"
|
|
14188
|
-
style={
|
|
14189
|
-
{
|
|
14190
|
-
"style": undefined,
|
|
14191
|
-
}
|
|
14192
|
-
}
|
|
14193
|
-
/>
|
|
14194
|
-
</svg>
|
|
14195
|
-
</header>
|
|
14196
|
-
<div
|
|
14197
|
-
className="elementContent"
|
|
14198
|
-
>
|
|
14199
|
-
<ul
|
|
14200
|
-
className="base icon-list"
|
|
14201
|
-
style={
|
|
14202
|
-
{
|
|
14203
|
-
"--list-icon": undefined,
|
|
14204
|
-
"--list-icon-hover": undefined,
|
|
14205
|
-
}
|
|
14206
|
-
}
|
|
14207
|
-
>
|
|
14208
|
-
<li
|
|
14209
|
-
className="elementItem x-heading c-x"
|
|
14210
|
-
style={
|
|
14211
|
-
{
|
|
14212
|
-
"--list-icon": ""L"",
|
|
14213
|
-
"--list-icon-hover": undefined,
|
|
14214
|
-
}
|
|
14215
|
-
}
|
|
14216
|
-
>
|
|
14217
|
-
Welcome
|
|
14218
|
-
</li>
|
|
14219
|
-
<li
|
|
14220
|
-
className="elementItem x-subtitle c-x"
|
|
14221
|
-
style={
|
|
14222
|
-
{
|
|
14223
|
-
"--list-icon": undefined,
|
|
14224
|
-
"--list-icon-hover": undefined,
|
|
14225
|
-
}
|
|
14226
|
-
}
|
|
14227
|
-
>
|
|
14228
|
-
Choose your plan
|
|
14229
|
-
</li>
|
|
14230
|
-
<li
|
|
14231
|
-
className="elementItem x-subtitle c-x"
|
|
14232
|
-
style={
|
|
14233
|
-
{
|
|
14234
|
-
"--list-icon": undefined,
|
|
14235
|
-
"--list-icon-hover": undefined,
|
|
14236
|
-
}
|
|
14237
|
-
}
|
|
14238
|
-
>
|
|
14239
|
-
Personal details
|
|
14240
|
-
</li>
|
|
14241
|
-
<li
|
|
14242
|
-
className="elementItem x-subtitle c-x"
|
|
14243
|
-
style={
|
|
14244
|
-
{
|
|
14245
|
-
"--list-icon": undefined,
|
|
14246
|
-
"--list-icon-hover": undefined,
|
|
14247
|
-
}
|
|
14248
|
-
}
|
|
14249
|
-
>
|
|
14250
|
-
Payment
|
|
14251
|
-
</li>
|
|
14252
|
-
</ul>
|
|
14253
|
-
</div>
|
|
14254
|
-
<span />
|
|
14255
|
-
</nav>
|
|
14256
|
-
<div
|
|
14257
|
-
className="horizontal-menu"
|
|
14258
|
-
>
|
|
14259
|
-
<div
|
|
14260
|
-
className="base progress-bar modifierAttached x-main2 y-background-far b-hard-y"
|
|
14261
|
-
data-length="50%"
|
|
14262
|
-
style={
|
|
14263
|
-
{
|
|
14264
|
-
"--height": ".4em",
|
|
14265
|
-
"--progress": 40,
|
|
14266
|
-
}
|
|
14267
|
-
}
|
|
14268
|
-
/>
|
|
14269
|
-
<div
|
|
14270
|
-
className="elementContent"
|
|
14271
|
-
>
|
|
14272
|
-
<div
|
|
14273
|
-
className="left"
|
|
14274
|
-
/>
|
|
14275
|
-
<div
|
|
14276
|
-
className="title"
|
|
14277
|
-
>
|
|
14278
|
-
<span
|
|
14279
|
-
className="md-h lg-h"
|
|
14280
|
-
>
|
|
14281
|
-
Welcome
|
|
14282
|
-
</span>
|
|
14283
|
-
<svg
|
|
14284
|
-
className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
|
|
14285
|
-
height="1.1em"
|
|
14286
|
-
preserveAspectRatio="xMinYMin meet"
|
|
14287
|
-
version="1.1"
|
|
14288
|
-
viewBox="0 0 156 30"
|
|
14289
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14290
|
-
>
|
|
14291
|
-
<use
|
|
14292
|
-
className=""
|
|
14293
|
-
href="/logo.svg#logo_squares"
|
|
14294
|
-
id="logo_squares"
|
|
14295
|
-
style={
|
|
14296
|
-
{
|
|
14297
|
-
"style": undefined,
|
|
14298
|
-
}
|
|
14299
|
-
}
|
|
14300
|
-
/>
|
|
14301
|
-
<use
|
|
14302
|
-
className=""
|
|
14303
|
-
href="/logo.svg#logo_pareto"
|
|
14304
|
-
id="logo_pareto"
|
|
14305
|
-
style={
|
|
14306
|
-
{
|
|
14307
|
-
"style": undefined,
|
|
14308
|
-
}
|
|
14309
|
-
}
|
|
14310
|
-
/>
|
|
14311
|
-
</svg>
|
|
14312
|
-
</div>
|
|
14313
|
-
</div>
|
|
14314
|
-
</div>
|
|
14315
|
-
<main>
|
|
14316
|
-
<div
|
|
14317
|
-
className="modifierActive slide"
|
|
14318
|
-
>
|
|
14319
|
-
<div
|
|
14320
|
-
className="wrapper"
|
|
14321
|
-
>
|
|
14322
|
-
<div
|
|
14323
|
-
className="content"
|
|
14324
|
-
>
|
|
14325
|
-
<div
|
|
14326
|
-
className="base title"
|
|
14327
|
-
>
|
|
14328
|
-
<h1
|
|
14329
|
-
className="small heading"
|
|
14330
|
-
>
|
|
14331
|
-
Welcome
|
|
14332
|
-
</h1>
|
|
14333
|
-
<p
|
|
14334
|
-
className="subtitle"
|
|
14335
|
-
>
|
|
14336
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14337
|
-
</p>
|
|
14338
|
-
</div>
|
|
14339
|
-
<div
|
|
14340
|
-
className="navigator"
|
|
14341
|
-
>
|
|
14342
|
-
<span />
|
|
14343
|
-
<button
|
|
14344
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14345
|
-
disabled={false}
|
|
14346
|
-
onClick={[Function]}
|
|
14347
|
-
type="button"
|
|
14348
|
-
>
|
|
14349
|
-
Next
|
|
14350
|
-
</button>
|
|
14351
|
-
</div>
|
|
14352
|
-
</div>
|
|
14353
|
-
</div>
|
|
14354
|
-
</div>
|
|
14355
|
-
<div
|
|
14356
|
-
className="slide"
|
|
14357
|
-
>
|
|
14358
|
-
<div
|
|
14359
|
-
className="wrapper"
|
|
14360
|
-
>
|
|
14361
|
-
<div
|
|
14362
|
-
className="content"
|
|
14363
|
-
>
|
|
14364
|
-
<div
|
|
14365
|
-
className="base title"
|
|
14366
|
-
>
|
|
14367
|
-
<h1
|
|
14368
|
-
className="small heading"
|
|
14369
|
-
>
|
|
14370
|
-
Part 2
|
|
14371
|
-
</h1>
|
|
14372
|
-
<p
|
|
14373
|
-
className="subtitle"
|
|
14374
|
-
>
|
|
14375
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14376
|
-
</p>
|
|
14377
|
-
</div>
|
|
14378
|
-
<p>
|
|
14379
|
-
In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
|
|
14380
|
-
</p>
|
|
14381
|
-
<p>
|
|
14382
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
|
|
14383
|
-
</p>
|
|
14384
|
-
<p>
|
|
14385
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
14386
|
-
|
|
14387
|
-
</p>
|
|
14388
|
-
<p>
|
|
14389
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
14390
|
-
|
|
14391
|
-
</p>
|
|
14392
|
-
<p>
|
|
14393
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
14394
|
-
|
|
14395
|
-
</p>
|
|
14396
|
-
<div
|
|
14397
|
-
className="navigator"
|
|
14398
|
-
>
|
|
14399
|
-
<span />
|
|
14400
|
-
<button
|
|
14401
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14402
|
-
disabled={false}
|
|
14403
|
-
onClick={[Function]}
|
|
14404
|
-
type="button"
|
|
14405
|
-
>
|
|
14406
|
-
Next
|
|
14407
|
-
</button>
|
|
14408
|
-
</div>
|
|
14409
|
-
</div>
|
|
14410
|
-
</div>
|
|
14411
|
-
</div>
|
|
14412
|
-
<div
|
|
14413
|
-
className="slide"
|
|
14414
|
-
>
|
|
14415
|
-
<div
|
|
14416
|
-
className="wrapper"
|
|
14417
|
-
>
|
|
14418
|
-
<div
|
|
14419
|
-
className="content"
|
|
14420
|
-
>
|
|
14421
|
-
<div
|
|
14422
|
-
className="base title"
|
|
14423
|
-
>
|
|
14424
|
-
<h1
|
|
14425
|
-
className="small heading"
|
|
14426
|
-
>
|
|
14427
|
-
Part 3
|
|
14428
|
-
</h1>
|
|
14429
|
-
<p
|
|
14430
|
-
className="subtitle"
|
|
14431
|
-
>
|
|
14432
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14433
|
-
</p>
|
|
14434
|
-
</div>
|
|
14435
|
-
<div
|
|
14436
|
-
className="navigator"
|
|
14437
|
-
>
|
|
14438
|
-
<span />
|
|
14439
|
-
<button
|
|
14440
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14441
|
-
disabled={false}
|
|
14442
|
-
onClick={[Function]}
|
|
14443
|
-
type="button"
|
|
14444
|
-
>
|
|
14445
|
-
Next
|
|
14446
|
-
</button>
|
|
14447
|
-
</div>
|
|
14448
|
-
</div>
|
|
14449
|
-
</div>
|
|
14450
|
-
</div>
|
|
14451
|
-
<div
|
|
14452
|
-
className="slide"
|
|
14453
|
-
>
|
|
14454
|
-
<div
|
|
14455
|
-
className="wrapper"
|
|
14456
|
-
>
|
|
14457
|
-
<div
|
|
14458
|
-
className="content"
|
|
14459
|
-
>
|
|
14460
|
-
<div
|
|
14461
|
-
className="base title"
|
|
14462
|
-
>
|
|
14463
|
-
<h1
|
|
14464
|
-
className="heading"
|
|
14465
|
-
>
|
|
14466
|
-
Part 4
|
|
14467
|
-
</h1>
|
|
14468
|
-
<p
|
|
14469
|
-
className="subtitle"
|
|
14470
|
-
>
|
|
14471
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14472
|
-
</p>
|
|
14473
|
-
</div>
|
|
14474
|
-
<div
|
|
14475
|
-
className="navigator"
|
|
14476
|
-
>
|
|
14477
|
-
<span />
|
|
14478
|
-
<button
|
|
14479
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14480
|
-
disabled={false}
|
|
14481
|
-
onClick={[Function]}
|
|
14482
|
-
type="button"
|
|
14483
|
-
>
|
|
14484
|
-
Next
|
|
14485
|
-
</button>
|
|
14486
|
-
</div>
|
|
14487
|
-
</div>
|
|
14488
|
-
</div>
|
|
14489
|
-
</div>
|
|
14490
|
-
</main>
|
|
14491
|
-
</div>
|
|
14492
|
-
</div>
|
|
14493
|
-
`;
|
|
14494
|
-
|
|
14495
|
-
exports[`Storyshots c/ContentSlides Simple 1`] = `
|
|
14496
|
-
<div
|
|
14497
|
-
className="ui-light"
|
|
14498
|
-
style={
|
|
14499
|
-
{
|
|
14500
|
-
"height": "100%",
|
|
14501
|
-
}
|
|
14502
|
-
}
|
|
14503
|
-
>
|
|
14504
|
-
<div
|
|
14505
|
-
className="base content-slides y-background-far b-dark-y simple u1 md-u2"
|
|
14506
|
-
>
|
|
14507
|
-
<div
|
|
14508
|
-
className="horizontal-menu"
|
|
14509
|
-
>
|
|
14510
|
-
<div
|
|
14511
|
-
className="base progress-bar modifierAttached x-main2 y-background-far b-hard-y"
|
|
14512
|
-
data-length="50%"
|
|
14513
|
-
style={
|
|
14514
|
-
{
|
|
14515
|
-
"--height": ".4em",
|
|
14516
|
-
"--progress": 40,
|
|
14517
|
-
}
|
|
14518
|
-
}
|
|
14519
|
-
/>
|
|
14520
|
-
<div
|
|
14521
|
-
className="elementContent"
|
|
14522
|
-
>
|
|
14523
|
-
<div
|
|
14524
|
-
className="left"
|
|
14525
|
-
/>
|
|
14526
|
-
<div
|
|
14527
|
-
className="title"
|
|
14528
|
-
>
|
|
14529
|
-
<span
|
|
14530
|
-
className="md-h lg-h"
|
|
14531
|
-
>
|
|
14532
|
-
Welcome
|
|
14533
|
-
</span>
|
|
14534
|
-
<svg
|
|
14535
|
-
className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
|
|
14536
|
-
height="1.1em"
|
|
14537
|
-
preserveAspectRatio="xMinYMin meet"
|
|
14538
|
-
version="1.1"
|
|
14539
|
-
viewBox="0 0 156 30"
|
|
14540
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14541
|
-
>
|
|
14542
|
-
<use
|
|
14543
|
-
className=""
|
|
14544
|
-
href="/logo.svg#logo_squares"
|
|
14545
|
-
id="logo_squares"
|
|
14546
|
-
style={
|
|
14547
|
-
{
|
|
14548
|
-
"style": undefined,
|
|
14549
|
-
}
|
|
14550
|
-
}
|
|
14551
|
-
/>
|
|
14552
|
-
<use
|
|
14553
|
-
className=""
|
|
14554
|
-
href="/logo.svg#logo_pareto"
|
|
14555
|
-
id="logo_pareto"
|
|
14556
|
-
style={
|
|
14557
|
-
{
|
|
14558
|
-
"style": undefined,
|
|
14559
|
-
}
|
|
14560
|
-
}
|
|
14561
|
-
/>
|
|
14562
|
-
</svg>
|
|
14563
|
-
</div>
|
|
14564
|
-
</div>
|
|
14565
|
-
</div>
|
|
14566
|
-
<main>
|
|
14567
|
-
<div
|
|
14568
|
-
className="modifierActive slide"
|
|
14569
|
-
>
|
|
14570
|
-
<div
|
|
14571
|
-
className="wrapper"
|
|
14572
|
-
>
|
|
14573
|
-
<div
|
|
14574
|
-
className="content"
|
|
14575
|
-
>
|
|
14576
|
-
<div
|
|
14577
|
-
className="base title"
|
|
14578
|
-
>
|
|
14579
|
-
<h1
|
|
14580
|
-
className="small heading"
|
|
14581
|
-
>
|
|
14582
|
-
Welcome
|
|
14583
|
-
</h1>
|
|
14584
|
-
<p
|
|
14585
|
-
className="subtitle"
|
|
14586
|
-
>
|
|
14587
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14588
|
-
</p>
|
|
14589
|
-
</div>
|
|
14590
|
-
<div
|
|
14591
|
-
className="navigator"
|
|
14592
|
-
>
|
|
14593
|
-
<span />
|
|
14594
|
-
<button
|
|
14595
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14596
|
-
disabled={false}
|
|
14597
|
-
onClick={[Function]}
|
|
14598
|
-
type="button"
|
|
14599
|
-
>
|
|
14600
|
-
Next
|
|
14601
|
-
</button>
|
|
14602
|
-
</div>
|
|
14603
|
-
</div>
|
|
14604
|
-
</div>
|
|
14605
|
-
</div>
|
|
14606
|
-
<div
|
|
14607
|
-
className="slide"
|
|
14608
|
-
>
|
|
14609
|
-
<div
|
|
14610
|
-
className="wrapper"
|
|
14611
|
-
>
|
|
14612
|
-
<div
|
|
14613
|
-
className="content"
|
|
14614
|
-
>
|
|
14615
|
-
<div
|
|
14616
|
-
className="base title"
|
|
14617
|
-
>
|
|
14618
|
-
<h1
|
|
14619
|
-
className="small heading"
|
|
14620
|
-
>
|
|
14621
|
-
Part 2
|
|
14622
|
-
</h1>
|
|
14623
|
-
<p
|
|
14624
|
-
className="subtitle"
|
|
14625
|
-
>
|
|
14626
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14627
|
-
</p>
|
|
14628
|
-
</div>
|
|
14629
|
-
<p>
|
|
14630
|
-
In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
|
|
14631
|
-
</p>
|
|
14632
|
-
<p>
|
|
14633
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
|
|
14634
|
-
</p>
|
|
14635
|
-
<p>
|
|
14636
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
14637
|
-
|
|
14638
|
-
</p>
|
|
14639
|
-
<p>
|
|
14640
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
14641
|
-
|
|
14642
|
-
</p>
|
|
14643
|
-
<p>
|
|
14644
|
-
Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
14645
|
-
|
|
14646
|
-
</p>
|
|
14647
|
-
<div
|
|
14648
|
-
className="navigator"
|
|
14649
|
-
>
|
|
14650
|
-
<span />
|
|
14651
|
-
<button
|
|
14652
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14653
|
-
disabled={false}
|
|
14654
|
-
onClick={[Function]}
|
|
14655
|
-
type="button"
|
|
14656
|
-
>
|
|
14657
|
-
Next
|
|
14658
|
-
</button>
|
|
14659
|
-
</div>
|
|
14660
|
-
</div>
|
|
14661
|
-
</div>
|
|
14662
|
-
</div>
|
|
14663
|
-
<div
|
|
14664
|
-
className="slide"
|
|
14665
|
-
>
|
|
14666
|
-
<div
|
|
14667
|
-
className="wrapper"
|
|
14668
|
-
>
|
|
14669
|
-
<div
|
|
14670
|
-
className="content"
|
|
14671
|
-
>
|
|
14672
|
-
<div
|
|
14673
|
-
className="base title"
|
|
14674
|
-
>
|
|
14675
|
-
<h1
|
|
14676
|
-
className="small heading"
|
|
14677
|
-
>
|
|
14678
|
-
Part 3
|
|
14679
|
-
</h1>
|
|
14680
|
-
<p
|
|
14681
|
-
className="subtitle"
|
|
14682
|
-
>
|
|
14683
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14684
|
-
</p>
|
|
14685
|
-
</div>
|
|
14686
|
-
<div
|
|
14687
|
-
className="navigator"
|
|
14688
|
-
>
|
|
14689
|
-
<span />
|
|
14690
|
-
<button
|
|
14691
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14692
|
-
disabled={false}
|
|
14693
|
-
onClick={[Function]}
|
|
14694
|
-
type="button"
|
|
14695
|
-
>
|
|
14696
|
-
Next
|
|
14697
|
-
</button>
|
|
14698
|
-
</div>
|
|
14699
|
-
</div>
|
|
14700
|
-
</div>
|
|
14701
|
-
</div>
|
|
14702
|
-
<div
|
|
14703
|
-
className="slide"
|
|
14704
|
-
>
|
|
14705
|
-
<div
|
|
14706
|
-
className="wrapper"
|
|
14707
|
-
>
|
|
14708
|
-
<div
|
|
14709
|
-
className="content"
|
|
14710
|
-
>
|
|
14711
|
-
<div
|
|
14712
|
-
className="base title"
|
|
14713
|
-
>
|
|
14714
|
-
<h1
|
|
14715
|
-
className="heading"
|
|
14716
|
-
>
|
|
14717
|
-
Part 4
|
|
14718
|
-
</h1>
|
|
14719
|
-
<p
|
|
14720
|
-
className="subtitle"
|
|
14721
|
-
>
|
|
14722
|
-
Welcome to this site. We hope you will have an amazing experience here.
|
|
14723
|
-
</p>
|
|
14724
|
-
</div>
|
|
14725
|
-
<div
|
|
14726
|
-
className="navigator"
|
|
14727
|
-
>
|
|
14728
|
-
<span />
|
|
14729
|
-
<button
|
|
14730
|
-
className="base button x-main2 next x-main modifierCompact"
|
|
14731
|
-
disabled={false}
|
|
14732
|
-
onClick={[Function]}
|
|
14733
|
-
type="button"
|
|
14734
|
-
>
|
|
14735
|
-
Next
|
|
14736
|
-
</button>
|
|
14737
|
-
</div>
|
|
14738
|
-
</div>
|
|
14739
|
-
</div>
|
|
14740
|
-
</div>
|
|
14741
|
-
</main>
|
|
14742
|
-
</div>
|
|
14743
|
-
</div>
|
|
14744
|
-
`;
|
|
14745
|
-
|
|
14746
15354
|
exports[`Storyshots c/Modal Base 1`] = `
|
|
14747
15355
|
<button
|
|
14748
15356
|
className="base button x-anchor"
|
|
@@ -14781,7 +15389,7 @@ exports[`Storyshots c/Shortener Base 1`] = `
|
|
|
14781
15389
|
exports[`Storyshots c/SocialMediaShareButton Facebook 1`] = `
|
|
14782
15390
|
<a
|
|
14783
15391
|
className="base social-media-share-button x-facebook"
|
|
14784
|
-
href="https://www.facebook.com/sharer/sharer.php?u=http://localhost/#/
|
|
15392
|
+
href="https://www.facebook.com/sharer/sharer.php?u=http://localhost/#/"
|
|
14785
15393
|
rel="noreferrer"
|
|
14786
15394
|
target="_blank"
|
|
14787
15395
|
>
|
|
@@ -14796,7 +15404,7 @@ exports[`Storyshots c/SocialMediaShareButton Facebook 1`] = `
|
|
|
14796
15404
|
exports[`Storyshots c/SocialMediaShareButton Twitter 1`] = `
|
|
14797
15405
|
<a
|
|
14798
15406
|
className="base social-media-share-button x-twitter"
|
|
14799
|
-
href="https://twitter.com/intent/tweet?url=http://localhost/#/
|
|
15407
|
+
href="https://twitter.com/intent/tweet?url=http://localhost/#/"
|
|
14800
15408
|
rel="noreferrer"
|
|
14801
15409
|
target="_blank"
|
|
14802
15410
|
>
|