@pareto-engineering/design-system 2.0.0-alpha.2 → 2.0.0-alpha.6
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/AnimatedCounter/AnimatedCounter.js +16 -29
- package/dist/cjs/a/AnimatedCounter/styles.scss +3 -11
- package/dist/cjs/a/Conversation/styles.scss +2 -0
- package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
- package/dist/cjs/a/GradientBackground/index.js +15 -0
- package/dist/cjs/a/GradientBackground/styles.scss +191 -0
- package/dist/cjs/a/People/People.js +15 -7
- package/dist/cjs/a/People/common/Person/Person.js +11 -4
- package/dist/cjs/a/People/styles.scss +13 -15
- package/dist/cjs/a/Shapes/Shapes.js +163 -0
- package/dist/cjs/a/{RatingsInput/common/Rating → Shapes}/index.js +3 -3
- package/dist/cjs/a/Shapes/styles.scss +222 -0
- package/dist/cjs/a/TeamInfo/styles.scss +2 -2
- package/dist/cjs/a/index.js +9 -1
- package/dist/cjs/b/Button/styles.scss +38 -19
- package/dist/cjs/{a/RatingsInput/RatingsInput.js → b/Metrics/Metrics.js} +30 -29
- package/dist/cjs/{a/RatingsInput → b/Metrics}/index.js +3 -3
- package/dist/cjs/b/Metrics/styles.scss +91 -0
- package/dist/cjs/b/Page/common/Section/Section.js +42 -5
- package/dist/cjs/b/Page/styles.scss +8 -2
- package/dist/cjs/b/QuestionDropdown/styles.scss +1 -1
- package/dist/cjs/b/index.js +9 -1
- package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
- package/dist/cjs/experimental/GradientBackground/GradientBackground.js +98 -0
- package/dist/cjs/experimental/GradientBackground/index.js +15 -0
- package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
- package/dist/cjs/experimental/index.js +13 -0
- package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +1 -1
- package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
- package/dist/cjs/f/fields/SelectInput/styles.scss +3 -3
- package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +2 -2
- package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +4 -0
- package/dist/cjs/f/fields/TextInput/styles.scss +3 -3
- package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
- package/dist/cjs/form.scss +1 -1
- package/dist/es/a/AnimatedCounter/AnimatedCounter.js +17 -30
- package/dist/es/a/AnimatedCounter/styles.scss +3 -11
- package/dist/es/a/Conversation/styles.scss +2 -0
- package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
- package/dist/es/a/GradientBackground/index.js +2 -0
- package/dist/es/a/GradientBackground/styles.scss +191 -0
- package/dist/es/a/People/People.js +14 -7
- package/dist/es/a/People/common/Person/Person.js +11 -4
- package/dist/es/a/People/styles.scss +13 -15
- package/dist/es/a/Shapes/Shapes.js +141 -0
- package/dist/es/a/{RatingsInput/common/Rating → Shapes}/index.js +1 -1
- package/dist/es/a/Shapes/styles.scss +222 -0
- package/dist/es/a/TeamInfo/styles.scss +2 -2
- package/dist/es/a/index.js +2 -1
- package/dist/es/b/Button/styles.scss +38 -19
- package/dist/es/b/Metrics/Metrics.js +72 -0
- package/dist/es/b/Metrics/index.js +2 -0
- package/dist/es/b/Metrics/styles.scss +91 -0
- package/dist/es/b/Page/common/Section/Section.js +41 -4
- package/dist/es/b/Page/styles.scss +8 -2
- package/dist/es/b/QuestionDropdown/styles.scss +1 -1
- package/dist/es/b/index.js +2 -1
- package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
- package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
- package/dist/es/experimental/GradientBackground/index.js +2 -0
- package/dist/es/experimental/GradientBackground/styles.scss +64 -0
- package/dist/es/experimental/index.js +1 -0
- package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +1 -1
- package/dist/es/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
- package/dist/es/f/fields/SelectInput/styles.scss +3 -3
- package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +2 -2
- package/dist/es/f/fields/TaskRecommendationInput/styles.scss +4 -0
- package/dist/es/f/fields/TextInput/styles.scss +3 -3
- package/dist/es/f/fields/TextareaInput/TextareaInput.js +1 -1
- package/dist/es/form.scss +1 -1
- package/package.json +3 -3
- package/src/__snapshots__/Storyshots.test.js.snap +3654 -339
- package/src/local.scss +3 -0
- package/src/stories/a/AnimatedCounter.stories.jsx +9 -5
- package/src/stories/a/ContentCard.stories.jsx +1 -1
- package/src/stories/a/Conversation.stories.jsx +1 -1
- package/src/stories/a/People.stories.jsx +25 -1
- package/src/stories/a/ProgressBar.stories.jsx +1 -1
- package/src/stories/a/Quote.stories.jsx +1 -1
- package/src/stories/a/Shapes.stories.jsx +125 -0
- package/src/stories/a/Spinner.stories.jsx +1 -1
- package/src/stories/b/Button.stories.jsx +57 -51
- package/src/stories/b/Metrics.stories.jsx +62 -0
- package/src/stories/b/Page.stories.jsx +27 -1
- package/src/stories/b/ThemeSelector.stories.jsx +1 -1
- package/src/stories/b/Title.stories.jsx +1 -1
- package/src/stories/c/ContentSlides.stories.jsx +2 -2
- package/src/stories/colors.js +5 -3
- package/src/stories/f/CheckboxInput.stories.jsx +1 -1
- package/src/stories/f/TaskRecommendationInput.stories.jsx +1 -1
- package/src/stories/f/TextInput.stories.jsx +4 -4
- package/src/stories/f/TextareaInput.stories.jsx +2 -2
- package/src/ui/a/AnimatedCounter/AnimatedCounter.jsx +21 -27
- package/src/ui/a/AnimatedCounter/styles.scss +3 -11
- package/src/ui/a/Conversation/styles.scss +2 -0
- package/src/ui/a/People/People.jsx +12 -4
- package/src/ui/a/People/common/Person/Person.jsx +7 -1
- package/src/ui/a/People/styles.scss +13 -15
- package/src/ui/a/Shapes/Shapes.jsx +181 -0
- package/src/ui/a/Shapes/index.js +2 -0
- package/src/ui/a/Shapes/styles.scss +222 -0
- package/src/ui/a/TeamInfo/styles.scss +2 -2
- package/src/ui/a/index.js +1 -0
- package/src/ui/b/Button/styles.scss +38 -19
- package/src/ui/b/Metrics/Metrics.jsx +93 -0
- package/src/ui/b/Metrics/index.js +2 -0
- package/src/ui/b/Metrics/styles.scss +91 -0
- package/src/ui/b/Page/common/Section/Section.jsx +51 -2
- package/src/ui/b/Page/styles.scss +8 -2
- package/src/ui/b/QuestionDropdown/styles.scss +1 -1
- package/src/ui/b/index.js +1 -0
- package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +1 -1
- package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +1 -1
- package/src/ui/f/fields/RatingsInput/common/Rating/Rating.jsx +2 -2
- package/src/ui/f/fields/SelectInput/styles.scss +3 -3
- package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +2 -2
- package/src/ui/f/fields/TaskRecommendationInput/styles.scss +4 -0
- package/src/ui/f/fields/TextInput/styles.scss +3 -3
- package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +1 -1
- package/src/ui/form.scss +1 -1
- package/dist/cjs/a/RatingsInput/common/Rating/Rating.js +0 -120
- package/dist/cjs/a/RatingsInput/common/index.js +0 -13
- package/dist/cjs/a/RatingsInput/styles.scss +0 -35
- package/dist/es/a/RatingsInput/RatingsInput.js +0 -72
- package/dist/es/a/RatingsInput/common/Rating/Rating.js +0 -102
- package/dist/es/a/RatingsInput/common/index.js +0 -1
- package/dist/es/a/RatingsInput/index.js +0 -2
- package/dist/es/a/RatingsInput/styles.scss +0 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[`Storyshots a/AnimatedCounter
|
|
3
|
+
exports[`Storyshots a/AnimatedCounter After 1`] = `
|
|
4
4
|
<div
|
|
5
5
|
className="base animated-counter x-main1"
|
|
6
6
|
>
|
|
@@ -12,23 +12,13 @@ exports[`Storyshots a/AnimatedCounter Base 1`] = `
|
|
|
12
12
|
%
|
|
13
13
|
</span>
|
|
14
14
|
</div>
|
|
15
|
-
<p
|
|
16
|
-
className="info uc s-1 md-s0 v50 mt-v"
|
|
17
|
-
>
|
|
18
|
-
graduated from college
|
|
19
|
-
</p>
|
|
20
15
|
</div>
|
|
21
16
|
`;
|
|
22
17
|
|
|
23
|
-
exports[`Storyshots a/AnimatedCounter
|
|
18
|
+
exports[`Storyshots a/AnimatedCounter Base 1`] = `
|
|
24
19
|
<div
|
|
25
20
|
className="base animated-counter x-main1"
|
|
26
21
|
>
|
|
27
|
-
<p
|
|
28
|
-
className="info top-description uc s-1 md-s0"
|
|
29
|
-
>
|
|
30
|
-
graduated from college
|
|
31
|
-
</p>
|
|
32
22
|
<div
|
|
33
23
|
className="count s3"
|
|
34
24
|
>
|
|
@@ -40,7 +30,7 @@ exports[`Storyshots a/AnimatedCounter Top Description 1`] = `
|
|
|
40
30
|
</div>
|
|
41
31
|
`;
|
|
42
32
|
|
|
43
|
-
exports[`Storyshots a/AnimatedCounter
|
|
33
|
+
exports[`Storyshots a/AnimatedCounter Before 1`] = `
|
|
44
34
|
<div
|
|
45
35
|
className="base animated-counter x-main1"
|
|
46
36
|
>
|
|
@@ -52,11 +42,24 @@ exports[`Storyshots a/AnimatedCounter Unit Before 1`] = `
|
|
|
52
42
|
</span>
|
|
53
43
|
<span />
|
|
54
44
|
</div>
|
|
55
|
-
|
|
56
|
-
|
|
45
|
+
</div>
|
|
46
|
+
`;
|
|
47
|
+
|
|
48
|
+
exports[`Storyshots a/AnimatedCounter Before And After 1`] = `
|
|
49
|
+
<div
|
|
50
|
+
className="base animated-counter x-main1"
|
|
51
|
+
>
|
|
52
|
+
<div
|
|
53
|
+
className="count s3"
|
|
57
54
|
>
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
<span>
|
|
56
|
+
%
|
|
57
|
+
</span>
|
|
58
|
+
<span />
|
|
59
|
+
<span>
|
|
60
|
+
+
|
|
61
|
+
</span>
|
|
62
|
+
</div>
|
|
60
63
|
</div>
|
|
61
64
|
`;
|
|
62
65
|
|
|
@@ -159,7 +162,7 @@ exports[`Storyshots a/ContentCard Layout Center 1`] = `
|
|
|
159
162
|
}
|
|
160
163
|
>
|
|
161
164
|
<div
|
|
162
|
-
className="base content-card y-
|
|
165
|
+
className="base content-card y-background1 u1"
|
|
163
166
|
>
|
|
164
167
|
<div
|
|
165
168
|
className="base section p-u layout-center"
|
|
@@ -403,7 +406,7 @@ exports[`Storyshots a/Conversation Base 1`] = `
|
|
|
403
406
|
:
|
|
404
407
|
</p>
|
|
405
408
|
<p>
|
|
406
|
-
Hi Camille, please compile an assesment of top
|
|
409
|
+
Hi Camille, please compile an assesment of top 6 firms/brand providers for the listed fields in the US.
|
|
407
410
|
</p>
|
|
408
411
|
</div>
|
|
409
412
|
</div>
|
|
@@ -782,18 +785,19 @@ exports[`Storyshots a/LoadingCircle Base 1`] = `
|
|
|
782
785
|
|
|
783
786
|
exports[`Storyshots a/People Base 1`] = `
|
|
784
787
|
<div
|
|
785
|
-
className="x-
|
|
788
|
+
className="x-background1 b-x v1 p-v"
|
|
786
789
|
>
|
|
787
790
|
<div
|
|
788
791
|
className="base people u1"
|
|
789
792
|
style={
|
|
790
793
|
Object {
|
|
791
|
-
"--
|
|
794
|
+
"--column-width": "12em",
|
|
795
|
+
"--image-size": "3em",
|
|
792
796
|
}
|
|
793
797
|
}
|
|
794
798
|
>
|
|
795
799
|
<div
|
|
796
|
-
className="base person"
|
|
800
|
+
className="base person y-main1"
|
|
797
801
|
>
|
|
798
802
|
<img
|
|
799
803
|
alt="Phoebe Yao, Pareto Founder"
|
|
@@ -816,7 +820,7 @@ exports[`Storyshots a/People Base 1`] = `
|
|
|
816
820
|
</div>
|
|
817
821
|
</div>
|
|
818
822
|
<div
|
|
819
|
-
className="base person"
|
|
823
|
+
className="base person y-main3"
|
|
820
824
|
>
|
|
821
825
|
<img
|
|
822
826
|
alt="Lanie Col-long, Pareto Partner"
|
|
@@ -839,7 +843,47 @@ exports[`Storyshots a/People Base 1`] = `
|
|
|
839
843
|
</div>
|
|
840
844
|
</div>
|
|
841
845
|
<div
|
|
842
|
-
className="base person"
|
|
846
|
+
className="base person y-background4"
|
|
847
|
+
>
|
|
848
|
+
<img
|
|
849
|
+
alt="Camillie Arigo, Pareto Partner"
|
|
850
|
+
className="image v50 mr-v"
|
|
851
|
+
src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
|
|
852
|
+
/>
|
|
853
|
+
<div
|
|
854
|
+
className="details"
|
|
855
|
+
>
|
|
856
|
+
<p
|
|
857
|
+
className="name s-1"
|
|
858
|
+
>
|
|
859
|
+
Camillie Arigo
|
|
860
|
+
</p>
|
|
861
|
+
<p
|
|
862
|
+
className="role s-2"
|
|
863
|
+
>
|
|
864
|
+
Pareto Partner
|
|
865
|
+
</p>
|
|
866
|
+
</div>
|
|
867
|
+
</div>
|
|
868
|
+
</div>
|
|
869
|
+
</div>
|
|
870
|
+
`;
|
|
871
|
+
|
|
872
|
+
exports[`Storyshots a/People One Person 1`] = `
|
|
873
|
+
<div
|
|
874
|
+
className="x-background1 b-x v1 p-v"
|
|
875
|
+
>
|
|
876
|
+
<div
|
|
877
|
+
className="base people u1"
|
|
878
|
+
style={
|
|
879
|
+
Object {
|
|
880
|
+
"--column-width": "12em",
|
|
881
|
+
"--image-size": "3em",
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
>
|
|
885
|
+
<div
|
|
886
|
+
className="base person y-background4"
|
|
843
887
|
>
|
|
844
888
|
<img
|
|
845
889
|
alt="Camillie Arigo, Pareto Partner"
|
|
@@ -897,7 +941,7 @@ Array [
|
|
|
897
941
|
|
|
898
942
|
exports[`Storyshots a/ProgressBar Color 1`] = `
|
|
899
943
|
<div
|
|
900
|
-
className="base progress-bar x-
|
|
944
|
+
className="base progress-bar x-main1"
|
|
901
945
|
data-length="50%"
|
|
902
946
|
style={
|
|
903
947
|
Object {
|
|
@@ -923,7 +967,7 @@ exports[`Storyshots a/ProgressBar Height 1`] = `
|
|
|
923
967
|
|
|
924
968
|
exports[`Storyshots a/Quote Base 1`] = `
|
|
925
969
|
<div
|
|
926
|
-
className="y-
|
|
970
|
+
className="y-background1 b-y u1 p-u"
|
|
927
971
|
>
|
|
928
972
|
<figure
|
|
929
973
|
className="base quote x-main1"
|
|
@@ -1102,131 +1146,3147 @@ exports[`Storyshots a/SVG Stroke 1`] = `
|
|
|
1102
1146
|
</svg>
|
|
1103
1147
|
`;
|
|
1104
1148
|
|
|
1105
|
-
exports[`Storyshots a/
|
|
1106
|
-
|
|
1107
|
-
exports[`Storyshots a/Spinner Base 1`] = `
|
|
1149
|
+
exports[`Storyshots a/Shapes Circle 1`] = `
|
|
1108
1150
|
<div
|
|
1109
|
-
className="y-
|
|
1151
|
+
className="y-background5 b-light-y"
|
|
1152
|
+
style={
|
|
1153
|
+
Object {
|
|
1154
|
+
"height": "1000px",
|
|
1155
|
+
"overflow": "hidden",
|
|
1156
|
+
"position": "relative",
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1110
1159
|
>
|
|
1111
1160
|
<div
|
|
1112
|
-
className="base
|
|
1161
|
+
className="base shapes"
|
|
1162
|
+
style={
|
|
1163
|
+
Object {
|
|
1164
|
+
"--horizontal-align": "center",
|
|
1165
|
+
"--overflow": "hidden",
|
|
1166
|
+
"--shape-height": "30em",
|
|
1167
|
+
"--vertical-align": "flex-end",
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1113
1170
|
>
|
|
1114
1171
|
<div
|
|
1115
|
-
className="
|
|
1172
|
+
className="circle"
|
|
1116
1173
|
/>
|
|
1117
1174
|
</div>
|
|
1118
1175
|
</div>
|
|
1119
1176
|
`;
|
|
1120
1177
|
|
|
1121
|
-
exports[`Storyshots a/
|
|
1178
|
+
exports[`Storyshots a/Shapes Diamonds 1`] = `
|
|
1122
1179
|
<div
|
|
1123
|
-
className="
|
|
1180
|
+
className="y-background4 b-light-y"
|
|
1181
|
+
style={
|
|
1182
|
+
Object {
|
|
1183
|
+
"height": "1000px",
|
|
1184
|
+
"overflow": "hidden",
|
|
1185
|
+
"position": "relative",
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1124
1188
|
>
|
|
1125
|
-
<p
|
|
1126
|
-
className="description s-1 md-s0"
|
|
1127
|
-
>
|
|
1128
|
-
Working at Pareto constantly allows me to learn something new. The team gives everyone a strong support system and never leaves anyone behind, especially when tasks get difficult.
|
|
1129
|
-
</p>
|
|
1130
1189
|
<div
|
|
1131
|
-
className="
|
|
1190
|
+
className="base shapes"
|
|
1191
|
+
style={
|
|
1192
|
+
Object {
|
|
1193
|
+
"--horizontal-align": "center",
|
|
1194
|
+
"--overflow": "hidden",
|
|
1195
|
+
"--shape-height": "30em",
|
|
1196
|
+
"--vertical-align": "flex-end",
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1132
1199
|
>
|
|
1133
|
-
<img
|
|
1134
|
-
alt="Lanie Col-long, Partner at Pareto"
|
|
1135
|
-
className="img mr-u"
|
|
1136
|
-
src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Lanie-Col-long.png"
|
|
1137
|
-
/>
|
|
1138
1200
|
<div
|
|
1139
|
-
className="
|
|
1201
|
+
className="diamonds"
|
|
1140
1202
|
>
|
|
1141
|
-
<
|
|
1142
|
-
className="
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
</span>
|
|
1203
|
+
<div
|
|
1204
|
+
className="top-right"
|
|
1205
|
+
/>
|
|
1206
|
+
<div
|
|
1207
|
+
className="bottom-left"
|
|
1208
|
+
/>
|
|
1209
|
+
<div
|
|
1210
|
+
className="bottom-right"
|
|
1211
|
+
/>
|
|
1151
1212
|
</div>
|
|
1152
1213
|
</div>
|
|
1153
1214
|
</div>
|
|
1154
1215
|
`;
|
|
1155
1216
|
|
|
1156
|
-
exports[`Storyshots a/
|
|
1157
|
-
<
|
|
1158
|
-
className="
|
|
1159
|
-
|
|
1217
|
+
exports[`Storyshots a/Shapes Ellipse 1`] = `
|
|
1218
|
+
<div
|
|
1219
|
+
className="y-main3 b-light-y"
|
|
1220
|
+
style={
|
|
1221
|
+
Object {
|
|
1222
|
+
"height": "1000px",
|
|
1223
|
+
"overflow": "hidden",
|
|
1224
|
+
"position": "relative",
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1160
1227
|
>
|
|
1161
|
-
|
|
1162
|
-
|
|
1228
|
+
<div
|
|
1229
|
+
className="base shapes"
|
|
1230
|
+
style={
|
|
1231
|
+
Object {
|
|
1232
|
+
"--horizontal-align": "center",
|
|
1233
|
+
"--overflow": "hidden",
|
|
1234
|
+
"--shape-height": "30em",
|
|
1235
|
+
"--vertical-align": "flex-end",
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
>
|
|
1239
|
+
<div
|
|
1240
|
+
className="ellipse"
|
|
1241
|
+
/>
|
|
1242
|
+
</div>
|
|
1243
|
+
</div>
|
|
1163
1244
|
`;
|
|
1164
1245
|
|
|
1165
|
-
exports[`Storyshots a/
|
|
1166
|
-
<
|
|
1167
|
-
className="
|
|
1246
|
+
exports[`Storyshots a/Shapes Ellipses 1`] = `
|
|
1247
|
+
<div
|
|
1248
|
+
className="y-background4 b-light-y"
|
|
1249
|
+
style={
|
|
1250
|
+
Object {
|
|
1251
|
+
"height": "1000px",
|
|
1252
|
+
"overflow": "hidden",
|
|
1253
|
+
"position": "relative",
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1168
1256
|
>
|
|
1169
|
-
|
|
1170
|
-
|
|
1257
|
+
<div
|
|
1258
|
+
className="base shapes"
|
|
1259
|
+
style={
|
|
1260
|
+
Object {
|
|
1261
|
+
"--horizontal-align": "center",
|
|
1262
|
+
"--overflow": "hidden",
|
|
1263
|
+
"--shape-height": "30em",
|
|
1264
|
+
"--vertical-align": "flex-end",
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
>
|
|
1268
|
+
<div
|
|
1269
|
+
className="ellipses"
|
|
1270
|
+
>
|
|
1271
|
+
<div
|
|
1272
|
+
className="first"
|
|
1273
|
+
/>
|
|
1274
|
+
<div
|
|
1275
|
+
className="second"
|
|
1276
|
+
/>
|
|
1277
|
+
</div>
|
|
1278
|
+
</div>
|
|
1279
|
+
</div>
|
|
1171
1280
|
`;
|
|
1172
1281
|
|
|
1173
|
-
exports[`Storyshots a/
|
|
1174
|
-
<
|
|
1175
|
-
className="
|
|
1176
|
-
|
|
1282
|
+
exports[`Storyshots a/Shapes Half Circle 1`] = `
|
|
1283
|
+
<div
|
|
1284
|
+
className="y-background4 b-light-y"
|
|
1285
|
+
style={
|
|
1286
|
+
Object {
|
|
1287
|
+
"height": "1000px",
|
|
1288
|
+
"overflow": "hidden",
|
|
1289
|
+
"position": "relative",
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1177
1292
|
>
|
|
1178
|
-
|
|
1179
|
-
|
|
1293
|
+
<div
|
|
1294
|
+
className="base shapes"
|
|
1295
|
+
style={
|
|
1296
|
+
Object {
|
|
1297
|
+
"--horizontal-align": "center",
|
|
1298
|
+
"--overflow": "hidden",
|
|
1299
|
+
"--shape-height": "30em",
|
|
1300
|
+
"--vertical-align": "flex-end",
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
>
|
|
1304
|
+
<div
|
|
1305
|
+
className="half-circle"
|
|
1306
|
+
/>
|
|
1307
|
+
</div>
|
|
1308
|
+
</div>
|
|
1180
1309
|
`;
|
|
1181
1310
|
|
|
1182
|
-
exports[`Storyshots a/
|
|
1183
|
-
<
|
|
1184
|
-
className="
|
|
1185
|
-
|
|
1311
|
+
exports[`Storyshots a/Shapes Half Ellipse 1`] = `
|
|
1312
|
+
<div
|
|
1313
|
+
className="y-background3 b-light-y"
|
|
1314
|
+
style={
|
|
1315
|
+
Object {
|
|
1316
|
+
"height": "1000px",
|
|
1317
|
+
"overflow": "hidden",
|
|
1318
|
+
"position": "relative",
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1186
1321
|
>
|
|
1187
|
-
<
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
"Click to see relative format. Relative format has not been enabled by default because of chromatic snapshots.",
|
|
1198
|
-
<p
|
|
1199
|
-
className="base timestamp"
|
|
1200
|
-
onClick={[Function]}
|
|
1322
|
+
<div
|
|
1323
|
+
className="base shapes"
|
|
1324
|
+
style={
|
|
1325
|
+
Object {
|
|
1326
|
+
"--horizontal-align": "center",
|
|
1327
|
+
"--overflow": "hidden",
|
|
1328
|
+
"--shape-height": "25em",
|
|
1329
|
+
"--vertical-align": "flex-end",
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1201
1332
|
>
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1333
|
+
<div
|
|
1334
|
+
className="half-ellipse"
|
|
1335
|
+
/>
|
|
1336
|
+
</div>
|
|
1337
|
+
</div>
|
|
1205
1338
|
`;
|
|
1206
1339
|
|
|
1207
|
-
exports[`Storyshots
|
|
1208
|
-
<
|
|
1209
|
-
className="
|
|
1210
|
-
|
|
1340
|
+
exports[`Storyshots a/Shapes Half Ellipses 1`] = `
|
|
1341
|
+
<div
|
|
1342
|
+
className="y-background3 b-light-y"
|
|
1343
|
+
style={
|
|
1344
|
+
Object {
|
|
1345
|
+
"height": "1000px",
|
|
1346
|
+
"overflow": "hidden",
|
|
1347
|
+
"position": "relative",
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1211
1350
|
>
|
|
1212
|
-
|
|
1213
|
-
|
|
1351
|
+
<div
|
|
1352
|
+
className="base shapes"
|
|
1353
|
+
style={
|
|
1354
|
+
Object {
|
|
1355
|
+
"--horizontal-align": "center",
|
|
1356
|
+
"--overflow": "hidden",
|
|
1357
|
+
"--shape-height": "25em",
|
|
1358
|
+
"--vertical-align": "flex-end",
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
>
|
|
1362
|
+
<div
|
|
1363
|
+
className="half-ellipses"
|
|
1364
|
+
>
|
|
1365
|
+
<div
|
|
1366
|
+
className="up"
|
|
1367
|
+
/>
|
|
1368
|
+
<div
|
|
1369
|
+
className="down"
|
|
1370
|
+
/>
|
|
1371
|
+
</div>
|
|
1372
|
+
</div>
|
|
1373
|
+
</div>
|
|
1214
1374
|
`;
|
|
1215
1375
|
|
|
1216
|
-
exports[`Storyshots
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1376
|
+
exports[`Storyshots a/Shapes Rectangles 1`] = `
|
|
1377
|
+
<div
|
|
1378
|
+
className="y-background5 b-light-y"
|
|
1379
|
+
style={
|
|
1380
|
+
Object {
|
|
1381
|
+
"height": "1000px",
|
|
1382
|
+
"overflow": "hidden",
|
|
1383
|
+
"position": "relative",
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
>
|
|
1387
|
+
<div
|
|
1388
|
+
className="base shapes"
|
|
1389
|
+
style={
|
|
1390
|
+
Object {
|
|
1391
|
+
"--horizontal-align": "center",
|
|
1392
|
+
"--overflow": "hidden",
|
|
1393
|
+
"--shape-height": "30em",
|
|
1394
|
+
"--vertical-align": "flex-end",
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1221
1397
|
>
|
|
1222
|
-
|
|
1223
|
-
|
|
1398
|
+
<div
|
|
1399
|
+
className="rectangles"
|
|
1400
|
+
>
|
|
1401
|
+
<div
|
|
1402
|
+
className="top"
|
|
1403
|
+
/>
|
|
1404
|
+
<div
|
|
1405
|
+
className="center"
|
|
1406
|
+
/>
|
|
1407
|
+
<div
|
|
1408
|
+
className="bottom"
|
|
1409
|
+
/>
|
|
1410
|
+
</div>
|
|
1411
|
+
</div>
|
|
1412
|
+
</div>
|
|
1413
|
+
`;
|
|
1414
|
+
|
|
1415
|
+
exports[`Storyshots a/Shapes Rotated Ellipses 1`] = `
|
|
1416
|
+
<div
|
|
1417
|
+
className="y-background5 b-light-y"
|
|
1418
|
+
style={
|
|
1419
|
+
Object {
|
|
1420
|
+
"height": "1000px",
|
|
1421
|
+
"overflow": "hidden",
|
|
1422
|
+
"position": "relative",
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
>
|
|
1426
|
+
<div
|
|
1427
|
+
className="base shapes"
|
|
1428
|
+
style={
|
|
1429
|
+
Object {
|
|
1430
|
+
"--horizontal-align": "center",
|
|
1431
|
+
"--overflow": "hidden",
|
|
1432
|
+
"--shape-height": "60em",
|
|
1433
|
+
"--vertical-align": "center",
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
>
|
|
1437
|
+
<div
|
|
1438
|
+
className="rotated-ellipses"
|
|
1439
|
+
>
|
|
1440
|
+
<div
|
|
1441
|
+
className="ellipse-one"
|
|
1442
|
+
/>
|
|
1443
|
+
<div
|
|
1444
|
+
className="ellipse-two"
|
|
1445
|
+
/>
|
|
1446
|
+
</div>
|
|
1447
|
+
</div>
|
|
1448
|
+
</div>
|
|
1449
|
+
`;
|
|
1450
|
+
|
|
1451
|
+
exports[`Storyshots a/Shapes Spiral 1`] = `
|
|
1452
|
+
<div
|
|
1453
|
+
className="y-background6 b-light-y"
|
|
1454
|
+
style={
|
|
1455
|
+
Object {
|
|
1456
|
+
"height": "1000px",
|
|
1457
|
+
"overflow": "hidden",
|
|
1458
|
+
"position": "relative",
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
>
|
|
1462
|
+
<div
|
|
1463
|
+
className="base shapes"
|
|
1464
|
+
style={
|
|
1465
|
+
Object {
|
|
1466
|
+
"--horizontal-align": "center",
|
|
1467
|
+
"--overflow": "hidden",
|
|
1468
|
+
"--shape-height": "100em",
|
|
1469
|
+
"--vertical-align": "center",
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
>
|
|
1473
|
+
<div
|
|
1474
|
+
className="spiral"
|
|
1475
|
+
>
|
|
1476
|
+
<div
|
|
1477
|
+
className="circle-one"
|
|
1478
|
+
/>
|
|
1479
|
+
<div
|
|
1480
|
+
className="circle-two"
|
|
1481
|
+
/>
|
|
1482
|
+
<div
|
|
1483
|
+
className="circle-three"
|
|
1484
|
+
/>
|
|
1485
|
+
<div
|
|
1486
|
+
className="circle-four"
|
|
1487
|
+
/>
|
|
1488
|
+
</div>
|
|
1489
|
+
</div>
|
|
1490
|
+
</div>
|
|
1491
|
+
`;
|
|
1492
|
+
|
|
1493
|
+
exports[`Storyshots a/Shapes Triangle 1`] = `
|
|
1494
|
+
<div
|
|
1495
|
+
className="y-background6 b-light-y"
|
|
1496
|
+
style={
|
|
1497
|
+
Object {
|
|
1498
|
+
"height": "1000px",
|
|
1499
|
+
"overflow": "hidden",
|
|
1500
|
+
"position": "relative",
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
>
|
|
1504
|
+
<div
|
|
1505
|
+
className="base shapes"
|
|
1506
|
+
style={
|
|
1507
|
+
Object {
|
|
1508
|
+
"--horizontal-align": "center",
|
|
1509
|
+
"--overflow": "hidden",
|
|
1510
|
+
"--shape-height": "30em",
|
|
1511
|
+
"--vertical-align": "flex-end",
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
>
|
|
1515
|
+
<div
|
|
1516
|
+
className="triangle"
|
|
1517
|
+
/>
|
|
1518
|
+
</div>
|
|
1519
|
+
</div>
|
|
1520
|
+
`;
|
|
1521
|
+
|
|
1522
|
+
exports[`Storyshots a/SiteContext Base 1`] = `"Sample SiteContext"`;
|
|
1523
|
+
|
|
1524
|
+
exports[`Storyshots a/Spinner Base 1`] = `
|
|
1525
|
+
<div
|
|
1526
|
+
className="y-background1 b-y"
|
|
1527
|
+
>
|
|
1528
|
+
<div
|
|
1529
|
+
className="base spinner x-main1"
|
|
1530
|
+
>
|
|
1531
|
+
<div
|
|
1532
|
+
className="loader"
|
|
1533
|
+
/>
|
|
1534
|
+
</div>
|
|
1535
|
+
</div>
|
|
1536
|
+
`;
|
|
1537
|
+
|
|
1538
|
+
exports[`Storyshots a/TeamInfo Base 1`] = `
|
|
1539
|
+
<div
|
|
1540
|
+
className="base team-info u1"
|
|
1541
|
+
>
|
|
1542
|
+
<p
|
|
1543
|
+
className="description s-1 md-s0"
|
|
1544
|
+
>
|
|
1545
|
+
Working at Pareto constantly allows me to learn something new. The team gives everyone a strong support system and never leaves anyone behind, especially when tasks get difficult.
|
|
1546
|
+
</p>
|
|
1547
|
+
<div
|
|
1548
|
+
className="content"
|
|
1549
|
+
>
|
|
1550
|
+
<img
|
|
1551
|
+
alt="Lanie Col-long, Partner at Pareto"
|
|
1552
|
+
className="img mr-u"
|
|
1553
|
+
src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Lanie-Col-long.png"
|
|
1554
|
+
/>
|
|
1555
|
+
<div
|
|
1556
|
+
className="team-member"
|
|
1557
|
+
>
|
|
1558
|
+
<span
|
|
1559
|
+
className="name s-1"
|
|
1560
|
+
>
|
|
1561
|
+
Lanie Col-long
|
|
1562
|
+
</span>
|
|
1563
|
+
<span
|
|
1564
|
+
className="role s-2"
|
|
1565
|
+
>
|
|
1566
|
+
Partner
|
|
1567
|
+
</span>
|
|
1568
|
+
</div>
|
|
1569
|
+
</div>
|
|
1570
|
+
</div>
|
|
1571
|
+
`;
|
|
1572
|
+
|
|
1573
|
+
exports[`Storyshots a/Timestamp Base 1`] = `
|
|
1574
|
+
<p
|
|
1575
|
+
className="base timestamp"
|
|
1576
|
+
onClick={[Function]}
|
|
1577
|
+
>
|
|
1578
|
+
1665792000000
|
|
1579
|
+
</p>
|
|
1580
|
+
`;
|
|
1581
|
+
|
|
1582
|
+
exports[`Storyshots a/Timestamp Date Format 1`] = `
|
|
1583
|
+
<p
|
|
1584
|
+
className="base timestamp"
|
|
1585
|
+
>
|
|
1586
|
+
2022-10-15 at 00:00
|
|
1587
|
+
</p>
|
|
1588
|
+
`;
|
|
1589
|
+
|
|
1590
|
+
exports[`Storyshots a/Timestamp Distance Format 1`] = `
|
|
1591
|
+
<p
|
|
1592
|
+
className="base timestamp"
|
|
1593
|
+
onClick={[Function]}
|
|
1594
|
+
>
|
|
1595
|
+
in 10 months
|
|
1596
|
+
</p>
|
|
1597
|
+
`;
|
|
1598
|
+
|
|
1599
|
+
exports[`Storyshots a/Timestamp Prefix 1`] = `
|
|
1600
|
+
<p
|
|
1601
|
+
className="base timestamp"
|
|
1602
|
+
onClick={[Function]}
|
|
1603
|
+
>
|
|
1604
|
+
<strong>
|
|
1605
|
+
Updated :
|
|
1606
|
+
</strong>
|
|
1607
|
+
|
|
1608
|
+
1665792000000
|
|
1609
|
+
</p>
|
|
1610
|
+
`;
|
|
1611
|
+
|
|
1612
|
+
exports[`Storyshots a/Timestamp Relative Format 1`] = `
|
|
1613
|
+
Array [
|
|
1614
|
+
"Click to see relative format. Relative format has not been enabled by default because of chromatic snapshots.",
|
|
1615
|
+
<p
|
|
1616
|
+
className="base timestamp"
|
|
1617
|
+
onClick={[Function]}
|
|
1618
|
+
>
|
|
1619
|
+
2022-10-10T00:00:00.000+00:00
|
|
1620
|
+
</p>,
|
|
1621
|
+
]
|
|
1622
|
+
`;
|
|
1623
|
+
|
|
1624
|
+
exports[`Storyshots b/Button Base 1`] = `
|
|
1625
|
+
<button
|
|
1626
|
+
className="base button x-main1"
|
|
1627
|
+
type="button"
|
|
1628
|
+
>
|
|
1629
|
+
Sample Button
|
|
1630
|
+
</button>
|
|
1631
|
+
`;
|
|
1632
|
+
|
|
1633
|
+
exports[`Storyshots b/Button Compact 1`] = `
|
|
1634
|
+
Array [
|
|
1635
|
+
<button
|
|
1636
|
+
className="base button x-main1 modifierCompact"
|
|
1637
|
+
type="button"
|
|
1638
|
+
>
|
|
1639
|
+
This is a
|
|
1640
|
+
|
|
1641
|
+
main1
|
|
1642
|
+
|
|
1643
|
+
button
|
|
1644
|
+
</button>,
|
|
1645
|
+
<button
|
|
1646
|
+
className="base button x-main2 modifierCompact"
|
|
1647
|
+
type="button"
|
|
1648
|
+
>
|
|
1649
|
+
This is a
|
|
1650
|
+
|
|
1651
|
+
main2
|
|
1652
|
+
|
|
1653
|
+
button
|
|
1654
|
+
</button>,
|
|
1655
|
+
<button
|
|
1656
|
+
className="base button x-main3 modifierCompact"
|
|
1657
|
+
type="button"
|
|
1658
|
+
>
|
|
1659
|
+
This is a
|
|
1660
|
+
|
|
1661
|
+
main3
|
|
1662
|
+
|
|
1663
|
+
button
|
|
1664
|
+
</button>,
|
|
1665
|
+
<button
|
|
1666
|
+
className="base button x-main4 modifierCompact"
|
|
1667
|
+
type="button"
|
|
1668
|
+
>
|
|
1669
|
+
This is a
|
|
1670
|
+
|
|
1671
|
+
main4
|
|
1672
|
+
|
|
1673
|
+
button
|
|
1674
|
+
</button>,
|
|
1675
|
+
<button
|
|
1676
|
+
className="base button x-success modifierCompact"
|
|
1677
|
+
type="button"
|
|
1678
|
+
>
|
|
1679
|
+
This is a
|
|
1680
|
+
|
|
1681
|
+
success
|
|
1682
|
+
|
|
1683
|
+
button
|
|
1684
|
+
</button>,
|
|
1685
|
+
<button
|
|
1686
|
+
className="base button x-warning modifierCompact"
|
|
1687
|
+
type="button"
|
|
1688
|
+
>
|
|
1689
|
+
This is a
|
|
1690
|
+
|
|
1691
|
+
warning
|
|
1692
|
+
|
|
1693
|
+
button
|
|
1694
|
+
</button>,
|
|
1695
|
+
<button
|
|
1696
|
+
className="base button x-error modifierCompact"
|
|
1697
|
+
type="button"
|
|
1698
|
+
>
|
|
1699
|
+
This is a
|
|
1700
|
+
|
|
1701
|
+
error
|
|
1702
|
+
|
|
1703
|
+
button
|
|
1704
|
+
</button>,
|
|
1705
|
+
<button
|
|
1706
|
+
className="base button x-background1 modifierCompact"
|
|
1707
|
+
type="button"
|
|
1708
|
+
>
|
|
1709
|
+
This is a
|
|
1710
|
+
|
|
1711
|
+
background1
|
|
1712
|
+
|
|
1713
|
+
button
|
|
1714
|
+
</button>,
|
|
1715
|
+
<button
|
|
1716
|
+
className="base button x-background2 modifierCompact"
|
|
1717
|
+
type="button"
|
|
1718
|
+
>
|
|
1719
|
+
This is a
|
|
1720
|
+
|
|
1721
|
+
background2
|
|
1722
|
+
|
|
1723
|
+
button
|
|
1724
|
+
</button>,
|
|
1725
|
+
<button
|
|
1726
|
+
className="base button x-background3 modifierCompact"
|
|
1727
|
+
type="button"
|
|
1728
|
+
>
|
|
1729
|
+
This is a
|
|
1730
|
+
|
|
1731
|
+
background3
|
|
1732
|
+
|
|
1733
|
+
button
|
|
1734
|
+
</button>,
|
|
1735
|
+
<button
|
|
1736
|
+
className="base button x-background4 modifierCompact"
|
|
1737
|
+
type="button"
|
|
1738
|
+
>
|
|
1739
|
+
This is a
|
|
1740
|
+
|
|
1741
|
+
background4
|
|
1742
|
+
|
|
1743
|
+
button
|
|
1744
|
+
</button>,
|
|
1745
|
+
<button
|
|
1746
|
+
className="base button x-background5 modifierCompact"
|
|
1747
|
+
type="button"
|
|
1748
|
+
>
|
|
1749
|
+
This is a
|
|
1750
|
+
|
|
1751
|
+
background5
|
|
1752
|
+
|
|
1753
|
+
button
|
|
1754
|
+
</button>,
|
|
1755
|
+
<button
|
|
1756
|
+
className="base button x-background6 modifierCompact"
|
|
1757
|
+
type="button"
|
|
1758
|
+
>
|
|
1759
|
+
This is a
|
|
1760
|
+
|
|
1761
|
+
background6
|
|
1762
|
+
|
|
1763
|
+
button
|
|
1764
|
+
</button>,
|
|
1765
|
+
<button
|
|
1766
|
+
className="base button x-heading modifierCompact"
|
|
1767
|
+
type="button"
|
|
1768
|
+
>
|
|
1769
|
+
This is a
|
|
1770
|
+
|
|
1771
|
+
heading
|
|
1772
|
+
|
|
1773
|
+
button
|
|
1774
|
+
</button>,
|
|
1775
|
+
<button
|
|
1776
|
+
className="base button x-paragraph modifierCompact"
|
|
1777
|
+
type="button"
|
|
1778
|
+
>
|
|
1779
|
+
This is a
|
|
1780
|
+
|
|
1781
|
+
paragraph
|
|
1782
|
+
|
|
1783
|
+
button
|
|
1784
|
+
</button>,
|
|
1785
|
+
<button
|
|
1786
|
+
className="base button x-subtitle modifierCompact"
|
|
1787
|
+
type="button"
|
|
1788
|
+
>
|
|
1789
|
+
This is a
|
|
1790
|
+
|
|
1791
|
+
subtitle
|
|
1792
|
+
|
|
1793
|
+
button
|
|
1794
|
+
</button>,
|
|
1795
|
+
<button
|
|
1796
|
+
className="base button x-metadata modifierCompact"
|
|
1797
|
+
type="button"
|
|
1798
|
+
>
|
|
1799
|
+
This is a
|
|
1800
|
+
|
|
1801
|
+
metadata
|
|
1802
|
+
|
|
1803
|
+
button
|
|
1804
|
+
</button>,
|
|
1805
|
+
<button
|
|
1806
|
+
className="base button x-link modifierCompact"
|
|
1807
|
+
type="button"
|
|
1808
|
+
>
|
|
1809
|
+
This is a
|
|
1810
|
+
|
|
1811
|
+
link
|
|
1812
|
+
|
|
1813
|
+
button
|
|
1814
|
+
</button>,
|
|
1815
|
+
<button
|
|
1816
|
+
className="base button x-navlink modifierCompact"
|
|
1817
|
+
type="button"
|
|
1818
|
+
>
|
|
1819
|
+
This is a
|
|
1820
|
+
|
|
1821
|
+
navlink
|
|
1822
|
+
|
|
1823
|
+
button
|
|
1824
|
+
</button>,
|
|
1825
|
+
<button
|
|
1826
|
+
className="base button x-twitter modifierCompact"
|
|
1827
|
+
type="button"
|
|
1828
|
+
>
|
|
1829
|
+
This is a
|
|
1830
|
+
|
|
1831
|
+
twitter
|
|
1832
|
+
|
|
1833
|
+
button
|
|
1834
|
+
</button>,
|
|
1835
|
+
<button
|
|
1836
|
+
className="base button x-facebook modifierCompact"
|
|
1837
|
+
type="button"
|
|
1838
|
+
>
|
|
1839
|
+
This is a
|
|
1840
|
+
|
|
1841
|
+
facebook
|
|
1842
|
+
|
|
1843
|
+
button
|
|
1844
|
+
</button>,
|
|
1845
|
+
<button
|
|
1846
|
+
className="base button x-instagram modifierCompact"
|
|
1847
|
+
type="button"
|
|
1848
|
+
>
|
|
1849
|
+
This is a
|
|
1850
|
+
|
|
1851
|
+
instagram
|
|
1852
|
+
|
|
1853
|
+
button
|
|
1854
|
+
</button>,
|
|
1855
|
+
<button
|
|
1856
|
+
className="base button x-google modifierCompact"
|
|
1857
|
+
type="button"
|
|
1858
|
+
>
|
|
1859
|
+
This is a
|
|
1860
|
+
|
|
1861
|
+
google
|
|
1862
|
+
|
|
1863
|
+
button
|
|
1864
|
+
</button>,
|
|
1865
|
+
<button
|
|
1866
|
+
className="base button x-black modifierCompact"
|
|
1867
|
+
type="button"
|
|
1868
|
+
>
|
|
1869
|
+
This is a
|
|
1870
|
+
|
|
1871
|
+
black
|
|
1872
|
+
|
|
1873
|
+
button
|
|
1874
|
+
</button>,
|
|
1875
|
+
<button
|
|
1876
|
+
className="base button x-anchor modifierCompact"
|
|
1877
|
+
type="button"
|
|
1878
|
+
>
|
|
1879
|
+
This is a
|
|
1880
|
+
|
|
1881
|
+
anchor
|
|
1882
|
+
|
|
1883
|
+
button
|
|
1884
|
+
</button>,
|
|
1885
|
+
<button
|
|
1886
|
+
className="base button x-grey modifierCompact"
|
|
1887
|
+
type="button"
|
|
1888
|
+
>
|
|
1889
|
+
This is a
|
|
1890
|
+
|
|
1891
|
+
grey
|
|
1892
|
+
|
|
1893
|
+
button
|
|
1894
|
+
</button>,
|
|
1895
|
+
<button
|
|
1896
|
+
className="base button x-pearl modifierCompact"
|
|
1897
|
+
type="button"
|
|
1898
|
+
>
|
|
1899
|
+
This is a
|
|
1900
|
+
|
|
1901
|
+
pearl
|
|
1902
|
+
|
|
1903
|
+
button
|
|
1904
|
+
</button>,
|
|
1905
|
+
<button
|
|
1906
|
+
className="base button x-white modifierCompact"
|
|
1907
|
+
type="button"
|
|
1908
|
+
>
|
|
1909
|
+
This is a
|
|
1910
|
+
|
|
1911
|
+
white
|
|
1912
|
+
|
|
1913
|
+
button
|
|
1914
|
+
</button>,
|
|
1915
|
+
]
|
|
1916
|
+
`;
|
|
1917
|
+
|
|
1918
|
+
exports[`Storyshots b/Button Disabled 1`] = `
|
|
1919
|
+
Array [
|
|
1920
|
+
<button
|
|
1921
|
+
className="base button x-main1"
|
|
1922
|
+
disabled={true}
|
|
1923
|
+
type="button"
|
|
1924
|
+
>
|
|
1925
|
+
This is a
|
|
1926
|
+
|
|
1927
|
+
main1
|
|
1928
|
+
|
|
1929
|
+
button
|
|
1930
|
+
</button>,
|
|
1931
|
+
<button
|
|
1932
|
+
className="base button x-main2"
|
|
1933
|
+
disabled={true}
|
|
1934
|
+
type="button"
|
|
1935
|
+
>
|
|
1936
|
+
This is a
|
|
1937
|
+
|
|
1938
|
+
main2
|
|
1939
|
+
|
|
1940
|
+
button
|
|
1941
|
+
</button>,
|
|
1942
|
+
<button
|
|
1943
|
+
className="base button x-main3"
|
|
1944
|
+
disabled={true}
|
|
1945
|
+
type="button"
|
|
1946
|
+
>
|
|
1947
|
+
This is a
|
|
1948
|
+
|
|
1949
|
+
main3
|
|
1950
|
+
|
|
1951
|
+
button
|
|
1952
|
+
</button>,
|
|
1953
|
+
<button
|
|
1954
|
+
className="base button x-main4"
|
|
1955
|
+
disabled={true}
|
|
1956
|
+
type="button"
|
|
1957
|
+
>
|
|
1958
|
+
This is a
|
|
1959
|
+
|
|
1960
|
+
main4
|
|
1961
|
+
|
|
1962
|
+
button
|
|
1963
|
+
</button>,
|
|
1964
|
+
<button
|
|
1965
|
+
className="base button x-success"
|
|
1966
|
+
disabled={true}
|
|
1967
|
+
type="button"
|
|
1968
|
+
>
|
|
1969
|
+
This is a
|
|
1970
|
+
|
|
1971
|
+
success
|
|
1972
|
+
|
|
1973
|
+
button
|
|
1974
|
+
</button>,
|
|
1975
|
+
<button
|
|
1976
|
+
className="base button x-warning"
|
|
1977
|
+
disabled={true}
|
|
1978
|
+
type="button"
|
|
1979
|
+
>
|
|
1980
|
+
This is a
|
|
1981
|
+
|
|
1982
|
+
warning
|
|
1983
|
+
|
|
1984
|
+
button
|
|
1985
|
+
</button>,
|
|
1986
|
+
<button
|
|
1987
|
+
className="base button x-error"
|
|
1988
|
+
disabled={true}
|
|
1989
|
+
type="button"
|
|
1990
|
+
>
|
|
1991
|
+
This is a
|
|
1992
|
+
|
|
1993
|
+
error
|
|
1994
|
+
|
|
1995
|
+
button
|
|
1996
|
+
</button>,
|
|
1997
|
+
<button
|
|
1998
|
+
className="base button x-background1"
|
|
1999
|
+
disabled={true}
|
|
2000
|
+
type="button"
|
|
2001
|
+
>
|
|
2002
|
+
This is a
|
|
2003
|
+
|
|
2004
|
+
background1
|
|
2005
|
+
|
|
2006
|
+
button
|
|
2007
|
+
</button>,
|
|
2008
|
+
<button
|
|
2009
|
+
className="base button x-background2"
|
|
2010
|
+
disabled={true}
|
|
2011
|
+
type="button"
|
|
2012
|
+
>
|
|
2013
|
+
This is a
|
|
2014
|
+
|
|
2015
|
+
background2
|
|
2016
|
+
|
|
2017
|
+
button
|
|
2018
|
+
</button>,
|
|
2019
|
+
<button
|
|
2020
|
+
className="base button x-background3"
|
|
2021
|
+
disabled={true}
|
|
2022
|
+
type="button"
|
|
2023
|
+
>
|
|
2024
|
+
This is a
|
|
2025
|
+
|
|
2026
|
+
background3
|
|
2027
|
+
|
|
2028
|
+
button
|
|
2029
|
+
</button>,
|
|
2030
|
+
<button
|
|
2031
|
+
className="base button x-background4"
|
|
2032
|
+
disabled={true}
|
|
2033
|
+
type="button"
|
|
2034
|
+
>
|
|
2035
|
+
This is a
|
|
2036
|
+
|
|
2037
|
+
background4
|
|
2038
|
+
|
|
2039
|
+
button
|
|
2040
|
+
</button>,
|
|
2041
|
+
<button
|
|
2042
|
+
className="base button x-background5"
|
|
2043
|
+
disabled={true}
|
|
2044
|
+
type="button"
|
|
2045
|
+
>
|
|
2046
|
+
This is a
|
|
2047
|
+
|
|
2048
|
+
background5
|
|
2049
|
+
|
|
2050
|
+
button
|
|
2051
|
+
</button>,
|
|
2052
|
+
<button
|
|
2053
|
+
className="base button x-background6"
|
|
2054
|
+
disabled={true}
|
|
2055
|
+
type="button"
|
|
2056
|
+
>
|
|
2057
|
+
This is a
|
|
2058
|
+
|
|
2059
|
+
background6
|
|
2060
|
+
|
|
2061
|
+
button
|
|
2062
|
+
</button>,
|
|
2063
|
+
<button
|
|
2064
|
+
className="base button x-heading"
|
|
2065
|
+
disabled={true}
|
|
2066
|
+
type="button"
|
|
2067
|
+
>
|
|
2068
|
+
This is a
|
|
2069
|
+
|
|
2070
|
+
heading
|
|
2071
|
+
|
|
2072
|
+
button
|
|
2073
|
+
</button>,
|
|
2074
|
+
<button
|
|
2075
|
+
className="base button x-paragraph"
|
|
2076
|
+
disabled={true}
|
|
2077
|
+
type="button"
|
|
2078
|
+
>
|
|
2079
|
+
This is a
|
|
2080
|
+
|
|
2081
|
+
paragraph
|
|
2082
|
+
|
|
2083
|
+
button
|
|
2084
|
+
</button>,
|
|
2085
|
+
<button
|
|
2086
|
+
className="base button x-subtitle"
|
|
2087
|
+
disabled={true}
|
|
2088
|
+
type="button"
|
|
2089
|
+
>
|
|
2090
|
+
This is a
|
|
2091
|
+
|
|
2092
|
+
subtitle
|
|
2093
|
+
|
|
2094
|
+
button
|
|
2095
|
+
</button>,
|
|
2096
|
+
<button
|
|
2097
|
+
className="base button x-metadata"
|
|
2098
|
+
disabled={true}
|
|
2099
|
+
type="button"
|
|
2100
|
+
>
|
|
2101
|
+
This is a
|
|
2102
|
+
|
|
2103
|
+
metadata
|
|
2104
|
+
|
|
2105
|
+
button
|
|
2106
|
+
</button>,
|
|
2107
|
+
<button
|
|
2108
|
+
className="base button x-link"
|
|
2109
|
+
disabled={true}
|
|
2110
|
+
type="button"
|
|
2111
|
+
>
|
|
2112
|
+
This is a
|
|
2113
|
+
|
|
2114
|
+
link
|
|
2115
|
+
|
|
2116
|
+
button
|
|
2117
|
+
</button>,
|
|
2118
|
+
<button
|
|
2119
|
+
className="base button x-navlink"
|
|
2120
|
+
disabled={true}
|
|
2121
|
+
type="button"
|
|
2122
|
+
>
|
|
2123
|
+
This is a
|
|
2124
|
+
|
|
2125
|
+
navlink
|
|
2126
|
+
|
|
2127
|
+
button
|
|
2128
|
+
</button>,
|
|
2129
|
+
<button
|
|
2130
|
+
className="base button x-twitter"
|
|
2131
|
+
disabled={true}
|
|
2132
|
+
type="button"
|
|
2133
|
+
>
|
|
2134
|
+
This is a
|
|
2135
|
+
|
|
2136
|
+
twitter
|
|
2137
|
+
|
|
2138
|
+
button
|
|
2139
|
+
</button>,
|
|
2140
|
+
<button
|
|
2141
|
+
className="base button x-facebook"
|
|
2142
|
+
disabled={true}
|
|
2143
|
+
type="button"
|
|
2144
|
+
>
|
|
2145
|
+
This is a
|
|
2146
|
+
|
|
2147
|
+
facebook
|
|
2148
|
+
|
|
2149
|
+
button
|
|
2150
|
+
</button>,
|
|
2151
|
+
<button
|
|
2152
|
+
className="base button x-instagram"
|
|
2153
|
+
disabled={true}
|
|
2154
|
+
type="button"
|
|
2155
|
+
>
|
|
2156
|
+
This is a
|
|
2157
|
+
|
|
2158
|
+
instagram
|
|
2159
|
+
|
|
2160
|
+
button
|
|
2161
|
+
</button>,
|
|
2162
|
+
<button
|
|
2163
|
+
className="base button x-google"
|
|
2164
|
+
disabled={true}
|
|
2165
|
+
type="button"
|
|
2166
|
+
>
|
|
2167
|
+
This is a
|
|
2168
|
+
|
|
2169
|
+
google
|
|
2170
|
+
|
|
2171
|
+
button
|
|
2172
|
+
</button>,
|
|
2173
|
+
<button
|
|
2174
|
+
className="base button x-black"
|
|
2175
|
+
disabled={true}
|
|
2176
|
+
type="button"
|
|
2177
|
+
>
|
|
2178
|
+
This is a
|
|
2179
|
+
|
|
2180
|
+
black
|
|
2181
|
+
|
|
2182
|
+
button
|
|
2183
|
+
</button>,
|
|
2184
|
+
<button
|
|
2185
|
+
className="base button x-anchor"
|
|
2186
|
+
disabled={true}
|
|
2187
|
+
type="button"
|
|
2188
|
+
>
|
|
2189
|
+
This is a
|
|
2190
|
+
|
|
2191
|
+
anchor
|
|
2192
|
+
|
|
2193
|
+
button
|
|
2194
|
+
</button>,
|
|
2195
|
+
<button
|
|
2196
|
+
className="base button x-grey"
|
|
2197
|
+
disabled={true}
|
|
2198
|
+
type="button"
|
|
2199
|
+
>
|
|
2200
|
+
This is a
|
|
2201
|
+
|
|
2202
|
+
grey
|
|
2203
|
+
|
|
2204
|
+
button
|
|
2205
|
+
</button>,
|
|
2206
|
+
<button
|
|
2207
|
+
className="base button x-pearl"
|
|
2208
|
+
disabled={true}
|
|
2209
|
+
type="button"
|
|
2210
|
+
>
|
|
2211
|
+
This is a
|
|
2212
|
+
|
|
2213
|
+
pearl
|
|
2214
|
+
|
|
2215
|
+
button
|
|
2216
|
+
</button>,
|
|
2217
|
+
<button
|
|
2218
|
+
className="base button x-white"
|
|
2219
|
+
disabled={true}
|
|
2220
|
+
type="button"
|
|
2221
|
+
>
|
|
2222
|
+
This is a
|
|
2223
|
+
|
|
2224
|
+
white
|
|
2225
|
+
|
|
2226
|
+
button
|
|
2227
|
+
</button>,
|
|
2228
|
+
]
|
|
2229
|
+
`;
|
|
2230
|
+
|
|
2231
|
+
exports[`Storyshots b/Button Ghost 1`] = `
|
|
2232
|
+
<button
|
|
2233
|
+
className="base button x-main1 modifierGhost"
|
|
2234
|
+
type="button"
|
|
2235
|
+
>
|
|
2236
|
+
Sample Button
|
|
2237
|
+
</button>
|
|
2238
|
+
`;
|
|
2239
|
+
|
|
2240
|
+
exports[`Storyshots b/Button Ghost Disabled 1`] = `
|
|
2241
|
+
Array [
|
|
2242
|
+
<button
|
|
2243
|
+
className="base button x-main1 modifierGhost"
|
|
2244
|
+
disabled={true}
|
|
2245
|
+
type="button"
|
|
2246
|
+
>
|
|
2247
|
+
This is a
|
|
2248
|
+
|
|
2249
|
+
main1
|
|
2250
|
+
|
|
2251
|
+
button
|
|
2252
|
+
</button>,
|
|
2253
|
+
<button
|
|
2254
|
+
className="base button x-main2 modifierGhost"
|
|
2255
|
+
disabled={true}
|
|
2256
|
+
type="button"
|
|
2257
|
+
>
|
|
2258
|
+
This is a
|
|
2259
|
+
|
|
2260
|
+
main2
|
|
2261
|
+
|
|
2262
|
+
button
|
|
2263
|
+
</button>,
|
|
2264
|
+
<button
|
|
2265
|
+
className="base button x-main3 modifierGhost"
|
|
2266
|
+
disabled={true}
|
|
2267
|
+
type="button"
|
|
2268
|
+
>
|
|
2269
|
+
This is a
|
|
2270
|
+
|
|
2271
|
+
main3
|
|
2272
|
+
|
|
2273
|
+
button
|
|
2274
|
+
</button>,
|
|
2275
|
+
<button
|
|
2276
|
+
className="base button x-main4 modifierGhost"
|
|
2277
|
+
disabled={true}
|
|
2278
|
+
type="button"
|
|
2279
|
+
>
|
|
2280
|
+
This is a
|
|
2281
|
+
|
|
2282
|
+
main4
|
|
2283
|
+
|
|
2284
|
+
button
|
|
2285
|
+
</button>,
|
|
2286
|
+
<button
|
|
2287
|
+
className="base button x-success modifierGhost"
|
|
2288
|
+
disabled={true}
|
|
2289
|
+
type="button"
|
|
2290
|
+
>
|
|
2291
|
+
This is a
|
|
2292
|
+
|
|
2293
|
+
success
|
|
2294
|
+
|
|
2295
|
+
button
|
|
2296
|
+
</button>,
|
|
2297
|
+
<button
|
|
2298
|
+
className="base button x-warning modifierGhost"
|
|
2299
|
+
disabled={true}
|
|
2300
|
+
type="button"
|
|
2301
|
+
>
|
|
2302
|
+
This is a
|
|
2303
|
+
|
|
2304
|
+
warning
|
|
2305
|
+
|
|
2306
|
+
button
|
|
2307
|
+
</button>,
|
|
2308
|
+
<button
|
|
2309
|
+
className="base button x-error modifierGhost"
|
|
2310
|
+
disabled={true}
|
|
2311
|
+
type="button"
|
|
2312
|
+
>
|
|
2313
|
+
This is a
|
|
2314
|
+
|
|
2315
|
+
error
|
|
2316
|
+
|
|
2317
|
+
button
|
|
2318
|
+
</button>,
|
|
2319
|
+
<button
|
|
2320
|
+
className="base button x-background1 modifierGhost"
|
|
2321
|
+
disabled={true}
|
|
2322
|
+
type="button"
|
|
2323
|
+
>
|
|
2324
|
+
This is a
|
|
2325
|
+
|
|
2326
|
+
background1
|
|
2327
|
+
|
|
2328
|
+
button
|
|
2329
|
+
</button>,
|
|
2330
|
+
<button
|
|
2331
|
+
className="base button x-background2 modifierGhost"
|
|
2332
|
+
disabled={true}
|
|
2333
|
+
type="button"
|
|
2334
|
+
>
|
|
2335
|
+
This is a
|
|
2336
|
+
|
|
2337
|
+
background2
|
|
2338
|
+
|
|
2339
|
+
button
|
|
2340
|
+
</button>,
|
|
2341
|
+
<button
|
|
2342
|
+
className="base button x-background3 modifierGhost"
|
|
2343
|
+
disabled={true}
|
|
2344
|
+
type="button"
|
|
2345
|
+
>
|
|
2346
|
+
This is a
|
|
2347
|
+
|
|
2348
|
+
background3
|
|
2349
|
+
|
|
2350
|
+
button
|
|
2351
|
+
</button>,
|
|
2352
|
+
<button
|
|
2353
|
+
className="base button x-background4 modifierGhost"
|
|
2354
|
+
disabled={true}
|
|
2355
|
+
type="button"
|
|
2356
|
+
>
|
|
2357
|
+
This is a
|
|
2358
|
+
|
|
2359
|
+
background4
|
|
2360
|
+
|
|
2361
|
+
button
|
|
2362
|
+
</button>,
|
|
2363
|
+
<button
|
|
2364
|
+
className="base button x-background5 modifierGhost"
|
|
2365
|
+
disabled={true}
|
|
2366
|
+
type="button"
|
|
2367
|
+
>
|
|
2368
|
+
This is a
|
|
2369
|
+
|
|
2370
|
+
background5
|
|
2371
|
+
|
|
2372
|
+
button
|
|
2373
|
+
</button>,
|
|
2374
|
+
<button
|
|
2375
|
+
className="base button x-background6 modifierGhost"
|
|
2376
|
+
disabled={true}
|
|
2377
|
+
type="button"
|
|
2378
|
+
>
|
|
2379
|
+
This is a
|
|
2380
|
+
|
|
2381
|
+
background6
|
|
2382
|
+
|
|
2383
|
+
button
|
|
2384
|
+
</button>,
|
|
2385
|
+
<button
|
|
2386
|
+
className="base button x-heading modifierGhost"
|
|
2387
|
+
disabled={true}
|
|
2388
|
+
type="button"
|
|
2389
|
+
>
|
|
2390
|
+
This is a
|
|
2391
|
+
|
|
2392
|
+
heading
|
|
2393
|
+
|
|
2394
|
+
button
|
|
2395
|
+
</button>,
|
|
2396
|
+
<button
|
|
2397
|
+
className="base button x-paragraph modifierGhost"
|
|
2398
|
+
disabled={true}
|
|
2399
|
+
type="button"
|
|
2400
|
+
>
|
|
2401
|
+
This is a
|
|
2402
|
+
|
|
2403
|
+
paragraph
|
|
2404
|
+
|
|
2405
|
+
button
|
|
2406
|
+
</button>,
|
|
2407
|
+
<button
|
|
2408
|
+
className="base button x-subtitle modifierGhost"
|
|
2409
|
+
disabled={true}
|
|
2410
|
+
type="button"
|
|
2411
|
+
>
|
|
2412
|
+
This is a
|
|
2413
|
+
|
|
2414
|
+
subtitle
|
|
2415
|
+
|
|
2416
|
+
button
|
|
2417
|
+
</button>,
|
|
2418
|
+
<button
|
|
2419
|
+
className="base button x-metadata modifierGhost"
|
|
2420
|
+
disabled={true}
|
|
2421
|
+
type="button"
|
|
2422
|
+
>
|
|
2423
|
+
This is a
|
|
2424
|
+
|
|
2425
|
+
metadata
|
|
2426
|
+
|
|
2427
|
+
button
|
|
2428
|
+
</button>,
|
|
2429
|
+
<button
|
|
2430
|
+
className="base button x-link modifierGhost"
|
|
2431
|
+
disabled={true}
|
|
2432
|
+
type="button"
|
|
2433
|
+
>
|
|
2434
|
+
This is a
|
|
2435
|
+
|
|
2436
|
+
link
|
|
2437
|
+
|
|
2438
|
+
button
|
|
2439
|
+
</button>,
|
|
2440
|
+
<button
|
|
2441
|
+
className="base button x-navlink modifierGhost"
|
|
2442
|
+
disabled={true}
|
|
2443
|
+
type="button"
|
|
2444
|
+
>
|
|
2445
|
+
This is a
|
|
2446
|
+
|
|
2447
|
+
navlink
|
|
2448
|
+
|
|
2449
|
+
button
|
|
2450
|
+
</button>,
|
|
2451
|
+
<button
|
|
2452
|
+
className="base button x-twitter modifierGhost"
|
|
2453
|
+
disabled={true}
|
|
2454
|
+
type="button"
|
|
2455
|
+
>
|
|
2456
|
+
This is a
|
|
2457
|
+
|
|
2458
|
+
twitter
|
|
2459
|
+
|
|
2460
|
+
button
|
|
2461
|
+
</button>,
|
|
2462
|
+
<button
|
|
2463
|
+
className="base button x-facebook modifierGhost"
|
|
2464
|
+
disabled={true}
|
|
2465
|
+
type="button"
|
|
2466
|
+
>
|
|
2467
|
+
This is a
|
|
2468
|
+
|
|
2469
|
+
facebook
|
|
2470
|
+
|
|
2471
|
+
button
|
|
2472
|
+
</button>,
|
|
2473
|
+
<button
|
|
2474
|
+
className="base button x-instagram modifierGhost"
|
|
2475
|
+
disabled={true}
|
|
2476
|
+
type="button"
|
|
2477
|
+
>
|
|
2478
|
+
This is a
|
|
2479
|
+
|
|
2480
|
+
instagram
|
|
2481
|
+
|
|
2482
|
+
button
|
|
2483
|
+
</button>,
|
|
2484
|
+
<button
|
|
2485
|
+
className="base button x-google modifierGhost"
|
|
2486
|
+
disabled={true}
|
|
2487
|
+
type="button"
|
|
2488
|
+
>
|
|
2489
|
+
This is a
|
|
2490
|
+
|
|
2491
|
+
google
|
|
2492
|
+
|
|
2493
|
+
button
|
|
2494
|
+
</button>,
|
|
2495
|
+
<button
|
|
2496
|
+
className="base button x-black modifierGhost"
|
|
2497
|
+
disabled={true}
|
|
2498
|
+
type="button"
|
|
2499
|
+
>
|
|
2500
|
+
This is a
|
|
2501
|
+
|
|
2502
|
+
black
|
|
2503
|
+
|
|
2504
|
+
button
|
|
2505
|
+
</button>,
|
|
2506
|
+
<button
|
|
2507
|
+
className="base button x-anchor modifierGhost"
|
|
2508
|
+
disabled={true}
|
|
2509
|
+
type="button"
|
|
2510
|
+
>
|
|
2511
|
+
This is a
|
|
2512
|
+
|
|
2513
|
+
anchor
|
|
2514
|
+
|
|
2515
|
+
button
|
|
2516
|
+
</button>,
|
|
2517
|
+
<button
|
|
2518
|
+
className="base button x-grey modifierGhost"
|
|
2519
|
+
disabled={true}
|
|
2520
|
+
type="button"
|
|
2521
|
+
>
|
|
2522
|
+
This is a
|
|
2523
|
+
|
|
2524
|
+
grey
|
|
2525
|
+
|
|
2526
|
+
button
|
|
2527
|
+
</button>,
|
|
2528
|
+
<button
|
|
2529
|
+
className="base button x-pearl modifierGhost"
|
|
2530
|
+
disabled={true}
|
|
2531
|
+
type="button"
|
|
2532
|
+
>
|
|
2533
|
+
This is a
|
|
2534
|
+
|
|
2535
|
+
pearl
|
|
2536
|
+
|
|
2537
|
+
button
|
|
2538
|
+
</button>,
|
|
2539
|
+
<button
|
|
2540
|
+
className="base button x-white modifierGhost"
|
|
2541
|
+
disabled={true}
|
|
2542
|
+
type="button"
|
|
2543
|
+
>
|
|
2544
|
+
This is a
|
|
2545
|
+
|
|
2546
|
+
white
|
|
2547
|
+
|
|
2548
|
+
button
|
|
2549
|
+
</button>,
|
|
2550
|
+
]
|
|
2551
|
+
`;
|
|
2552
|
+
|
|
2553
|
+
exports[`Storyshots b/Button Ghosts 1`] = `
|
|
2554
|
+
Array [
|
|
2555
|
+
<button
|
|
2556
|
+
className="base button x-main1 modifierGhost"
|
|
2557
|
+
type="button"
|
|
2558
|
+
>
|
|
2559
|
+
This is a
|
|
2560
|
+
|
|
2561
|
+
main1
|
|
2562
|
+
|
|
2563
|
+
button
|
|
2564
|
+
</button>,
|
|
2565
|
+
<button
|
|
2566
|
+
className="base button x-main2 modifierGhost"
|
|
2567
|
+
type="button"
|
|
2568
|
+
>
|
|
2569
|
+
This is a
|
|
2570
|
+
|
|
2571
|
+
main2
|
|
2572
|
+
|
|
2573
|
+
button
|
|
2574
|
+
</button>,
|
|
2575
|
+
<button
|
|
2576
|
+
className="base button x-main3 modifierGhost"
|
|
2577
|
+
type="button"
|
|
2578
|
+
>
|
|
2579
|
+
This is a
|
|
2580
|
+
|
|
2581
|
+
main3
|
|
2582
|
+
|
|
2583
|
+
button
|
|
2584
|
+
</button>,
|
|
2585
|
+
<button
|
|
2586
|
+
className="base button x-main4 modifierGhost"
|
|
2587
|
+
type="button"
|
|
2588
|
+
>
|
|
2589
|
+
This is a
|
|
2590
|
+
|
|
2591
|
+
main4
|
|
2592
|
+
|
|
2593
|
+
button
|
|
2594
|
+
</button>,
|
|
2595
|
+
<button
|
|
2596
|
+
className="base button x-success modifierGhost"
|
|
2597
|
+
type="button"
|
|
2598
|
+
>
|
|
2599
|
+
This is a
|
|
2600
|
+
|
|
2601
|
+
success
|
|
2602
|
+
|
|
2603
|
+
button
|
|
2604
|
+
</button>,
|
|
2605
|
+
<button
|
|
2606
|
+
className="base button x-warning modifierGhost"
|
|
2607
|
+
type="button"
|
|
2608
|
+
>
|
|
2609
|
+
This is a
|
|
2610
|
+
|
|
2611
|
+
warning
|
|
2612
|
+
|
|
2613
|
+
button
|
|
2614
|
+
</button>,
|
|
2615
|
+
<button
|
|
2616
|
+
className="base button x-error modifierGhost"
|
|
2617
|
+
type="button"
|
|
2618
|
+
>
|
|
2619
|
+
This is a
|
|
2620
|
+
|
|
2621
|
+
error
|
|
2622
|
+
|
|
2623
|
+
button
|
|
2624
|
+
</button>,
|
|
2625
|
+
<button
|
|
2626
|
+
className="base button x-background1 modifierGhost"
|
|
2627
|
+
type="button"
|
|
2628
|
+
>
|
|
2629
|
+
This is a
|
|
2630
|
+
|
|
2631
|
+
background1
|
|
2632
|
+
|
|
2633
|
+
button
|
|
2634
|
+
</button>,
|
|
2635
|
+
<button
|
|
2636
|
+
className="base button x-background2 modifierGhost"
|
|
2637
|
+
type="button"
|
|
2638
|
+
>
|
|
2639
|
+
This is a
|
|
2640
|
+
|
|
2641
|
+
background2
|
|
2642
|
+
|
|
2643
|
+
button
|
|
2644
|
+
</button>,
|
|
2645
|
+
<button
|
|
2646
|
+
className="base button x-background3 modifierGhost"
|
|
2647
|
+
type="button"
|
|
2648
|
+
>
|
|
2649
|
+
This is a
|
|
2650
|
+
|
|
2651
|
+
background3
|
|
2652
|
+
|
|
2653
|
+
button
|
|
2654
|
+
</button>,
|
|
2655
|
+
<button
|
|
2656
|
+
className="base button x-background4 modifierGhost"
|
|
2657
|
+
type="button"
|
|
2658
|
+
>
|
|
2659
|
+
This is a
|
|
2660
|
+
|
|
2661
|
+
background4
|
|
2662
|
+
|
|
2663
|
+
button
|
|
2664
|
+
</button>,
|
|
2665
|
+
<button
|
|
2666
|
+
className="base button x-background5 modifierGhost"
|
|
2667
|
+
type="button"
|
|
2668
|
+
>
|
|
2669
|
+
This is a
|
|
2670
|
+
|
|
2671
|
+
background5
|
|
2672
|
+
|
|
2673
|
+
button
|
|
2674
|
+
</button>,
|
|
2675
|
+
<button
|
|
2676
|
+
className="base button x-background6 modifierGhost"
|
|
2677
|
+
type="button"
|
|
2678
|
+
>
|
|
2679
|
+
This is a
|
|
2680
|
+
|
|
2681
|
+
background6
|
|
2682
|
+
|
|
2683
|
+
button
|
|
2684
|
+
</button>,
|
|
2685
|
+
<button
|
|
2686
|
+
className="base button x-heading modifierGhost"
|
|
2687
|
+
type="button"
|
|
2688
|
+
>
|
|
2689
|
+
This is a
|
|
2690
|
+
|
|
2691
|
+
heading
|
|
2692
|
+
|
|
2693
|
+
button
|
|
2694
|
+
</button>,
|
|
2695
|
+
<button
|
|
2696
|
+
className="base button x-paragraph modifierGhost"
|
|
2697
|
+
type="button"
|
|
2698
|
+
>
|
|
2699
|
+
This is a
|
|
2700
|
+
|
|
2701
|
+
paragraph
|
|
2702
|
+
|
|
2703
|
+
button
|
|
2704
|
+
</button>,
|
|
2705
|
+
<button
|
|
2706
|
+
className="base button x-subtitle modifierGhost"
|
|
2707
|
+
type="button"
|
|
2708
|
+
>
|
|
2709
|
+
This is a
|
|
2710
|
+
|
|
2711
|
+
subtitle
|
|
2712
|
+
|
|
2713
|
+
button
|
|
2714
|
+
</button>,
|
|
2715
|
+
<button
|
|
2716
|
+
className="base button x-metadata modifierGhost"
|
|
2717
|
+
type="button"
|
|
2718
|
+
>
|
|
2719
|
+
This is a
|
|
2720
|
+
|
|
2721
|
+
metadata
|
|
2722
|
+
|
|
2723
|
+
button
|
|
2724
|
+
</button>,
|
|
2725
|
+
<button
|
|
2726
|
+
className="base button x-link modifierGhost"
|
|
2727
|
+
type="button"
|
|
2728
|
+
>
|
|
2729
|
+
This is a
|
|
2730
|
+
|
|
2731
|
+
link
|
|
2732
|
+
|
|
2733
|
+
button
|
|
2734
|
+
</button>,
|
|
2735
|
+
<button
|
|
2736
|
+
className="base button x-navlink modifierGhost"
|
|
2737
|
+
type="button"
|
|
2738
|
+
>
|
|
2739
|
+
This is a
|
|
2740
|
+
|
|
2741
|
+
navlink
|
|
2742
|
+
|
|
2743
|
+
button
|
|
2744
|
+
</button>,
|
|
2745
|
+
<button
|
|
2746
|
+
className="base button x-twitter modifierGhost"
|
|
2747
|
+
type="button"
|
|
2748
|
+
>
|
|
2749
|
+
This is a
|
|
2750
|
+
|
|
2751
|
+
twitter
|
|
2752
|
+
|
|
2753
|
+
button
|
|
2754
|
+
</button>,
|
|
2755
|
+
<button
|
|
2756
|
+
className="base button x-facebook modifierGhost"
|
|
2757
|
+
type="button"
|
|
2758
|
+
>
|
|
2759
|
+
This is a
|
|
2760
|
+
|
|
2761
|
+
facebook
|
|
2762
|
+
|
|
2763
|
+
button
|
|
2764
|
+
</button>,
|
|
2765
|
+
<button
|
|
2766
|
+
className="base button x-instagram modifierGhost"
|
|
2767
|
+
type="button"
|
|
2768
|
+
>
|
|
2769
|
+
This is a
|
|
2770
|
+
|
|
2771
|
+
instagram
|
|
2772
|
+
|
|
2773
|
+
button
|
|
2774
|
+
</button>,
|
|
2775
|
+
<button
|
|
2776
|
+
className="base button x-google modifierGhost"
|
|
2777
|
+
type="button"
|
|
2778
|
+
>
|
|
2779
|
+
This is a
|
|
2780
|
+
|
|
2781
|
+
google
|
|
2782
|
+
|
|
2783
|
+
button
|
|
2784
|
+
</button>,
|
|
2785
|
+
<button
|
|
2786
|
+
className="base button x-black modifierGhost"
|
|
2787
|
+
type="button"
|
|
2788
|
+
>
|
|
2789
|
+
This is a
|
|
2790
|
+
|
|
2791
|
+
black
|
|
2792
|
+
|
|
2793
|
+
button
|
|
2794
|
+
</button>,
|
|
2795
|
+
<button
|
|
2796
|
+
className="base button x-anchor modifierGhost"
|
|
2797
|
+
type="button"
|
|
2798
|
+
>
|
|
2799
|
+
This is a
|
|
2800
|
+
|
|
2801
|
+
anchor
|
|
2802
|
+
|
|
2803
|
+
button
|
|
2804
|
+
</button>,
|
|
2805
|
+
<button
|
|
2806
|
+
className="base button x-grey modifierGhost"
|
|
2807
|
+
type="button"
|
|
2808
|
+
>
|
|
2809
|
+
This is a
|
|
2810
|
+
|
|
2811
|
+
grey
|
|
2812
|
+
|
|
2813
|
+
button
|
|
2814
|
+
</button>,
|
|
2815
|
+
<button
|
|
2816
|
+
className="base button x-pearl modifierGhost"
|
|
2817
|
+
type="button"
|
|
2818
|
+
>
|
|
2819
|
+
This is a
|
|
2820
|
+
|
|
2821
|
+
pearl
|
|
2822
|
+
|
|
2823
|
+
button
|
|
2824
|
+
</button>,
|
|
2825
|
+
<button
|
|
2826
|
+
className="base button x-white modifierGhost"
|
|
2827
|
+
type="button"
|
|
2828
|
+
>
|
|
2829
|
+
This is a
|
|
2830
|
+
|
|
2831
|
+
white
|
|
2832
|
+
|
|
2833
|
+
button
|
|
2834
|
+
</button>,
|
|
2835
|
+
]
|
|
2836
|
+
`;
|
|
2837
|
+
|
|
2838
|
+
exports[`Storyshots b/Button Loading 1`] = `
|
|
2839
|
+
Array [
|
|
2840
|
+
<button
|
|
2841
|
+
className="base button x-main1"
|
|
2842
|
+
type="button"
|
|
2843
|
+
>
|
|
2844
|
+
<div
|
|
2845
|
+
className="base loading-circle"
|
|
2846
|
+
style={
|
|
2847
|
+
Object {
|
|
2848
|
+
"--height-width": "1.15em",
|
|
2849
|
+
"--stroke-width": undefined,
|
|
2850
|
+
"--x": "var(--on-x)",
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
>
|
|
2854
|
+
<svg
|
|
2855
|
+
className="svg-circle"
|
|
2856
|
+
preserveAspectRatio="xMinYMin meet"
|
|
2857
|
+
style={
|
|
2858
|
+
Object {
|
|
2859
|
+
"--animation-duration": "2s",
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
version="1.1"
|
|
2863
|
+
viewBox="25 25 50 50"
|
|
2864
|
+
x="0px"
|
|
2865
|
+
xmlSpace="preserve"
|
|
2866
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2867
|
+
y="0px"
|
|
2868
|
+
>
|
|
2869
|
+
<circle
|
|
2870
|
+
className="path"
|
|
2871
|
+
cx="50"
|
|
2872
|
+
cy="50"
|
|
2873
|
+
fill="none"
|
|
2874
|
+
r="20"
|
|
2875
|
+
strokeLinecap="round"
|
|
2876
|
+
strokeMiterlimit="10"
|
|
2877
|
+
/>
|
|
2878
|
+
</svg>
|
|
2879
|
+
</div>
|
|
2880
|
+
</button>,
|
|
2881
|
+
<button
|
|
2882
|
+
className="base button x-main2"
|
|
2883
|
+
type="button"
|
|
2884
|
+
>
|
|
2885
|
+
<div
|
|
2886
|
+
className="base loading-circle"
|
|
2887
|
+
style={
|
|
2888
|
+
Object {
|
|
2889
|
+
"--height-width": "1.15em",
|
|
2890
|
+
"--stroke-width": undefined,
|
|
2891
|
+
"--x": "var(--on-x)",
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
>
|
|
2895
|
+
<svg
|
|
2896
|
+
className="svg-circle"
|
|
2897
|
+
preserveAspectRatio="xMinYMin meet"
|
|
2898
|
+
style={
|
|
2899
|
+
Object {
|
|
2900
|
+
"--animation-duration": "2s",
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
version="1.1"
|
|
2904
|
+
viewBox="25 25 50 50"
|
|
2905
|
+
x="0px"
|
|
2906
|
+
xmlSpace="preserve"
|
|
2907
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2908
|
+
y="0px"
|
|
2909
|
+
>
|
|
2910
|
+
<circle
|
|
2911
|
+
className="path"
|
|
2912
|
+
cx="50"
|
|
2913
|
+
cy="50"
|
|
2914
|
+
fill="none"
|
|
2915
|
+
r="20"
|
|
2916
|
+
strokeLinecap="round"
|
|
2917
|
+
strokeMiterlimit="10"
|
|
2918
|
+
/>
|
|
2919
|
+
</svg>
|
|
2920
|
+
</div>
|
|
2921
|
+
</button>,
|
|
2922
|
+
<button
|
|
2923
|
+
className="base button x-main3"
|
|
2924
|
+
type="button"
|
|
2925
|
+
>
|
|
2926
|
+
<div
|
|
2927
|
+
className="base loading-circle"
|
|
2928
|
+
style={
|
|
2929
|
+
Object {
|
|
2930
|
+
"--height-width": "1.15em",
|
|
2931
|
+
"--stroke-width": undefined,
|
|
2932
|
+
"--x": "var(--on-x)",
|
|
2933
|
+
}
|
|
2934
|
+
}
|
|
2935
|
+
>
|
|
2936
|
+
<svg
|
|
2937
|
+
className="svg-circle"
|
|
2938
|
+
preserveAspectRatio="xMinYMin meet"
|
|
2939
|
+
style={
|
|
2940
|
+
Object {
|
|
2941
|
+
"--animation-duration": "2s",
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2944
|
+
version="1.1"
|
|
2945
|
+
viewBox="25 25 50 50"
|
|
2946
|
+
x="0px"
|
|
2947
|
+
xmlSpace="preserve"
|
|
2948
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2949
|
+
y="0px"
|
|
2950
|
+
>
|
|
2951
|
+
<circle
|
|
2952
|
+
className="path"
|
|
2953
|
+
cx="50"
|
|
2954
|
+
cy="50"
|
|
2955
|
+
fill="none"
|
|
2956
|
+
r="20"
|
|
2957
|
+
strokeLinecap="round"
|
|
2958
|
+
strokeMiterlimit="10"
|
|
2959
|
+
/>
|
|
2960
|
+
</svg>
|
|
2961
|
+
</div>
|
|
2962
|
+
</button>,
|
|
2963
|
+
<button
|
|
2964
|
+
className="base button x-main4"
|
|
2965
|
+
type="button"
|
|
2966
|
+
>
|
|
2967
|
+
<div
|
|
2968
|
+
className="base loading-circle"
|
|
2969
|
+
style={
|
|
2970
|
+
Object {
|
|
2971
|
+
"--height-width": "1.15em",
|
|
2972
|
+
"--stroke-width": undefined,
|
|
2973
|
+
"--x": "var(--on-x)",
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
>
|
|
2977
|
+
<svg
|
|
2978
|
+
className="svg-circle"
|
|
2979
|
+
preserveAspectRatio="xMinYMin meet"
|
|
2980
|
+
style={
|
|
2981
|
+
Object {
|
|
2982
|
+
"--animation-duration": "2s",
|
|
2983
|
+
}
|
|
2984
|
+
}
|
|
2985
|
+
version="1.1"
|
|
2986
|
+
viewBox="25 25 50 50"
|
|
2987
|
+
x="0px"
|
|
2988
|
+
xmlSpace="preserve"
|
|
2989
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2990
|
+
y="0px"
|
|
2991
|
+
>
|
|
2992
|
+
<circle
|
|
2993
|
+
className="path"
|
|
2994
|
+
cx="50"
|
|
2995
|
+
cy="50"
|
|
2996
|
+
fill="none"
|
|
2997
|
+
r="20"
|
|
2998
|
+
strokeLinecap="round"
|
|
2999
|
+
strokeMiterlimit="10"
|
|
3000
|
+
/>
|
|
3001
|
+
</svg>
|
|
3002
|
+
</div>
|
|
3003
|
+
</button>,
|
|
3004
|
+
<button
|
|
3005
|
+
className="base button x-success"
|
|
3006
|
+
type="button"
|
|
3007
|
+
>
|
|
3008
|
+
<div
|
|
3009
|
+
className="base loading-circle"
|
|
3010
|
+
style={
|
|
3011
|
+
Object {
|
|
3012
|
+
"--height-width": "1.15em",
|
|
3013
|
+
"--stroke-width": undefined,
|
|
3014
|
+
"--x": "var(--on-x)",
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
>
|
|
3018
|
+
<svg
|
|
3019
|
+
className="svg-circle"
|
|
3020
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3021
|
+
style={
|
|
3022
|
+
Object {
|
|
3023
|
+
"--animation-duration": "2s",
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
version="1.1"
|
|
3027
|
+
viewBox="25 25 50 50"
|
|
3028
|
+
x="0px"
|
|
3029
|
+
xmlSpace="preserve"
|
|
3030
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3031
|
+
y="0px"
|
|
3032
|
+
>
|
|
3033
|
+
<circle
|
|
3034
|
+
className="path"
|
|
3035
|
+
cx="50"
|
|
3036
|
+
cy="50"
|
|
3037
|
+
fill="none"
|
|
3038
|
+
r="20"
|
|
3039
|
+
strokeLinecap="round"
|
|
3040
|
+
strokeMiterlimit="10"
|
|
3041
|
+
/>
|
|
3042
|
+
</svg>
|
|
3043
|
+
</div>
|
|
3044
|
+
</button>,
|
|
3045
|
+
<button
|
|
3046
|
+
className="base button x-warning"
|
|
3047
|
+
type="button"
|
|
3048
|
+
>
|
|
3049
|
+
<div
|
|
3050
|
+
className="base loading-circle"
|
|
3051
|
+
style={
|
|
3052
|
+
Object {
|
|
3053
|
+
"--height-width": "1.15em",
|
|
3054
|
+
"--stroke-width": undefined,
|
|
3055
|
+
"--x": "var(--on-x)",
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
>
|
|
3059
|
+
<svg
|
|
3060
|
+
className="svg-circle"
|
|
3061
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3062
|
+
style={
|
|
3063
|
+
Object {
|
|
3064
|
+
"--animation-duration": "2s",
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
version="1.1"
|
|
3068
|
+
viewBox="25 25 50 50"
|
|
3069
|
+
x="0px"
|
|
3070
|
+
xmlSpace="preserve"
|
|
3071
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3072
|
+
y="0px"
|
|
3073
|
+
>
|
|
3074
|
+
<circle
|
|
3075
|
+
className="path"
|
|
3076
|
+
cx="50"
|
|
3077
|
+
cy="50"
|
|
3078
|
+
fill="none"
|
|
3079
|
+
r="20"
|
|
3080
|
+
strokeLinecap="round"
|
|
3081
|
+
strokeMiterlimit="10"
|
|
3082
|
+
/>
|
|
3083
|
+
</svg>
|
|
3084
|
+
</div>
|
|
3085
|
+
</button>,
|
|
3086
|
+
<button
|
|
3087
|
+
className="base button x-error"
|
|
3088
|
+
type="button"
|
|
3089
|
+
>
|
|
3090
|
+
<div
|
|
3091
|
+
className="base loading-circle"
|
|
3092
|
+
style={
|
|
3093
|
+
Object {
|
|
3094
|
+
"--height-width": "1.15em",
|
|
3095
|
+
"--stroke-width": undefined,
|
|
3096
|
+
"--x": "var(--on-x)",
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3099
|
+
>
|
|
3100
|
+
<svg
|
|
3101
|
+
className="svg-circle"
|
|
3102
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3103
|
+
style={
|
|
3104
|
+
Object {
|
|
3105
|
+
"--animation-duration": "2s",
|
|
3106
|
+
}
|
|
3107
|
+
}
|
|
3108
|
+
version="1.1"
|
|
3109
|
+
viewBox="25 25 50 50"
|
|
3110
|
+
x="0px"
|
|
3111
|
+
xmlSpace="preserve"
|
|
3112
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3113
|
+
y="0px"
|
|
3114
|
+
>
|
|
3115
|
+
<circle
|
|
3116
|
+
className="path"
|
|
3117
|
+
cx="50"
|
|
3118
|
+
cy="50"
|
|
3119
|
+
fill="none"
|
|
3120
|
+
r="20"
|
|
3121
|
+
strokeLinecap="round"
|
|
3122
|
+
strokeMiterlimit="10"
|
|
3123
|
+
/>
|
|
3124
|
+
</svg>
|
|
3125
|
+
</div>
|
|
3126
|
+
</button>,
|
|
3127
|
+
<button
|
|
3128
|
+
className="base button x-background1"
|
|
3129
|
+
type="button"
|
|
3130
|
+
>
|
|
3131
|
+
<div
|
|
3132
|
+
className="base loading-circle"
|
|
3133
|
+
style={
|
|
3134
|
+
Object {
|
|
3135
|
+
"--height-width": "1.15em",
|
|
3136
|
+
"--stroke-width": undefined,
|
|
3137
|
+
"--x": "var(--on-x)",
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
>
|
|
3141
|
+
<svg
|
|
3142
|
+
className="svg-circle"
|
|
3143
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3144
|
+
style={
|
|
3145
|
+
Object {
|
|
3146
|
+
"--animation-duration": "2s",
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
3149
|
+
version="1.1"
|
|
3150
|
+
viewBox="25 25 50 50"
|
|
3151
|
+
x="0px"
|
|
3152
|
+
xmlSpace="preserve"
|
|
3153
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3154
|
+
y="0px"
|
|
3155
|
+
>
|
|
3156
|
+
<circle
|
|
3157
|
+
className="path"
|
|
3158
|
+
cx="50"
|
|
3159
|
+
cy="50"
|
|
3160
|
+
fill="none"
|
|
3161
|
+
r="20"
|
|
3162
|
+
strokeLinecap="round"
|
|
3163
|
+
strokeMiterlimit="10"
|
|
3164
|
+
/>
|
|
3165
|
+
</svg>
|
|
3166
|
+
</div>
|
|
3167
|
+
</button>,
|
|
3168
|
+
<button
|
|
3169
|
+
className="base button x-background2"
|
|
3170
|
+
type="button"
|
|
3171
|
+
>
|
|
3172
|
+
<div
|
|
3173
|
+
className="base loading-circle"
|
|
3174
|
+
style={
|
|
3175
|
+
Object {
|
|
3176
|
+
"--height-width": "1.15em",
|
|
3177
|
+
"--stroke-width": undefined,
|
|
3178
|
+
"--x": "var(--on-x)",
|
|
3179
|
+
}
|
|
3180
|
+
}
|
|
3181
|
+
>
|
|
3182
|
+
<svg
|
|
3183
|
+
className="svg-circle"
|
|
3184
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3185
|
+
style={
|
|
3186
|
+
Object {
|
|
3187
|
+
"--animation-duration": "2s",
|
|
3188
|
+
}
|
|
3189
|
+
}
|
|
3190
|
+
version="1.1"
|
|
3191
|
+
viewBox="25 25 50 50"
|
|
3192
|
+
x="0px"
|
|
3193
|
+
xmlSpace="preserve"
|
|
3194
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3195
|
+
y="0px"
|
|
3196
|
+
>
|
|
3197
|
+
<circle
|
|
3198
|
+
className="path"
|
|
3199
|
+
cx="50"
|
|
3200
|
+
cy="50"
|
|
3201
|
+
fill="none"
|
|
3202
|
+
r="20"
|
|
3203
|
+
strokeLinecap="round"
|
|
3204
|
+
strokeMiterlimit="10"
|
|
3205
|
+
/>
|
|
3206
|
+
</svg>
|
|
3207
|
+
</div>
|
|
3208
|
+
</button>,
|
|
3209
|
+
<button
|
|
3210
|
+
className="base button x-background3"
|
|
3211
|
+
type="button"
|
|
3212
|
+
>
|
|
3213
|
+
<div
|
|
3214
|
+
className="base loading-circle"
|
|
3215
|
+
style={
|
|
3216
|
+
Object {
|
|
3217
|
+
"--height-width": "1.15em",
|
|
3218
|
+
"--stroke-width": undefined,
|
|
3219
|
+
"--x": "var(--on-x)",
|
|
3220
|
+
}
|
|
3221
|
+
}
|
|
3222
|
+
>
|
|
3223
|
+
<svg
|
|
3224
|
+
className="svg-circle"
|
|
3225
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3226
|
+
style={
|
|
3227
|
+
Object {
|
|
3228
|
+
"--animation-duration": "2s",
|
|
3229
|
+
}
|
|
3230
|
+
}
|
|
3231
|
+
version="1.1"
|
|
3232
|
+
viewBox="25 25 50 50"
|
|
3233
|
+
x="0px"
|
|
3234
|
+
xmlSpace="preserve"
|
|
3235
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3236
|
+
y="0px"
|
|
3237
|
+
>
|
|
3238
|
+
<circle
|
|
3239
|
+
className="path"
|
|
3240
|
+
cx="50"
|
|
3241
|
+
cy="50"
|
|
3242
|
+
fill="none"
|
|
3243
|
+
r="20"
|
|
3244
|
+
strokeLinecap="round"
|
|
3245
|
+
strokeMiterlimit="10"
|
|
3246
|
+
/>
|
|
3247
|
+
</svg>
|
|
3248
|
+
</div>
|
|
3249
|
+
</button>,
|
|
3250
|
+
<button
|
|
3251
|
+
className="base button x-background4"
|
|
3252
|
+
type="button"
|
|
3253
|
+
>
|
|
3254
|
+
<div
|
|
3255
|
+
className="base loading-circle"
|
|
3256
|
+
style={
|
|
3257
|
+
Object {
|
|
3258
|
+
"--height-width": "1.15em",
|
|
3259
|
+
"--stroke-width": undefined,
|
|
3260
|
+
"--x": "var(--on-x)",
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3263
|
+
>
|
|
3264
|
+
<svg
|
|
3265
|
+
className="svg-circle"
|
|
3266
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3267
|
+
style={
|
|
3268
|
+
Object {
|
|
3269
|
+
"--animation-duration": "2s",
|
|
3270
|
+
}
|
|
3271
|
+
}
|
|
3272
|
+
version="1.1"
|
|
3273
|
+
viewBox="25 25 50 50"
|
|
3274
|
+
x="0px"
|
|
3275
|
+
xmlSpace="preserve"
|
|
3276
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3277
|
+
y="0px"
|
|
3278
|
+
>
|
|
3279
|
+
<circle
|
|
3280
|
+
className="path"
|
|
3281
|
+
cx="50"
|
|
3282
|
+
cy="50"
|
|
3283
|
+
fill="none"
|
|
3284
|
+
r="20"
|
|
3285
|
+
strokeLinecap="round"
|
|
3286
|
+
strokeMiterlimit="10"
|
|
3287
|
+
/>
|
|
3288
|
+
</svg>
|
|
3289
|
+
</div>
|
|
3290
|
+
</button>,
|
|
3291
|
+
<button
|
|
3292
|
+
className="base button x-background5"
|
|
3293
|
+
type="button"
|
|
3294
|
+
>
|
|
3295
|
+
<div
|
|
3296
|
+
className="base loading-circle"
|
|
3297
|
+
style={
|
|
3298
|
+
Object {
|
|
3299
|
+
"--height-width": "1.15em",
|
|
3300
|
+
"--stroke-width": undefined,
|
|
3301
|
+
"--x": "var(--on-x)",
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
>
|
|
3305
|
+
<svg
|
|
3306
|
+
className="svg-circle"
|
|
3307
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3308
|
+
style={
|
|
3309
|
+
Object {
|
|
3310
|
+
"--animation-duration": "2s",
|
|
3311
|
+
}
|
|
3312
|
+
}
|
|
3313
|
+
version="1.1"
|
|
3314
|
+
viewBox="25 25 50 50"
|
|
3315
|
+
x="0px"
|
|
3316
|
+
xmlSpace="preserve"
|
|
3317
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3318
|
+
y="0px"
|
|
3319
|
+
>
|
|
3320
|
+
<circle
|
|
3321
|
+
className="path"
|
|
3322
|
+
cx="50"
|
|
3323
|
+
cy="50"
|
|
3324
|
+
fill="none"
|
|
3325
|
+
r="20"
|
|
3326
|
+
strokeLinecap="round"
|
|
3327
|
+
strokeMiterlimit="10"
|
|
3328
|
+
/>
|
|
3329
|
+
</svg>
|
|
3330
|
+
</div>
|
|
3331
|
+
</button>,
|
|
3332
|
+
<button
|
|
3333
|
+
className="base button x-background6"
|
|
3334
|
+
type="button"
|
|
3335
|
+
>
|
|
3336
|
+
<div
|
|
3337
|
+
className="base loading-circle"
|
|
3338
|
+
style={
|
|
3339
|
+
Object {
|
|
3340
|
+
"--height-width": "1.15em",
|
|
3341
|
+
"--stroke-width": undefined,
|
|
3342
|
+
"--x": "var(--on-x)",
|
|
3343
|
+
}
|
|
3344
|
+
}
|
|
3345
|
+
>
|
|
3346
|
+
<svg
|
|
3347
|
+
className="svg-circle"
|
|
3348
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3349
|
+
style={
|
|
3350
|
+
Object {
|
|
3351
|
+
"--animation-duration": "2s",
|
|
3352
|
+
}
|
|
3353
|
+
}
|
|
3354
|
+
version="1.1"
|
|
3355
|
+
viewBox="25 25 50 50"
|
|
3356
|
+
x="0px"
|
|
3357
|
+
xmlSpace="preserve"
|
|
3358
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3359
|
+
y="0px"
|
|
3360
|
+
>
|
|
3361
|
+
<circle
|
|
3362
|
+
className="path"
|
|
3363
|
+
cx="50"
|
|
3364
|
+
cy="50"
|
|
3365
|
+
fill="none"
|
|
3366
|
+
r="20"
|
|
3367
|
+
strokeLinecap="round"
|
|
3368
|
+
strokeMiterlimit="10"
|
|
3369
|
+
/>
|
|
3370
|
+
</svg>
|
|
3371
|
+
</div>
|
|
3372
|
+
</button>,
|
|
3373
|
+
<button
|
|
3374
|
+
className="base button x-heading"
|
|
3375
|
+
type="button"
|
|
3376
|
+
>
|
|
3377
|
+
<div
|
|
3378
|
+
className="base loading-circle"
|
|
3379
|
+
style={
|
|
3380
|
+
Object {
|
|
3381
|
+
"--height-width": "1.15em",
|
|
3382
|
+
"--stroke-width": undefined,
|
|
3383
|
+
"--x": "var(--on-x)",
|
|
3384
|
+
}
|
|
3385
|
+
}
|
|
3386
|
+
>
|
|
3387
|
+
<svg
|
|
3388
|
+
className="svg-circle"
|
|
3389
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3390
|
+
style={
|
|
3391
|
+
Object {
|
|
3392
|
+
"--animation-duration": "2s",
|
|
3393
|
+
}
|
|
3394
|
+
}
|
|
3395
|
+
version="1.1"
|
|
3396
|
+
viewBox="25 25 50 50"
|
|
3397
|
+
x="0px"
|
|
3398
|
+
xmlSpace="preserve"
|
|
3399
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3400
|
+
y="0px"
|
|
3401
|
+
>
|
|
3402
|
+
<circle
|
|
3403
|
+
className="path"
|
|
3404
|
+
cx="50"
|
|
3405
|
+
cy="50"
|
|
3406
|
+
fill="none"
|
|
3407
|
+
r="20"
|
|
3408
|
+
strokeLinecap="round"
|
|
3409
|
+
strokeMiterlimit="10"
|
|
3410
|
+
/>
|
|
3411
|
+
</svg>
|
|
3412
|
+
</div>
|
|
3413
|
+
</button>,
|
|
3414
|
+
<button
|
|
3415
|
+
className="base button x-paragraph"
|
|
3416
|
+
type="button"
|
|
3417
|
+
>
|
|
3418
|
+
<div
|
|
3419
|
+
className="base loading-circle"
|
|
3420
|
+
style={
|
|
3421
|
+
Object {
|
|
3422
|
+
"--height-width": "1.15em",
|
|
3423
|
+
"--stroke-width": undefined,
|
|
3424
|
+
"--x": "var(--on-x)",
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
>
|
|
3428
|
+
<svg
|
|
3429
|
+
className="svg-circle"
|
|
3430
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3431
|
+
style={
|
|
3432
|
+
Object {
|
|
3433
|
+
"--animation-duration": "2s",
|
|
3434
|
+
}
|
|
3435
|
+
}
|
|
3436
|
+
version="1.1"
|
|
3437
|
+
viewBox="25 25 50 50"
|
|
3438
|
+
x="0px"
|
|
3439
|
+
xmlSpace="preserve"
|
|
3440
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3441
|
+
y="0px"
|
|
3442
|
+
>
|
|
3443
|
+
<circle
|
|
3444
|
+
className="path"
|
|
3445
|
+
cx="50"
|
|
3446
|
+
cy="50"
|
|
3447
|
+
fill="none"
|
|
3448
|
+
r="20"
|
|
3449
|
+
strokeLinecap="round"
|
|
3450
|
+
strokeMiterlimit="10"
|
|
3451
|
+
/>
|
|
3452
|
+
</svg>
|
|
3453
|
+
</div>
|
|
3454
|
+
</button>,
|
|
3455
|
+
<button
|
|
3456
|
+
className="base button x-subtitle"
|
|
3457
|
+
type="button"
|
|
3458
|
+
>
|
|
3459
|
+
<div
|
|
3460
|
+
className="base loading-circle"
|
|
3461
|
+
style={
|
|
3462
|
+
Object {
|
|
3463
|
+
"--height-width": "1.15em",
|
|
3464
|
+
"--stroke-width": undefined,
|
|
3465
|
+
"--x": "var(--on-x)",
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
>
|
|
3469
|
+
<svg
|
|
3470
|
+
className="svg-circle"
|
|
3471
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3472
|
+
style={
|
|
3473
|
+
Object {
|
|
3474
|
+
"--animation-duration": "2s",
|
|
3475
|
+
}
|
|
3476
|
+
}
|
|
3477
|
+
version="1.1"
|
|
3478
|
+
viewBox="25 25 50 50"
|
|
3479
|
+
x="0px"
|
|
3480
|
+
xmlSpace="preserve"
|
|
3481
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3482
|
+
y="0px"
|
|
3483
|
+
>
|
|
3484
|
+
<circle
|
|
3485
|
+
className="path"
|
|
3486
|
+
cx="50"
|
|
3487
|
+
cy="50"
|
|
3488
|
+
fill="none"
|
|
3489
|
+
r="20"
|
|
3490
|
+
strokeLinecap="round"
|
|
3491
|
+
strokeMiterlimit="10"
|
|
3492
|
+
/>
|
|
3493
|
+
</svg>
|
|
3494
|
+
</div>
|
|
3495
|
+
</button>,
|
|
3496
|
+
<button
|
|
3497
|
+
className="base button x-metadata"
|
|
3498
|
+
type="button"
|
|
3499
|
+
>
|
|
3500
|
+
<div
|
|
3501
|
+
className="base loading-circle"
|
|
3502
|
+
style={
|
|
3503
|
+
Object {
|
|
3504
|
+
"--height-width": "1.15em",
|
|
3505
|
+
"--stroke-width": undefined,
|
|
3506
|
+
"--x": "var(--on-x)",
|
|
3507
|
+
}
|
|
3508
|
+
}
|
|
3509
|
+
>
|
|
3510
|
+
<svg
|
|
3511
|
+
className="svg-circle"
|
|
3512
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3513
|
+
style={
|
|
3514
|
+
Object {
|
|
3515
|
+
"--animation-duration": "2s",
|
|
3516
|
+
}
|
|
3517
|
+
}
|
|
3518
|
+
version="1.1"
|
|
3519
|
+
viewBox="25 25 50 50"
|
|
3520
|
+
x="0px"
|
|
3521
|
+
xmlSpace="preserve"
|
|
3522
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3523
|
+
y="0px"
|
|
3524
|
+
>
|
|
3525
|
+
<circle
|
|
3526
|
+
className="path"
|
|
3527
|
+
cx="50"
|
|
3528
|
+
cy="50"
|
|
3529
|
+
fill="none"
|
|
3530
|
+
r="20"
|
|
3531
|
+
strokeLinecap="round"
|
|
3532
|
+
strokeMiterlimit="10"
|
|
3533
|
+
/>
|
|
3534
|
+
</svg>
|
|
3535
|
+
</div>
|
|
3536
|
+
</button>,
|
|
3537
|
+
<button
|
|
3538
|
+
className="base button x-link"
|
|
3539
|
+
type="button"
|
|
3540
|
+
>
|
|
3541
|
+
<div
|
|
3542
|
+
className="base loading-circle"
|
|
3543
|
+
style={
|
|
3544
|
+
Object {
|
|
3545
|
+
"--height-width": "1.15em",
|
|
3546
|
+
"--stroke-width": undefined,
|
|
3547
|
+
"--x": "var(--on-x)",
|
|
3548
|
+
}
|
|
3549
|
+
}
|
|
3550
|
+
>
|
|
3551
|
+
<svg
|
|
3552
|
+
className="svg-circle"
|
|
3553
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3554
|
+
style={
|
|
3555
|
+
Object {
|
|
3556
|
+
"--animation-duration": "2s",
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
version="1.1"
|
|
3560
|
+
viewBox="25 25 50 50"
|
|
3561
|
+
x="0px"
|
|
3562
|
+
xmlSpace="preserve"
|
|
3563
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3564
|
+
y="0px"
|
|
3565
|
+
>
|
|
3566
|
+
<circle
|
|
3567
|
+
className="path"
|
|
3568
|
+
cx="50"
|
|
3569
|
+
cy="50"
|
|
3570
|
+
fill="none"
|
|
3571
|
+
r="20"
|
|
3572
|
+
strokeLinecap="round"
|
|
3573
|
+
strokeMiterlimit="10"
|
|
3574
|
+
/>
|
|
3575
|
+
</svg>
|
|
3576
|
+
</div>
|
|
3577
|
+
</button>,
|
|
3578
|
+
<button
|
|
3579
|
+
className="base button x-navlink"
|
|
3580
|
+
type="button"
|
|
3581
|
+
>
|
|
3582
|
+
<div
|
|
3583
|
+
className="base loading-circle"
|
|
3584
|
+
style={
|
|
3585
|
+
Object {
|
|
3586
|
+
"--height-width": "1.15em",
|
|
3587
|
+
"--stroke-width": undefined,
|
|
3588
|
+
"--x": "var(--on-x)",
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
>
|
|
3592
|
+
<svg
|
|
3593
|
+
className="svg-circle"
|
|
3594
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3595
|
+
style={
|
|
3596
|
+
Object {
|
|
3597
|
+
"--animation-duration": "2s",
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
version="1.1"
|
|
3601
|
+
viewBox="25 25 50 50"
|
|
3602
|
+
x="0px"
|
|
3603
|
+
xmlSpace="preserve"
|
|
3604
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3605
|
+
y="0px"
|
|
3606
|
+
>
|
|
3607
|
+
<circle
|
|
3608
|
+
className="path"
|
|
3609
|
+
cx="50"
|
|
3610
|
+
cy="50"
|
|
3611
|
+
fill="none"
|
|
3612
|
+
r="20"
|
|
3613
|
+
strokeLinecap="round"
|
|
3614
|
+
strokeMiterlimit="10"
|
|
3615
|
+
/>
|
|
3616
|
+
</svg>
|
|
3617
|
+
</div>
|
|
3618
|
+
</button>,
|
|
3619
|
+
<button
|
|
3620
|
+
className="base button x-twitter"
|
|
3621
|
+
type="button"
|
|
3622
|
+
>
|
|
3623
|
+
<div
|
|
3624
|
+
className="base loading-circle"
|
|
3625
|
+
style={
|
|
3626
|
+
Object {
|
|
3627
|
+
"--height-width": "1.15em",
|
|
3628
|
+
"--stroke-width": undefined,
|
|
3629
|
+
"--x": "var(--on-x)",
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3632
|
+
>
|
|
3633
|
+
<svg
|
|
3634
|
+
className="svg-circle"
|
|
3635
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3636
|
+
style={
|
|
3637
|
+
Object {
|
|
3638
|
+
"--animation-duration": "2s",
|
|
3639
|
+
}
|
|
3640
|
+
}
|
|
3641
|
+
version="1.1"
|
|
3642
|
+
viewBox="25 25 50 50"
|
|
3643
|
+
x="0px"
|
|
3644
|
+
xmlSpace="preserve"
|
|
3645
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3646
|
+
y="0px"
|
|
3647
|
+
>
|
|
3648
|
+
<circle
|
|
3649
|
+
className="path"
|
|
3650
|
+
cx="50"
|
|
3651
|
+
cy="50"
|
|
3652
|
+
fill="none"
|
|
3653
|
+
r="20"
|
|
3654
|
+
strokeLinecap="round"
|
|
3655
|
+
strokeMiterlimit="10"
|
|
3656
|
+
/>
|
|
3657
|
+
</svg>
|
|
3658
|
+
</div>
|
|
3659
|
+
</button>,
|
|
3660
|
+
<button
|
|
3661
|
+
className="base button x-facebook"
|
|
3662
|
+
type="button"
|
|
3663
|
+
>
|
|
3664
|
+
<div
|
|
3665
|
+
className="base loading-circle"
|
|
3666
|
+
style={
|
|
3667
|
+
Object {
|
|
3668
|
+
"--height-width": "1.15em",
|
|
3669
|
+
"--stroke-width": undefined,
|
|
3670
|
+
"--x": "var(--on-x)",
|
|
3671
|
+
}
|
|
3672
|
+
}
|
|
3673
|
+
>
|
|
3674
|
+
<svg
|
|
3675
|
+
className="svg-circle"
|
|
3676
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3677
|
+
style={
|
|
3678
|
+
Object {
|
|
3679
|
+
"--animation-duration": "2s",
|
|
3680
|
+
}
|
|
3681
|
+
}
|
|
3682
|
+
version="1.1"
|
|
3683
|
+
viewBox="25 25 50 50"
|
|
3684
|
+
x="0px"
|
|
3685
|
+
xmlSpace="preserve"
|
|
3686
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3687
|
+
y="0px"
|
|
3688
|
+
>
|
|
3689
|
+
<circle
|
|
3690
|
+
className="path"
|
|
3691
|
+
cx="50"
|
|
3692
|
+
cy="50"
|
|
3693
|
+
fill="none"
|
|
3694
|
+
r="20"
|
|
3695
|
+
strokeLinecap="round"
|
|
3696
|
+
strokeMiterlimit="10"
|
|
3697
|
+
/>
|
|
3698
|
+
</svg>
|
|
3699
|
+
</div>
|
|
3700
|
+
</button>,
|
|
3701
|
+
<button
|
|
3702
|
+
className="base button x-instagram"
|
|
3703
|
+
type="button"
|
|
3704
|
+
>
|
|
3705
|
+
<div
|
|
3706
|
+
className="base loading-circle"
|
|
3707
|
+
style={
|
|
3708
|
+
Object {
|
|
3709
|
+
"--height-width": "1.15em",
|
|
3710
|
+
"--stroke-width": undefined,
|
|
3711
|
+
"--x": "var(--on-x)",
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
>
|
|
3715
|
+
<svg
|
|
3716
|
+
className="svg-circle"
|
|
3717
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3718
|
+
style={
|
|
3719
|
+
Object {
|
|
3720
|
+
"--animation-duration": "2s",
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3723
|
+
version="1.1"
|
|
3724
|
+
viewBox="25 25 50 50"
|
|
3725
|
+
x="0px"
|
|
3726
|
+
xmlSpace="preserve"
|
|
3727
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3728
|
+
y="0px"
|
|
3729
|
+
>
|
|
3730
|
+
<circle
|
|
3731
|
+
className="path"
|
|
3732
|
+
cx="50"
|
|
3733
|
+
cy="50"
|
|
3734
|
+
fill="none"
|
|
3735
|
+
r="20"
|
|
3736
|
+
strokeLinecap="round"
|
|
3737
|
+
strokeMiterlimit="10"
|
|
3738
|
+
/>
|
|
3739
|
+
</svg>
|
|
3740
|
+
</div>
|
|
3741
|
+
</button>,
|
|
3742
|
+
<button
|
|
3743
|
+
className="base button x-google"
|
|
3744
|
+
type="button"
|
|
3745
|
+
>
|
|
3746
|
+
<div
|
|
3747
|
+
className="base loading-circle"
|
|
3748
|
+
style={
|
|
3749
|
+
Object {
|
|
3750
|
+
"--height-width": "1.15em",
|
|
3751
|
+
"--stroke-width": undefined,
|
|
3752
|
+
"--x": "var(--on-x)",
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
>
|
|
3756
|
+
<svg
|
|
3757
|
+
className="svg-circle"
|
|
3758
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3759
|
+
style={
|
|
3760
|
+
Object {
|
|
3761
|
+
"--animation-duration": "2s",
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3764
|
+
version="1.1"
|
|
3765
|
+
viewBox="25 25 50 50"
|
|
3766
|
+
x="0px"
|
|
3767
|
+
xmlSpace="preserve"
|
|
3768
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3769
|
+
y="0px"
|
|
3770
|
+
>
|
|
3771
|
+
<circle
|
|
3772
|
+
className="path"
|
|
3773
|
+
cx="50"
|
|
3774
|
+
cy="50"
|
|
3775
|
+
fill="none"
|
|
3776
|
+
r="20"
|
|
3777
|
+
strokeLinecap="round"
|
|
3778
|
+
strokeMiterlimit="10"
|
|
3779
|
+
/>
|
|
3780
|
+
</svg>
|
|
3781
|
+
</div>
|
|
3782
|
+
</button>,
|
|
3783
|
+
<button
|
|
3784
|
+
className="base button x-black"
|
|
3785
|
+
type="button"
|
|
3786
|
+
>
|
|
3787
|
+
<div
|
|
3788
|
+
className="base loading-circle"
|
|
3789
|
+
style={
|
|
3790
|
+
Object {
|
|
3791
|
+
"--height-width": "1.15em",
|
|
3792
|
+
"--stroke-width": undefined,
|
|
3793
|
+
"--x": "var(--on-x)",
|
|
3794
|
+
}
|
|
3795
|
+
}
|
|
3796
|
+
>
|
|
3797
|
+
<svg
|
|
3798
|
+
className="svg-circle"
|
|
3799
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3800
|
+
style={
|
|
3801
|
+
Object {
|
|
3802
|
+
"--animation-duration": "2s",
|
|
3803
|
+
}
|
|
3804
|
+
}
|
|
3805
|
+
version="1.1"
|
|
3806
|
+
viewBox="25 25 50 50"
|
|
3807
|
+
x="0px"
|
|
3808
|
+
xmlSpace="preserve"
|
|
3809
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3810
|
+
y="0px"
|
|
3811
|
+
>
|
|
3812
|
+
<circle
|
|
3813
|
+
className="path"
|
|
3814
|
+
cx="50"
|
|
3815
|
+
cy="50"
|
|
3816
|
+
fill="none"
|
|
3817
|
+
r="20"
|
|
3818
|
+
strokeLinecap="round"
|
|
3819
|
+
strokeMiterlimit="10"
|
|
3820
|
+
/>
|
|
3821
|
+
</svg>
|
|
3822
|
+
</div>
|
|
3823
|
+
</button>,
|
|
3824
|
+
<button
|
|
3825
|
+
className="base button x-anchor"
|
|
3826
|
+
type="button"
|
|
3827
|
+
>
|
|
3828
|
+
<div
|
|
3829
|
+
className="base loading-circle"
|
|
3830
|
+
style={
|
|
3831
|
+
Object {
|
|
3832
|
+
"--height-width": "1.15em",
|
|
3833
|
+
"--stroke-width": undefined,
|
|
3834
|
+
"--x": "var(--on-x)",
|
|
3835
|
+
}
|
|
3836
|
+
}
|
|
3837
|
+
>
|
|
3838
|
+
<svg
|
|
3839
|
+
className="svg-circle"
|
|
3840
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3841
|
+
style={
|
|
3842
|
+
Object {
|
|
3843
|
+
"--animation-duration": "2s",
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
3846
|
+
version="1.1"
|
|
3847
|
+
viewBox="25 25 50 50"
|
|
3848
|
+
x="0px"
|
|
3849
|
+
xmlSpace="preserve"
|
|
3850
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3851
|
+
y="0px"
|
|
3852
|
+
>
|
|
3853
|
+
<circle
|
|
3854
|
+
className="path"
|
|
3855
|
+
cx="50"
|
|
3856
|
+
cy="50"
|
|
3857
|
+
fill="none"
|
|
3858
|
+
r="20"
|
|
3859
|
+
strokeLinecap="round"
|
|
3860
|
+
strokeMiterlimit="10"
|
|
3861
|
+
/>
|
|
3862
|
+
</svg>
|
|
3863
|
+
</div>
|
|
3864
|
+
</button>,
|
|
3865
|
+
<button
|
|
3866
|
+
className="base button x-grey"
|
|
3867
|
+
type="button"
|
|
3868
|
+
>
|
|
3869
|
+
<div
|
|
3870
|
+
className="base loading-circle"
|
|
3871
|
+
style={
|
|
3872
|
+
Object {
|
|
3873
|
+
"--height-width": "1.15em",
|
|
3874
|
+
"--stroke-width": undefined,
|
|
3875
|
+
"--x": "var(--on-x)",
|
|
3876
|
+
}
|
|
3877
|
+
}
|
|
3878
|
+
>
|
|
3879
|
+
<svg
|
|
3880
|
+
className="svg-circle"
|
|
3881
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3882
|
+
style={
|
|
3883
|
+
Object {
|
|
3884
|
+
"--animation-duration": "2s",
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
version="1.1"
|
|
3888
|
+
viewBox="25 25 50 50"
|
|
3889
|
+
x="0px"
|
|
3890
|
+
xmlSpace="preserve"
|
|
3891
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3892
|
+
y="0px"
|
|
3893
|
+
>
|
|
3894
|
+
<circle
|
|
3895
|
+
className="path"
|
|
3896
|
+
cx="50"
|
|
3897
|
+
cy="50"
|
|
3898
|
+
fill="none"
|
|
3899
|
+
r="20"
|
|
3900
|
+
strokeLinecap="round"
|
|
3901
|
+
strokeMiterlimit="10"
|
|
3902
|
+
/>
|
|
3903
|
+
</svg>
|
|
3904
|
+
</div>
|
|
3905
|
+
</button>,
|
|
3906
|
+
<button
|
|
3907
|
+
className="base button x-pearl"
|
|
3908
|
+
type="button"
|
|
3909
|
+
>
|
|
3910
|
+
<div
|
|
3911
|
+
className="base loading-circle"
|
|
3912
|
+
style={
|
|
3913
|
+
Object {
|
|
3914
|
+
"--height-width": "1.15em",
|
|
3915
|
+
"--stroke-width": undefined,
|
|
3916
|
+
"--x": "var(--on-x)",
|
|
3917
|
+
}
|
|
3918
|
+
}
|
|
3919
|
+
>
|
|
3920
|
+
<svg
|
|
3921
|
+
className="svg-circle"
|
|
3922
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3923
|
+
style={
|
|
3924
|
+
Object {
|
|
3925
|
+
"--animation-duration": "2s",
|
|
3926
|
+
}
|
|
3927
|
+
}
|
|
3928
|
+
version="1.1"
|
|
3929
|
+
viewBox="25 25 50 50"
|
|
3930
|
+
x="0px"
|
|
3931
|
+
xmlSpace="preserve"
|
|
3932
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3933
|
+
y="0px"
|
|
3934
|
+
>
|
|
3935
|
+
<circle
|
|
3936
|
+
className="path"
|
|
3937
|
+
cx="50"
|
|
3938
|
+
cy="50"
|
|
3939
|
+
fill="none"
|
|
3940
|
+
r="20"
|
|
3941
|
+
strokeLinecap="round"
|
|
3942
|
+
strokeMiterlimit="10"
|
|
3943
|
+
/>
|
|
3944
|
+
</svg>
|
|
3945
|
+
</div>
|
|
3946
|
+
</button>,
|
|
3947
|
+
<button
|
|
3948
|
+
className="base button x-white"
|
|
3949
|
+
type="button"
|
|
3950
|
+
>
|
|
3951
|
+
<div
|
|
3952
|
+
className="base loading-circle"
|
|
3953
|
+
style={
|
|
3954
|
+
Object {
|
|
3955
|
+
"--height-width": "1.15em",
|
|
3956
|
+
"--stroke-width": undefined,
|
|
3957
|
+
"--x": "var(--on-x)",
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
>
|
|
3961
|
+
<svg
|
|
3962
|
+
className="svg-circle"
|
|
3963
|
+
preserveAspectRatio="xMinYMin meet"
|
|
3964
|
+
style={
|
|
3965
|
+
Object {
|
|
3966
|
+
"--animation-duration": "2s",
|
|
3967
|
+
}
|
|
3968
|
+
}
|
|
3969
|
+
version="1.1"
|
|
3970
|
+
viewBox="25 25 50 50"
|
|
3971
|
+
x="0px"
|
|
3972
|
+
xmlSpace="preserve"
|
|
3973
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3974
|
+
y="0px"
|
|
3975
|
+
>
|
|
3976
|
+
<circle
|
|
3977
|
+
className="path"
|
|
3978
|
+
cx="50"
|
|
3979
|
+
cy="50"
|
|
3980
|
+
fill="none"
|
|
3981
|
+
r="20"
|
|
3982
|
+
strokeLinecap="round"
|
|
3983
|
+
strokeMiterlimit="10"
|
|
3984
|
+
/>
|
|
3985
|
+
</svg>
|
|
3986
|
+
</div>
|
|
3987
|
+
</button>,
|
|
3988
|
+
]
|
|
3989
|
+
`;
|
|
3990
|
+
|
|
3991
|
+
exports[`Storyshots b/Button Normal 1`] = `
|
|
3992
|
+
Array [
|
|
3993
|
+
<button
|
|
3994
|
+
className="base button x-main1"
|
|
3995
|
+
type="button"
|
|
3996
|
+
>
|
|
3997
|
+
This is a
|
|
3998
|
+
|
|
3999
|
+
main1
|
|
4000
|
+
|
|
4001
|
+
button
|
|
4002
|
+
</button>,
|
|
4003
|
+
<button
|
|
4004
|
+
className="base button x-main2"
|
|
4005
|
+
type="button"
|
|
4006
|
+
>
|
|
4007
|
+
This is a
|
|
4008
|
+
|
|
4009
|
+
main2
|
|
4010
|
+
|
|
4011
|
+
button
|
|
4012
|
+
</button>,
|
|
4013
|
+
<button
|
|
4014
|
+
className="base button x-main3"
|
|
4015
|
+
type="button"
|
|
4016
|
+
>
|
|
4017
|
+
This is a
|
|
4018
|
+
|
|
4019
|
+
main3
|
|
4020
|
+
|
|
4021
|
+
button
|
|
4022
|
+
</button>,
|
|
4023
|
+
<button
|
|
4024
|
+
className="base button x-main4"
|
|
4025
|
+
type="button"
|
|
4026
|
+
>
|
|
4027
|
+
This is a
|
|
4028
|
+
|
|
4029
|
+
main4
|
|
4030
|
+
|
|
4031
|
+
button
|
|
4032
|
+
</button>,
|
|
4033
|
+
<button
|
|
4034
|
+
className="base button x-success"
|
|
4035
|
+
type="button"
|
|
4036
|
+
>
|
|
4037
|
+
This is a
|
|
4038
|
+
|
|
4039
|
+
success
|
|
4040
|
+
|
|
4041
|
+
button
|
|
4042
|
+
</button>,
|
|
4043
|
+
<button
|
|
4044
|
+
className="base button x-warning"
|
|
4045
|
+
type="button"
|
|
4046
|
+
>
|
|
4047
|
+
This is a
|
|
4048
|
+
|
|
4049
|
+
warning
|
|
4050
|
+
|
|
4051
|
+
button
|
|
4052
|
+
</button>,
|
|
4053
|
+
<button
|
|
4054
|
+
className="base button x-error"
|
|
4055
|
+
type="button"
|
|
4056
|
+
>
|
|
4057
|
+
This is a
|
|
4058
|
+
|
|
4059
|
+
error
|
|
4060
|
+
|
|
4061
|
+
button
|
|
4062
|
+
</button>,
|
|
4063
|
+
<button
|
|
4064
|
+
className="base button x-background1"
|
|
4065
|
+
type="button"
|
|
4066
|
+
>
|
|
4067
|
+
This is a
|
|
4068
|
+
|
|
4069
|
+
background1
|
|
4070
|
+
|
|
4071
|
+
button
|
|
4072
|
+
</button>,
|
|
4073
|
+
<button
|
|
4074
|
+
className="base button x-background2"
|
|
4075
|
+
type="button"
|
|
4076
|
+
>
|
|
4077
|
+
This is a
|
|
4078
|
+
|
|
4079
|
+
background2
|
|
4080
|
+
|
|
4081
|
+
button
|
|
4082
|
+
</button>,
|
|
4083
|
+
<button
|
|
4084
|
+
className="base button x-background3"
|
|
4085
|
+
type="button"
|
|
4086
|
+
>
|
|
4087
|
+
This is a
|
|
4088
|
+
|
|
4089
|
+
background3
|
|
4090
|
+
|
|
4091
|
+
button
|
|
4092
|
+
</button>,
|
|
4093
|
+
<button
|
|
4094
|
+
className="base button x-background4"
|
|
4095
|
+
type="button"
|
|
4096
|
+
>
|
|
4097
|
+
This is a
|
|
4098
|
+
|
|
4099
|
+
background4
|
|
4100
|
+
|
|
4101
|
+
button
|
|
4102
|
+
</button>,
|
|
4103
|
+
<button
|
|
4104
|
+
className="base button x-background5"
|
|
4105
|
+
type="button"
|
|
4106
|
+
>
|
|
4107
|
+
This is a
|
|
4108
|
+
|
|
4109
|
+
background5
|
|
4110
|
+
|
|
4111
|
+
button
|
|
4112
|
+
</button>,
|
|
4113
|
+
<button
|
|
4114
|
+
className="base button x-background6"
|
|
4115
|
+
type="button"
|
|
4116
|
+
>
|
|
4117
|
+
This is a
|
|
4118
|
+
|
|
4119
|
+
background6
|
|
4120
|
+
|
|
4121
|
+
button
|
|
4122
|
+
</button>,
|
|
4123
|
+
<button
|
|
4124
|
+
className="base button x-heading"
|
|
4125
|
+
type="button"
|
|
4126
|
+
>
|
|
4127
|
+
This is a
|
|
4128
|
+
|
|
4129
|
+
heading
|
|
4130
|
+
|
|
4131
|
+
button
|
|
4132
|
+
</button>,
|
|
4133
|
+
<button
|
|
4134
|
+
className="base button x-paragraph"
|
|
4135
|
+
type="button"
|
|
4136
|
+
>
|
|
4137
|
+
This is a
|
|
4138
|
+
|
|
4139
|
+
paragraph
|
|
4140
|
+
|
|
4141
|
+
button
|
|
4142
|
+
</button>,
|
|
4143
|
+
<button
|
|
4144
|
+
className="base button x-subtitle"
|
|
4145
|
+
type="button"
|
|
4146
|
+
>
|
|
4147
|
+
This is a
|
|
4148
|
+
|
|
4149
|
+
subtitle
|
|
4150
|
+
|
|
4151
|
+
button
|
|
4152
|
+
</button>,
|
|
4153
|
+
<button
|
|
4154
|
+
className="base button x-metadata"
|
|
4155
|
+
type="button"
|
|
4156
|
+
>
|
|
4157
|
+
This is a
|
|
4158
|
+
|
|
4159
|
+
metadata
|
|
4160
|
+
|
|
4161
|
+
button
|
|
4162
|
+
</button>,
|
|
4163
|
+
<button
|
|
4164
|
+
className="base button x-link"
|
|
4165
|
+
type="button"
|
|
4166
|
+
>
|
|
4167
|
+
This is a
|
|
4168
|
+
|
|
4169
|
+
link
|
|
4170
|
+
|
|
4171
|
+
button
|
|
4172
|
+
</button>,
|
|
4173
|
+
<button
|
|
4174
|
+
className="base button x-navlink"
|
|
4175
|
+
type="button"
|
|
4176
|
+
>
|
|
4177
|
+
This is a
|
|
4178
|
+
|
|
4179
|
+
navlink
|
|
4180
|
+
|
|
4181
|
+
button
|
|
4182
|
+
</button>,
|
|
4183
|
+
<button
|
|
4184
|
+
className="base button x-twitter"
|
|
4185
|
+
type="button"
|
|
4186
|
+
>
|
|
4187
|
+
This is a
|
|
4188
|
+
|
|
4189
|
+
twitter
|
|
4190
|
+
|
|
4191
|
+
button
|
|
4192
|
+
</button>,
|
|
4193
|
+
<button
|
|
4194
|
+
className="base button x-facebook"
|
|
4195
|
+
type="button"
|
|
4196
|
+
>
|
|
4197
|
+
This is a
|
|
4198
|
+
|
|
4199
|
+
facebook
|
|
4200
|
+
|
|
4201
|
+
button
|
|
4202
|
+
</button>,
|
|
4203
|
+
<button
|
|
4204
|
+
className="base button x-instagram"
|
|
4205
|
+
type="button"
|
|
4206
|
+
>
|
|
4207
|
+
This is a
|
|
4208
|
+
|
|
4209
|
+
instagram
|
|
4210
|
+
|
|
4211
|
+
button
|
|
4212
|
+
</button>,
|
|
4213
|
+
<button
|
|
4214
|
+
className="base button x-google"
|
|
4215
|
+
type="button"
|
|
4216
|
+
>
|
|
4217
|
+
This is a
|
|
4218
|
+
|
|
4219
|
+
google
|
|
4220
|
+
|
|
4221
|
+
button
|
|
4222
|
+
</button>,
|
|
4223
|
+
<button
|
|
4224
|
+
className="base button x-black"
|
|
4225
|
+
type="button"
|
|
4226
|
+
>
|
|
4227
|
+
This is a
|
|
4228
|
+
|
|
4229
|
+
black
|
|
4230
|
+
|
|
4231
|
+
button
|
|
4232
|
+
</button>,
|
|
4233
|
+
<button
|
|
4234
|
+
className="base button x-anchor"
|
|
4235
|
+
type="button"
|
|
4236
|
+
>
|
|
4237
|
+
This is a
|
|
4238
|
+
|
|
4239
|
+
anchor
|
|
4240
|
+
|
|
4241
|
+
button
|
|
4242
|
+
</button>,
|
|
4243
|
+
<button
|
|
4244
|
+
className="base button x-grey"
|
|
4245
|
+
type="button"
|
|
4246
|
+
>
|
|
4247
|
+
This is a
|
|
4248
|
+
|
|
4249
|
+
grey
|
|
4250
|
+
|
|
4251
|
+
button
|
|
4252
|
+
</button>,
|
|
4253
|
+
<button
|
|
4254
|
+
className="base button x-pearl"
|
|
4255
|
+
type="button"
|
|
4256
|
+
>
|
|
4257
|
+
This is a
|
|
4258
|
+
|
|
4259
|
+
pearl
|
|
4260
|
+
|
|
4261
|
+
button
|
|
4262
|
+
</button>,
|
|
4263
|
+
<button
|
|
4264
|
+
className="base button x-white"
|
|
4265
|
+
type="button"
|
|
4266
|
+
>
|
|
4267
|
+
This is a
|
|
4268
|
+
|
|
4269
|
+
white
|
|
4270
|
+
|
|
4271
|
+
button
|
|
4272
|
+
</button>,
|
|
4273
|
+
]
|
|
4274
|
+
`;
|
|
4275
|
+
|
|
4276
|
+
exports[`Storyshots b/Button Simple 1`] = `
|
|
4277
|
+
Array [
|
|
4278
|
+
<button
|
|
4279
|
+
className="base button x-main1 modifierSimple"
|
|
4280
|
+
type="button"
|
|
4281
|
+
>
|
|
4282
|
+
This is a
|
|
4283
|
+
|
|
1224
4284
|
main1
|
|
1225
4285
|
|
|
1226
4286
|
button
|
|
1227
4287
|
</button>,
|
|
1228
4288
|
<button
|
|
1229
|
-
className="base button x-main2"
|
|
4289
|
+
className="base button x-main2 modifierSimple"
|
|
1230
4290
|
type="button"
|
|
1231
4291
|
>
|
|
1232
4292
|
This is a
|
|
@@ -1236,27 +4296,27 @@ Array [
|
|
|
1236
4296
|
button
|
|
1237
4297
|
</button>,
|
|
1238
4298
|
<button
|
|
1239
|
-
className="base button x-
|
|
4299
|
+
className="base button x-main3 modifierSimple"
|
|
1240
4300
|
type="button"
|
|
1241
4301
|
>
|
|
1242
4302
|
This is a
|
|
1243
4303
|
|
|
1244
|
-
|
|
4304
|
+
main3
|
|
1245
4305
|
|
|
1246
4306
|
button
|
|
1247
4307
|
</button>,
|
|
1248
4308
|
<button
|
|
1249
|
-
className="base button x-
|
|
4309
|
+
className="base button x-main4 modifierSimple"
|
|
1250
4310
|
type="button"
|
|
1251
4311
|
>
|
|
1252
4312
|
This is a
|
|
1253
4313
|
|
|
1254
|
-
|
|
4314
|
+
main4
|
|
1255
4315
|
|
|
1256
4316
|
button
|
|
1257
4317
|
</button>,
|
|
1258
4318
|
<button
|
|
1259
|
-
className="base button x-success"
|
|
4319
|
+
className="base button x-success modifierSimple"
|
|
1260
4320
|
type="button"
|
|
1261
4321
|
>
|
|
1262
4322
|
This is a
|
|
@@ -1266,7 +4326,7 @@ Array [
|
|
|
1266
4326
|
button
|
|
1267
4327
|
</button>,
|
|
1268
4328
|
<button
|
|
1269
|
-
className="base button x-warning"
|
|
4329
|
+
className="base button x-warning modifierSimple"
|
|
1270
4330
|
type="button"
|
|
1271
4331
|
>
|
|
1272
4332
|
This is a
|
|
@@ -1276,7 +4336,7 @@ Array [
|
|
|
1276
4336
|
button
|
|
1277
4337
|
</button>,
|
|
1278
4338
|
<button
|
|
1279
|
-
className="base button x-error"
|
|
4339
|
+
className="base button x-error modifierSimple"
|
|
1280
4340
|
type="button"
|
|
1281
4341
|
>
|
|
1282
4342
|
This is a
|
|
@@ -1286,17 +4346,17 @@ Array [
|
|
|
1286
4346
|
button
|
|
1287
4347
|
</button>,
|
|
1288
4348
|
<button
|
|
1289
|
-
className="base button x-
|
|
4349
|
+
className="base button x-background1 modifierSimple"
|
|
1290
4350
|
type="button"
|
|
1291
4351
|
>
|
|
1292
4352
|
This is a
|
|
1293
4353
|
|
|
1294
|
-
|
|
4354
|
+
background1
|
|
1295
4355
|
|
|
1296
4356
|
button
|
|
1297
4357
|
</button>,
|
|
1298
4358
|
<button
|
|
1299
|
-
className="base button x-background2"
|
|
4359
|
+
className="base button x-background2 modifierSimple"
|
|
1300
4360
|
type="button"
|
|
1301
4361
|
>
|
|
1302
4362
|
This is a
|
|
@@ -1306,7 +4366,7 @@ Array [
|
|
|
1306
4366
|
button
|
|
1307
4367
|
</button>,
|
|
1308
4368
|
<button
|
|
1309
|
-
className="base button x-background3"
|
|
4369
|
+
className="base button x-background3 modifierSimple"
|
|
1310
4370
|
type="button"
|
|
1311
4371
|
>
|
|
1312
4372
|
This is a
|
|
@@ -1316,7 +4376,7 @@ Array [
|
|
|
1316
4376
|
button
|
|
1317
4377
|
</button>,
|
|
1318
4378
|
<button
|
|
1319
|
-
className="base button x-background4"
|
|
4379
|
+
className="base button x-background4 modifierSimple"
|
|
1320
4380
|
type="button"
|
|
1321
4381
|
>
|
|
1322
4382
|
This is a
|
|
@@ -1326,7 +4386,27 @@ Array [
|
|
|
1326
4386
|
button
|
|
1327
4387
|
</button>,
|
|
1328
4388
|
<button
|
|
1329
|
-
className="base button x-
|
|
4389
|
+
className="base button x-background5 modifierSimple"
|
|
4390
|
+
type="button"
|
|
4391
|
+
>
|
|
4392
|
+
This is a
|
|
4393
|
+
|
|
4394
|
+
background5
|
|
4395
|
+
|
|
4396
|
+
button
|
|
4397
|
+
</button>,
|
|
4398
|
+
<button
|
|
4399
|
+
className="base button x-background6 modifierSimple"
|
|
4400
|
+
type="button"
|
|
4401
|
+
>
|
|
4402
|
+
This is a
|
|
4403
|
+
|
|
4404
|
+
background6
|
|
4405
|
+
|
|
4406
|
+
button
|
|
4407
|
+
</button>,
|
|
4408
|
+
<button
|
|
4409
|
+
className="base button x-heading modifierSimple"
|
|
1330
4410
|
type="button"
|
|
1331
4411
|
>
|
|
1332
4412
|
This is a
|
|
@@ -1336,7 +4416,7 @@ Array [
|
|
|
1336
4416
|
button
|
|
1337
4417
|
</button>,
|
|
1338
4418
|
<button
|
|
1339
|
-
className="base button x-paragraph"
|
|
4419
|
+
className="base button x-paragraph modifierSimple"
|
|
1340
4420
|
type="button"
|
|
1341
4421
|
>
|
|
1342
4422
|
This is a
|
|
@@ -1346,7 +4426,7 @@ Array [
|
|
|
1346
4426
|
button
|
|
1347
4427
|
</button>,
|
|
1348
4428
|
<button
|
|
1349
|
-
className="base button x-subtitle"
|
|
4429
|
+
className="base button x-subtitle modifierSimple"
|
|
1350
4430
|
type="button"
|
|
1351
4431
|
>
|
|
1352
4432
|
This is a
|
|
@@ -1356,7 +4436,7 @@ Array [
|
|
|
1356
4436
|
button
|
|
1357
4437
|
</button>,
|
|
1358
4438
|
<button
|
|
1359
|
-
className="base button x-metadata"
|
|
4439
|
+
className="base button x-metadata modifierSimple"
|
|
1360
4440
|
type="button"
|
|
1361
4441
|
>
|
|
1362
4442
|
This is a
|
|
@@ -1366,7 +4446,7 @@ Array [
|
|
|
1366
4446
|
button
|
|
1367
4447
|
</button>,
|
|
1368
4448
|
<button
|
|
1369
|
-
className="base button x-link"
|
|
4449
|
+
className="base button x-link modifierSimple"
|
|
1370
4450
|
type="button"
|
|
1371
4451
|
>
|
|
1372
4452
|
This is a
|
|
@@ -1376,7 +4456,7 @@ Array [
|
|
|
1376
4456
|
button
|
|
1377
4457
|
</button>,
|
|
1378
4458
|
<button
|
|
1379
|
-
className="base button x-navlink"
|
|
4459
|
+
className="base button x-navlink modifierSimple"
|
|
1380
4460
|
type="button"
|
|
1381
4461
|
>
|
|
1382
4462
|
This is a
|
|
@@ -1386,7 +4466,7 @@ Array [
|
|
|
1386
4466
|
button
|
|
1387
4467
|
</button>,
|
|
1388
4468
|
<button
|
|
1389
|
-
className="base button x-twitter"
|
|
4469
|
+
className="base button x-twitter modifierSimple"
|
|
1390
4470
|
type="button"
|
|
1391
4471
|
>
|
|
1392
4472
|
This is a
|
|
@@ -1396,7 +4476,7 @@ Array [
|
|
|
1396
4476
|
button
|
|
1397
4477
|
</button>,
|
|
1398
4478
|
<button
|
|
1399
|
-
className="base button x-facebook"
|
|
4479
|
+
className="base button x-facebook modifierSimple"
|
|
1400
4480
|
type="button"
|
|
1401
4481
|
>
|
|
1402
4482
|
This is a
|
|
@@ -1406,7 +4486,7 @@ Array [
|
|
|
1406
4486
|
button
|
|
1407
4487
|
</button>,
|
|
1408
4488
|
<button
|
|
1409
|
-
className="base button x-instagram"
|
|
4489
|
+
className="base button x-instagram modifierSimple"
|
|
1410
4490
|
type="button"
|
|
1411
4491
|
>
|
|
1412
4492
|
This is a
|
|
@@ -1416,7 +4496,7 @@ Array [
|
|
|
1416
4496
|
button
|
|
1417
4497
|
</button>,
|
|
1418
4498
|
<button
|
|
1419
|
-
className="base button x-google"
|
|
4499
|
+
className="base button x-google modifierSimple"
|
|
1420
4500
|
type="button"
|
|
1421
4501
|
>
|
|
1422
4502
|
This is a
|
|
@@ -1426,7 +4506,7 @@ Array [
|
|
|
1426
4506
|
button
|
|
1427
4507
|
</button>,
|
|
1428
4508
|
<button
|
|
1429
|
-
className="base button x-black"
|
|
4509
|
+
className="base button x-black modifierSimple"
|
|
1430
4510
|
type="button"
|
|
1431
4511
|
>
|
|
1432
4512
|
This is a
|
|
@@ -1436,7 +4516,7 @@ Array [
|
|
|
1436
4516
|
button
|
|
1437
4517
|
</button>,
|
|
1438
4518
|
<button
|
|
1439
|
-
className="base button x-anchor"
|
|
4519
|
+
className="base button x-anchor modifierSimple"
|
|
1440
4520
|
type="button"
|
|
1441
4521
|
>
|
|
1442
4522
|
This is a
|
|
@@ -1446,7 +4526,7 @@ Array [
|
|
|
1446
4526
|
button
|
|
1447
4527
|
</button>,
|
|
1448
4528
|
<button
|
|
1449
|
-
className="base button x-grey"
|
|
4529
|
+
className="base button x-grey modifierSimple"
|
|
1450
4530
|
type="button"
|
|
1451
4531
|
>
|
|
1452
4532
|
This is a
|
|
@@ -1456,7 +4536,7 @@ Array [
|
|
|
1456
4536
|
button
|
|
1457
4537
|
</button>,
|
|
1458
4538
|
<button
|
|
1459
|
-
className="base button x-pearl"
|
|
4539
|
+
className="base button x-pearl modifierSimple"
|
|
1460
4540
|
type="button"
|
|
1461
4541
|
>
|
|
1462
4542
|
This is a
|
|
@@ -1466,7 +4546,7 @@ Array [
|
|
|
1466
4546
|
button
|
|
1467
4547
|
</button>,
|
|
1468
4548
|
<button
|
|
1469
|
-
className="base button x-white"
|
|
4549
|
+
className="base button x-white modifierSimple"
|
|
1470
4550
|
type="button"
|
|
1471
4551
|
>
|
|
1472
4552
|
This is a
|
|
@@ -1478,38 +4558,11 @@ Array [
|
|
|
1478
4558
|
]
|
|
1479
4559
|
`;
|
|
1480
4560
|
|
|
1481
|
-
exports[`Storyshots b/Button
|
|
1482
|
-
<button
|
|
1483
|
-
className="base button x-main1 modifierCompact"
|
|
1484
|
-
type="button"
|
|
1485
|
-
>
|
|
1486
|
-
Sample Button
|
|
1487
|
-
</button>
|
|
1488
|
-
`;
|
|
1489
|
-
|
|
1490
|
-
exports[`Storyshots b/Button Disabled 1`] = `
|
|
1491
|
-
<button
|
|
1492
|
-
className="base button x-main1"
|
|
1493
|
-
disabled={true}
|
|
1494
|
-
type="button"
|
|
1495
|
-
>
|
|
1496
|
-
Sample Button
|
|
1497
|
-
</button>
|
|
1498
|
-
`;
|
|
1499
|
-
|
|
1500
|
-
exports[`Storyshots b/Button Ghost 1`] = `
|
|
1501
|
-
<button
|
|
1502
|
-
className="base button x-main1 modifierGhost"
|
|
1503
|
-
type="button"
|
|
1504
|
-
>
|
|
1505
|
-
Sample Button
|
|
1506
|
-
</button>
|
|
1507
|
-
`;
|
|
1508
|
-
|
|
1509
|
-
exports[`Storyshots b/Button Ghost Colors 1`] = `
|
|
4561
|
+
exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
1510
4562
|
Array [
|
|
1511
4563
|
<button
|
|
1512
|
-
className="base button x-main1
|
|
4564
|
+
className="base button x-main1 modifierSimple"
|
|
4565
|
+
disabled={true}
|
|
1513
4566
|
type="button"
|
|
1514
4567
|
>
|
|
1515
4568
|
This is a
|
|
@@ -1519,7 +4572,8 @@ Array [
|
|
|
1519
4572
|
button
|
|
1520
4573
|
</button>,
|
|
1521
4574
|
<button
|
|
1522
|
-
className="base button x-main2
|
|
4575
|
+
className="base button x-main2 modifierSimple"
|
|
4576
|
+
disabled={true}
|
|
1523
4577
|
type="button"
|
|
1524
4578
|
>
|
|
1525
4579
|
This is a
|
|
@@ -1529,27 +4583,30 @@ Array [
|
|
|
1529
4583
|
button
|
|
1530
4584
|
</button>,
|
|
1531
4585
|
<button
|
|
1532
|
-
className="base button x-
|
|
4586
|
+
className="base button x-main3 modifierSimple"
|
|
4587
|
+
disabled={true}
|
|
1533
4588
|
type="button"
|
|
1534
4589
|
>
|
|
1535
4590
|
This is a
|
|
1536
4591
|
|
|
1537
|
-
|
|
4592
|
+
main3
|
|
1538
4593
|
|
|
1539
4594
|
button
|
|
1540
4595
|
</button>,
|
|
1541
4596
|
<button
|
|
1542
|
-
className="base button x-
|
|
4597
|
+
className="base button x-main4 modifierSimple"
|
|
4598
|
+
disabled={true}
|
|
1543
4599
|
type="button"
|
|
1544
4600
|
>
|
|
1545
4601
|
This is a
|
|
1546
4602
|
|
|
1547
|
-
|
|
4603
|
+
main4
|
|
1548
4604
|
|
|
1549
4605
|
button
|
|
1550
4606
|
</button>,
|
|
1551
4607
|
<button
|
|
1552
|
-
className="base button x-success
|
|
4608
|
+
className="base button x-success modifierSimple"
|
|
4609
|
+
disabled={true}
|
|
1553
4610
|
type="button"
|
|
1554
4611
|
>
|
|
1555
4612
|
This is a
|
|
@@ -1559,7 +4616,8 @@ Array [
|
|
|
1559
4616
|
button
|
|
1560
4617
|
</button>,
|
|
1561
4618
|
<button
|
|
1562
|
-
className="base button x-warning
|
|
4619
|
+
className="base button x-warning modifierSimple"
|
|
4620
|
+
disabled={true}
|
|
1563
4621
|
type="button"
|
|
1564
4622
|
>
|
|
1565
4623
|
This is a
|
|
@@ -1569,7 +4627,8 @@ Array [
|
|
|
1569
4627
|
button
|
|
1570
4628
|
</button>,
|
|
1571
4629
|
<button
|
|
1572
|
-
className="base button x-error
|
|
4630
|
+
className="base button x-error modifierSimple"
|
|
4631
|
+
disabled={true}
|
|
1573
4632
|
type="button"
|
|
1574
4633
|
>
|
|
1575
4634
|
This is a
|
|
@@ -1579,17 +4638,19 @@ Array [
|
|
|
1579
4638
|
button
|
|
1580
4639
|
</button>,
|
|
1581
4640
|
<button
|
|
1582
|
-
className="base button x-
|
|
4641
|
+
className="base button x-background1 modifierSimple"
|
|
4642
|
+
disabled={true}
|
|
1583
4643
|
type="button"
|
|
1584
4644
|
>
|
|
1585
4645
|
This is a
|
|
1586
4646
|
|
|
1587
|
-
|
|
4647
|
+
background1
|
|
1588
4648
|
|
|
1589
4649
|
button
|
|
1590
4650
|
</button>,
|
|
1591
4651
|
<button
|
|
1592
|
-
className="base button x-background2
|
|
4652
|
+
className="base button x-background2 modifierSimple"
|
|
4653
|
+
disabled={true}
|
|
1593
4654
|
type="button"
|
|
1594
4655
|
>
|
|
1595
4656
|
This is a
|
|
@@ -1599,7 +4660,8 @@ Array [
|
|
|
1599
4660
|
button
|
|
1600
4661
|
</button>,
|
|
1601
4662
|
<button
|
|
1602
|
-
className="base button x-background3
|
|
4663
|
+
className="base button x-background3 modifierSimple"
|
|
4664
|
+
disabled={true}
|
|
1603
4665
|
type="button"
|
|
1604
4666
|
>
|
|
1605
4667
|
This is a
|
|
@@ -1609,7 +4671,8 @@ Array [
|
|
|
1609
4671
|
button
|
|
1610
4672
|
</button>,
|
|
1611
4673
|
<button
|
|
1612
|
-
className="base button x-background4
|
|
4674
|
+
className="base button x-background4 modifierSimple"
|
|
4675
|
+
disabled={true}
|
|
1613
4676
|
type="button"
|
|
1614
4677
|
>
|
|
1615
4678
|
This is a
|
|
@@ -1619,7 +4682,30 @@ Array [
|
|
|
1619
4682
|
button
|
|
1620
4683
|
</button>,
|
|
1621
4684
|
<button
|
|
1622
|
-
className="base button x-
|
|
4685
|
+
className="base button x-background5 modifierSimple"
|
|
4686
|
+
disabled={true}
|
|
4687
|
+
type="button"
|
|
4688
|
+
>
|
|
4689
|
+
This is a
|
|
4690
|
+
|
|
4691
|
+
background5
|
|
4692
|
+
|
|
4693
|
+
button
|
|
4694
|
+
</button>,
|
|
4695
|
+
<button
|
|
4696
|
+
className="base button x-background6 modifierSimple"
|
|
4697
|
+
disabled={true}
|
|
4698
|
+
type="button"
|
|
4699
|
+
>
|
|
4700
|
+
This is a
|
|
4701
|
+
|
|
4702
|
+
background6
|
|
4703
|
+
|
|
4704
|
+
button
|
|
4705
|
+
</button>,
|
|
4706
|
+
<button
|
|
4707
|
+
className="base button x-heading modifierSimple"
|
|
4708
|
+
disabled={true}
|
|
1623
4709
|
type="button"
|
|
1624
4710
|
>
|
|
1625
4711
|
This is a
|
|
@@ -1629,7 +4715,8 @@ Array [
|
|
|
1629
4715
|
button
|
|
1630
4716
|
</button>,
|
|
1631
4717
|
<button
|
|
1632
|
-
className="base button x-paragraph
|
|
4718
|
+
className="base button x-paragraph modifierSimple"
|
|
4719
|
+
disabled={true}
|
|
1633
4720
|
type="button"
|
|
1634
4721
|
>
|
|
1635
4722
|
This is a
|
|
@@ -1639,7 +4726,8 @@ Array [
|
|
|
1639
4726
|
button
|
|
1640
4727
|
</button>,
|
|
1641
4728
|
<button
|
|
1642
|
-
className="base button x-subtitle
|
|
4729
|
+
className="base button x-subtitle modifierSimple"
|
|
4730
|
+
disabled={true}
|
|
1643
4731
|
type="button"
|
|
1644
4732
|
>
|
|
1645
4733
|
This is a
|
|
@@ -1649,7 +4737,8 @@ Array [
|
|
|
1649
4737
|
button
|
|
1650
4738
|
</button>,
|
|
1651
4739
|
<button
|
|
1652
|
-
className="base button x-metadata
|
|
4740
|
+
className="base button x-metadata modifierSimple"
|
|
4741
|
+
disabled={true}
|
|
1653
4742
|
type="button"
|
|
1654
4743
|
>
|
|
1655
4744
|
This is a
|
|
@@ -1659,7 +4748,8 @@ Array [
|
|
|
1659
4748
|
button
|
|
1660
4749
|
</button>,
|
|
1661
4750
|
<button
|
|
1662
|
-
className="base button x-link
|
|
4751
|
+
className="base button x-link modifierSimple"
|
|
4752
|
+
disabled={true}
|
|
1663
4753
|
type="button"
|
|
1664
4754
|
>
|
|
1665
4755
|
This is a
|
|
@@ -1669,7 +4759,8 @@ Array [
|
|
|
1669
4759
|
button
|
|
1670
4760
|
</button>,
|
|
1671
4761
|
<button
|
|
1672
|
-
className="base button x-navlink
|
|
4762
|
+
className="base button x-navlink modifierSimple"
|
|
4763
|
+
disabled={true}
|
|
1673
4764
|
type="button"
|
|
1674
4765
|
>
|
|
1675
4766
|
This is a
|
|
@@ -1679,7 +4770,8 @@ Array [
|
|
|
1679
4770
|
button
|
|
1680
4771
|
</button>,
|
|
1681
4772
|
<button
|
|
1682
|
-
className="base button x-twitter
|
|
4773
|
+
className="base button x-twitter modifierSimple"
|
|
4774
|
+
disabled={true}
|
|
1683
4775
|
type="button"
|
|
1684
4776
|
>
|
|
1685
4777
|
This is a
|
|
@@ -1689,7 +4781,8 @@ Array [
|
|
|
1689
4781
|
button
|
|
1690
4782
|
</button>,
|
|
1691
4783
|
<button
|
|
1692
|
-
className="base button x-facebook
|
|
4784
|
+
className="base button x-facebook modifierSimple"
|
|
4785
|
+
disabled={true}
|
|
1693
4786
|
type="button"
|
|
1694
4787
|
>
|
|
1695
4788
|
This is a
|
|
@@ -1699,7 +4792,8 @@ Array [
|
|
|
1699
4792
|
button
|
|
1700
4793
|
</button>,
|
|
1701
4794
|
<button
|
|
1702
|
-
className="base button x-instagram
|
|
4795
|
+
className="base button x-instagram modifierSimple"
|
|
4796
|
+
disabled={true}
|
|
1703
4797
|
type="button"
|
|
1704
4798
|
>
|
|
1705
4799
|
This is a
|
|
@@ -1709,7 +4803,8 @@ Array [
|
|
|
1709
4803
|
button
|
|
1710
4804
|
</button>,
|
|
1711
4805
|
<button
|
|
1712
|
-
className="base button x-google
|
|
4806
|
+
className="base button x-google modifierSimple"
|
|
4807
|
+
disabled={true}
|
|
1713
4808
|
type="button"
|
|
1714
4809
|
>
|
|
1715
4810
|
This is a
|
|
@@ -1719,7 +4814,8 @@ Array [
|
|
|
1719
4814
|
button
|
|
1720
4815
|
</button>,
|
|
1721
4816
|
<button
|
|
1722
|
-
className="base button x-black
|
|
4817
|
+
className="base button x-black modifierSimple"
|
|
4818
|
+
disabled={true}
|
|
1723
4819
|
type="button"
|
|
1724
4820
|
>
|
|
1725
4821
|
This is a
|
|
@@ -1729,7 +4825,8 @@ Array [
|
|
|
1729
4825
|
button
|
|
1730
4826
|
</button>,
|
|
1731
4827
|
<button
|
|
1732
|
-
className="base button x-anchor
|
|
4828
|
+
className="base button x-anchor modifierSimple"
|
|
4829
|
+
disabled={true}
|
|
1733
4830
|
type="button"
|
|
1734
4831
|
>
|
|
1735
4832
|
This is a
|
|
@@ -1739,7 +4836,8 @@ Array [
|
|
|
1739
4836
|
button
|
|
1740
4837
|
</button>,
|
|
1741
4838
|
<button
|
|
1742
|
-
className="base button x-grey
|
|
4839
|
+
className="base button x-grey modifierSimple"
|
|
4840
|
+
disabled={true}
|
|
1743
4841
|
type="button"
|
|
1744
4842
|
>
|
|
1745
4843
|
This is a
|
|
@@ -1749,7 +4847,8 @@ Array [
|
|
|
1749
4847
|
button
|
|
1750
4848
|
</button>,
|
|
1751
4849
|
<button
|
|
1752
|
-
className="base button x-pearl
|
|
4850
|
+
className="base button x-pearl modifierSimple"
|
|
4851
|
+
disabled={true}
|
|
1753
4852
|
type="button"
|
|
1754
4853
|
>
|
|
1755
4854
|
This is a
|
|
@@ -1758,70 +4857,18 @@ Array [
|
|
|
1758
4857
|
|
|
1759
4858
|
button
|
|
1760
4859
|
</button>,
|
|
1761
|
-
<button
|
|
1762
|
-
className="base button x-white
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
exports[`Storyshots b/Button Loading 1`] = `
|
|
1775
|
-
<button
|
|
1776
|
-
className="base button x-main1"
|
|
1777
|
-
type="button"
|
|
1778
|
-
>
|
|
1779
|
-
<div
|
|
1780
|
-
className="base loading-circle"
|
|
1781
|
-
style={
|
|
1782
|
-
Object {
|
|
1783
|
-
"--height-width": "1.15em",
|
|
1784
|
-
"--stroke-width": undefined,
|
|
1785
|
-
"--x": "var(--on-x)",
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
>
|
|
1789
|
-
<svg
|
|
1790
|
-
className="svg-circle"
|
|
1791
|
-
preserveAspectRatio="xMinYMin meet"
|
|
1792
|
-
style={
|
|
1793
|
-
Object {
|
|
1794
|
-
"--animation-duration": "2s",
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1797
|
-
version="1.1"
|
|
1798
|
-
viewBox="25 25 50 50"
|
|
1799
|
-
x="0px"
|
|
1800
|
-
xmlSpace="preserve"
|
|
1801
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1802
|
-
y="0px"
|
|
1803
|
-
>
|
|
1804
|
-
<circle
|
|
1805
|
-
className="path"
|
|
1806
|
-
cx="50"
|
|
1807
|
-
cy="50"
|
|
1808
|
-
fill="none"
|
|
1809
|
-
r="20"
|
|
1810
|
-
strokeLinecap="round"
|
|
1811
|
-
strokeMiterlimit="10"
|
|
1812
|
-
/>
|
|
1813
|
-
</svg>
|
|
1814
|
-
</div>
|
|
1815
|
-
</button>
|
|
1816
|
-
`;
|
|
1817
|
-
|
|
1818
|
-
exports[`Storyshots b/Button Simple 1`] = `
|
|
1819
|
-
<button
|
|
1820
|
-
className="base button x-main1 modifierSimple"
|
|
1821
|
-
type="button"
|
|
1822
|
-
>
|
|
1823
|
-
Sample Button
|
|
1824
|
-
</button>
|
|
4860
|
+
<button
|
|
4861
|
+
className="base button x-white modifierSimple"
|
|
4862
|
+
disabled={true}
|
|
4863
|
+
type="button"
|
|
4864
|
+
>
|
|
4865
|
+
This is a
|
|
4866
|
+
|
|
4867
|
+
white
|
|
4868
|
+
|
|
4869
|
+
button
|
|
4870
|
+
</button>,
|
|
4871
|
+
]
|
|
1825
4872
|
`;
|
|
1826
4873
|
|
|
1827
4874
|
exports[`Storyshots b/Card Base 1`] = `
|
|
@@ -2093,7 +5140,7 @@ Array [
|
|
|
2093
5140
|
/>
|
|
2094
5141
|
</svg>,
|
|
2095
5142
|
<svg
|
|
2096
|
-
className="base svg base logo x-
|
|
5143
|
+
className="base svg base logo x-main3"
|
|
2097
5144
|
height="4em"
|
|
2098
5145
|
preserveAspectRatio="xMinYMin meet"
|
|
2099
5146
|
version="1.1"
|
|
@@ -2132,7 +5179,7 @@ Array [
|
|
|
2132
5179
|
/>
|
|
2133
5180
|
</svg>,
|
|
2134
5181
|
<svg
|
|
2135
|
-
className="base svg base logo x-
|
|
5182
|
+
className="base svg base logo x-main4"
|
|
2136
5183
|
height="4em"
|
|
2137
5184
|
preserveAspectRatio="xMinYMin meet"
|
|
2138
5185
|
version="1.1"
|
|
@@ -2288,7 +5335,7 @@ Array [
|
|
|
2288
5335
|
/>
|
|
2289
5336
|
</svg>,
|
|
2290
5337
|
<svg
|
|
2291
|
-
className="base svg base logo x-
|
|
5338
|
+
className="base svg base logo x-background1"
|
|
2292
5339
|
height="4em"
|
|
2293
5340
|
preserveAspectRatio="xMinYMin meet"
|
|
2294
5341
|
version="1.1"
|
|
@@ -2443,6 +5490,84 @@ Array [
|
|
|
2443
5490
|
}
|
|
2444
5491
|
/>
|
|
2445
5492
|
</svg>,
|
|
5493
|
+
<svg
|
|
5494
|
+
className="base svg base logo x-background5"
|
|
5495
|
+
height="4em"
|
|
5496
|
+
preserveAspectRatio="xMinYMin meet"
|
|
5497
|
+
version="1.1"
|
|
5498
|
+
viewBox="0 0 688 250"
|
|
5499
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5500
|
+
>
|
|
5501
|
+
<use
|
|
5502
|
+
className=""
|
|
5503
|
+
href="/logo_parts.svg#logo__p"
|
|
5504
|
+
id="logo__p"
|
|
5505
|
+
style={
|
|
5506
|
+
Object {
|
|
5507
|
+
"style": undefined,
|
|
5508
|
+
}
|
|
5509
|
+
}
|
|
5510
|
+
/>
|
|
5511
|
+
<use
|
|
5512
|
+
className=""
|
|
5513
|
+
href="/logo_parts.svg#logo__areto"
|
|
5514
|
+
id="logo__areto"
|
|
5515
|
+
style={
|
|
5516
|
+
Object {
|
|
5517
|
+
"style": undefined,
|
|
5518
|
+
}
|
|
5519
|
+
}
|
|
5520
|
+
/>
|
|
5521
|
+
<use
|
|
5522
|
+
className=""
|
|
5523
|
+
href="/logo_parts.svg#logo__t"
|
|
5524
|
+
id="logo__t"
|
|
5525
|
+
style={
|
|
5526
|
+
Object {
|
|
5527
|
+
"style": undefined,
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
/>
|
|
5531
|
+
</svg>,
|
|
5532
|
+
<svg
|
|
5533
|
+
className="base svg base logo x-background6"
|
|
5534
|
+
height="4em"
|
|
5535
|
+
preserveAspectRatio="xMinYMin meet"
|
|
5536
|
+
version="1.1"
|
|
5537
|
+
viewBox="0 0 688 250"
|
|
5538
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5539
|
+
>
|
|
5540
|
+
<use
|
|
5541
|
+
className=""
|
|
5542
|
+
href="/logo_parts.svg#logo__p"
|
|
5543
|
+
id="logo__p"
|
|
5544
|
+
style={
|
|
5545
|
+
Object {
|
|
5546
|
+
"style": undefined,
|
|
5547
|
+
}
|
|
5548
|
+
}
|
|
5549
|
+
/>
|
|
5550
|
+
<use
|
|
5551
|
+
className=""
|
|
5552
|
+
href="/logo_parts.svg#logo__areto"
|
|
5553
|
+
id="logo__areto"
|
|
5554
|
+
style={
|
|
5555
|
+
Object {
|
|
5556
|
+
"style": undefined,
|
|
5557
|
+
}
|
|
5558
|
+
}
|
|
5559
|
+
/>
|
|
5560
|
+
<use
|
|
5561
|
+
className=""
|
|
5562
|
+
href="/logo_parts.svg#logo__t"
|
|
5563
|
+
id="logo__t"
|
|
5564
|
+
style={
|
|
5565
|
+
Object {
|
|
5566
|
+
"style": undefined,
|
|
5567
|
+
}
|
|
5568
|
+
}
|
|
5569
|
+
/>
|
|
5570
|
+
</svg>,
|
|
2446
5571
|
<svg
|
|
2447
5572
|
className="base svg base logo x-heading"
|
|
2448
5573
|
height="4em"
|
|
@@ -3073,6 +6198,136 @@ exports[`Storyshots b/Logo Loop 1`] = `
|
|
|
3073
6198
|
</svg>
|
|
3074
6199
|
`;
|
|
3075
6200
|
|
|
6201
|
+
exports[`Storyshots b/Metrics Base 1`] = `
|
|
6202
|
+
<div
|
|
6203
|
+
className="base metrics"
|
|
6204
|
+
>
|
|
6205
|
+
<div
|
|
6206
|
+
className="metric"
|
|
6207
|
+
>
|
|
6208
|
+
<div
|
|
6209
|
+
className="circle y-success"
|
|
6210
|
+
>
|
|
6211
|
+
<div
|
|
6212
|
+
className="base animated-counter x-black"
|
|
6213
|
+
>
|
|
6214
|
+
<div
|
|
6215
|
+
className="count s3"
|
|
6216
|
+
>
|
|
6217
|
+
<span>
|
|
6218
|
+
+
|
|
6219
|
+
</span>
|
|
6220
|
+
<span />
|
|
6221
|
+
<span>
|
|
6222
|
+
%
|
|
6223
|
+
</span>
|
|
6224
|
+
</div>
|
|
6225
|
+
</div>
|
|
6226
|
+
<p
|
|
6227
|
+
className="description-md sm-h xs-h md-s1"
|
|
6228
|
+
>
|
|
6229
|
+
Merchandise sell-though rate during tour
|
|
6230
|
+
</p>
|
|
6231
|
+
</div>
|
|
6232
|
+
<p
|
|
6233
|
+
className="description-sm md-h lg-h sm-s-2"
|
|
6234
|
+
>
|
|
6235
|
+
Merchandise sell-though rate during tour
|
|
6236
|
+
</p>
|
|
6237
|
+
</div>
|
|
6238
|
+
<div
|
|
6239
|
+
className="metric"
|
|
6240
|
+
>
|
|
6241
|
+
<div
|
|
6242
|
+
className="circle y-warning"
|
|
6243
|
+
>
|
|
6244
|
+
<div
|
|
6245
|
+
className="base animated-counter x-black"
|
|
6246
|
+
>
|
|
6247
|
+
<div
|
|
6248
|
+
className="count s3"
|
|
6249
|
+
>
|
|
6250
|
+
<span />
|
|
6251
|
+
<span>
|
|
6252
|
+
K
|
|
6253
|
+
</span>
|
|
6254
|
+
</div>
|
|
6255
|
+
</div>
|
|
6256
|
+
<p
|
|
6257
|
+
className="description-md sm-h xs-h md-s1"
|
|
6258
|
+
>
|
|
6259
|
+
Stat or metric growth
|
|
6260
|
+
</p>
|
|
6261
|
+
</div>
|
|
6262
|
+
<p
|
|
6263
|
+
className="description-sm md-h lg-h sm-s-2"
|
|
6264
|
+
>
|
|
6265
|
+
Stat or metric growth
|
|
6266
|
+
</p>
|
|
6267
|
+
</div>
|
|
6268
|
+
<div
|
|
6269
|
+
className="metric"
|
|
6270
|
+
>
|
|
6271
|
+
<div
|
|
6272
|
+
className="circle y-navlink"
|
|
6273
|
+
>
|
|
6274
|
+
<div
|
|
6275
|
+
className="base animated-counter x-black"
|
|
6276
|
+
>
|
|
6277
|
+
<div
|
|
6278
|
+
className="count s3"
|
|
6279
|
+
>
|
|
6280
|
+
<span>
|
|
6281
|
+
+
|
|
6282
|
+
</span>
|
|
6283
|
+
<span />
|
|
6284
|
+
</div>
|
|
6285
|
+
</div>
|
|
6286
|
+
<p
|
|
6287
|
+
className="description-md sm-h xs-h md-s1"
|
|
6288
|
+
>
|
|
6289
|
+
Stat or metric growth
|
|
6290
|
+
</p>
|
|
6291
|
+
</div>
|
|
6292
|
+
<p
|
|
6293
|
+
className="description-sm md-h lg-h sm-s-2"
|
|
6294
|
+
>
|
|
6295
|
+
Stat or metric growth
|
|
6296
|
+
</p>
|
|
6297
|
+
</div>
|
|
6298
|
+
<div
|
|
6299
|
+
className="metric"
|
|
6300
|
+
>
|
|
6301
|
+
<div
|
|
6302
|
+
className="circle y-error"
|
|
6303
|
+
>
|
|
6304
|
+
<div
|
|
6305
|
+
className="base animated-counter x-black"
|
|
6306
|
+
>
|
|
6307
|
+
<div
|
|
6308
|
+
className="count s3"
|
|
6309
|
+
>
|
|
6310
|
+
<span>
|
|
6311
|
+
$
|
|
6312
|
+
</span>
|
|
6313
|
+
<span />
|
|
6314
|
+
</div>
|
|
6315
|
+
</div>
|
|
6316
|
+
<p
|
|
6317
|
+
className="description-md sm-h xs-h md-s1"
|
|
6318
|
+
>
|
|
6319
|
+
Merchandise sell-though rate during tour
|
|
6320
|
+
</p>
|
|
6321
|
+
</div>
|
|
6322
|
+
<p
|
|
6323
|
+
className="description-sm md-h lg-h sm-s-2"
|
|
6324
|
+
>
|
|
6325
|
+
Merchandise sell-though rate during tour
|
|
6326
|
+
</p>
|
|
6327
|
+
</div>
|
|
6328
|
+
</div>
|
|
6329
|
+
`;
|
|
6330
|
+
|
|
3076
6331
|
exports[`Storyshots b/Page Base 1`] = `
|
|
3077
6332
|
<main
|
|
3078
6333
|
className="base page"
|
|
@@ -3103,6 +6358,62 @@ exports[`Storyshots b/Page Item Type 1`] = `
|
|
|
3103
6358
|
</main>
|
|
3104
6359
|
`;
|
|
3105
6360
|
|
|
6361
|
+
exports[`Storyshots b/Page Sections With Background 1`] = `
|
|
6362
|
+
<main
|
|
6363
|
+
className="base page"
|
|
6364
|
+
id="with-sections"
|
|
6365
|
+
>
|
|
6366
|
+
<section
|
|
6367
|
+
className="base section y-success b-light-y"
|
|
6368
|
+
id="with-sections_s1"
|
|
6369
|
+
style={
|
|
6370
|
+
Object {
|
|
6371
|
+
"alignItems": "center",
|
|
6372
|
+
"display": "flex",
|
|
6373
|
+
"height": "30em",
|
|
6374
|
+
"justifyContent": "center",
|
|
6375
|
+
}
|
|
6376
|
+
}
|
|
6377
|
+
>
|
|
6378
|
+
<figure
|
|
6379
|
+
className="base quote x-paragraph"
|
|
6380
|
+
>
|
|
6381
|
+
<blockquote
|
|
6382
|
+
className="blockquote uc"
|
|
6383
|
+
>
|
|
6384
|
+
<p
|
|
6385
|
+
className="quotation c-x md-s0 s-1"
|
|
6386
|
+
>
|
|
6387
|
+
Pareto was like having a full-time employee without having to hire somebody. That’s how I would explain it. An on-call, on-demand full-time employee.
|
|
6388
|
+
</p>
|
|
6389
|
+
</blockquote>
|
|
6390
|
+
<figcaption
|
|
6391
|
+
className="figcaption"
|
|
6392
|
+
>
|
|
6393
|
+
<cite>
|
|
6394
|
+
Austen Spoonts
|
|
6395
|
+
</cite>
|
|
6396
|
+
</figcaption>
|
|
6397
|
+
</figure>
|
|
6398
|
+
<div
|
|
6399
|
+
className="base shapes"
|
|
6400
|
+
style={
|
|
6401
|
+
Object {
|
|
6402
|
+
"--horizontal-align": "center",
|
|
6403
|
+
"--overflow": "hidden",
|
|
6404
|
+
"--shape-height": "30em",
|
|
6405
|
+
"--vertical-align": "flex-end",
|
|
6406
|
+
}
|
|
6407
|
+
}
|
|
6408
|
+
>
|
|
6409
|
+
<div
|
|
6410
|
+
className="triangle"
|
|
6411
|
+
/>
|
|
6412
|
+
</div>
|
|
6413
|
+
</section>
|
|
6414
|
+
</main>
|
|
6415
|
+
`;
|
|
6416
|
+
|
|
3106
6417
|
exports[`Storyshots b/Page With Sections 1`] = `
|
|
3107
6418
|
<main
|
|
3108
6419
|
className="base page"
|
|
@@ -3391,7 +6702,7 @@ Array [
|
|
|
3391
6702
|
|
|
3392
6703
|
exports[`Storyshots b/ThemeSelector Base 1`] = `
|
|
3393
6704
|
<div
|
|
3394
|
-
className="ui-undefined y-
|
|
6705
|
+
className="ui-undefined y-background1 b-y"
|
|
3395
6706
|
>
|
|
3396
6707
|
<p>
|
|
3397
6708
|
Theme :
|
|
@@ -3427,7 +6738,7 @@ Array [
|
|
|
3427
6738
|
className="u2 pv-u"
|
|
3428
6739
|
>
|
|
3429
6740
|
<div
|
|
3430
|
-
className="y-
|
|
6741
|
+
className="y-background2 b-dark-y"
|
|
3431
6742
|
>
|
|
3432
6743
|
<div
|
|
3433
6744
|
className="base title"
|
|
@@ -3449,7 +6760,7 @@ Array [
|
|
|
3449
6760
|
className="u2 pv-u"
|
|
3450
6761
|
>
|
|
3451
6762
|
<div
|
|
3452
|
-
className="y-
|
|
6763
|
+
className="y-background2 b-dark-y"
|
|
3453
6764
|
>
|
|
3454
6765
|
<div
|
|
3455
6766
|
className="base title"
|
|
@@ -3471,7 +6782,7 @@ Array [
|
|
|
3471
6782
|
className="u2 pv-u"
|
|
3472
6783
|
>
|
|
3473
6784
|
<div
|
|
3474
|
-
className="y-
|
|
6785
|
+
className="y-background2 b-dark-y"
|
|
3475
6786
|
>
|
|
3476
6787
|
<div
|
|
3477
6788
|
className="base title"
|
|
@@ -3493,7 +6804,7 @@ Array [
|
|
|
3493
6804
|
className="u2 pv-u"
|
|
3494
6805
|
>
|
|
3495
6806
|
<div
|
|
3496
|
-
className="y-
|
|
6807
|
+
className="y-background2 b-dark-y"
|
|
3497
6808
|
>
|
|
3498
6809
|
<div
|
|
3499
6810
|
className="base title"
|
|
@@ -3515,7 +6826,7 @@ Array [
|
|
|
3515
6826
|
className="u2 pv-u"
|
|
3516
6827
|
>
|
|
3517
6828
|
<div
|
|
3518
|
-
className="y-
|
|
6829
|
+
className="y-background2 b-dark-y"
|
|
3519
6830
|
>
|
|
3520
6831
|
<div
|
|
3521
6832
|
className="base title"
|
|
@@ -3563,7 +6874,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
3563
6874
|
}
|
|
3564
6875
|
>
|
|
3565
6876
|
<div
|
|
3566
|
-
className="base content-slides y-
|
|
6877
|
+
className="base content-slides y-background1 u1 md-u2"
|
|
3567
6878
|
>
|
|
3568
6879
|
<nav
|
|
3569
6880
|
className="sidebar"
|
|
@@ -3688,7 +6999,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
3688
6999
|
className="horizontal-menu"
|
|
3689
7000
|
>
|
|
3690
7001
|
<div
|
|
3691
|
-
className="base progress-bar modifierAttached x-main2 y-
|
|
7002
|
+
className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
|
|
3692
7003
|
data-length="50%"
|
|
3693
7004
|
style={
|
|
3694
7005
|
Object {
|
|
@@ -3935,13 +7246,13 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
3935
7246
|
|
|
3936
7247
|
exports[`Storyshots c/ContentSlides Simple 1`] = `
|
|
3937
7248
|
<div
|
|
3938
|
-
className="base content-slides y-
|
|
7249
|
+
className="base content-slides y-background1 simple u1 md-u2"
|
|
3939
7250
|
>
|
|
3940
7251
|
<div
|
|
3941
7252
|
className="horizontal-menu"
|
|
3942
7253
|
>
|
|
3943
7254
|
<div
|
|
3944
|
-
className="base progress-bar modifierAttached x-main2 y-
|
|
7255
|
+
className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
|
|
3945
7256
|
data-length="50%"
|
|
3946
7257
|
style={
|
|
3947
7258
|
Object {
|
|
@@ -4316,7 +7627,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
4316
7627
|
/>
|
|
4317
7628
|
</div>
|
|
4318
7629
|
<div
|
|
4319
|
-
className="base text-area-input form-input x-
|
|
7630
|
+
className="base text-area-input form-input x-background1 y-main1"
|
|
4320
7631
|
>
|
|
4321
7632
|
<label
|
|
4322
7633
|
className="base label c-y v50 mb-v x-main1"
|
|
@@ -4335,7 +7646,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
4335
7646
|
|
|
4336
7647
|
</div>
|
|
4337
7648
|
<div
|
|
4338
|
-
className="base choices-input form-input x-
|
|
7649
|
+
className="base choices-input form-input x-background2 y-main1"
|
|
4339
7650
|
style={
|
|
4340
7651
|
Object {
|
|
4341
7652
|
"--grid-columns-desktop": 3,
|
|
@@ -4501,7 +7812,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
4501
7812
|
/>
|
|
4502
7813
|
</div>
|
|
4503
7814
|
<div
|
|
4504
|
-
className="base text-area-input form-input x-
|
|
7815
|
+
className="base text-area-input form-input x-background1 y-main1"
|
|
4505
7816
|
>
|
|
4506
7817
|
<label
|
|
4507
7818
|
className="base label c-y v50 mb-v x-main1"
|
|
@@ -4520,7 +7831,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
4520
7831
|
|
|
4521
7832
|
</div>
|
|
4522
7833
|
<div
|
|
4523
|
-
className="base choices-input form-input x-
|
|
7834
|
+
className="base choices-input form-input x-background2 y-main1"
|
|
4524
7835
|
style={
|
|
4525
7836
|
Object {
|
|
4526
7837
|
"--grid-columns-desktop": 3,
|
|
@@ -4702,7 +8013,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
|
|
|
4702
8013
|
onSubmit={[Function]}
|
|
4703
8014
|
>
|
|
4704
8015
|
<div
|
|
4705
|
-
className="y-
|
|
8016
|
+
className="y-background1 b-y"
|
|
4706
8017
|
>
|
|
4707
8018
|
<div
|
|
4708
8019
|
className="base checkbox-input"
|
|
@@ -4826,7 +8137,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
|
|
|
4826
8137
|
onSubmit={[Function]}
|
|
4827
8138
|
>
|
|
4828
8139
|
<div
|
|
4829
|
-
className="base choices-input x-
|
|
8140
|
+
className="base choices-input x-background2 y-main1"
|
|
4830
8141
|
id="colors"
|
|
4831
8142
|
style={
|
|
4832
8143
|
Object {
|
|
@@ -4915,7 +8226,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
|
|
|
4915
8226
|
onSubmit={[Function]}
|
|
4916
8227
|
>
|
|
4917
8228
|
<div
|
|
4918
|
-
className="base choices-input x-
|
|
8229
|
+
className="base choices-input x-background2 y-main1"
|
|
4919
8230
|
id="shapes"
|
|
4920
8231
|
style={
|
|
4921
8232
|
Object {
|
|
@@ -5009,7 +8320,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
|
|
|
5009
8320
|
onSubmit={[Function]}
|
|
5010
8321
|
>
|
|
5011
8322
|
<div
|
|
5012
|
-
className="base choices-input x-
|
|
8323
|
+
className="base choices-input x-background2 y-main1"
|
|
5013
8324
|
id="shapes"
|
|
5014
8325
|
style={
|
|
5015
8326
|
Object {
|
|
@@ -5103,7 +8414,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
|
|
|
5103
8414
|
onSubmit={[Function]}
|
|
5104
8415
|
>
|
|
5105
8416
|
<div
|
|
5106
|
-
className="base choices-input multiple x-
|
|
8417
|
+
className="base choices-input multiple x-background2 y-main1"
|
|
5107
8418
|
id="colors"
|
|
5108
8419
|
style={
|
|
5109
8420
|
Object {
|
|
@@ -5192,7 +8503,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
|
|
|
5192
8503
|
onSubmit={[Function]}
|
|
5193
8504
|
>
|
|
5194
8505
|
<div
|
|
5195
|
-
className="base choices-input multiple x-
|
|
8506
|
+
className="base choices-input multiple x-background2 y-main1"
|
|
5196
8507
|
id="colors"
|
|
5197
8508
|
style={
|
|
5198
8509
|
Object {
|
|
@@ -5502,7 +8813,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
5502
8813
|
className="base ratings-input"
|
|
5503
8814
|
>
|
|
5504
8815
|
<div
|
|
5505
|
-
className="base rating x-
|
|
8816
|
+
className="base rating x-main1 y-background2"
|
|
5506
8817
|
>
|
|
5507
8818
|
<label
|
|
5508
8819
|
htmlFor="ratings-1"
|
|
@@ -5525,7 +8836,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
5525
8836
|
/>
|
|
5526
8837
|
</div>
|
|
5527
8838
|
<div
|
|
5528
|
-
className="base rating x-
|
|
8839
|
+
className="base rating x-main1 y-background2"
|
|
5529
8840
|
>
|
|
5530
8841
|
<label
|
|
5531
8842
|
htmlFor="ratings-2"
|
|
@@ -5548,7 +8859,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
5548
8859
|
/>
|
|
5549
8860
|
</div>
|
|
5550
8861
|
<div
|
|
5551
|
-
className="base rating x-
|
|
8862
|
+
className="base rating x-main1 y-background2"
|
|
5552
8863
|
>
|
|
5553
8864
|
<label
|
|
5554
8865
|
htmlFor="ratings-3"
|
|
@@ -5571,7 +8882,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
5571
8882
|
/>
|
|
5572
8883
|
</div>
|
|
5573
8884
|
<div
|
|
5574
|
-
className="base rating x-
|
|
8885
|
+
className="base rating x-main1 y-background2"
|
|
5575
8886
|
>
|
|
5576
8887
|
<label
|
|
5577
8888
|
htmlFor="ratings-4"
|
|
@@ -5594,7 +8905,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
5594
8905
|
/>
|
|
5595
8906
|
</div>
|
|
5596
8907
|
<div
|
|
5597
|
-
className="base rating x-
|
|
8908
|
+
className="base rating x-main1 y-background2"
|
|
5598
8909
|
>
|
|
5599
8910
|
<label
|
|
5600
8911
|
htmlFor="ratings-5"
|
|
@@ -5646,7 +8957,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5646
8957
|
not satisfied.
|
|
5647
8958
|
</p>
|
|
5648
8959
|
<div
|
|
5649
|
-
className="base rating x-
|
|
8960
|
+
className="base rating x-main1 y-background2"
|
|
5650
8961
|
>
|
|
5651
8962
|
<label
|
|
5652
8963
|
htmlFor="ratings-1"
|
|
@@ -5674,7 +8985,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5674
8985
|
/>
|
|
5675
8986
|
</div>
|
|
5676
8987
|
<div
|
|
5677
|
-
className="base rating x-
|
|
8988
|
+
className="base rating x-main1 y-background2"
|
|
5678
8989
|
>
|
|
5679
8990
|
<label
|
|
5680
8991
|
htmlFor="ratings-2"
|
|
@@ -5702,7 +9013,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5702
9013
|
/>
|
|
5703
9014
|
</div>
|
|
5704
9015
|
<div
|
|
5705
|
-
className="base rating x-
|
|
9016
|
+
className="base rating x-main1 y-background2"
|
|
5706
9017
|
>
|
|
5707
9018
|
<label
|
|
5708
9019
|
htmlFor="ratings-3"
|
|
@@ -5730,7 +9041,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5730
9041
|
/>
|
|
5731
9042
|
</div>
|
|
5732
9043
|
<div
|
|
5733
|
-
className="base rating x-
|
|
9044
|
+
className="base rating x-main1 y-background2"
|
|
5734
9045
|
>
|
|
5735
9046
|
<label
|
|
5736
9047
|
htmlFor="ratings-4"
|
|
@@ -5758,7 +9069,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5758
9069
|
/>
|
|
5759
9070
|
</div>
|
|
5760
9071
|
<div
|
|
5761
|
-
className="base rating x-
|
|
9072
|
+
className="base rating x-main1 y-background2"
|
|
5762
9073
|
>
|
|
5763
9074
|
<label
|
|
5764
9075
|
htmlFor="ratings-5"
|
|
@@ -5786,7 +9097,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5786
9097
|
/>
|
|
5787
9098
|
</div>
|
|
5788
9099
|
<div
|
|
5789
|
-
className="base rating x-
|
|
9100
|
+
className="base rating x-main1 y-background2"
|
|
5790
9101
|
>
|
|
5791
9102
|
<label
|
|
5792
9103
|
htmlFor="ratings-6"
|
|
@@ -5814,7 +9125,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5814
9125
|
/>
|
|
5815
9126
|
</div>
|
|
5816
9127
|
<div
|
|
5817
|
-
className="base rating x-
|
|
9128
|
+
className="base rating x-main1 y-background2"
|
|
5818
9129
|
>
|
|
5819
9130
|
<label
|
|
5820
9131
|
htmlFor="ratings-7"
|
|
@@ -5842,7 +9153,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5842
9153
|
/>
|
|
5843
9154
|
</div>
|
|
5844
9155
|
<div
|
|
5845
|
-
className="base rating x-
|
|
9156
|
+
className="base rating x-main1 y-background2"
|
|
5846
9157
|
>
|
|
5847
9158
|
<label
|
|
5848
9159
|
htmlFor="ratings-8"
|
|
@@ -5870,7 +9181,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5870
9181
|
/>
|
|
5871
9182
|
</div>
|
|
5872
9183
|
<div
|
|
5873
|
-
className="base rating x-
|
|
9184
|
+
className="base rating x-main1 y-background2"
|
|
5874
9185
|
>
|
|
5875
9186
|
<label
|
|
5876
9187
|
htmlFor="ratings-9"
|
|
@@ -5898,7 +9209,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
5898
9209
|
/>
|
|
5899
9210
|
</div>
|
|
5900
9211
|
<div
|
|
5901
|
-
className="base rating x-
|
|
9212
|
+
className="base rating x-main1 y-background2"
|
|
5902
9213
|
>
|
|
5903
9214
|
<label
|
|
5904
9215
|
htmlFor="ratings-10"
|
|
@@ -5955,7 +9266,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
5955
9266
|
className="base ratings-input"
|
|
5956
9267
|
>
|
|
5957
9268
|
<div
|
|
5958
|
-
className="base rating x-
|
|
9269
|
+
className="base rating x-main1 y-background2"
|
|
5959
9270
|
>
|
|
5960
9271
|
<label
|
|
5961
9272
|
htmlFor="ratings-1"
|
|
@@ -5983,7 +9294,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
5983
9294
|
/>
|
|
5984
9295
|
</div>
|
|
5985
9296
|
<div
|
|
5986
|
-
className="base rating x-
|
|
9297
|
+
className="base rating x-main1 y-background2"
|
|
5987
9298
|
>
|
|
5988
9299
|
<label
|
|
5989
9300
|
htmlFor="ratings-2"
|
|
@@ -6011,7 +9322,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6011
9322
|
/>
|
|
6012
9323
|
</div>
|
|
6013
9324
|
<div
|
|
6014
|
-
className="base rating x-
|
|
9325
|
+
className="base rating x-main1 y-background2"
|
|
6015
9326
|
>
|
|
6016
9327
|
<label
|
|
6017
9328
|
htmlFor="ratings-3"
|
|
@@ -6039,7 +9350,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6039
9350
|
/>
|
|
6040
9351
|
</div>
|
|
6041
9352
|
<div
|
|
6042
|
-
className="base rating x-
|
|
9353
|
+
className="base rating x-main1 y-background2"
|
|
6043
9354
|
>
|
|
6044
9355
|
<label
|
|
6045
9356
|
htmlFor="ratings-4"
|
|
@@ -6067,7 +9378,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6067
9378
|
/>
|
|
6068
9379
|
</div>
|
|
6069
9380
|
<div
|
|
6070
|
-
className="base rating x-
|
|
9381
|
+
className="base rating x-main1 y-background2"
|
|
6071
9382
|
>
|
|
6072
9383
|
<label
|
|
6073
9384
|
htmlFor="ratings-5"
|
|
@@ -6095,7 +9406,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6095
9406
|
/>
|
|
6096
9407
|
</div>
|
|
6097
9408
|
<div
|
|
6098
|
-
className="base rating x-
|
|
9409
|
+
className="base rating x-main1 y-background2"
|
|
6099
9410
|
>
|
|
6100
9411
|
<label
|
|
6101
9412
|
htmlFor="ratings-6"
|
|
@@ -6123,7 +9434,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6123
9434
|
/>
|
|
6124
9435
|
</div>
|
|
6125
9436
|
<div
|
|
6126
|
-
className="base rating x-
|
|
9437
|
+
className="base rating x-main1 y-background2"
|
|
6127
9438
|
>
|
|
6128
9439
|
<label
|
|
6129
9440
|
htmlFor="ratings-7"
|
|
@@ -6151,7 +9462,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6151
9462
|
/>
|
|
6152
9463
|
</div>
|
|
6153
9464
|
<div
|
|
6154
|
-
className="base rating x-
|
|
9465
|
+
className="base rating x-main1 y-background2"
|
|
6155
9466
|
>
|
|
6156
9467
|
<label
|
|
6157
9468
|
htmlFor="ratings-8"
|
|
@@ -6179,7 +9490,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6179
9490
|
/>
|
|
6180
9491
|
</div>
|
|
6181
9492
|
<div
|
|
6182
|
-
className="base rating x-
|
|
9493
|
+
className="base rating x-main1 y-background2"
|
|
6183
9494
|
>
|
|
6184
9495
|
<label
|
|
6185
9496
|
htmlFor="ratings-9"
|
|
@@ -6207,7 +9518,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
6207
9518
|
/>
|
|
6208
9519
|
</div>
|
|
6209
9520
|
<div
|
|
6210
|
-
className="base rating x-
|
|
9521
|
+
className="base rating x-main1 y-background2"
|
|
6211
9522
|
>
|
|
6212
9523
|
<label
|
|
6213
9524
|
htmlFor="ratings-10"
|
|
@@ -6491,7 +9802,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
|
|
|
6491
9802
|
onSubmit={[Function]}
|
|
6492
9803
|
>
|
|
6493
9804
|
<div
|
|
6494
|
-
className="y-
|
|
9805
|
+
className="y-background1 b-y v2 p-v"
|
|
6495
9806
|
style={
|
|
6496
9807
|
Object {
|
|
6497
9808
|
"height": "100%",
|
|
@@ -6499,7 +9810,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
|
|
|
6499
9810
|
}
|
|
6500
9811
|
>
|
|
6501
9812
|
<div
|
|
6502
|
-
className="base task-recommendation-input x-
|
|
9813
|
+
className="base task-recommendation-input x-main1"
|
|
6503
9814
|
>
|
|
6504
9815
|
<div
|
|
6505
9816
|
className="task-content b-on-x"
|
|
@@ -6508,7 +9819,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
|
|
|
6508
9819
|
className="v1 p-v task"
|
|
6509
9820
|
>
|
|
6510
9821
|
<label
|
|
6511
|
-
className="base label uc mb-v
|
|
9822
|
+
className="base label uc mb-v x-main1"
|
|
6512
9823
|
htmlFor="taskRecommendations"
|
|
6513
9824
|
>
|
|
6514
9825
|
Find potential business customers
|
|
@@ -6546,35 +9857,39 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
|
6546
9857
|
onSubmit={[Function]}
|
|
6547
9858
|
>
|
|
6548
9859
|
<div
|
|
6549
|
-
className="
|
|
9860
|
+
className="y-background1 b-dark-y u2 pb-u"
|
|
6550
9861
|
>
|
|
6551
|
-
<
|
|
6552
|
-
className="base
|
|
6553
|
-
htmlFor="firstName"
|
|
9862
|
+
<div
|
|
9863
|
+
className="base text-input"
|
|
6554
9864
|
>
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6574
|
-
type="button"
|
|
9865
|
+
<label
|
|
9866
|
+
className="base label input-label v50 mb-v x-main1"
|
|
9867
|
+
htmlFor="firstName"
|
|
9868
|
+
>
|
|
9869
|
+
What's your first name ?
|
|
9870
|
+
</label>
|
|
9871
|
+
<input
|
|
9872
|
+
className="input input-border"
|
|
9873
|
+
disabled={false}
|
|
9874
|
+
id="firstName"
|
|
9875
|
+
name="firstName"
|
|
9876
|
+
onBlur={[Function]}
|
|
9877
|
+
onChange={[Function]}
|
|
9878
|
+
type="text"
|
|
9879
|
+
value=""
|
|
9880
|
+
/>
|
|
9881
|
+
</div>
|
|
9882
|
+
<div
|
|
9883
|
+
className="debugger"
|
|
6575
9884
|
>
|
|
6576
|
-
|
|
6577
|
-
|
|
9885
|
+
<button
|
|
9886
|
+
className="base button x-main1"
|
|
9887
|
+
onClick={[Function]}
|
|
9888
|
+
type="button"
|
|
9889
|
+
>
|
|
9890
|
+
Open FormDebugger
|
|
9891
|
+
</button>
|
|
9892
|
+
</div>
|
|
6578
9893
|
</div>
|
|
6579
9894
|
</form>
|
|
6580
9895
|
`;
|
|
@@ -6586,7 +9901,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
6586
9901
|
onSubmit={[Function]}
|
|
6587
9902
|
>
|
|
6588
9903
|
<div
|
|
6589
|
-
className="y-
|
|
9904
|
+
className="y-background1 b-dark-y"
|
|
6590
9905
|
>
|
|
6591
9906
|
<div
|
|
6592
9907
|
className="base text-input"
|
|
@@ -6650,7 +9965,7 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
|
|
|
6650
9965
|
onSubmit={[Function]}
|
|
6651
9966
|
>
|
|
6652
9967
|
<div
|
|
6653
|
-
className="y-
|
|
9968
|
+
className="y-background1 b-dark-y u2 pb-u"
|
|
6654
9969
|
>
|
|
6655
9970
|
<div
|
|
6656
9971
|
className="base text-input"
|
|
@@ -6683,10 +9998,10 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
|
|
|
6683
9998
|
onSubmit={[Function]}
|
|
6684
9999
|
>
|
|
6685
10000
|
<div
|
|
6686
|
-
className="y-
|
|
10001
|
+
className="y-background1 b-dark-y"
|
|
6687
10002
|
>
|
|
6688
10003
|
<div
|
|
6689
|
-
className="base text-area-input x-
|
|
10004
|
+
className="base text-area-input x-background1 y-main1"
|
|
6690
10005
|
>
|
|
6691
10006
|
<label
|
|
6692
10007
|
className="base label c-y v50 mb-v x-main1"
|
|
@@ -6727,10 +10042,10 @@ exports[`Storyshots f/fields/TextareaInput Disabled Textarea Input 1`] = `
|
|
|
6727
10042
|
onSubmit={[Function]}
|
|
6728
10043
|
>
|
|
6729
10044
|
<div
|
|
6730
|
-
className="y-
|
|
10045
|
+
className="y-background1 b-dark-y"
|
|
6731
10046
|
>
|
|
6732
10047
|
<div
|
|
6733
|
-
className="base text-area-input x-
|
|
10048
|
+
className="base text-area-input x-background1 y-main1"
|
|
6734
10049
|
>
|
|
6735
10050
|
<label
|
|
6736
10051
|
className="base label c-y v50 mb-v x-main1"
|