@pareto-engineering/design-system 4.0.0-alpha.28 → 4.0.0-alpha.33
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/AnimatedGradient/AnimatedGradient.js +1 -1
- package/dist/cjs/a/People/common/Person/Person.js +1 -1
- package/dist/cjs/a/Popover/Popover.js +1 -1
- package/dist/cjs/a/Popover/styles.scss +1 -1
- package/dist/cjs/a/TextSteps/TextSteps.js +1 -1
- package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
- package/dist/cjs/c/ContentSlides/styles.scss +2 -2
- package/dist/cjs/c/Modal/Modal.js +1 -1
- package/dist/cjs/c/Modal/common/ModalHeader/ModalHeader.js +1 -1
- package/dist/cjs/c/Modal/styles.scss +5 -1
- package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/common/Combobox/Combobox.js +3 -3
- package/dist/cjs/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +2 -2
- package/dist/cjs/f/fields/QueryCombobox/styles.scss +8 -7
- package/dist/cjs/f/fields/QuerySelect/QuerySelect.js +1 -1
- package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +3 -3
- package/dist/cjs/f/fields/TextInput/TextInput.js +1 -1
- package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +6 -6
- package/dist/cjs/f/fields/TextareaInput/styles.scss +7 -5
- package/dist/cjs/form.scss +1 -1
- package/dist/es/a/AnimatedGradient/AnimatedGradient.js +1 -1
- package/dist/es/a/People/common/Person/Person.js +1 -1
- package/dist/es/a/Popover/Popover.js +1 -1
- package/dist/es/a/Popover/styles.scss +1 -1
- package/dist/es/a/TextSteps/TextSteps.js +2 -2
- package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
- package/dist/es/c/ContentSlides/styles.scss +2 -2
- package/dist/es/c/Modal/Modal.js +1 -1
- package/dist/es/c/Modal/common/ModalHeader/ModalHeader.js +1 -1
- package/dist/es/c/Modal/styles.scss +5 -1
- package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/es/f/fields/QueryCombobox/common/Combobox/Combobox.js +3 -3
- package/dist/es/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +2 -2
- package/dist/es/f/fields/QueryCombobox/styles.scss +8 -7
- package/dist/es/f/fields/QuerySelect/QuerySelect.js +1 -1
- package/dist/es/f/fields/RatingsInput/common/Rating/Rating.js +3 -3
- package/dist/es/f/fields/TextInput/TextInput.js +1 -1
- package/dist/es/f/fields/TextareaInput/TextareaInput.js +6 -6
- package/dist/es/f/fields/TextareaInput/styles.scss +7 -5
- package/dist/es/form.scss +1 -1
- package/package.json +5 -5
- package/src/stories/a/People.stories.jsx +2 -2
- package/src/stories/a/Quote.stories.jsx +1 -1
- package/src/stories/a/SnapScroller.stories.jsx +2 -2
- package/src/stories/a/Spinner.stories.jsx +1 -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 +1 -1
- package/src/ui/a/AnimatedGradient/AnimatedGradient.jsx +1 -1
- package/src/ui/a/People/common/Person/Person.jsx +1 -1
- package/src/ui/a/Popover/Popover.jsx +1 -1
- package/src/ui/a/Popover/styles.scss +1 -1
- package/src/ui/a/TextSteps/TextSteps.jsx +2 -2
- package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +1 -1
- package/src/ui/c/ContentSlides/styles.scss +2 -2
- package/src/ui/c/Modal/Modal.jsx +1 -1
- package/src/ui/c/Modal/common/ModalHeader/ModalHeader.jsx +1 -1
- package/src/ui/c/Modal/styles.scss +5 -1
- package/src/ui/f/fields/QueryCombobox/QueryCombobox.jsx +1 -1
- package/src/ui/f/fields/QueryCombobox/common/Combobox/Combobox.jsx +3 -3
- package/src/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.jsx +2 -2
- package/src/ui/f/fields/QueryCombobox/styles.scss +8 -7
- package/src/ui/f/fields/QuerySelect/QuerySelect.jsx +1 -1
- package/src/ui/f/fields/RatingsInput/common/Rating/Rating.jsx +3 -3
- package/src/ui/f/fields/TextInput/TextInput.jsx +1 -1
- package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +8 -8
- package/src/ui/f/fields/TextareaInput/styles.scss +7 -5
- package/src/ui/form.scss +1 -1
- package/tests/__snapshots__/Storyshots.test.js.snap +140 -140
|
@@ -2156,7 +2156,7 @@ exports[`Storyshots a/MetaCard With Blur 1`] = `
|
|
|
2156
2156
|
|
|
2157
2157
|
exports[`Storyshots a/People Base 1`] = `
|
|
2158
2158
|
<div
|
|
2159
|
-
className="x-
|
|
2159
|
+
className="x-background-far b-x v1 p-v"
|
|
2160
2160
|
>
|
|
2161
2161
|
<div
|
|
2162
2162
|
className="base people u1"
|
|
@@ -2242,7 +2242,7 @@ exports[`Storyshots a/People Base 1`] = `
|
|
|
2242
2242
|
|
|
2243
2243
|
exports[`Storyshots a/People One Person 1`] = `
|
|
2244
2244
|
<div
|
|
2245
|
-
className="x-
|
|
2245
|
+
className="x-background-far b-x v1 p-v"
|
|
2246
2246
|
>
|
|
2247
2247
|
<div
|
|
2248
2248
|
className="base people u1"
|
|
@@ -2333,7 +2333,7 @@ exports[`Storyshots a/Popover Bottom Left 1`] = `
|
|
|
2333
2333
|
Open Popover
|
|
2334
2334
|
</button>
|
|
2335
2335
|
<div
|
|
2336
|
-
className="base popover x-
|
|
2336
|
+
className="base popover x-background-near bottom left"
|
|
2337
2337
|
>
|
|
2338
2338
|
<ul>
|
|
2339
2339
|
<li>
|
|
@@ -2436,7 +2436,7 @@ exports[`Storyshots a/Popover Bottom Right 1`] = `
|
|
|
2436
2436
|
Open Popover
|
|
2437
2437
|
</button>
|
|
2438
2438
|
<div
|
|
2439
|
-
className="base popover x-
|
|
2439
|
+
className="base popover x-background-near bottom right"
|
|
2440
2440
|
>
|
|
2441
2441
|
<ul>
|
|
2442
2442
|
<li>
|
|
@@ -2539,7 +2539,7 @@ exports[`Storyshots a/Popover Top Left 1`] = `
|
|
|
2539
2539
|
Open Popover
|
|
2540
2540
|
</button>
|
|
2541
2541
|
<div
|
|
2542
|
-
className="base popover x-
|
|
2542
|
+
className="base popover x-background-near top left"
|
|
2543
2543
|
>
|
|
2544
2544
|
<ul>
|
|
2545
2545
|
<li>
|
|
@@ -2642,7 +2642,7 @@ exports[`Storyshots a/Popover Top Right 1`] = `
|
|
|
2642
2642
|
Open Popover
|
|
2643
2643
|
</button>
|
|
2644
2644
|
<div
|
|
2645
|
-
className="base popover x-
|
|
2645
|
+
className="base popover x-background-near top right"
|
|
2646
2646
|
>
|
|
2647
2647
|
<ul>
|
|
2648
2648
|
<li>
|
|
@@ -2750,7 +2750,7 @@ exports[`Storyshots a/ProgressBar Height 1`] = `
|
|
|
2750
2750
|
|
|
2751
2751
|
exports[`Storyshots a/Quote Base 1`] = `
|
|
2752
2752
|
<div
|
|
2753
|
-
className="y-
|
|
2753
|
+
className="y-background-far b-y u1 p-u"
|
|
2754
2754
|
>
|
|
2755
2755
|
<figure
|
|
2756
2756
|
className="base quote x-main1"
|
|
@@ -2942,7 +2942,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
|
|
|
2942
2942
|
className="card"
|
|
2943
2943
|
style={
|
|
2944
2944
|
{
|
|
2945
|
-
"background": "var(--
|
|
2945
|
+
"background": "var(--background-far)",
|
|
2946
2946
|
"height": "400px",
|
|
2947
2947
|
"minWidth": "330px",
|
|
2948
2948
|
"padding": "var(--u)",
|
|
@@ -2955,7 +2955,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
|
|
|
2955
2955
|
className="card"
|
|
2956
2956
|
style={
|
|
2957
2957
|
{
|
|
2958
|
-
"background": "var(--
|
|
2958
|
+
"background": "var(--background-far)",
|
|
2959
2959
|
"height": "400px",
|
|
2960
2960
|
"minWidth": "330px",
|
|
2961
2961
|
"padding": "var(--u)",
|
|
@@ -2968,7 +2968,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
|
|
|
2968
2968
|
className="card"
|
|
2969
2969
|
style={
|
|
2970
2970
|
{
|
|
2971
|
-
"background": "var(--
|
|
2971
|
+
"background": "var(--background-far)",
|
|
2972
2972
|
"height": "400px",
|
|
2973
2973
|
"minWidth": "330px",
|
|
2974
2974
|
"padding": "var(--u)",
|
|
@@ -2981,7 +2981,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
|
|
|
2981
2981
|
className="card"
|
|
2982
2982
|
style={
|
|
2983
2983
|
{
|
|
2984
|
-
"background": "var(--
|
|
2984
|
+
"background": "var(--background-far)",
|
|
2985
2985
|
"height": "400px",
|
|
2986
2986
|
"minWidth": "330px",
|
|
2987
2987
|
"padding": "var(--u)",
|
|
@@ -2994,7 +2994,7 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
|
|
|
2994
2994
|
className="card"
|
|
2995
2995
|
style={
|
|
2996
2996
|
{
|
|
2997
|
-
"background": "var(--
|
|
2997
|
+
"background": "var(--background-far)",
|
|
2998
2998
|
"height": "400px",
|
|
2999
2999
|
"minWidth": "330px",
|
|
3000
3000
|
"padding": "var(--u)",
|
|
@@ -3019,7 +3019,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
|
|
|
3019
3019
|
className="card"
|
|
3020
3020
|
style={
|
|
3021
3021
|
{
|
|
3022
|
-
"background": "var(--
|
|
3022
|
+
"background": "var(--background-far)",
|
|
3023
3023
|
"height": "400px",
|
|
3024
3024
|
"padding": "var(--u)",
|
|
3025
3025
|
"width": "330px",
|
|
@@ -3032,7 +3032,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
|
|
|
3032
3032
|
className="card"
|
|
3033
3033
|
style={
|
|
3034
3034
|
{
|
|
3035
|
-
"background": "var(--
|
|
3035
|
+
"background": "var(--background-far)",
|
|
3036
3036
|
"height": "400px",
|
|
3037
3037
|
"padding": "var(--u)",
|
|
3038
3038
|
"width": "330px",
|
|
@@ -3045,7 +3045,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
|
|
|
3045
3045
|
className="card"
|
|
3046
3046
|
style={
|
|
3047
3047
|
{
|
|
3048
|
-
"background": "var(--
|
|
3048
|
+
"background": "var(--background-far)",
|
|
3049
3049
|
"height": "400px",
|
|
3050
3050
|
"padding": "var(--u)",
|
|
3051
3051
|
"width": "330px",
|
|
@@ -3058,7 +3058,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
|
|
|
3058
3058
|
className="card"
|
|
3059
3059
|
style={
|
|
3060
3060
|
{
|
|
3061
|
-
"background": "var(--
|
|
3061
|
+
"background": "var(--background-far)",
|
|
3062
3062
|
"height": "400px",
|
|
3063
3063
|
"padding": "var(--u)",
|
|
3064
3064
|
"width": "330px",
|
|
@@ -3071,7 +3071,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
|
|
|
3071
3071
|
className="card"
|
|
3072
3072
|
style={
|
|
3073
3073
|
{
|
|
3074
|
-
"background": "var(--
|
|
3074
|
+
"background": "var(--background-far)",
|
|
3075
3075
|
"height": "400px",
|
|
3076
3076
|
"padding": "var(--u)",
|
|
3077
3077
|
"width": "330px",
|
|
@@ -3085,7 +3085,7 @@ exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
|
|
|
3085
3085
|
|
|
3086
3086
|
exports[`Storyshots a/Spinner Base 1`] = `
|
|
3087
3087
|
<div
|
|
3088
|
-
className="y-
|
|
3088
|
+
className="y-background-far b-y"
|
|
3089
3089
|
>
|
|
3090
3090
|
<div
|
|
3091
3091
|
className="base spinner x-main1"
|
|
@@ -14129,7 +14129,7 @@ exports[`Storyshots b/SocialMediaButton Transparent 1`] = `
|
|
|
14129
14129
|
|
|
14130
14130
|
exports[`Storyshots b/ThemeSelector Base 1`] = `
|
|
14131
14131
|
<div
|
|
14132
|
-
className="ui-undefined y-
|
|
14132
|
+
className="ui-undefined y-background-far b-y"
|
|
14133
14133
|
>
|
|
14134
14134
|
<p>
|
|
14135
14135
|
Theme :
|
|
@@ -14162,7 +14162,7 @@ exports[`Storyshots b/Title Sizes 1`] = `
|
|
|
14162
14162
|
className="u2 pv-u"
|
|
14163
14163
|
>
|
|
14164
14164
|
<div
|
|
14165
|
-
className="y-
|
|
14165
|
+
className="y-background-far b-hard-y"
|
|
14166
14166
|
>
|
|
14167
14167
|
<div
|
|
14168
14168
|
className="base title"
|
|
@@ -14184,7 +14184,7 @@ exports[`Storyshots b/Title Sizes 1`] = `
|
|
|
14184
14184
|
className="u2 pv-u"
|
|
14185
14185
|
>
|
|
14186
14186
|
<div
|
|
14187
|
-
className="y-
|
|
14187
|
+
className="y-background-far b-hard-y"
|
|
14188
14188
|
>
|
|
14189
14189
|
<div
|
|
14190
14190
|
className="base title"
|
|
@@ -14206,7 +14206,7 @@ exports[`Storyshots b/Title Sizes 1`] = `
|
|
|
14206
14206
|
className="u2 pv-u"
|
|
14207
14207
|
>
|
|
14208
14208
|
<div
|
|
14209
|
-
className="y-
|
|
14209
|
+
className="y-background-far b-hard-y"
|
|
14210
14210
|
>
|
|
14211
14211
|
<div
|
|
14212
14212
|
className="base title"
|
|
@@ -14228,7 +14228,7 @@ exports[`Storyshots b/Title Sizes 1`] = `
|
|
|
14228
14228
|
className="u2 pv-u"
|
|
14229
14229
|
>
|
|
14230
14230
|
<div
|
|
14231
|
-
className="y-
|
|
14231
|
+
className="y-background-far b-hard-y"
|
|
14232
14232
|
>
|
|
14233
14233
|
<div
|
|
14234
14234
|
className="base title"
|
|
@@ -14250,7 +14250,7 @@ exports[`Storyshots b/Title Sizes 1`] = `
|
|
|
14250
14250
|
className="u2 pv-u"
|
|
14251
14251
|
>
|
|
14252
14252
|
<div
|
|
14253
|
-
className="y-
|
|
14253
|
+
className="y-background-far b-hard-y"
|
|
14254
14254
|
>
|
|
14255
14255
|
<div
|
|
14256
14256
|
className="base title"
|
|
@@ -14298,7 +14298,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
14298
14298
|
}
|
|
14299
14299
|
>
|
|
14300
14300
|
<div
|
|
14301
|
-
className="base content-slides y-
|
|
14301
|
+
className="base content-slides y-background-far b-dark-y u1 md-u2"
|
|
14302
14302
|
>
|
|
14303
14303
|
<nav
|
|
14304
14304
|
className="sidebar"
|
|
@@ -14398,7 +14398,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
14398
14398
|
className="horizontal-menu"
|
|
14399
14399
|
>
|
|
14400
14400
|
<div
|
|
14401
|
-
className="base progress-bar modifierAttached x-main2 y-
|
|
14401
|
+
className="base progress-bar modifierAttached x-main2 y-background-far b-hard-y"
|
|
14402
14402
|
data-length="50%"
|
|
14403
14403
|
style={
|
|
14404
14404
|
{
|
|
@@ -14643,13 +14643,13 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
|
|
|
14643
14643
|
}
|
|
14644
14644
|
>
|
|
14645
14645
|
<div
|
|
14646
|
-
className="base content-slides y-
|
|
14646
|
+
className="base content-slides y-background-far b-dark-y simple u1 md-u2"
|
|
14647
14647
|
>
|
|
14648
14648
|
<div
|
|
14649
14649
|
className="horizontal-menu"
|
|
14650
14650
|
>
|
|
14651
14651
|
<div
|
|
14652
|
-
className="base progress-bar modifierAttached x-main2 y-
|
|
14652
|
+
className="base progress-bar modifierAttached x-main2 y-background-far b-hard-y"
|
|
14653
14653
|
data-length="50%"
|
|
14654
14654
|
style={
|
|
14655
14655
|
{
|
|
@@ -14956,7 +14956,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
14956
14956
|
onSubmit={[Function]}
|
|
14957
14957
|
>
|
|
14958
14958
|
<div
|
|
14959
|
-
className="base text-input form-input y-
|
|
14959
|
+
className="base text-input form-input y-main"
|
|
14960
14960
|
>
|
|
14961
14961
|
<label
|
|
14962
14962
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -14981,7 +14981,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
14981
14981
|
</div>
|
|
14982
14982
|
</div>
|
|
14983
14983
|
<div
|
|
14984
|
-
className="base text-input form-input y-
|
|
14984
|
+
className="base text-input form-input y-main"
|
|
14985
14985
|
>
|
|
14986
14986
|
<label
|
|
14987
14987
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15005,7 +15005,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
15005
15005
|
</div>
|
|
15006
15006
|
</div>
|
|
15007
15007
|
<div
|
|
15008
|
-
className="base text-area-input form-input y-
|
|
15008
|
+
className="base text-area-input form-input y-background-inputs"
|
|
15009
15009
|
>
|
|
15010
15010
|
<label
|
|
15011
15011
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15019,7 +15019,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
15019
15019
|
name="description"
|
|
15020
15020
|
onBlur={[Function]}
|
|
15021
15021
|
onChange={[Function]}
|
|
15022
|
-
rows={
|
|
15022
|
+
rows={10}
|
|
15023
15023
|
style={
|
|
15024
15024
|
{
|
|
15025
15025
|
"resize": "vertical",
|
|
@@ -15189,7 +15189,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
15189
15189
|
onSubmit={[Function]}
|
|
15190
15190
|
>
|
|
15191
15191
|
<div
|
|
15192
|
-
className="base text-input form-input y-
|
|
15192
|
+
className="base text-input form-input y-main"
|
|
15193
15193
|
>
|
|
15194
15194
|
<label
|
|
15195
15195
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15214,7 +15214,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
15214
15214
|
</div>
|
|
15215
15215
|
</div>
|
|
15216
15216
|
<div
|
|
15217
|
-
className="base text-input form-input y-
|
|
15217
|
+
className="base text-input form-input y-main"
|
|
15218
15218
|
>
|
|
15219
15219
|
<label
|
|
15220
15220
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15238,7 +15238,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
15238
15238
|
</div>
|
|
15239
15239
|
</div>
|
|
15240
15240
|
<div
|
|
15241
|
-
className="base text-area-input form-input y-
|
|
15241
|
+
className="base text-area-input form-input y-background-inputs"
|
|
15242
15242
|
>
|
|
15243
15243
|
<label
|
|
15244
15244
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15252,7 +15252,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
15252
15252
|
name="description"
|
|
15253
15253
|
onBlur={[Function]}
|
|
15254
15254
|
onChange={[Function]}
|
|
15255
|
-
rows={
|
|
15255
|
+
rows={10}
|
|
15256
15256
|
style={
|
|
15257
15257
|
{
|
|
15258
15258
|
"resize": "vertical",
|
|
@@ -15402,7 +15402,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
|
|
|
15402
15402
|
onSubmit={[Function]}
|
|
15403
15403
|
>
|
|
15404
15404
|
<div
|
|
15405
|
-
className="base text-input form-input y-
|
|
15405
|
+
className="base text-input form-input y-main"
|
|
15406
15406
|
>
|
|
15407
15407
|
<label
|
|
15408
15408
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15446,7 +15446,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
|
|
|
15446
15446
|
onSubmit={[Function]}
|
|
15447
15447
|
>
|
|
15448
15448
|
<div
|
|
15449
|
-
className="base text-input form-input y-
|
|
15449
|
+
className="base text-input form-input y-main"
|
|
15450
15450
|
>
|
|
15451
15451
|
<label
|
|
15452
15452
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15550,7 +15550,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
|
|
|
15550
15550
|
</div>
|
|
15551
15551
|
</div>
|
|
15552
15552
|
<div
|
|
15553
|
-
className="base select-input form-input y-
|
|
15553
|
+
className="base select-input form-input y-background-far"
|
|
15554
15554
|
>
|
|
15555
15555
|
<label
|
|
15556
15556
|
className="base form-label x-main2"
|
|
@@ -15593,7 +15593,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
|
|
|
15593
15593
|
onSubmit={[Function]}
|
|
15594
15594
|
>
|
|
15595
15595
|
<div
|
|
15596
|
-
className="base text-input form-input y-
|
|
15596
|
+
className="base text-input form-input y-main"
|
|
15597
15597
|
>
|
|
15598
15598
|
<label
|
|
15599
15599
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15697,7 +15697,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
|
|
|
15697
15697
|
</div>
|
|
15698
15698
|
</div>
|
|
15699
15699
|
<div
|
|
15700
|
-
className="base combobox form-input y-
|
|
15700
|
+
className="base combobox form-input y-background-near"
|
|
15701
15701
|
>
|
|
15702
15702
|
<label
|
|
15703
15703
|
className="base form-label x-main2"
|
|
@@ -15728,7 +15728,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
|
|
|
15728
15728
|
/>
|
|
15729
15729
|
</div>
|
|
15730
15730
|
<div
|
|
15731
|
-
className="base popover x-
|
|
15731
|
+
className="base popover x-background-near bottom left"
|
|
15732
15732
|
>
|
|
15733
15733
|
<ul
|
|
15734
15734
|
aria-labelledby="downshift-0-label"
|
|
@@ -15740,7 +15740,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
|
|
|
15740
15740
|
</div>
|
|
15741
15741
|
</div>
|
|
15742
15742
|
<div
|
|
15743
|
-
className="base multiple-combobox form-input y-
|
|
15743
|
+
className="base multiple-combobox form-input y-background-near"
|
|
15744
15744
|
>
|
|
15745
15745
|
<label
|
|
15746
15746
|
className="base form-label x-main2"
|
|
@@ -15772,7 +15772,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
|
|
|
15772
15772
|
/>
|
|
15773
15773
|
</div>
|
|
15774
15774
|
<div
|
|
15775
|
-
className="base popover x-
|
|
15775
|
+
className="base popover x-background-near bottom left"
|
|
15776
15776
|
>
|
|
15777
15777
|
<ul
|
|
15778
15778
|
aria-labelledby="downshift-1-label"
|
|
@@ -15804,7 +15804,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15804
15804
|
onSubmit={[Function]}
|
|
15805
15805
|
>
|
|
15806
15806
|
<div
|
|
15807
|
-
className="base text-input form-input y-
|
|
15807
|
+
className="base text-input form-input y-main"
|
|
15808
15808
|
>
|
|
15809
15809
|
<label
|
|
15810
15810
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -15841,7 +15841,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15841
15841
|
className="stars"
|
|
15842
15842
|
>
|
|
15843
15843
|
<div
|
|
15844
|
-
className="base rating x-
|
|
15844
|
+
className="base rating x-main y-background-far"
|
|
15845
15845
|
>
|
|
15846
15846
|
<label
|
|
15847
15847
|
htmlFor="ratings-1"
|
|
@@ -15849,7 +15849,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15849
15849
|
onMouseLeave={[Function]}
|
|
15850
15850
|
>
|
|
15851
15851
|
<span
|
|
15852
|
-
className="
|
|
15852
|
+
className="icon c-hard-y"
|
|
15853
15853
|
>
|
|
15854
15854
|
[
|
|
15855
15855
|
</span>
|
|
@@ -15864,7 +15864,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15864
15864
|
/>
|
|
15865
15865
|
</div>
|
|
15866
15866
|
<div
|
|
15867
|
-
className="base rating x-
|
|
15867
|
+
className="base rating x-main y-background-far"
|
|
15868
15868
|
>
|
|
15869
15869
|
<label
|
|
15870
15870
|
htmlFor="ratings-2"
|
|
@@ -15872,7 +15872,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15872
15872
|
onMouseLeave={[Function]}
|
|
15873
15873
|
>
|
|
15874
15874
|
<span
|
|
15875
|
-
className="
|
|
15875
|
+
className="icon c-hard-y"
|
|
15876
15876
|
>
|
|
15877
15877
|
[
|
|
15878
15878
|
</span>
|
|
@@ -15887,7 +15887,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15887
15887
|
/>
|
|
15888
15888
|
</div>
|
|
15889
15889
|
<div
|
|
15890
|
-
className="base rating x-
|
|
15890
|
+
className="base rating x-main y-background-far"
|
|
15891
15891
|
>
|
|
15892
15892
|
<label
|
|
15893
15893
|
htmlFor="ratings-3"
|
|
@@ -15895,7 +15895,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15895
15895
|
onMouseLeave={[Function]}
|
|
15896
15896
|
>
|
|
15897
15897
|
<span
|
|
15898
|
-
className="
|
|
15898
|
+
className="icon c-hard-y"
|
|
15899
15899
|
>
|
|
15900
15900
|
[
|
|
15901
15901
|
</span>
|
|
@@ -15910,7 +15910,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15910
15910
|
/>
|
|
15911
15911
|
</div>
|
|
15912
15912
|
<div
|
|
15913
|
-
className="base rating x-
|
|
15913
|
+
className="base rating x-main y-background-far"
|
|
15914
15914
|
>
|
|
15915
15915
|
<label
|
|
15916
15916
|
htmlFor="ratings-4"
|
|
@@ -15918,7 +15918,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15918
15918
|
onMouseLeave={[Function]}
|
|
15919
15919
|
>
|
|
15920
15920
|
<span
|
|
15921
|
-
className="
|
|
15921
|
+
className="icon c-hard-y"
|
|
15922
15922
|
>
|
|
15923
15923
|
[
|
|
15924
15924
|
</span>
|
|
@@ -15933,7 +15933,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15933
15933
|
/>
|
|
15934
15934
|
</div>
|
|
15935
15935
|
<div
|
|
15936
|
-
className="base rating x-
|
|
15936
|
+
className="base rating x-main y-background-far"
|
|
15937
15937
|
>
|
|
15938
15938
|
<label
|
|
15939
15939
|
htmlFor="ratings-5"
|
|
@@ -15941,7 +15941,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
|
|
|
15941
15941
|
onMouseLeave={[Function]}
|
|
15942
15942
|
>
|
|
15943
15943
|
<span
|
|
15944
|
-
className="
|
|
15944
|
+
className="icon c-hard-y"
|
|
15945
15945
|
>
|
|
15946
15946
|
[
|
|
15947
15947
|
</span>
|
|
@@ -17926,7 +17926,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
|
|
|
17926
17926
|
onSubmit={[Function]}
|
|
17927
17927
|
>
|
|
17928
17928
|
<div
|
|
17929
|
-
className="base multiple-combobox y-
|
|
17929
|
+
className="base multiple-combobox y-background-near"
|
|
17930
17930
|
>
|
|
17931
17931
|
<label
|
|
17932
17932
|
className="base form-label x-main2"
|
|
@@ -17958,7 +17958,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
|
|
|
17958
17958
|
/>
|
|
17959
17959
|
</div>
|
|
17960
17960
|
<div
|
|
17961
|
-
className="base popover x-
|
|
17961
|
+
className="base popover x-background-near bottom left"
|
|
17962
17962
|
>
|
|
17963
17963
|
<ul
|
|
17964
17964
|
aria-labelledby="downshift-2-label"
|
|
@@ -18007,7 +18007,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
|
|
|
18007
18007
|
onSubmit={[Function]}
|
|
18008
18008
|
>
|
|
18009
18009
|
<div
|
|
18010
|
-
className="base multiple-combobox y-
|
|
18010
|
+
className="base multiple-combobox y-background-near"
|
|
18011
18011
|
>
|
|
18012
18012
|
<label
|
|
18013
18013
|
className="base form-label x-main2"
|
|
@@ -18026,7 +18026,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
|
|
|
18026
18026
|
tabIndex={-1}
|
|
18027
18027
|
>
|
|
18028
18028
|
<button
|
|
18029
|
-
className="base button x-
|
|
18029
|
+
className="base button x-background-near modifierCompact modifierSimple"
|
|
18030
18030
|
onClick={[Function]}
|
|
18031
18031
|
type="button"
|
|
18032
18032
|
>
|
|
@@ -18039,7 +18039,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
|
|
|
18039
18039
|
Apple
|
|
18040
18040
|
</span>
|
|
18041
18041
|
<span
|
|
18042
|
-
className="
|
|
18042
|
+
className="icon close"
|
|
18043
18043
|
>
|
|
18044
18044
|
Y
|
|
18045
18045
|
</span>
|
|
@@ -18053,7 +18053,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
|
|
|
18053
18053
|
tabIndex={-1}
|
|
18054
18054
|
>
|
|
18055
18055
|
<button
|
|
18056
|
-
className="base button x-
|
|
18056
|
+
className="base button x-background-near modifierCompact modifierSimple"
|
|
18057
18057
|
onClick={[Function]}
|
|
18058
18058
|
type="button"
|
|
18059
18059
|
>
|
|
@@ -18066,7 +18066,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
|
|
|
18066
18066
|
Pear
|
|
18067
18067
|
</span>
|
|
18068
18068
|
<span
|
|
18069
|
-
className="
|
|
18069
|
+
className="icon close"
|
|
18070
18070
|
>
|
|
18071
18071
|
Y
|
|
18072
18072
|
</span>
|
|
@@ -18097,7 +18097,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
|
|
|
18097
18097
|
/>
|
|
18098
18098
|
</div>
|
|
18099
18099
|
<div
|
|
18100
|
-
className="base popover x-
|
|
18100
|
+
className="base popover x-background-near bottom left"
|
|
18101
18101
|
>
|
|
18102
18102
|
<ul
|
|
18103
18103
|
aria-labelledby="downshift-3-label"
|
|
@@ -18146,7 +18146,7 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
|
|
|
18146
18146
|
onSubmit={[Function]}
|
|
18147
18147
|
>
|
|
18148
18148
|
<div
|
|
18149
|
-
className="base combobox y-
|
|
18149
|
+
className="base combobox y-background-near"
|
|
18150
18150
|
>
|
|
18151
18151
|
<label
|
|
18152
18152
|
className="base form-label x-main2"
|
|
@@ -18178,7 +18178,7 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
|
|
|
18178
18178
|
/>
|
|
18179
18179
|
</div>
|
|
18180
18180
|
<div
|
|
18181
|
-
className="base popover x-
|
|
18181
|
+
className="base popover x-background-near bottom left"
|
|
18182
18182
|
>
|
|
18183
18183
|
<ul
|
|
18184
18184
|
aria-labelledby="downshift-4-label"
|
|
@@ -18227,7 +18227,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
|
|
|
18227
18227
|
onSubmit={[Function]}
|
|
18228
18228
|
>
|
|
18229
18229
|
<div
|
|
18230
|
-
className="base combobox y-
|
|
18230
|
+
className="base combobox y-background-near"
|
|
18231
18231
|
>
|
|
18232
18232
|
<label
|
|
18233
18233
|
className="base form-label x-main2"
|
|
@@ -18258,7 +18258,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
|
|
|
18258
18258
|
/>
|
|
18259
18259
|
</div>
|
|
18260
18260
|
<div
|
|
18261
|
-
className="base popover x-
|
|
18261
|
+
className="base popover x-background-near bottom left"
|
|
18262
18262
|
>
|
|
18263
18263
|
<ul
|
|
18264
18264
|
aria-labelledby="downshift-5-label"
|
|
@@ -18307,7 +18307,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
|
|
|
18307
18307
|
onSubmit={[Function]}
|
|
18308
18308
|
>
|
|
18309
18309
|
<div
|
|
18310
|
-
className="base combobox y-
|
|
18310
|
+
className="base combobox y-background-near"
|
|
18311
18311
|
>
|
|
18312
18312
|
<label
|
|
18313
18313
|
className="base form-label x-main2"
|
|
@@ -18337,7 +18337,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
|
|
|
18337
18337
|
value="Apple"
|
|
18338
18338
|
/>
|
|
18339
18339
|
<button
|
|
18340
|
-
className="base button x-
|
|
18340
|
+
className="base button x-heading modifierCompact modifierSimple"
|
|
18341
18341
|
onClick={[Function]}
|
|
18342
18342
|
type="button"
|
|
18343
18343
|
>
|
|
@@ -18345,7 +18345,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
|
|
|
18345
18345
|
className="modifierUnderlined"
|
|
18346
18346
|
>
|
|
18347
18347
|
<span
|
|
18348
|
-
className="
|
|
18348
|
+
className="icon"
|
|
18349
18349
|
>
|
|
18350
18350
|
Y
|
|
18351
18351
|
</span>
|
|
@@ -18353,7 +18353,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
|
|
|
18353
18353
|
</button>
|
|
18354
18354
|
</div>
|
|
18355
18355
|
<div
|
|
18356
|
-
className="base popover x-
|
|
18356
|
+
className="base popover x-background-near bottom left"
|
|
18357
18357
|
>
|
|
18358
18358
|
<ul
|
|
18359
18359
|
aria-labelledby="downshift-6-label"
|
|
@@ -18402,7 +18402,7 @@ exports[`Storyshots f/fields/QuerySelect Base 1`] = `
|
|
|
18402
18402
|
onSubmit={[Function]}
|
|
18403
18403
|
>
|
|
18404
18404
|
<div
|
|
18405
|
-
className="base select-input y-
|
|
18405
|
+
className="base select-input y-background-far"
|
|
18406
18406
|
>
|
|
18407
18407
|
<label
|
|
18408
18408
|
className="base form-label x-main2"
|
|
@@ -18445,7 +18445,7 @@ exports[`Storyshots f/fields/QuerySelect Loading Options 1`] = `
|
|
|
18445
18445
|
onSubmit={[Function]}
|
|
18446
18446
|
>
|
|
18447
18447
|
<div
|
|
18448
|
-
className="base select-input y-
|
|
18448
|
+
className="base select-input y-background-far"
|
|
18449
18449
|
>
|
|
18450
18450
|
<label
|
|
18451
18451
|
className="base form-label x-main2"
|
|
@@ -18488,7 +18488,7 @@ exports[`Storyshots f/fields/QuerySelect Optional 1`] = `
|
|
|
18488
18488
|
onSubmit={[Function]}
|
|
18489
18489
|
>
|
|
18490
18490
|
<div
|
|
18491
|
-
className="base select-input y-
|
|
18491
|
+
className="base select-input y-background-far"
|
|
18492
18492
|
>
|
|
18493
18493
|
<label
|
|
18494
18494
|
className="base form-label x-main2"
|
|
@@ -18532,7 +18532,7 @@ exports[`Storyshots f/fields/QuerySelect With Default Value 1`] = `
|
|
|
18532
18532
|
onSubmit={[Function]}
|
|
18533
18533
|
>
|
|
18534
18534
|
<div
|
|
18535
|
-
className="base select-input y-
|
|
18535
|
+
className="base select-input y-background-far"
|
|
18536
18536
|
>
|
|
18537
18537
|
<label
|
|
18538
18538
|
className="base form-label x-main2"
|
|
@@ -18587,7 +18587,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18587
18587
|
className="stars"
|
|
18588
18588
|
>
|
|
18589
18589
|
<div
|
|
18590
|
-
className="base rating x-
|
|
18590
|
+
className="base rating x-main y-background-far"
|
|
18591
18591
|
>
|
|
18592
18592
|
<label
|
|
18593
18593
|
htmlFor="ratings-1"
|
|
@@ -18595,7 +18595,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18595
18595
|
onMouseLeave={[Function]}
|
|
18596
18596
|
>
|
|
18597
18597
|
<span
|
|
18598
|
-
className="
|
|
18598
|
+
className="icon c-hard-y"
|
|
18599
18599
|
>
|
|
18600
18600
|
[
|
|
18601
18601
|
</span>
|
|
@@ -18610,7 +18610,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18610
18610
|
/>
|
|
18611
18611
|
</div>
|
|
18612
18612
|
<div
|
|
18613
|
-
className="base rating x-
|
|
18613
|
+
className="base rating x-main y-background-far"
|
|
18614
18614
|
>
|
|
18615
18615
|
<label
|
|
18616
18616
|
htmlFor="ratings-2"
|
|
@@ -18618,7 +18618,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18618
18618
|
onMouseLeave={[Function]}
|
|
18619
18619
|
>
|
|
18620
18620
|
<span
|
|
18621
|
-
className="
|
|
18621
|
+
className="icon c-hard-y"
|
|
18622
18622
|
>
|
|
18623
18623
|
[
|
|
18624
18624
|
</span>
|
|
@@ -18633,7 +18633,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18633
18633
|
/>
|
|
18634
18634
|
</div>
|
|
18635
18635
|
<div
|
|
18636
|
-
className="base rating x-
|
|
18636
|
+
className="base rating x-main y-background-far"
|
|
18637
18637
|
>
|
|
18638
18638
|
<label
|
|
18639
18639
|
htmlFor="ratings-3"
|
|
@@ -18641,7 +18641,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18641
18641
|
onMouseLeave={[Function]}
|
|
18642
18642
|
>
|
|
18643
18643
|
<span
|
|
18644
|
-
className="
|
|
18644
|
+
className="icon c-hard-y"
|
|
18645
18645
|
>
|
|
18646
18646
|
[
|
|
18647
18647
|
</span>
|
|
@@ -18656,7 +18656,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18656
18656
|
/>
|
|
18657
18657
|
</div>
|
|
18658
18658
|
<div
|
|
18659
|
-
className="base rating x-
|
|
18659
|
+
className="base rating x-main y-background-far"
|
|
18660
18660
|
>
|
|
18661
18661
|
<label
|
|
18662
18662
|
htmlFor="ratings-4"
|
|
@@ -18664,7 +18664,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18664
18664
|
onMouseLeave={[Function]}
|
|
18665
18665
|
>
|
|
18666
18666
|
<span
|
|
18667
|
-
className="
|
|
18667
|
+
className="icon c-hard-y"
|
|
18668
18668
|
>
|
|
18669
18669
|
[
|
|
18670
18670
|
</span>
|
|
@@ -18679,7 +18679,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18679
18679
|
/>
|
|
18680
18680
|
</div>
|
|
18681
18681
|
<div
|
|
18682
|
-
className="base rating x-
|
|
18682
|
+
className="base rating x-main y-background-far"
|
|
18683
18683
|
>
|
|
18684
18684
|
<label
|
|
18685
18685
|
htmlFor="ratings-5"
|
|
@@ -18687,7 +18687,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
|
18687
18687
|
onMouseLeave={[Function]}
|
|
18688
18688
|
>
|
|
18689
18689
|
<span
|
|
18690
|
-
className="
|
|
18690
|
+
className="icon c-hard-y"
|
|
18691
18691
|
>
|
|
18692
18692
|
[
|
|
18693
18693
|
</span>
|
|
@@ -18741,7 +18741,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18741
18741
|
not satisfied.
|
|
18742
18742
|
</p>
|
|
18743
18743
|
<div
|
|
18744
|
-
className="base rating x-
|
|
18744
|
+
className="base rating x-main y-background-far"
|
|
18745
18745
|
>
|
|
18746
18746
|
<label
|
|
18747
18747
|
htmlFor="ratings-1"
|
|
@@ -18754,7 +18754,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18754
18754
|
1
|
|
18755
18755
|
</span>
|
|
18756
18756
|
<span
|
|
18757
|
-
className="
|
|
18757
|
+
className="icon c-hard-y"
|
|
18758
18758
|
>
|
|
18759
18759
|
[
|
|
18760
18760
|
</span>
|
|
@@ -18769,7 +18769,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18769
18769
|
/>
|
|
18770
18770
|
</div>
|
|
18771
18771
|
<div
|
|
18772
|
-
className="base rating x-
|
|
18772
|
+
className="base rating x-main y-background-far"
|
|
18773
18773
|
>
|
|
18774
18774
|
<label
|
|
18775
18775
|
htmlFor="ratings-2"
|
|
@@ -18782,7 +18782,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18782
18782
|
2
|
|
18783
18783
|
</span>
|
|
18784
18784
|
<span
|
|
18785
|
-
className="
|
|
18785
|
+
className="icon c-hard-y"
|
|
18786
18786
|
>
|
|
18787
18787
|
[
|
|
18788
18788
|
</span>
|
|
@@ -18797,7 +18797,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18797
18797
|
/>
|
|
18798
18798
|
</div>
|
|
18799
18799
|
<div
|
|
18800
|
-
className="base rating x-
|
|
18800
|
+
className="base rating x-main y-background-far"
|
|
18801
18801
|
>
|
|
18802
18802
|
<label
|
|
18803
18803
|
htmlFor="ratings-3"
|
|
@@ -18810,7 +18810,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18810
18810
|
3
|
|
18811
18811
|
</span>
|
|
18812
18812
|
<span
|
|
18813
|
-
className="
|
|
18813
|
+
className="icon c-hard-y"
|
|
18814
18814
|
>
|
|
18815
18815
|
[
|
|
18816
18816
|
</span>
|
|
@@ -18825,7 +18825,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18825
18825
|
/>
|
|
18826
18826
|
</div>
|
|
18827
18827
|
<div
|
|
18828
|
-
className="base rating x-
|
|
18828
|
+
className="base rating x-main y-background-far"
|
|
18829
18829
|
>
|
|
18830
18830
|
<label
|
|
18831
18831
|
htmlFor="ratings-4"
|
|
@@ -18838,7 +18838,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18838
18838
|
4
|
|
18839
18839
|
</span>
|
|
18840
18840
|
<span
|
|
18841
|
-
className="
|
|
18841
|
+
className="icon c-hard-y"
|
|
18842
18842
|
>
|
|
18843
18843
|
[
|
|
18844
18844
|
</span>
|
|
@@ -18853,7 +18853,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18853
18853
|
/>
|
|
18854
18854
|
</div>
|
|
18855
18855
|
<div
|
|
18856
|
-
className="base rating x-
|
|
18856
|
+
className="base rating x-main y-background-far"
|
|
18857
18857
|
>
|
|
18858
18858
|
<label
|
|
18859
18859
|
htmlFor="ratings-5"
|
|
@@ -18866,7 +18866,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
|
|
|
18866
18866
|
5
|
|
18867
18867
|
</span>
|
|
18868
18868
|
<span
|
|
18869
|
-
className="
|
|
18869
|
+
className="icon c-hard-y"
|
|
18870
18870
|
>
|
|
18871
18871
|
[
|
|
18872
18872
|
</span>
|
|
@@ -18920,7 +18920,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
18920
18920
|
className="stars"
|
|
18921
18921
|
>
|
|
18922
18922
|
<div
|
|
18923
|
-
className="base rating x-
|
|
18923
|
+
className="base rating x-main y-background-far"
|
|
18924
18924
|
>
|
|
18925
18925
|
<label
|
|
18926
18926
|
htmlFor="ratings-1"
|
|
@@ -18933,7 +18933,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
18933
18933
|
1
|
|
18934
18934
|
</span>
|
|
18935
18935
|
<span
|
|
18936
|
-
className="
|
|
18936
|
+
className="icon c-hard-y"
|
|
18937
18937
|
>
|
|
18938
18938
|
[
|
|
18939
18939
|
</span>
|
|
@@ -18948,7 +18948,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
18948
18948
|
/>
|
|
18949
18949
|
</div>
|
|
18950
18950
|
<div
|
|
18951
|
-
className="base rating x-
|
|
18951
|
+
className="base rating x-main y-background-far"
|
|
18952
18952
|
>
|
|
18953
18953
|
<label
|
|
18954
18954
|
htmlFor="ratings-2"
|
|
@@ -18961,7 +18961,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
18961
18961
|
2
|
|
18962
18962
|
</span>
|
|
18963
18963
|
<span
|
|
18964
|
-
className="
|
|
18964
|
+
className="icon c-hard-y"
|
|
18965
18965
|
>
|
|
18966
18966
|
[
|
|
18967
18967
|
</span>
|
|
@@ -18976,7 +18976,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
18976
18976
|
/>
|
|
18977
18977
|
</div>
|
|
18978
18978
|
<div
|
|
18979
|
-
className="base rating x-
|
|
18979
|
+
className="base rating x-main y-background-far"
|
|
18980
18980
|
>
|
|
18981
18981
|
<label
|
|
18982
18982
|
htmlFor="ratings-3"
|
|
@@ -18989,7 +18989,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
18989
18989
|
3
|
|
18990
18990
|
</span>
|
|
18991
18991
|
<span
|
|
18992
|
-
className="
|
|
18992
|
+
className="icon c-hard-y"
|
|
18993
18993
|
>
|
|
18994
18994
|
[
|
|
18995
18995
|
</span>
|
|
@@ -19004,7 +19004,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
19004
19004
|
/>
|
|
19005
19005
|
</div>
|
|
19006
19006
|
<div
|
|
19007
|
-
className="base rating x-
|
|
19007
|
+
className="base rating x-main y-background-far"
|
|
19008
19008
|
>
|
|
19009
19009
|
<label
|
|
19010
19010
|
htmlFor="ratings-4"
|
|
@@ -19017,7 +19017,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
19017
19017
|
4
|
|
19018
19018
|
</span>
|
|
19019
19019
|
<span
|
|
19020
|
-
className="
|
|
19020
|
+
className="icon c-hard-y"
|
|
19021
19021
|
>
|
|
19022
19022
|
[
|
|
19023
19023
|
</span>
|
|
@@ -19032,7 +19032,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
19032
19032
|
/>
|
|
19033
19033
|
</div>
|
|
19034
19034
|
<div
|
|
19035
|
-
className="base rating x-
|
|
19035
|
+
className="base rating x-main y-background-far"
|
|
19036
19036
|
>
|
|
19037
19037
|
<label
|
|
19038
19038
|
htmlFor="ratings-5"
|
|
@@ -19045,7 +19045,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
|
|
|
19045
19045
|
5
|
|
19046
19046
|
</span>
|
|
19047
19047
|
<span
|
|
19048
|
-
className="
|
|
19048
|
+
className="icon c-hard-y"
|
|
19049
19049
|
>
|
|
19050
19050
|
[
|
|
19051
19051
|
</span>
|
|
@@ -19095,7 +19095,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19095
19095
|
className="stars"
|
|
19096
19096
|
>
|
|
19097
19097
|
<div
|
|
19098
|
-
className="base rating x-
|
|
19098
|
+
className="base rating x-main y-background-far"
|
|
19099
19099
|
>
|
|
19100
19100
|
<label
|
|
19101
19101
|
htmlFor="ratings-1"
|
|
@@ -19103,7 +19103,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19103
19103
|
onMouseLeave={[Function]}
|
|
19104
19104
|
>
|
|
19105
19105
|
<span
|
|
19106
|
-
className="
|
|
19106
|
+
className="icon c-hard-y"
|
|
19107
19107
|
>
|
|
19108
19108
|
[
|
|
19109
19109
|
</span>
|
|
@@ -19118,7 +19118,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19118
19118
|
/>
|
|
19119
19119
|
</div>
|
|
19120
19120
|
<div
|
|
19121
|
-
className="base rating x-
|
|
19121
|
+
className="base rating x-main y-background-far"
|
|
19122
19122
|
>
|
|
19123
19123
|
<label
|
|
19124
19124
|
htmlFor="ratings-2"
|
|
@@ -19126,7 +19126,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19126
19126
|
onMouseLeave={[Function]}
|
|
19127
19127
|
>
|
|
19128
19128
|
<span
|
|
19129
|
-
className="
|
|
19129
|
+
className="icon c-hard-y"
|
|
19130
19130
|
>
|
|
19131
19131
|
[
|
|
19132
19132
|
</span>
|
|
@@ -19141,7 +19141,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19141
19141
|
/>
|
|
19142
19142
|
</div>
|
|
19143
19143
|
<div
|
|
19144
|
-
className="base rating x-
|
|
19144
|
+
className="base rating x-main y-background-far"
|
|
19145
19145
|
>
|
|
19146
19146
|
<label
|
|
19147
19147
|
htmlFor="ratings-3"
|
|
@@ -19149,7 +19149,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19149
19149
|
onMouseLeave={[Function]}
|
|
19150
19150
|
>
|
|
19151
19151
|
<span
|
|
19152
|
-
className="
|
|
19152
|
+
className="icon c-hard-y"
|
|
19153
19153
|
>
|
|
19154
19154
|
[
|
|
19155
19155
|
</span>
|
|
@@ -19164,7 +19164,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19164
19164
|
/>
|
|
19165
19165
|
</div>
|
|
19166
19166
|
<div
|
|
19167
|
-
className="base rating x-
|
|
19167
|
+
className="base rating x-main y-background-far"
|
|
19168
19168
|
>
|
|
19169
19169
|
<label
|
|
19170
19170
|
htmlFor="ratings-4"
|
|
@@ -19172,7 +19172,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19172
19172
|
onMouseLeave={[Function]}
|
|
19173
19173
|
>
|
|
19174
19174
|
<span
|
|
19175
|
-
className="
|
|
19175
|
+
className="icon c-hard-y"
|
|
19176
19176
|
>
|
|
19177
19177
|
[
|
|
19178
19178
|
</span>
|
|
@@ -19187,7 +19187,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19187
19187
|
/>
|
|
19188
19188
|
</div>
|
|
19189
19189
|
<div
|
|
19190
|
-
className="base rating x-
|
|
19190
|
+
className="base rating x-main y-background-far"
|
|
19191
19191
|
>
|
|
19192
19192
|
<label
|
|
19193
19193
|
htmlFor="ratings-5"
|
|
@@ -19195,7 +19195,7 @@ exports[`Storyshots f/fields/RatingsInput Optional 1`] = `
|
|
|
19195
19195
|
onMouseLeave={[Function]}
|
|
19196
19196
|
>
|
|
19197
19197
|
<span
|
|
19198
|
-
className="
|
|
19198
|
+
className="icon c-hard-y"
|
|
19199
19199
|
>
|
|
19200
19200
|
[
|
|
19201
19201
|
</span>
|
|
@@ -19667,7 +19667,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
|
19667
19667
|
className=" u2 pb-u"
|
|
19668
19668
|
>
|
|
19669
19669
|
<div
|
|
19670
|
-
className="base text-input y-
|
|
19670
|
+
className="base text-input y-main"
|
|
19671
19671
|
>
|
|
19672
19672
|
<label
|
|
19673
19673
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -19716,7 +19716,7 @@ exports[`Storyshots f/fields/TextInput Date 1`] = `
|
|
|
19716
19716
|
className=" u2 pb-u"
|
|
19717
19717
|
>
|
|
19718
19718
|
<div
|
|
19719
|
-
className="base text-input y-
|
|
19719
|
+
className="base text-input y-main"
|
|
19720
19720
|
>
|
|
19721
19721
|
<label
|
|
19722
19722
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -19764,7 +19764,7 @@ exports[`Storyshots f/fields/TextInput Has Symbol 1`] = `
|
|
|
19764
19764
|
className=" u2 pb-u"
|
|
19765
19765
|
>
|
|
19766
19766
|
<div
|
|
19767
|
-
className="base text-input y-
|
|
19767
|
+
className="base text-input y-main"
|
|
19768
19768
|
>
|
|
19769
19769
|
<label
|
|
19770
19770
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -19817,7 +19817,7 @@ exports[`Storyshots f/fields/TextInput Optional 1`] = `
|
|
|
19817
19817
|
className=" u2 pb-u"
|
|
19818
19818
|
>
|
|
19819
19819
|
<div
|
|
19820
|
-
className="base text-input y-
|
|
19820
|
+
className="base text-input y-main"
|
|
19821
19821
|
>
|
|
19822
19822
|
<label
|
|
19823
19823
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -19867,7 +19867,7 @@ exports[`Storyshots f/fields/TextInput Time 1`] = `
|
|
|
19867
19867
|
className=" u2 pb-u"
|
|
19868
19868
|
>
|
|
19869
19869
|
<div
|
|
19870
|
-
className="base text-input y-
|
|
19870
|
+
className="base text-input y-main"
|
|
19871
19871
|
>
|
|
19872
19872
|
<label
|
|
19873
19873
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -19915,7 +19915,7 @@ exports[`Storyshots f/fields/TextInput With Auto Complete Off 1`] = `
|
|
|
19915
19915
|
className=" u2 pb-u"
|
|
19916
19916
|
>
|
|
19917
19917
|
<div
|
|
19918
|
-
className="base text-input y-
|
|
19918
|
+
className="base text-input y-main"
|
|
19919
19919
|
>
|
|
19920
19920
|
<label
|
|
19921
19921
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -19965,7 +19965,7 @@ exports[`Storyshots f/fields/TextInput With Disabled 1`] = `
|
|
|
19965
19965
|
className=" u2 pb-u"
|
|
19966
19966
|
>
|
|
19967
19967
|
<div
|
|
19968
|
-
className="base text-input y-
|
|
19968
|
+
className="base text-input y-main"
|
|
19969
19969
|
>
|
|
19970
19970
|
<label
|
|
19971
19971
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20014,7 +20014,7 @@ exports[`Storyshots f/fields/TextInput With Placeholder 1`] = `
|
|
|
20014
20014
|
className=" u2 pb-u"
|
|
20015
20015
|
>
|
|
20016
20016
|
<div
|
|
20017
|
-
className="base text-input y-
|
|
20017
|
+
className="base text-input y-main"
|
|
20018
20018
|
>
|
|
20019
20019
|
<label
|
|
20020
20020
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20064,7 +20064,7 @@ exports[`Storyshots f/fields/TextInput With Validation 1`] = `
|
|
|
20064
20064
|
className=" u2 pb-u"
|
|
20065
20065
|
>
|
|
20066
20066
|
<div
|
|
20067
|
-
className="base text-input y-
|
|
20067
|
+
className="base text-input y-main"
|
|
20068
20068
|
>
|
|
20069
20069
|
<label
|
|
20070
20070
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20110,7 +20110,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
|
|
|
20110
20110
|
onSubmit={[Function]}
|
|
20111
20111
|
>
|
|
20112
20112
|
<div
|
|
20113
|
-
className="base text-area-input y-
|
|
20113
|
+
className="base text-area-input y-background-inputs"
|
|
20114
20114
|
>
|
|
20115
20115
|
<label
|
|
20116
20116
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20124,7 +20124,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
|
|
|
20124
20124
|
name="feedback"
|
|
20125
20125
|
onBlur={[Function]}
|
|
20126
20126
|
onChange={[Function]}
|
|
20127
|
-
rows={
|
|
20127
|
+
rows={10}
|
|
20128
20128
|
style={
|
|
20129
20129
|
{
|
|
20130
20130
|
"resize": "vertical",
|
|
@@ -20154,7 +20154,7 @@ exports[`Storyshots f/fields/TextareaInput Disable Resize 1`] = `
|
|
|
20154
20154
|
onSubmit={[Function]}
|
|
20155
20155
|
>
|
|
20156
20156
|
<div
|
|
20157
|
-
className="base text-area-input y-
|
|
20157
|
+
className="base text-area-input y-background-inputs"
|
|
20158
20158
|
>
|
|
20159
20159
|
<label
|
|
20160
20160
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20168,7 +20168,7 @@ exports[`Storyshots f/fields/TextareaInput Disable Resize 1`] = `
|
|
|
20168
20168
|
name="feedback"
|
|
20169
20169
|
onBlur={[Function]}
|
|
20170
20170
|
onChange={[Function]}
|
|
20171
|
-
rows={
|
|
20171
|
+
rows={10}
|
|
20172
20172
|
style={
|
|
20173
20173
|
{
|
|
20174
20174
|
"resize": "none",
|
|
@@ -20198,7 +20198,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
|
|
|
20198
20198
|
onSubmit={[Function]}
|
|
20199
20199
|
>
|
|
20200
20200
|
<div
|
|
20201
|
-
className="base text-area-input y-
|
|
20201
|
+
className="base text-area-input y-background-inputs"
|
|
20202
20202
|
>
|
|
20203
20203
|
<label
|
|
20204
20204
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20212,7 +20212,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
|
|
|
20212
20212
|
name="feedback"
|
|
20213
20213
|
onBlur={[Function]}
|
|
20214
20214
|
onChange={[Function]}
|
|
20215
|
-
rows={
|
|
20215
|
+
rows={10}
|
|
20216
20216
|
style={
|
|
20217
20217
|
{
|
|
20218
20218
|
"resize": "vertical",
|
|
@@ -20242,7 +20242,7 @@ exports[`Storyshots f/fields/TextareaInput Horizontal Resize 1`] = `
|
|
|
20242
20242
|
onSubmit={[Function]}
|
|
20243
20243
|
>
|
|
20244
20244
|
<div
|
|
20245
|
-
className="base text-area-input y-
|
|
20245
|
+
className="base text-area-input y-background-inputs"
|
|
20246
20246
|
>
|
|
20247
20247
|
<label
|
|
20248
20248
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20256,7 +20256,7 @@ exports[`Storyshots f/fields/TextareaInput Horizontal Resize 1`] = `
|
|
|
20256
20256
|
name="feedback"
|
|
20257
20257
|
onBlur={[Function]}
|
|
20258
20258
|
onChange={[Function]}
|
|
20259
|
-
rows={
|
|
20259
|
+
rows={10}
|
|
20260
20260
|
style={
|
|
20261
20261
|
{
|
|
20262
20262
|
"resize": "horizontal",
|
|
@@ -20286,7 +20286,7 @@ exports[`Storyshots f/fields/TextareaInput Optional 1`] = `
|
|
|
20286
20286
|
onSubmit={[Function]}
|
|
20287
20287
|
>
|
|
20288
20288
|
<div
|
|
20289
|
-
className="base text-area-input y-
|
|
20289
|
+
className="base text-area-input y-background-inputs"
|
|
20290
20290
|
>
|
|
20291
20291
|
<label
|
|
20292
20292
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20301,7 +20301,7 @@ exports[`Storyshots f/fields/TextareaInput Optional 1`] = `
|
|
|
20301
20301
|
name="feedback"
|
|
20302
20302
|
onBlur={[Function]}
|
|
20303
20303
|
onChange={[Function]}
|
|
20304
|
-
rows={
|
|
20304
|
+
rows={10}
|
|
20305
20305
|
style={
|
|
20306
20306
|
{
|
|
20307
20307
|
"resize": "vertical",
|
|
@@ -20331,7 +20331,7 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
|
|
|
20331
20331
|
onSubmit={[Function]}
|
|
20332
20332
|
>
|
|
20333
20333
|
<div
|
|
20334
|
-
className="base text-area-input y-
|
|
20334
|
+
className="base text-area-input y-background-inputs"
|
|
20335
20335
|
>
|
|
20336
20336
|
<label
|
|
20337
20337
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20346,7 +20346,7 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
|
|
|
20346
20346
|
onBlur={[Function]}
|
|
20347
20347
|
onChange={[Function]}
|
|
20348
20348
|
placeholder="Type your feedback here..."
|
|
20349
|
-
rows={
|
|
20349
|
+
rows={10}
|
|
20350
20350
|
style={
|
|
20351
20351
|
{
|
|
20352
20352
|
"resize": "vertical",
|
|
@@ -20376,7 +20376,7 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
|
|
|
20376
20376
|
onSubmit={[Function]}
|
|
20377
20377
|
>
|
|
20378
20378
|
<div
|
|
20379
|
-
className="base text-area-input y-
|
|
20379
|
+
className="base text-area-input y-background-inputs"
|
|
20380
20380
|
>
|
|
20381
20381
|
<label
|
|
20382
20382
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20390,7 +20390,7 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
|
|
|
20390
20390
|
name="feedback"
|
|
20391
20391
|
onBlur={[Function]}
|
|
20392
20392
|
onChange={[Function]}
|
|
20393
|
-
rows={
|
|
20393
|
+
rows={10}
|
|
20394
20394
|
style={
|
|
20395
20395
|
{
|
|
20396
20396
|
"resize": "vertical",
|
|
@@ -20420,7 +20420,7 @@ exports[`Storyshots f/fields/TextareaInput Vertical Resize 1`] = `
|
|
|
20420
20420
|
onSubmit={[Function]}
|
|
20421
20421
|
>
|
|
20422
20422
|
<div
|
|
20423
|
-
className="base text-area-input y-
|
|
20423
|
+
className="base text-area-input y-background-inputs"
|
|
20424
20424
|
>
|
|
20425
20425
|
<label
|
|
20426
20426
|
className="base form-label v50 mb-v x-main2"
|
|
@@ -20434,7 +20434,7 @@ exports[`Storyshots f/fields/TextareaInput Vertical Resize 1`] = `
|
|
|
20434
20434
|
name="feedback"
|
|
20435
20435
|
onBlur={[Function]}
|
|
20436
20436
|
onChange={[Function]}
|
|
20437
|
-
rows={
|
|
20437
|
+
rows={10}
|
|
20438
20438
|
style={
|
|
20439
20439
|
{
|
|
20440
20440
|
"resize": "vertical",
|