@pareto-engineering/design-system 2.0.0-alpha.20 → 2.0.0-alpha.24
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/BackgroundGradient/styles.scss +1 -1
- package/dist/cjs/a/Shapes/styles.scss +9 -9
- package/dist/cjs/b/Button/styles.scss +1 -1
- package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +3 -3
- package/dist/cjs/c/ContentSlides/styles.scss +10 -4
- package/dist/cjs/f/common/Label/styles.scss +1 -1
- package/dist/cjs/f/fields/ChoicesInput/styles.scss +17 -2
- package/dist/cjs/f/fields/SelectInput/SelectInput.js +13 -5
- package/dist/cjs/f/fields/SelectInput/styles.scss +13 -8
- package/dist/cjs/f/fields/TextInput/TextInput.js +10 -3
- package/dist/cjs/f/fields/TextInput/styles.scss +16 -3
- package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +3 -3
- package/dist/cjs/f/fields/TextareaInput/styles.scss +19 -6
- package/dist/cjs/f/fields/index.js +0 -24
- package/dist/cjs/form-reset.scss +1 -1
- package/dist/es/a/BackgroundGradient/styles.scss +1 -1
- package/dist/es/a/Shapes/styles.scss +9 -9
- package/dist/es/b/Button/styles.scss +1 -1
- package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +3 -3
- package/dist/es/c/ContentSlides/styles.scss +10 -4
- package/dist/es/f/common/Label/styles.scss +1 -1
- package/dist/es/f/fields/ChoicesInput/styles.scss +17 -2
- package/dist/es/f/fields/SelectInput/SelectInput.js +13 -5
- package/dist/es/f/fields/SelectInput/styles.scss +13 -8
- package/dist/es/f/fields/TextInput/TextInput.js +10 -3
- package/dist/es/f/fields/TextInput/styles.scss +16 -3
- package/dist/es/f/fields/TextareaInput/TextareaInput.js +3 -3
- package/dist/es/f/fields/TextareaInput/styles.scss +19 -6
- package/dist/es/f/fields/index.js +0 -3
- package/dist/es/form-reset.scss +1 -1
- package/package.json +2 -2
- package/src/__snapshots__/Storyshots.test.js.snap +407 -382
- package/src/stories/c/ContentSlides.stories.jsx +154 -2
- package/src/stories/f/SelectInput.stories.jsx +10 -8
- package/src/stories/f/TextInput.stories.jsx +7 -6
- package/src/stories/f/TextareaInput.stories.jsx +4 -4
- package/src/ui/a/BackgroundGradient/styles.scss +1 -1
- package/src/ui/a/Shapes/styles.scss +9 -9
- package/src/ui/b/Button/styles.scss +1 -1
- package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +3 -3
- package/src/ui/c/ContentSlides/styles.scss +10 -4
- package/src/ui/f/common/Label/styles.scss +1 -1
- package/src/ui/f/fields/ChoicesInput/styles.scss +17 -2
- package/src/ui/f/fields/SelectInput/SelectInput.jsx +10 -1
- package/src/ui/f/fields/SelectInput/styles.scss +13 -8
- package/src/ui/f/fields/TextInput/TextInput.jsx +9 -1
- package/src/ui/f/fields/TextInput/styles.scss +16 -3
- package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +3 -3
- package/src/ui/f/fields/TextareaInput/styles.scss +19 -6
- package/src/ui/f/fields/index.js +0 -3
- package/src/ui/form-reset.scss +1 -1
- package/dist/cjs/a/GradientBackground/GradientBackground.js +0 -140
- package/dist/cjs/a/GradientBackground/index.js +0 -15
- package/dist/cjs/a/GradientBackground/styles.scss +0 -191
- package/dist/cjs/c/AcceptCookies/AcceptCookies.js +0 -134
- package/dist/cjs/c/AcceptCookies/index.js +0 -15
- package/dist/cjs/c/AcceptCookies/styles.scss +0 -49
- package/dist/cjs/c/BlogCategoryButton/BlogCategoryButton.js +0 -95
- package/dist/cjs/c/BlogCategoryButton/index.js +0 -15
- package/dist/cjs/c/BlogContext/BlogContextProvider.js +0 -63
- package/dist/cjs/c/BlogContext/Context.js +0 -16
- package/dist/cjs/c/BlogContext/ContextProvider.js +0 -63
- package/dist/cjs/c/BlogContext/index.js +0 -31
- package/dist/cjs/c/BlogContext/useBlog.js +0 -16
- package/dist/cjs/c/BlogPost/BlogPost.js +0 -147
- package/dist/cjs/c/BlogPost/index.js +0 -15
- package/dist/cjs/c/BlogPost/styles.scss +0 -33
- package/dist/cjs/c/BlogPostsList/BlogPostsList.js +0 -73
- package/dist/cjs/c/BlogPostsList/common/Card/Card.js +0 -170
- package/dist/cjs/c/BlogPostsList/common/Card/index.js +0 -15
- package/dist/cjs/c/BlogPostsList/common/index.js +0 -13
- package/dist/cjs/c/BlogPostsList/index.js +0 -15
- package/dist/cjs/c/BlogPostsList/styles.scss +0 -72
- package/dist/cjs/c/SiteFooter/SiteFooter.js +0 -73
- package/dist/cjs/c/SiteFooter/common/Section/Section.js +0 -95
- package/dist/cjs/c/SiteFooter/common/Section/index.js +0 -15
- package/dist/cjs/c/SiteFooter/common/index.js +0 -13
- package/dist/cjs/c/SiteFooter/index.js +0 -15
- package/dist/cjs/c/SiteFooter/styles.scss +0 -34
- package/dist/cjs/c/SiteHeaderCTA/SiteHeaderCTA.js +0 -108
- package/dist/cjs/c/SiteHeaderCTA/index.js +0 -15
- package/dist/cjs/c/SiteHeaderCTA/styles.scss +0 -44
- package/dist/cjs/c/SiteMission/SiteMission.js +0 -113
- package/dist/cjs/c/SiteMission/index.js +0 -15
- package/dist/cjs/c/SiteMission/styles.scss +0 -30
- package/dist/cjs/c/SiteNavigation/SiteNavigation.js +0 -130
- package/dist/cjs/c/SiteNavigation/index.js +0 -15
- package/dist/cjs/c/SiteNavigation/styles.scss +0 -118
- package/dist/cjs/c/SiteOnboardingStep/SiteOnboardingStep.js +0 -98
- package/dist/cjs/c/SiteOnboardingStep/index.js +0 -15
- package/dist/cjs/c/SiteOnboardingStep/styles.scss +0 -51
- package/dist/cjs/c/SitePricing/SitePricing.js +0 -108
- package/dist/cjs/c/SitePricing/index.js +0 -15
- package/dist/cjs/c/SitePricing/styles.scss +0 -73
- package/dist/cjs/c/SiteServices/SiteServices.js +0 -211
- package/dist/cjs/c/SiteServices/index.js +0 -15
- package/dist/cjs/c/SiteServices/styles.scss +0 -138
- package/dist/cjs/c/TeamGallery/TeamGallery.js +0 -80
- package/dist/cjs/c/TeamGallery/common/PersonCard/PersonCard.js +0 -84
- package/dist/cjs/c/TeamGallery/common/PersonCard/index.js +0 -15
- package/dist/cjs/c/TeamGallery/common/index.js +0 -13
- package/dist/cjs/c/TeamGallery/index.js +0 -15
- package/dist/cjs/c/TeamGallery/styles.scss +0 -100
- package/dist/cjs/c/Testimonials/Testimonials.js +0 -119
- package/dist/cjs/c/Testimonials/index.js +0 -15
- package/dist/cjs/c/Testimonials/styles.scss +0 -112
- package/dist/cjs/experimental/GradientBackground/GradientBackground.js +0 -98
- package/dist/cjs/experimental/GradientBackground/index.js +0 -15
- package/dist/cjs/experimental/GradientBackground/styles.scss +0 -64
- package/dist/cjs/experimental/index.js +0 -13
- package/dist/cjs/f/fields/CheckboxInput/CheckboxInput.js +0 -105
- package/dist/cjs/f/fields/CheckboxInput/index.js +0 -15
- package/dist/cjs/f/fields/CheckboxInput/styles.scss +0 -28
- package/dist/cjs/f/fields/RadioInput/RadioInput.js +0 -110
- package/dist/cjs/f/fields/RadioInput/index.js +0 -15
- package/dist/cjs/f/fields/RadioInput/styles.scss +0 -26
- package/dist/cjs/f/fields/TaskRecommendation/TaskRecommendation.js +0 -129
- package/dist/cjs/f/fields/TaskRecommendation/index.js +0 -15
- package/dist/cjs/f/fields/TaskRecommendation/styles.scss +0 -37
- package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +0 -131
- package/dist/cjs/f/fields/TaskRecommendationInput/index.js +0 -15
- package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +0 -41
- package/dist/cjs/f/fields/TextArea/TextArea.js +0 -141
- package/dist/cjs/f/fields/TextArea/index.js +0 -15
- package/dist/cjs/f/fields/TextArea/styles.scss +0 -19
- package/dist/es/a/GradientBackground/GradientBackground.js +0 -118
- package/dist/es/a/GradientBackground/index.js +0 -2
- package/dist/es/a/GradientBackground/styles.scss +0 -191
- package/dist/es/c/AcceptCookies/AcceptCookies.js +0 -117
- package/dist/es/c/AcceptCookies/index.js +0 -2
- package/dist/es/c/AcceptCookies/styles.scss +0 -49
- package/dist/es/c/BlogCategoryButton/BlogCategoryButton.js +0 -68
- package/dist/es/c/BlogCategoryButton/index.js +0 -2
- package/dist/es/c/BlogContext/BlogContextProvider.js +0 -45
- package/dist/es/c/BlogContext/Context.js +0 -2
- package/dist/es/c/BlogContext/ContextProvider.js +0 -45
- package/dist/es/c/BlogContext/index.js +0 -4
- package/dist/es/c/BlogContext/useBlog.js +0 -3
- package/dist/es/c/BlogPost/BlogPost.js +0 -128
- package/dist/es/c/BlogPost/index.js +0 -2
- package/dist/es/c/BlogPost/styles.scss +0 -33
- package/dist/es/c/BlogPostsList/BlogPostsList.js +0 -56
- package/dist/es/c/BlogPostsList/common/Card/Card.js +0 -143
- package/dist/es/c/BlogPostsList/common/Card/index.js +0 -2
- package/dist/es/c/BlogPostsList/common/index.js +0 -1
- package/dist/es/c/BlogPostsList/index.js +0 -2
- package/dist/es/c/BlogPostsList/styles.scss +0 -72
- package/dist/es/c/SiteFooter/SiteFooter.js +0 -56
- package/dist/es/c/SiteFooter/common/Section/Section.js +0 -73
- package/dist/es/c/SiteFooter/common/Section/index.js +0 -2
- package/dist/es/c/SiteFooter/common/index.js +0 -1
- package/dist/es/c/SiteFooter/index.js +0 -2
- package/dist/es/c/SiteFooter/styles.scss +0 -34
- package/dist/es/c/SiteHeaderCTA/SiteHeaderCTA.js +0 -92
- package/dist/es/c/SiteHeaderCTA/index.js +0 -2
- package/dist/es/c/SiteHeaderCTA/styles.scss +0 -44
- package/dist/es/c/SiteMission/SiteMission.js +0 -96
- package/dist/es/c/SiteMission/index.js +0 -2
- package/dist/es/c/SiteMission/styles.scss +0 -30
- package/dist/es/c/SiteNavigation/SiteNavigation.js +0 -111
- package/dist/es/c/SiteNavigation/index.js +0 -2
- package/dist/es/c/SiteNavigation/styles.scss +0 -118
- package/dist/es/c/SiteOnboardingStep/SiteOnboardingStep.js +0 -81
- package/dist/es/c/SiteOnboardingStep/index.js +0 -2
- package/dist/es/c/SiteOnboardingStep/styles.scss +0 -51
- package/dist/es/c/SitePricing/SitePricing.js +0 -91
- package/dist/es/c/SitePricing/index.js +0 -2
- package/dist/es/c/SitePricing/styles.scss +0 -73
- package/dist/es/c/SiteServices/SiteServices.js +0 -195
- package/dist/es/c/SiteServices/index.js +0 -2
- package/dist/es/c/SiteServices/styles.scss +0 -138
- package/dist/es/c/TeamGallery/TeamGallery.js +0 -64
- package/dist/es/c/TeamGallery/common/PersonCard/PersonCard.js +0 -64
- package/dist/es/c/TeamGallery/common/PersonCard/index.js +0 -2
- package/dist/es/c/TeamGallery/common/index.js +0 -1
- package/dist/es/c/TeamGallery/index.js +0 -2
- package/dist/es/c/TeamGallery/styles.scss +0 -100
- package/dist/es/c/Testimonials/Testimonials.js +0 -99
- package/dist/es/c/Testimonials/index.js +0 -2
- package/dist/es/c/Testimonials/styles.scss +0 -112
- package/dist/es/experimental/GradientBackground/GradientBackground.js +0 -76
- package/dist/es/experimental/GradientBackground/index.js +0 -2
- package/dist/es/experimental/GradientBackground/styles.scss +0 -64
- package/dist/es/experimental/index.js +0 -1
- package/dist/es/f/fields/CheckboxInput/CheckboxInput.js +0 -85
- package/dist/es/f/fields/CheckboxInput/index.js +0 -2
- package/dist/es/f/fields/CheckboxInput/styles.scss +0 -28
- package/dist/es/f/fields/RadioInput/RadioInput.js +0 -90
- package/dist/es/f/fields/RadioInput/index.js +0 -2
- package/dist/es/f/fields/RadioInput/styles.scss +0 -26
- package/dist/es/f/fields/TaskRecommendation/TaskRecommendation.js +0 -111
- package/dist/es/f/fields/TaskRecommendation/index.js +0 -2
- package/dist/es/f/fields/TaskRecommendation/styles.scss +0 -37
- package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +0 -111
- package/dist/es/f/fields/TaskRecommendationInput/index.js +0 -2
- package/dist/es/f/fields/TaskRecommendationInput/styles.scss +0 -41
- package/dist/es/f/fields/TextArea/TextArea.js +0 -124
- package/dist/es/f/fields/TextArea/index.js +0 -2
- package/dist/es/f/fields/TextArea/styles.scss +0 -19
- package/src/stories/f/CheckboxInput.stories.jsx +0 -37
- package/src/stories/f/RadioInput.stories.jsx +0 -37
- package/src/stories/f/TaskRecommendationInput.stories.jsx +0 -38
- package/src/ui/f/fields/CheckboxInput/CheckboxInput.jsx +0 -107
- package/src/ui/f/fields/CheckboxInput/index.js +0 -2
- package/src/ui/f/fields/CheckboxInput/styles.scss +0 -28
- package/src/ui/f/fields/RadioInput/RadioInput.jsx +0 -112
- package/src/ui/f/fields/RadioInput/index.js +0 -2
- package/src/ui/f/fields/RadioInput/styles.scss +0 -26
- package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +0 -130
- package/src/ui/f/fields/TaskRecommendationInput/index.js +0 -2
- package/src/ui/f/fields/TaskRecommendationInput/styles.scss +0 -41
|
@@ -8567,7 +8567,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
8567
8567
|
}
|
|
8568
8568
|
>
|
|
8569
8569
|
<div
|
|
8570
|
-
className="base content-slides y-background1 u1 md-u2"
|
|
8570
|
+
className="base content-slides y-background1 b-dark-y u1 md-u2"
|
|
8571
8571
|
>
|
|
8572
8572
|
<nav
|
|
8573
8573
|
className="sidebar"
|
|
@@ -8716,7 +8716,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
8716
8716
|
Welcome
|
|
8717
8717
|
</span>
|
|
8718
8718
|
<svg
|
|
8719
|
-
className="base svg base logo x-
|
|
8719
|
+
className="base svg base logo x-paragraph xs-h sm-h"
|
|
8720
8720
|
height="2em"
|
|
8721
8721
|
preserveAspectRatio="xMinYMin meet"
|
|
8722
8722
|
version="1.1"
|
|
@@ -8939,7 +8939,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
|
|
|
8939
8939
|
|
|
8940
8940
|
exports[`Storyshots c/ContentSlides Simple 1`] = `
|
|
8941
8941
|
<div
|
|
8942
|
-
className="base content-slides y-background1 simple u1 md-u2"
|
|
8942
|
+
className="base content-slides y-background1 b-dark-y simple u1 md-u2"
|
|
8943
8943
|
>
|
|
8944
8944
|
<div
|
|
8945
8945
|
className="horizontal-menu"
|
|
@@ -8969,7 +8969,286 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
|
|
|
8969
8969
|
Welcome
|
|
8970
8970
|
</span>
|
|
8971
8971
|
<svg
|
|
8972
|
-
className="base svg base logo x-
|
|
8972
|
+
className="base svg base logo x-paragraph xs-h sm-h"
|
|
8973
|
+
height="2em"
|
|
8974
|
+
preserveAspectRatio="xMinYMin meet"
|
|
8975
|
+
version="1.1"
|
|
8976
|
+
viewBox="0 0 688 250"
|
|
8977
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8978
|
+
>
|
|
8979
|
+
<use
|
|
8980
|
+
className=""
|
|
8981
|
+
href="/logo_parts.svg#logo__p"
|
|
8982
|
+
id="logo__p"
|
|
8983
|
+
style={
|
|
8984
|
+
Object {
|
|
8985
|
+
"style": undefined,
|
|
8986
|
+
}
|
|
8987
|
+
}
|
|
8988
|
+
/>
|
|
8989
|
+
<use
|
|
8990
|
+
className=""
|
|
8991
|
+
href="/logo_parts.svg#logo__areto"
|
|
8992
|
+
id="logo__areto"
|
|
8993
|
+
style={
|
|
8994
|
+
Object {
|
|
8995
|
+
"style": undefined,
|
|
8996
|
+
}
|
|
8997
|
+
}
|
|
8998
|
+
/>
|
|
8999
|
+
<use
|
|
9000
|
+
className=""
|
|
9001
|
+
href="/logo_parts.svg#logo__t"
|
|
9002
|
+
id="logo__t"
|
|
9003
|
+
style={
|
|
9004
|
+
Object {
|
|
9005
|
+
"style": undefined,
|
|
9006
|
+
}
|
|
9007
|
+
}
|
|
9008
|
+
/>
|
|
9009
|
+
</svg>
|
|
9010
|
+
</div>
|
|
9011
|
+
</div>
|
|
9012
|
+
</div>
|
|
9013
|
+
|
|
9014
|
+
<main>
|
|
9015
|
+
<div
|
|
9016
|
+
className="modifierActive slide"
|
|
9017
|
+
>
|
|
9018
|
+
<div
|
|
9019
|
+
className="wrapper"
|
|
9020
|
+
>
|
|
9021
|
+
<div
|
|
9022
|
+
className="content"
|
|
9023
|
+
>
|
|
9024
|
+
<div
|
|
9025
|
+
className="base title"
|
|
9026
|
+
>
|
|
9027
|
+
<h1
|
|
9028
|
+
className="small heading"
|
|
9029
|
+
>
|
|
9030
|
+
Welcome
|
|
9031
|
+
</h1>
|
|
9032
|
+
<p
|
|
9033
|
+
className="subtitle"
|
|
9034
|
+
>
|
|
9035
|
+
Welcome to this site. We hope you will have an amazing experience here.
|
|
9036
|
+
</p>
|
|
9037
|
+
</div>
|
|
9038
|
+
<div
|
|
9039
|
+
className="navigator"
|
|
9040
|
+
>
|
|
9041
|
+
<span />
|
|
9042
|
+
<button
|
|
9043
|
+
className="base button x-main2 next x-main1 modifierCompact"
|
|
9044
|
+
disabled={false}
|
|
9045
|
+
onClick={[Function]}
|
|
9046
|
+
type="button"
|
|
9047
|
+
>
|
|
9048
|
+
Next
|
|
9049
|
+
</button>
|
|
9050
|
+
</div>
|
|
9051
|
+
</div>
|
|
9052
|
+
</div>
|
|
9053
|
+
</div>
|
|
9054
|
+
<div
|
|
9055
|
+
className="slide"
|
|
9056
|
+
>
|
|
9057
|
+
<div
|
|
9058
|
+
className="wrapper"
|
|
9059
|
+
>
|
|
9060
|
+
<div
|
|
9061
|
+
className="content"
|
|
9062
|
+
>
|
|
9063
|
+
<div
|
|
9064
|
+
className="base title"
|
|
9065
|
+
>
|
|
9066
|
+
<h1
|
|
9067
|
+
className="small heading"
|
|
9068
|
+
>
|
|
9069
|
+
Part 2
|
|
9070
|
+
</h1>
|
|
9071
|
+
<p
|
|
9072
|
+
className="subtitle"
|
|
9073
|
+
>
|
|
9074
|
+
Welcome to this site. We hope you will have an amazing experience here.
|
|
9075
|
+
</p>
|
|
9076
|
+
</div>
|
|
9077
|
+
<p>
|
|
9078
|
+
In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
9079
|
+
|
|
9080
|
+
</p>
|
|
9081
|
+
<p>
|
|
9082
|
+
In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
9083
|
+
|
|
9084
|
+
</p>
|
|
9085
|
+
<p>
|
|
9086
|
+
In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
9087
|
+
|
|
9088
|
+
</p>
|
|
9089
|
+
<p>
|
|
9090
|
+
In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
|
|
9091
|
+
|
|
9092
|
+
</p>
|
|
9093
|
+
<div
|
|
9094
|
+
className="navigator"
|
|
9095
|
+
>
|
|
9096
|
+
<span />
|
|
9097
|
+
<button
|
|
9098
|
+
className="base button x-main2 next x-main1 modifierCompact"
|
|
9099
|
+
disabled={false}
|
|
9100
|
+
onClick={[Function]}
|
|
9101
|
+
type="button"
|
|
9102
|
+
>
|
|
9103
|
+
Next
|
|
9104
|
+
</button>
|
|
9105
|
+
</div>
|
|
9106
|
+
</div>
|
|
9107
|
+
</div>
|
|
9108
|
+
</div>
|
|
9109
|
+
<div
|
|
9110
|
+
className="slide"
|
|
9111
|
+
>
|
|
9112
|
+
<div
|
|
9113
|
+
className="wrapper"
|
|
9114
|
+
>
|
|
9115
|
+
<div
|
|
9116
|
+
className="content"
|
|
9117
|
+
>
|
|
9118
|
+
<div
|
|
9119
|
+
className="base title"
|
|
9120
|
+
>
|
|
9121
|
+
<h1
|
|
9122
|
+
className="small heading"
|
|
9123
|
+
>
|
|
9124
|
+
Part 3
|
|
9125
|
+
</h1>
|
|
9126
|
+
<p
|
|
9127
|
+
className="subtitle"
|
|
9128
|
+
>
|
|
9129
|
+
Welcome to this site. We hope you will have an amazing experience here.
|
|
9130
|
+
</p>
|
|
9131
|
+
</div>
|
|
9132
|
+
<div
|
|
9133
|
+
className="navigator"
|
|
9134
|
+
>
|
|
9135
|
+
<span />
|
|
9136
|
+
<button
|
|
9137
|
+
className="base button x-main2 next x-main1 modifierCompact"
|
|
9138
|
+
disabled={false}
|
|
9139
|
+
onClick={[Function]}
|
|
9140
|
+
type="button"
|
|
9141
|
+
>
|
|
9142
|
+
Next
|
|
9143
|
+
</button>
|
|
9144
|
+
</div>
|
|
9145
|
+
</div>
|
|
9146
|
+
</div>
|
|
9147
|
+
</div>
|
|
9148
|
+
<div
|
|
9149
|
+
className="slide"
|
|
9150
|
+
>
|
|
9151
|
+
<div
|
|
9152
|
+
className="wrapper"
|
|
9153
|
+
>
|
|
9154
|
+
<div
|
|
9155
|
+
className="content"
|
|
9156
|
+
>
|
|
9157
|
+
<div
|
|
9158
|
+
className="base title"
|
|
9159
|
+
>
|
|
9160
|
+
<h1
|
|
9161
|
+
className="small heading"
|
|
9162
|
+
>
|
|
9163
|
+
Part 4
|
|
9164
|
+
</h1>
|
|
9165
|
+
<p
|
|
9166
|
+
className="subtitle"
|
|
9167
|
+
>
|
|
9168
|
+
Welcome to this site. We hope you will have an amazing experience here.
|
|
9169
|
+
</p>
|
|
9170
|
+
</div>
|
|
9171
|
+
<div
|
|
9172
|
+
className="navigator"
|
|
9173
|
+
>
|
|
9174
|
+
<span />
|
|
9175
|
+
<button
|
|
9176
|
+
className="base button x-main2 next x-main1 modifierCompact"
|
|
9177
|
+
disabled={false}
|
|
9178
|
+
onClick={[Function]}
|
|
9179
|
+
type="button"
|
|
9180
|
+
>
|
|
9181
|
+
Next
|
|
9182
|
+
</button>
|
|
9183
|
+
</div>
|
|
9184
|
+
</div>
|
|
9185
|
+
</div>
|
|
9186
|
+
</div>
|
|
9187
|
+
</main>
|
|
9188
|
+
</div>
|
|
9189
|
+
`;
|
|
9190
|
+
|
|
9191
|
+
exports[`Storyshots c/ContentSlides With Background Shape 1`] = `
|
|
9192
|
+
<div
|
|
9193
|
+
className="base content-slides y-background4 b-light-y simple u1 md-u2"
|
|
9194
|
+
>
|
|
9195
|
+
<div
|
|
9196
|
+
className="base shapes"
|
|
9197
|
+
style={
|
|
9198
|
+
Object {
|
|
9199
|
+
"--horizontal-align": "flex-start",
|
|
9200
|
+
"--overflow": "hidden",
|
|
9201
|
+
"--shape-height": "65em",
|
|
9202
|
+
"--vertical-align": "center",
|
|
9203
|
+
}
|
|
9204
|
+
}
|
|
9205
|
+
>
|
|
9206
|
+
<div
|
|
9207
|
+
className="spiral"
|
|
9208
|
+
>
|
|
9209
|
+
<div
|
|
9210
|
+
className="circle-one"
|
|
9211
|
+
/>
|
|
9212
|
+
<div
|
|
9213
|
+
className="circle-two"
|
|
9214
|
+
/>
|
|
9215
|
+
<div
|
|
9216
|
+
className="circle-three"
|
|
9217
|
+
/>
|
|
9218
|
+
<div
|
|
9219
|
+
className="circle-four"
|
|
9220
|
+
/>
|
|
9221
|
+
</div>
|
|
9222
|
+
</div>
|
|
9223
|
+
<div
|
|
9224
|
+
className="horizontal-menu"
|
|
9225
|
+
>
|
|
9226
|
+
<div
|
|
9227
|
+
className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
|
|
9228
|
+
data-length="50%"
|
|
9229
|
+
style={
|
|
9230
|
+
Object {
|
|
9231
|
+
"--height": ".4em",
|
|
9232
|
+
"--progress": 40,
|
|
9233
|
+
}
|
|
9234
|
+
}
|
|
9235
|
+
/>
|
|
9236
|
+
<div
|
|
9237
|
+
className="elementContent"
|
|
9238
|
+
>
|
|
9239
|
+
<div
|
|
9240
|
+
className="left"
|
|
9241
|
+
/>
|
|
9242
|
+
<div
|
|
9243
|
+
className="title"
|
|
9244
|
+
>
|
|
9245
|
+
<span
|
|
9246
|
+
className="md-h lg-h"
|
|
9247
|
+
>
|
|
9248
|
+
Welcome
|
|
9249
|
+
</span>
|
|
9250
|
+
<svg
|
|
9251
|
+
className="base svg base logo x-paragraph xs-h sm-h"
|
|
8973
9252
|
height="2em"
|
|
8974
9253
|
preserveAspectRatio="xMinYMin meet"
|
|
8975
9254
|
version="1.1"
|
|
@@ -9281,7 +9560,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9281
9560
|
onSubmit={[Function]}
|
|
9282
9561
|
>
|
|
9283
9562
|
<div
|
|
9284
|
-
className="base text-input form-input"
|
|
9563
|
+
className="base text-input form-input y-background2"
|
|
9285
9564
|
>
|
|
9286
9565
|
<label
|
|
9287
9566
|
className="base label v50 mb-v x-main2"
|
|
@@ -9290,7 +9569,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9290
9569
|
What's your first name ?
|
|
9291
9570
|
</label>
|
|
9292
9571
|
<input
|
|
9293
|
-
className="input
|
|
9572
|
+
className="input"
|
|
9294
9573
|
disabled={false}
|
|
9295
9574
|
id="firstName"
|
|
9296
9575
|
name="firstName"
|
|
@@ -9301,7 +9580,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9301
9580
|
/>
|
|
9302
9581
|
</div>
|
|
9303
9582
|
<div
|
|
9304
|
-
className="base text-input form-input"
|
|
9583
|
+
className="base text-input form-input y-background2"
|
|
9305
9584
|
>
|
|
9306
9585
|
<label
|
|
9307
9586
|
className="base label v50 mb-v x-main2"
|
|
@@ -9310,7 +9589,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9310
9589
|
What's your last name ?
|
|
9311
9590
|
</label>
|
|
9312
9591
|
<input
|
|
9313
|
-
className="input
|
|
9592
|
+
className="input"
|
|
9314
9593
|
disabled={false}
|
|
9315
9594
|
id="lastName"
|
|
9316
9595
|
name="lastName"
|
|
@@ -9320,7 +9599,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9320
9599
|
/>
|
|
9321
9600
|
</div>
|
|
9322
9601
|
<div
|
|
9323
|
-
className="base text-area-input form-input
|
|
9602
|
+
className="base text-area-input form-input y-background2"
|
|
9324
9603
|
>
|
|
9325
9604
|
<label
|
|
9326
9605
|
className="base label v50 mb-v x-main2"
|
|
@@ -9329,7 +9608,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9329
9608
|
Describe yourself in a few sentences
|
|
9330
9609
|
</label>
|
|
9331
9610
|
<textarea
|
|
9332
|
-
className="textarea
|
|
9611
|
+
className="textarea"
|
|
9333
9612
|
disabled={false}
|
|
9334
9613
|
name="description"
|
|
9335
9614
|
onBlur={[Function]}
|
|
@@ -9412,7 +9691,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9412
9691
|
</div>
|
|
9413
9692
|
</div>
|
|
9414
9693
|
<div
|
|
9415
|
-
className="base select-input form-input"
|
|
9694
|
+
className="base select-input form-input y-background2"
|
|
9416
9695
|
>
|
|
9417
9696
|
<label
|
|
9418
9697
|
className="base label input-label x-main2"
|
|
@@ -9421,7 +9700,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9421
9700
|
What do you want for dinner ?
|
|
9422
9701
|
</label>
|
|
9423
9702
|
<select
|
|
9424
|
-
className="input
|
|
9703
|
+
className="input"
|
|
9425
9704
|
disabled={false}
|
|
9426
9705
|
id="food"
|
|
9427
9706
|
name="food"
|
|
@@ -9431,18 +9710,21 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9431
9710
|
>
|
|
9432
9711
|
<option
|
|
9433
9712
|
disabled={false}
|
|
9713
|
+
selected={true}
|
|
9434
9714
|
value="italian"
|
|
9435
9715
|
>
|
|
9436
9716
|
A nice pizza
|
|
9437
9717
|
</option>
|
|
9438
9718
|
<option
|
|
9439
9719
|
disabled={false}
|
|
9720
|
+
selected={true}
|
|
9440
9721
|
value="turkish"
|
|
9441
9722
|
>
|
|
9442
9723
|
A delicious kebab
|
|
9443
9724
|
</option>
|
|
9444
9725
|
<option
|
|
9445
9726
|
disabled={false}
|
|
9727
|
+
selected={true}
|
|
9446
9728
|
value="french"
|
|
9447
9729
|
>
|
|
9448
9730
|
A three course delicate french meal
|
|
@@ -9470,7 +9752,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9470
9752
|
onSubmit={[Function]}
|
|
9471
9753
|
>
|
|
9472
9754
|
<div
|
|
9473
|
-
className="base text-input form-input"
|
|
9755
|
+
className="base text-input form-input y-background2"
|
|
9474
9756
|
>
|
|
9475
9757
|
<label
|
|
9476
9758
|
className="base label v50 mb-v x-main2"
|
|
@@ -9479,7 +9761,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9479
9761
|
What's your first name ?
|
|
9480
9762
|
</label>
|
|
9481
9763
|
<input
|
|
9482
|
-
className="input
|
|
9764
|
+
className="input"
|
|
9483
9765
|
disabled={true}
|
|
9484
9766
|
id="firstName"
|
|
9485
9767
|
name="firstName"
|
|
@@ -9490,7 +9772,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9490
9772
|
/>
|
|
9491
9773
|
</div>
|
|
9492
9774
|
<div
|
|
9493
|
-
className="base text-input form-input"
|
|
9775
|
+
className="base text-input form-input y-background2"
|
|
9494
9776
|
>
|
|
9495
9777
|
<label
|
|
9496
9778
|
className="base label v50 mb-v x-main2"
|
|
@@ -9499,7 +9781,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9499
9781
|
What's your last name ?
|
|
9500
9782
|
</label>
|
|
9501
9783
|
<input
|
|
9502
|
-
className="input
|
|
9784
|
+
className="input"
|
|
9503
9785
|
disabled={true}
|
|
9504
9786
|
id="lastName"
|
|
9505
9787
|
name="lastName"
|
|
@@ -9509,7 +9791,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9509
9791
|
/>
|
|
9510
9792
|
</div>
|
|
9511
9793
|
<div
|
|
9512
|
-
className="base text-area-input form-input
|
|
9794
|
+
className="base text-area-input form-input y-background2"
|
|
9513
9795
|
>
|
|
9514
9796
|
<label
|
|
9515
9797
|
className="base label v50 mb-v x-main2"
|
|
@@ -9518,7 +9800,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9518
9800
|
Describe yourself in a few sentences
|
|
9519
9801
|
</label>
|
|
9520
9802
|
<textarea
|
|
9521
|
-
className="textarea
|
|
9803
|
+
className="textarea"
|
|
9522
9804
|
disabled={true}
|
|
9523
9805
|
name="description"
|
|
9524
9806
|
onBlur={[Function]}
|
|
@@ -9601,7 +9883,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9601
9883
|
</div>
|
|
9602
9884
|
</div>
|
|
9603
9885
|
<div
|
|
9604
|
-
className="base select-input form-input"
|
|
9886
|
+
className="base select-input form-input y-background2"
|
|
9605
9887
|
>
|
|
9606
9888
|
<label
|
|
9607
9889
|
className="base label input-label x-main2"
|
|
@@ -9610,7 +9892,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9610
9892
|
What do you want for dinner ?
|
|
9611
9893
|
</label>
|
|
9612
9894
|
<select
|
|
9613
|
-
className="input
|
|
9895
|
+
className="input"
|
|
9614
9896
|
disabled={true}
|
|
9615
9897
|
id="food"
|
|
9616
9898
|
name="food"
|
|
@@ -9620,18 +9902,21 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9620
9902
|
>
|
|
9621
9903
|
<option
|
|
9622
9904
|
disabled={false}
|
|
9905
|
+
selected={true}
|
|
9623
9906
|
value="italian"
|
|
9624
9907
|
>
|
|
9625
9908
|
A nice pizza
|
|
9626
9909
|
</option>
|
|
9627
9910
|
<option
|
|
9628
9911
|
disabled={false}
|
|
9912
|
+
selected={true}
|
|
9629
9913
|
value="turkish"
|
|
9630
9914
|
>
|
|
9631
9915
|
A delicious kebab
|
|
9632
9916
|
</option>
|
|
9633
9917
|
<option
|
|
9634
9918
|
disabled={false}
|
|
9919
|
+
selected={true}
|
|
9635
9920
|
value="french"
|
|
9636
9921
|
>
|
|
9637
9922
|
A three course delicate french meal
|
|
@@ -9659,7 +9944,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
|
|
|
9659
9944
|
onSubmit={[Function]}
|
|
9660
9945
|
>
|
|
9661
9946
|
<div
|
|
9662
|
-
className="base text-input form-input"
|
|
9947
|
+
className="base text-input form-input y-background2"
|
|
9663
9948
|
>
|
|
9664
9949
|
<label
|
|
9665
9950
|
className="base label v50 mb-v x-main2"
|
|
@@ -9668,7 +9953,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
|
|
|
9668
9953
|
Extended type input
|
|
9669
9954
|
</label>
|
|
9670
9955
|
<input
|
|
9671
|
-
className="input
|
|
9956
|
+
className="input"
|
|
9672
9957
|
disabled={false}
|
|
9673
9958
|
id="extended"
|
|
9674
9959
|
name="extended"
|
|
@@ -9707,130 +9992,6 @@ exports[`Storyshots f/common/Label Base 1`] = `
|
|
|
9707
9992
|
</label>
|
|
9708
9993
|
`;
|
|
9709
9994
|
|
|
9710
|
-
exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
|
|
9711
|
-
<form
|
|
9712
|
-
action="#"
|
|
9713
|
-
onReset={[Function]}
|
|
9714
|
-
onSubmit={[Function]}
|
|
9715
|
-
>
|
|
9716
|
-
<div
|
|
9717
|
-
className="y-background1 b-y"
|
|
9718
|
-
>
|
|
9719
|
-
<div
|
|
9720
|
-
className="base checkbox-input"
|
|
9721
|
-
>
|
|
9722
|
-
<div
|
|
9723
|
-
className="not-selected input-content uc v1 pv-v"
|
|
9724
|
-
>
|
|
9725
|
-
<label
|
|
9726
|
-
className="base label x-main2"
|
|
9727
|
-
htmlFor="businessTypes"
|
|
9728
|
-
>
|
|
9729
|
-
<input
|
|
9730
|
-
className="input"
|
|
9731
|
-
id="businessTypes"
|
|
9732
|
-
name="businessTypes"
|
|
9733
|
-
onBlur={[Function]}
|
|
9734
|
-
onChange={[Function]}
|
|
9735
|
-
type="checkbox"
|
|
9736
|
-
value="Business to customer"
|
|
9737
|
-
/>
|
|
9738
|
-
<span>
|
|
9739
|
-
Business to customer
|
|
9740
|
-
</span>
|
|
9741
|
-
</label>
|
|
9742
|
-
</div>
|
|
9743
|
-
</div>
|
|
9744
|
-
<div
|
|
9745
|
-
className="base checkbox-input"
|
|
9746
|
-
>
|
|
9747
|
-
<div
|
|
9748
|
-
className="not-selected input-content uc v1 pv-v"
|
|
9749
|
-
>
|
|
9750
|
-
<label
|
|
9751
|
-
className="base label x-main2"
|
|
9752
|
-
htmlFor="businessTypes"
|
|
9753
|
-
>
|
|
9754
|
-
<input
|
|
9755
|
-
className="input"
|
|
9756
|
-
id="businessTypes"
|
|
9757
|
-
name="businessTypes"
|
|
9758
|
-
onBlur={[Function]}
|
|
9759
|
-
onChange={[Function]}
|
|
9760
|
-
type="checkbox"
|
|
9761
|
-
value="Business to business"
|
|
9762
|
-
/>
|
|
9763
|
-
<span>
|
|
9764
|
-
Business to business
|
|
9765
|
-
</span>
|
|
9766
|
-
</label>
|
|
9767
|
-
</div>
|
|
9768
|
-
</div>
|
|
9769
|
-
<div
|
|
9770
|
-
className="base checkbox-input"
|
|
9771
|
-
>
|
|
9772
|
-
<div
|
|
9773
|
-
className="not-selected input-content uc v1 pv-v"
|
|
9774
|
-
>
|
|
9775
|
-
<label
|
|
9776
|
-
className="base label x-main2"
|
|
9777
|
-
htmlFor="businessTypes"
|
|
9778
|
-
>
|
|
9779
|
-
<input
|
|
9780
|
-
className="input"
|
|
9781
|
-
id="businessTypes"
|
|
9782
|
-
name="businessTypes"
|
|
9783
|
-
onBlur={[Function]}
|
|
9784
|
-
onChange={[Function]}
|
|
9785
|
-
type="checkbox"
|
|
9786
|
-
value="E-commerce"
|
|
9787
|
-
/>
|
|
9788
|
-
<span>
|
|
9789
|
-
E-commerce
|
|
9790
|
-
</span>
|
|
9791
|
-
</label>
|
|
9792
|
-
</div>
|
|
9793
|
-
</div>
|
|
9794
|
-
<div
|
|
9795
|
-
className="base checkbox-input"
|
|
9796
|
-
>
|
|
9797
|
-
<div
|
|
9798
|
-
className="not-selected input-content uc v1 pv-v"
|
|
9799
|
-
>
|
|
9800
|
-
<label
|
|
9801
|
-
className="base label x-main2"
|
|
9802
|
-
htmlFor="businessTypes"
|
|
9803
|
-
>
|
|
9804
|
-
<input
|
|
9805
|
-
className="input"
|
|
9806
|
-
id="businessTypes"
|
|
9807
|
-
name="businessTypes"
|
|
9808
|
-
onBlur={[Function]}
|
|
9809
|
-
onChange={[Function]}
|
|
9810
|
-
type="checkbox"
|
|
9811
|
-
value="Marketplace"
|
|
9812
|
-
/>
|
|
9813
|
-
<span>
|
|
9814
|
-
Marketplace
|
|
9815
|
-
</span>
|
|
9816
|
-
</label>
|
|
9817
|
-
</div>
|
|
9818
|
-
</div>
|
|
9819
|
-
<div
|
|
9820
|
-
className="debugger"
|
|
9821
|
-
>
|
|
9822
|
-
<button
|
|
9823
|
-
className="base button x-main2"
|
|
9824
|
-
onClick={[Function]}
|
|
9825
|
-
type="button"
|
|
9826
|
-
>
|
|
9827
|
-
Open FormDebugger
|
|
9828
|
-
</button>
|
|
9829
|
-
</div>
|
|
9830
|
-
</div>
|
|
9831
|
-
</form>
|
|
9832
|
-
`;
|
|
9833
|
-
|
|
9834
9995
|
exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
|
|
9835
9996
|
<form
|
|
9836
9997
|
action="#"
|
|
@@ -10376,134 +10537,6 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
|
|
|
10376
10537
|
</form>
|
|
10377
10538
|
`;
|
|
10378
10539
|
|
|
10379
|
-
exports[`Storyshots f/fields/RadioInput Base 1`] = `
|
|
10380
|
-
<form
|
|
10381
|
-
action="#"
|
|
10382
|
-
onReset={[Function]}
|
|
10383
|
-
onSubmit={[Function]}
|
|
10384
|
-
>
|
|
10385
|
-
<div
|
|
10386
|
-
className="base radio-input"
|
|
10387
|
-
>
|
|
10388
|
-
<div
|
|
10389
|
-
className="not-selected uc v1 pv-v"
|
|
10390
|
-
>
|
|
10391
|
-
<label
|
|
10392
|
-
className="base label x-main2"
|
|
10393
|
-
htmlFor="companySize"
|
|
10394
|
-
>
|
|
10395
|
-
<input
|
|
10396
|
-
className="input"
|
|
10397
|
-
id="companySize"
|
|
10398
|
-
name="companySize"
|
|
10399
|
-
onBlur={[Function]}
|
|
10400
|
-
onChange={[Function]}
|
|
10401
|
-
type="radio"
|
|
10402
|
-
value="1-3"
|
|
10403
|
-
/>
|
|
10404
|
-
<span
|
|
10405
|
-
className="text"
|
|
10406
|
-
>
|
|
10407
|
-
1-3
|
|
10408
|
-
</span>
|
|
10409
|
-
</label>
|
|
10410
|
-
</div>
|
|
10411
|
-
</div>
|
|
10412
|
-
<div
|
|
10413
|
-
className="base radio-input"
|
|
10414
|
-
>
|
|
10415
|
-
<div
|
|
10416
|
-
className="not-selected uc v1 pv-v"
|
|
10417
|
-
>
|
|
10418
|
-
<label
|
|
10419
|
-
className="base label x-main2"
|
|
10420
|
-
htmlFor="companySize"
|
|
10421
|
-
>
|
|
10422
|
-
<input
|
|
10423
|
-
className="input"
|
|
10424
|
-
id="companySize"
|
|
10425
|
-
name="companySize"
|
|
10426
|
-
onBlur={[Function]}
|
|
10427
|
-
onChange={[Function]}
|
|
10428
|
-
type="radio"
|
|
10429
|
-
value="4-7"
|
|
10430
|
-
/>
|
|
10431
|
-
<span
|
|
10432
|
-
className="text"
|
|
10433
|
-
>
|
|
10434
|
-
4-7
|
|
10435
|
-
</span>
|
|
10436
|
-
</label>
|
|
10437
|
-
</div>
|
|
10438
|
-
</div>
|
|
10439
|
-
<div
|
|
10440
|
-
className="base radio-input"
|
|
10441
|
-
>
|
|
10442
|
-
<div
|
|
10443
|
-
className="not-selected uc v1 pv-v"
|
|
10444
|
-
>
|
|
10445
|
-
<label
|
|
10446
|
-
className="base label x-main2"
|
|
10447
|
-
htmlFor="companySize"
|
|
10448
|
-
>
|
|
10449
|
-
<input
|
|
10450
|
-
className="input"
|
|
10451
|
-
id="companySize"
|
|
10452
|
-
name="companySize"
|
|
10453
|
-
onBlur={[Function]}
|
|
10454
|
-
onChange={[Function]}
|
|
10455
|
-
type="radio"
|
|
10456
|
-
value="8-10"
|
|
10457
|
-
/>
|
|
10458
|
-
<span
|
|
10459
|
-
className="text"
|
|
10460
|
-
>
|
|
10461
|
-
8-10
|
|
10462
|
-
</span>
|
|
10463
|
-
</label>
|
|
10464
|
-
</div>
|
|
10465
|
-
</div>
|
|
10466
|
-
<div
|
|
10467
|
-
className="base radio-input"
|
|
10468
|
-
>
|
|
10469
|
-
<div
|
|
10470
|
-
className="not-selected uc v1 pv-v"
|
|
10471
|
-
>
|
|
10472
|
-
<label
|
|
10473
|
-
className="base label x-main2"
|
|
10474
|
-
htmlFor="companySize"
|
|
10475
|
-
>
|
|
10476
|
-
<input
|
|
10477
|
-
className="input"
|
|
10478
|
-
id="companySize"
|
|
10479
|
-
name="companySize"
|
|
10480
|
-
onBlur={[Function]}
|
|
10481
|
-
onChange={[Function]}
|
|
10482
|
-
type="radio"
|
|
10483
|
-
value="11-20"
|
|
10484
|
-
/>
|
|
10485
|
-
<span
|
|
10486
|
-
className="text"
|
|
10487
|
-
>
|
|
10488
|
-
11-20
|
|
10489
|
-
</span>
|
|
10490
|
-
</label>
|
|
10491
|
-
</div>
|
|
10492
|
-
</div>
|
|
10493
|
-
<div
|
|
10494
|
-
className="debugger"
|
|
10495
|
-
>
|
|
10496
|
-
<button
|
|
10497
|
-
className="base button x-main2"
|
|
10498
|
-
onClick={[Function]}
|
|
10499
|
-
type="button"
|
|
10500
|
-
>
|
|
10501
|
-
Open FormDebugger
|
|
10502
|
-
</button>
|
|
10503
|
-
</div>
|
|
10504
|
-
</form>
|
|
10505
|
-
`;
|
|
10506
|
-
|
|
10507
10540
|
exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
10508
10541
|
<form
|
|
10509
10542
|
action="#"
|
|
@@ -11268,7 +11301,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
|
|
|
11268
11301
|
onSubmit={[Function]}
|
|
11269
11302
|
>
|
|
11270
11303
|
<div
|
|
11271
|
-
className="base select-input"
|
|
11304
|
+
className="base select-input y-background2"
|
|
11272
11305
|
>
|
|
11273
11306
|
<label
|
|
11274
11307
|
className="base label input-label x-main2"
|
|
@@ -11277,28 +11310,38 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
|
|
|
11277
11310
|
Work Type
|
|
11278
11311
|
</label>
|
|
11279
11312
|
<select
|
|
11280
|
-
className="input
|
|
11313
|
+
className="input"
|
|
11281
11314
|
disabled={false}
|
|
11282
11315
|
id="workType"
|
|
11283
11316
|
name="workType"
|
|
11284
11317
|
onBlur={[Function]}
|
|
11285
11318
|
onChange={[Function]}
|
|
11286
|
-
value="
|
|
11319
|
+
value=""
|
|
11287
11320
|
>
|
|
11321
|
+
<option
|
|
11322
|
+
disabled={true}
|
|
11323
|
+
selected={true}
|
|
11324
|
+
value=""
|
|
11325
|
+
>
|
|
11326
|
+
Select an option
|
|
11327
|
+
</option>
|
|
11288
11328
|
<option
|
|
11289
11329
|
disabled={false}
|
|
11330
|
+
selected={true}
|
|
11290
11331
|
value="Work"
|
|
11291
11332
|
>
|
|
11292
11333
|
Work
|
|
11293
11334
|
</option>
|
|
11294
11335
|
<option
|
|
11295
11336
|
disabled={false}
|
|
11337
|
+
selected={true}
|
|
11296
11338
|
value="Managing"
|
|
11297
11339
|
>
|
|
11298
11340
|
Managing
|
|
11299
11341
|
</option>
|
|
11300
11342
|
<option
|
|
11301
11343
|
disabled={false}
|
|
11344
|
+
selected={true}
|
|
11302
11345
|
value="Training"
|
|
11303
11346
|
>
|
|
11304
11347
|
Training
|
|
@@ -11326,7 +11369,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
|
|
|
11326
11369
|
onSubmit={[Function]}
|
|
11327
11370
|
>
|
|
11328
11371
|
<div
|
|
11329
|
-
className="base select-input"
|
|
11372
|
+
className="base select-input y-background2"
|
|
11330
11373
|
>
|
|
11331
11374
|
<label
|
|
11332
11375
|
className="base label input-label x-main2"
|
|
@@ -11335,40 +11378,52 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
|
|
|
11335
11378
|
Work Type
|
|
11336
11379
|
</label>
|
|
11337
11380
|
<select
|
|
11338
|
-
className="input
|
|
11381
|
+
className="input"
|
|
11339
11382
|
disabled={true}
|
|
11340
11383
|
id="workType"
|
|
11341
11384
|
name="workType"
|
|
11342
11385
|
onBlur={[Function]}
|
|
11343
11386
|
onChange={[Function]}
|
|
11344
|
-
value="
|
|
11387
|
+
value=""
|
|
11345
11388
|
>
|
|
11389
|
+
<option
|
|
11390
|
+
disabled={true}
|
|
11391
|
+
selected={true}
|
|
11392
|
+
value=""
|
|
11393
|
+
>
|
|
11394
|
+
Select an option
|
|
11395
|
+
</option>
|
|
11346
11396
|
<option
|
|
11347
11397
|
disabled={false}
|
|
11398
|
+
selected={true}
|
|
11348
11399
|
value="Work"
|
|
11349
11400
|
>
|
|
11350
11401
|
Work
|
|
11351
11402
|
</option>
|
|
11352
11403
|
<option
|
|
11353
11404
|
disabled={false}
|
|
11405
|
+
selected={true}
|
|
11354
11406
|
value="Managing"
|
|
11355
11407
|
>
|
|
11356
11408
|
Managing
|
|
11357
11409
|
</option>
|
|
11358
11410
|
<option
|
|
11359
11411
|
disabled={false}
|
|
11412
|
+
selected={true}
|
|
11360
11413
|
value="Training"
|
|
11361
11414
|
>
|
|
11362
11415
|
Training
|
|
11363
11416
|
</option>
|
|
11364
11417
|
<option
|
|
11365
11418
|
disabled={false}
|
|
11419
|
+
selected={true}
|
|
11366
11420
|
value="20th Aug 2020 to 19th Sept, 2020"
|
|
11367
11421
|
>
|
|
11368
11422
|
20th Aug 2020 to 19th Sept, 2020
|
|
11369
11423
|
</option>
|
|
11370
11424
|
<option
|
|
11371
11425
|
disabled={false}
|
|
11426
|
+
selected={true}
|
|
11372
11427
|
value="20th Sept 2020 to 19th Oct, 2020"
|
|
11373
11428
|
>
|
|
11374
11429
|
20th Sept 2020 to 19th Oct, 2020
|
|
@@ -11396,7 +11451,7 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
|
|
|
11396
11451
|
onSubmit={[Function]}
|
|
11397
11452
|
>
|
|
11398
11453
|
<div
|
|
11399
|
-
className="base select-input"
|
|
11454
|
+
className="base select-input y-background2"
|
|
11400
11455
|
>
|
|
11401
11456
|
<label
|
|
11402
11457
|
className="base label input-label x-main2"
|
|
@@ -11405,22 +11460,31 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
|
|
|
11405
11460
|
Work Type
|
|
11406
11461
|
</label>
|
|
11407
11462
|
<select
|
|
11408
|
-
className="input
|
|
11463
|
+
className="input"
|
|
11409
11464
|
disabled={false}
|
|
11410
11465
|
id="workType"
|
|
11411
11466
|
name="workType"
|
|
11412
11467
|
onBlur={[Function]}
|
|
11413
11468
|
onChange={[Function]}
|
|
11414
|
-
value="
|
|
11469
|
+
value=""
|
|
11415
11470
|
>
|
|
11471
|
+
<option
|
|
11472
|
+
disabled={true}
|
|
11473
|
+
selected={true}
|
|
11474
|
+
value=""
|
|
11475
|
+
>
|
|
11476
|
+
Select an option
|
|
11477
|
+
</option>
|
|
11416
11478
|
<option
|
|
11417
11479
|
disabled={false}
|
|
11480
|
+
selected={true}
|
|
11418
11481
|
value="20th Aug 2020 to 19th Sept, 2020"
|
|
11419
11482
|
>
|
|
11420
11483
|
20th Aug 2020 to 19th Sept, 2020
|
|
11421
11484
|
</option>
|
|
11422
11485
|
<option
|
|
11423
11486
|
disabled={false}
|
|
11487
|
+
selected={true}
|
|
11424
11488
|
value="20th Sept 2020 to 19th Oct, 2020"
|
|
11425
11489
|
>
|
|
11426
11490
|
20th Sept 2020 to 19th Oct, 2020
|
|
@@ -11448,7 +11512,7 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
|
|
|
11448
11512
|
onSubmit={[Function]}
|
|
11449
11513
|
>
|
|
11450
11514
|
<div
|
|
11451
|
-
className="base select-input"
|
|
11515
|
+
className="base select-input y-background2"
|
|
11452
11516
|
>
|
|
11453
11517
|
<label
|
|
11454
11518
|
className="base label input-label x-main2"
|
|
@@ -11457,7 +11521,7 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
|
|
|
11457
11521
|
Activity Type
|
|
11458
11522
|
</label>
|
|
11459
11523
|
<select
|
|
11460
|
-
className="input
|
|
11524
|
+
className="input"
|
|
11461
11525
|
disabled={false}
|
|
11462
11526
|
id="activity"
|
|
11463
11527
|
name="activity"
|
|
@@ -11467,18 +11531,21 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
|
|
|
11467
11531
|
>
|
|
11468
11532
|
<option
|
|
11469
11533
|
disabled={true}
|
|
11534
|
+
selected={true}
|
|
11470
11535
|
value=""
|
|
11471
11536
|
>
|
|
11472
|
-
Select
|
|
11537
|
+
Select an option
|
|
11473
11538
|
</option>
|
|
11474
11539
|
<option
|
|
11475
11540
|
disabled={false}
|
|
11541
|
+
selected={true}
|
|
11476
11542
|
value="review"
|
|
11477
11543
|
>
|
|
11478
11544
|
Review
|
|
11479
11545
|
</option>
|
|
11480
11546
|
<option
|
|
11481
11547
|
disabled={false}
|
|
11548
|
+
selected={true}
|
|
11482
11549
|
value="Approve"
|
|
11483
11550
|
>
|
|
11484
11551
|
Approve
|
|
@@ -11506,7 +11573,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
|
|
|
11506
11573
|
onSubmit={[Function]}
|
|
11507
11574
|
>
|
|
11508
11575
|
<div
|
|
11509
|
-
className="base select-input"
|
|
11576
|
+
className="base select-input y-background2"
|
|
11510
11577
|
>
|
|
11511
11578
|
<label
|
|
11512
11579
|
className="base label input-label x-main2"
|
|
@@ -11515,40 +11582,52 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
|
|
|
11515
11582
|
Work Type
|
|
11516
11583
|
</label>
|
|
11517
11584
|
<select
|
|
11518
|
-
className="input
|
|
11585
|
+
className="input"
|
|
11519
11586
|
disabled={false}
|
|
11520
11587
|
id="workType"
|
|
11521
11588
|
name="workType"
|
|
11522
11589
|
onBlur={[Function]}
|
|
11523
11590
|
onChange={[Function]}
|
|
11524
|
-
value="
|
|
11591
|
+
value=""
|
|
11525
11592
|
>
|
|
11593
|
+
<option
|
|
11594
|
+
disabled={true}
|
|
11595
|
+
selected={true}
|
|
11596
|
+
value=""
|
|
11597
|
+
>
|
|
11598
|
+
Select an option
|
|
11599
|
+
</option>
|
|
11526
11600
|
<option
|
|
11527
11601
|
disabled={false}
|
|
11602
|
+
selected={true}
|
|
11528
11603
|
value="Work"
|
|
11529
11604
|
>
|
|
11530
11605
|
Work
|
|
11531
11606
|
</option>
|
|
11532
11607
|
<option
|
|
11533
11608
|
disabled={false}
|
|
11609
|
+
selected={true}
|
|
11534
11610
|
value="Managing"
|
|
11535
11611
|
>
|
|
11536
11612
|
Managing
|
|
11537
11613
|
</option>
|
|
11538
11614
|
<option
|
|
11539
11615
|
disabled={false}
|
|
11616
|
+
selected={true}
|
|
11540
11617
|
value="Training"
|
|
11541
11618
|
>
|
|
11542
11619
|
Training
|
|
11543
11620
|
</option>
|
|
11544
11621
|
<option
|
|
11545
11622
|
disabled={false}
|
|
11623
|
+
selected={true}
|
|
11546
11624
|
value="20th Aug 2020 to 19th Sept, 2020"
|
|
11547
11625
|
>
|
|
11548
11626
|
20th Aug 2020 to 19th Sept, 2020
|
|
11549
11627
|
</option>
|
|
11550
11628
|
<option
|
|
11551
11629
|
disabled={false}
|
|
11630
|
+
selected={true}
|
|
11552
11631
|
value="20th Sept 2020 to 19th Oct, 2020"
|
|
11553
11632
|
>
|
|
11554
11633
|
20th Sept 2020 to 19th Oct, 2020
|
|
@@ -11569,61 +11648,6 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
|
|
|
11569
11648
|
</form>
|
|
11570
11649
|
`;
|
|
11571
11650
|
|
|
11572
|
-
exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
|
|
11573
|
-
<form
|
|
11574
|
-
action="#"
|
|
11575
|
-
onReset={[Function]}
|
|
11576
|
-
onSubmit={[Function]}
|
|
11577
|
-
>
|
|
11578
|
-
<div
|
|
11579
|
-
className="y-background1 b-y v2 p-v"
|
|
11580
|
-
style={
|
|
11581
|
-
Object {
|
|
11582
|
-
"height": "100%",
|
|
11583
|
-
}
|
|
11584
|
-
}
|
|
11585
|
-
>
|
|
11586
|
-
<div
|
|
11587
|
-
className="base task-recommendation-input x-main2"
|
|
11588
|
-
>
|
|
11589
|
-
<div
|
|
11590
|
-
className="task-content b-on-x"
|
|
11591
|
-
>
|
|
11592
|
-
<div
|
|
11593
|
-
className="v1 p-v task"
|
|
11594
|
-
>
|
|
11595
|
-
<label
|
|
11596
|
-
className="base label uc mb-v x-main2"
|
|
11597
|
-
htmlFor="taskRecommendations"
|
|
11598
|
-
>
|
|
11599
|
-
Find potential business customers
|
|
11600
|
-
</label>
|
|
11601
|
-
<input
|
|
11602
|
-
className="input"
|
|
11603
|
-
id="taskRecommendations"
|
|
11604
|
-
name="taskRecommendations"
|
|
11605
|
-
onBlur={[Function]}
|
|
11606
|
-
onChange={[Function]}
|
|
11607
|
-
type="checkbox"
|
|
11608
|
-
value="businessTypes"
|
|
11609
|
-
/>
|
|
11610
|
-
<img
|
|
11611
|
-
alt="img"
|
|
11612
|
-
className="image"
|
|
11613
|
-
src="/Fundraising.svg"
|
|
11614
|
-
/>
|
|
11615
|
-
<p
|
|
11616
|
-
className="uc u2 mt-u"
|
|
11617
|
-
>
|
|
11618
|
-
Build a list of contacts at businesses based on my criteria for potential customers
|
|
11619
|
-
</p>
|
|
11620
|
-
</div>
|
|
11621
|
-
</div>
|
|
11622
|
-
</div>
|
|
11623
|
-
</div>
|
|
11624
|
-
</form>
|
|
11625
|
-
`;
|
|
11626
|
-
|
|
11627
11651
|
exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
11628
11652
|
<form
|
|
11629
11653
|
action="#"
|
|
@@ -11631,10 +11655,10 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
|
11631
11655
|
onSubmit={[Function]}
|
|
11632
11656
|
>
|
|
11633
11657
|
<div
|
|
11634
|
-
className="
|
|
11658
|
+
className=" u2 pb-u"
|
|
11635
11659
|
>
|
|
11636
11660
|
<div
|
|
11637
|
-
className="base text-input"
|
|
11661
|
+
className="base text-input y-background2"
|
|
11638
11662
|
>
|
|
11639
11663
|
<label
|
|
11640
11664
|
className="base label v50 mb-v x-main2"
|
|
@@ -11643,7 +11667,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
|
11643
11667
|
What's your first name ?
|
|
11644
11668
|
</label>
|
|
11645
11669
|
<input
|
|
11646
|
-
className="input
|
|
11670
|
+
className="input"
|
|
11647
11671
|
disabled={false}
|
|
11648
11672
|
id="firstName"
|
|
11649
11673
|
name="firstName"
|
|
@@ -11674,11 +11698,9 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11674
11698
|
onReset={[Function]}
|
|
11675
11699
|
onSubmit={[Function]}
|
|
11676
11700
|
>
|
|
11677
|
-
<div
|
|
11678
|
-
className="y-background1 b-dark-y"
|
|
11679
|
-
>
|
|
11701
|
+
<div>
|
|
11680
11702
|
<div
|
|
11681
|
-
className="base text-input"
|
|
11703
|
+
className="base text-input y-background2"
|
|
11682
11704
|
>
|
|
11683
11705
|
<label
|
|
11684
11706
|
className="base label v50 mb-v x-main2"
|
|
@@ -11687,7 +11709,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11687
11709
|
Select date
|
|
11688
11710
|
</label>
|
|
11689
11711
|
<input
|
|
11690
|
-
className="input
|
|
11712
|
+
className="input"
|
|
11691
11713
|
disabled={false}
|
|
11692
11714
|
id="date"
|
|
11693
11715
|
name="date"
|
|
@@ -11698,7 +11720,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11698
11720
|
/>
|
|
11699
11721
|
</div>
|
|
11700
11722
|
<div
|
|
11701
|
-
className="base text-input"
|
|
11723
|
+
className="base text-input y-background2"
|
|
11702
11724
|
>
|
|
11703
11725
|
<label
|
|
11704
11726
|
className="base label v50 mb-v x-main2"
|
|
@@ -11707,7 +11729,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11707
11729
|
Select time
|
|
11708
11730
|
</label>
|
|
11709
11731
|
<input
|
|
11710
|
-
className="input
|
|
11732
|
+
className="input"
|
|
11711
11733
|
disabled={false}
|
|
11712
11734
|
id="time"
|
|
11713
11735
|
name="time"
|
|
@@ -11732,17 +11754,17 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11732
11754
|
</form>
|
|
11733
11755
|
`;
|
|
11734
11756
|
|
|
11735
|
-
exports[`Storyshots f/fields/TextInput Disabled
|
|
11757
|
+
exports[`Storyshots f/fields/TextInput Disabled 1`] = `
|
|
11736
11758
|
<form
|
|
11737
11759
|
action="#"
|
|
11738
11760
|
onReset={[Function]}
|
|
11739
11761
|
onSubmit={[Function]}
|
|
11740
11762
|
>
|
|
11741
11763
|
<div
|
|
11742
|
-
className="
|
|
11764
|
+
className="u2 pb-u"
|
|
11743
11765
|
>
|
|
11744
11766
|
<div
|
|
11745
|
-
className="base text-input"
|
|
11767
|
+
className="base text-input y-background2"
|
|
11746
11768
|
>
|
|
11747
11769
|
<label
|
|
11748
11770
|
className="base label v50 mb-v x-main2"
|
|
@@ -11751,7 +11773,7 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
|
|
|
11751
11773
|
What's your first name ?
|
|
11752
11774
|
</label>
|
|
11753
11775
|
<input
|
|
11754
|
-
className="input
|
|
11776
|
+
className="input"
|
|
11755
11777
|
disabled={true}
|
|
11756
11778
|
id="firstName"
|
|
11757
11779
|
name="firstName"
|
|
@@ -11765,17 +11787,17 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
|
|
|
11765
11787
|
</form>
|
|
11766
11788
|
`;
|
|
11767
11789
|
|
|
11768
|
-
exports[`Storyshots f/fields/TextInput
|
|
11790
|
+
exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
|
|
11769
11791
|
<form
|
|
11770
11792
|
action="#"
|
|
11771
11793
|
onReset={[Function]}
|
|
11772
11794
|
onSubmit={[Function]}
|
|
11773
11795
|
>
|
|
11774
11796
|
<div
|
|
11775
|
-
className="
|
|
11797
|
+
className="u2 pb-u"
|
|
11776
11798
|
>
|
|
11777
11799
|
<div
|
|
11778
|
-
className="base text-input"
|
|
11800
|
+
className="base text-input y-background2"
|
|
11779
11801
|
>
|
|
11780
11802
|
<label
|
|
11781
11803
|
className="base label v50 mb-v x-main2"
|
|
@@ -11784,7 +11806,7 @@ exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
|
|
|
11784
11806
|
What's your first name ?
|
|
11785
11807
|
</label>
|
|
11786
11808
|
<input
|
|
11787
|
-
className="input
|
|
11809
|
+
className="input"
|
|
11788
11810
|
disabled={false}
|
|
11789
11811
|
id="firstName"
|
|
11790
11812
|
name="firstName"
|
|
@@ -11795,6 +11817,17 @@ exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
|
|
|
11795
11817
|
value=""
|
|
11796
11818
|
/>
|
|
11797
11819
|
</div>
|
|
11820
|
+
<div
|
|
11821
|
+
className="debugger"
|
|
11822
|
+
>
|
|
11823
|
+
<button
|
|
11824
|
+
className="base button x-main2"
|
|
11825
|
+
onClick={[Function]}
|
|
11826
|
+
type="button"
|
|
11827
|
+
>
|
|
11828
|
+
Open FormDebugger
|
|
11829
|
+
</button>
|
|
11830
|
+
</div>
|
|
11798
11831
|
</div>
|
|
11799
11832
|
</form>
|
|
11800
11833
|
`;
|
|
@@ -11805,11 +11838,9 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
|
|
|
11805
11838
|
onReset={[Function]}
|
|
11806
11839
|
onSubmit={[Function]}
|
|
11807
11840
|
>
|
|
11808
|
-
<div
|
|
11809
|
-
className="y-background1 b-dark-y"
|
|
11810
|
-
>
|
|
11841
|
+
<div>
|
|
11811
11842
|
<div
|
|
11812
|
-
className="base text-area-input
|
|
11843
|
+
className="base text-area-input y-background2"
|
|
11813
11844
|
>
|
|
11814
11845
|
<label
|
|
11815
11846
|
className="base label v50 mb-v x-main2"
|
|
@@ -11818,7 +11849,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
|
|
|
11818
11849
|
What can we improve on?
|
|
11819
11850
|
</label>
|
|
11820
11851
|
<textarea
|
|
11821
|
-
className="textarea
|
|
11852
|
+
className="textarea"
|
|
11822
11853
|
disabled={false}
|
|
11823
11854
|
name="feedback"
|
|
11824
11855
|
onBlur={[Function]}
|
|
@@ -11849,11 +11880,9 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
|
|
|
11849
11880
|
onReset={[Function]}
|
|
11850
11881
|
onSubmit={[Function]}
|
|
11851
11882
|
>
|
|
11852
|
-
<div
|
|
11853
|
-
className="y-background1 b-dark-y"
|
|
11854
|
-
>
|
|
11883
|
+
<div>
|
|
11855
11884
|
<div
|
|
11856
|
-
className="base text-area-input
|
|
11885
|
+
className="base text-area-input y-background2"
|
|
11857
11886
|
>
|
|
11858
11887
|
<label
|
|
11859
11888
|
className="base label v50 mb-v x-main2"
|
|
@@ -11862,7 +11891,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
|
|
|
11862
11891
|
What can we improve on?
|
|
11863
11892
|
</label>
|
|
11864
11893
|
<textarea
|
|
11865
|
-
className="textarea
|
|
11894
|
+
className="textarea"
|
|
11866
11895
|
disabled={true}
|
|
11867
11896
|
name="feedback"
|
|
11868
11897
|
onBlur={[Function]}
|
|
@@ -11893,11 +11922,9 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
|
|
|
11893
11922
|
onReset={[Function]}
|
|
11894
11923
|
onSubmit={[Function]}
|
|
11895
11924
|
>
|
|
11896
|
-
<div
|
|
11897
|
-
className="y-background1 b-dark-y"
|
|
11898
|
-
>
|
|
11925
|
+
<div>
|
|
11899
11926
|
<div
|
|
11900
|
-
className="base text-area-input
|
|
11927
|
+
className="base text-area-input y-background2"
|
|
11901
11928
|
>
|
|
11902
11929
|
<label
|
|
11903
11930
|
className="base label v50 mb-v x-main2"
|
|
@@ -11906,7 +11933,7 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
|
|
|
11906
11933
|
What can we improve on?
|
|
11907
11934
|
</label>
|
|
11908
11935
|
<textarea
|
|
11909
|
-
className="textarea
|
|
11936
|
+
className="textarea"
|
|
11910
11937
|
disabled={false}
|
|
11911
11938
|
name="feedback"
|
|
11912
11939
|
onBlur={[Function]}
|
|
@@ -11938,11 +11965,9 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
|
|
|
11938
11965
|
onReset={[Function]}
|
|
11939
11966
|
onSubmit={[Function]}
|
|
11940
11967
|
>
|
|
11941
|
-
<div
|
|
11942
|
-
className="y-background1 b-dark-y"
|
|
11943
|
-
>
|
|
11968
|
+
<div>
|
|
11944
11969
|
<div
|
|
11945
|
-
className="base text-area-input
|
|
11970
|
+
className="base text-area-input y-background2"
|
|
11946
11971
|
>
|
|
11947
11972
|
<label
|
|
11948
11973
|
className="base label v50 mb-v x-main2"
|
|
@@ -11951,7 +11976,7 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
|
|
|
11951
11976
|
What can we improve on?
|
|
11952
11977
|
</label>
|
|
11953
11978
|
<textarea
|
|
11954
|
-
className="textarea
|
|
11979
|
+
className="textarea"
|
|
11955
11980
|
disabled={false}
|
|
11956
11981
|
name="feedback"
|
|
11957
11982
|
onBlur={[Function]}
|