@pareto-engineering/design-system 2.0.0-alpha.22 → 2.0.0-alpha.23
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/b/Button/styles.scss +1 -1
- 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/b/Button/styles.scss +1 -1
- 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 +124 -378
- 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/b/Button/styles.scss +1 -1
- 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/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
|
@@ -9560,7 +9560,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9560
9560
|
onSubmit={[Function]}
|
|
9561
9561
|
>
|
|
9562
9562
|
<div
|
|
9563
|
-
className="base text-input form-input"
|
|
9563
|
+
className="base text-input form-input y-background2"
|
|
9564
9564
|
>
|
|
9565
9565
|
<label
|
|
9566
9566
|
className="base label v50 mb-v x-main2"
|
|
@@ -9569,7 +9569,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9569
9569
|
What's your first name ?
|
|
9570
9570
|
</label>
|
|
9571
9571
|
<input
|
|
9572
|
-
className="input
|
|
9572
|
+
className="input"
|
|
9573
9573
|
disabled={false}
|
|
9574
9574
|
id="firstName"
|
|
9575
9575
|
name="firstName"
|
|
@@ -9580,7 +9580,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9580
9580
|
/>
|
|
9581
9581
|
</div>
|
|
9582
9582
|
<div
|
|
9583
|
-
className="base text-input form-input"
|
|
9583
|
+
className="base text-input form-input y-background2"
|
|
9584
9584
|
>
|
|
9585
9585
|
<label
|
|
9586
9586
|
className="base label v50 mb-v x-main2"
|
|
@@ -9589,7 +9589,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9589
9589
|
What's your last name ?
|
|
9590
9590
|
</label>
|
|
9591
9591
|
<input
|
|
9592
|
-
className="input
|
|
9592
|
+
className="input"
|
|
9593
9593
|
disabled={false}
|
|
9594
9594
|
id="lastName"
|
|
9595
9595
|
name="lastName"
|
|
@@ -9599,7 +9599,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9599
9599
|
/>
|
|
9600
9600
|
</div>
|
|
9601
9601
|
<div
|
|
9602
|
-
className="base text-area-input form-input
|
|
9602
|
+
className="base text-area-input form-input y-background2"
|
|
9603
9603
|
>
|
|
9604
9604
|
<label
|
|
9605
9605
|
className="base label v50 mb-v x-main2"
|
|
@@ -9608,7 +9608,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9608
9608
|
Describe yourself in a few sentences
|
|
9609
9609
|
</label>
|
|
9610
9610
|
<textarea
|
|
9611
|
-
className="textarea
|
|
9611
|
+
className="textarea"
|
|
9612
9612
|
disabled={false}
|
|
9613
9613
|
name="description"
|
|
9614
9614
|
onBlur={[Function]}
|
|
@@ -9691,7 +9691,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9691
9691
|
</div>
|
|
9692
9692
|
</div>
|
|
9693
9693
|
<div
|
|
9694
|
-
className="base select-input form-input"
|
|
9694
|
+
className="base select-input form-input y-background2"
|
|
9695
9695
|
>
|
|
9696
9696
|
<label
|
|
9697
9697
|
className="base label input-label x-main2"
|
|
@@ -9700,7 +9700,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9700
9700
|
What do you want for dinner ?
|
|
9701
9701
|
</label>
|
|
9702
9702
|
<select
|
|
9703
|
-
className="input
|
|
9703
|
+
className="input"
|
|
9704
9704
|
disabled={false}
|
|
9705
9705
|
id="food"
|
|
9706
9706
|
name="food"
|
|
@@ -9710,18 +9710,21 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
9710
9710
|
>
|
|
9711
9711
|
<option
|
|
9712
9712
|
disabled={false}
|
|
9713
|
+
selected={true}
|
|
9713
9714
|
value="italian"
|
|
9714
9715
|
>
|
|
9715
9716
|
A nice pizza
|
|
9716
9717
|
</option>
|
|
9717
9718
|
<option
|
|
9718
9719
|
disabled={false}
|
|
9720
|
+
selected={true}
|
|
9719
9721
|
value="turkish"
|
|
9720
9722
|
>
|
|
9721
9723
|
A delicious kebab
|
|
9722
9724
|
</option>
|
|
9723
9725
|
<option
|
|
9724
9726
|
disabled={false}
|
|
9727
|
+
selected={true}
|
|
9725
9728
|
value="french"
|
|
9726
9729
|
>
|
|
9727
9730
|
A three course delicate french meal
|
|
@@ -9749,7 +9752,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9749
9752
|
onSubmit={[Function]}
|
|
9750
9753
|
>
|
|
9751
9754
|
<div
|
|
9752
|
-
className="base text-input form-input"
|
|
9755
|
+
className="base text-input form-input y-background2"
|
|
9753
9756
|
>
|
|
9754
9757
|
<label
|
|
9755
9758
|
className="base label v50 mb-v x-main2"
|
|
@@ -9758,7 +9761,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9758
9761
|
What's your first name ?
|
|
9759
9762
|
</label>
|
|
9760
9763
|
<input
|
|
9761
|
-
className="input
|
|
9764
|
+
className="input"
|
|
9762
9765
|
disabled={true}
|
|
9763
9766
|
id="firstName"
|
|
9764
9767
|
name="firstName"
|
|
@@ -9769,7 +9772,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9769
9772
|
/>
|
|
9770
9773
|
</div>
|
|
9771
9774
|
<div
|
|
9772
|
-
className="base text-input form-input"
|
|
9775
|
+
className="base text-input form-input y-background2"
|
|
9773
9776
|
>
|
|
9774
9777
|
<label
|
|
9775
9778
|
className="base label v50 mb-v x-main2"
|
|
@@ -9778,7 +9781,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9778
9781
|
What's your last name ?
|
|
9779
9782
|
</label>
|
|
9780
9783
|
<input
|
|
9781
|
-
className="input
|
|
9784
|
+
className="input"
|
|
9782
9785
|
disabled={true}
|
|
9783
9786
|
id="lastName"
|
|
9784
9787
|
name="lastName"
|
|
@@ -9788,7 +9791,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9788
9791
|
/>
|
|
9789
9792
|
</div>
|
|
9790
9793
|
<div
|
|
9791
|
-
className="base text-area-input form-input
|
|
9794
|
+
className="base text-area-input form-input y-background2"
|
|
9792
9795
|
>
|
|
9793
9796
|
<label
|
|
9794
9797
|
className="base label v50 mb-v x-main2"
|
|
@@ -9797,7 +9800,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9797
9800
|
Describe yourself in a few sentences
|
|
9798
9801
|
</label>
|
|
9799
9802
|
<textarea
|
|
9800
|
-
className="textarea
|
|
9803
|
+
className="textarea"
|
|
9801
9804
|
disabled={true}
|
|
9802
9805
|
name="description"
|
|
9803
9806
|
onBlur={[Function]}
|
|
@@ -9880,7 +9883,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9880
9883
|
</div>
|
|
9881
9884
|
</div>
|
|
9882
9885
|
<div
|
|
9883
|
-
className="base select-input form-input"
|
|
9886
|
+
className="base select-input form-input y-background2"
|
|
9884
9887
|
>
|
|
9885
9888
|
<label
|
|
9886
9889
|
className="base label input-label x-main2"
|
|
@@ -9889,7 +9892,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9889
9892
|
What do you want for dinner ?
|
|
9890
9893
|
</label>
|
|
9891
9894
|
<select
|
|
9892
|
-
className="input
|
|
9895
|
+
className="input"
|
|
9893
9896
|
disabled={true}
|
|
9894
9897
|
id="food"
|
|
9895
9898
|
name="food"
|
|
@@ -9899,18 +9902,21 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
9899
9902
|
>
|
|
9900
9903
|
<option
|
|
9901
9904
|
disabled={false}
|
|
9905
|
+
selected={true}
|
|
9902
9906
|
value="italian"
|
|
9903
9907
|
>
|
|
9904
9908
|
A nice pizza
|
|
9905
9909
|
</option>
|
|
9906
9910
|
<option
|
|
9907
9911
|
disabled={false}
|
|
9912
|
+
selected={true}
|
|
9908
9913
|
value="turkish"
|
|
9909
9914
|
>
|
|
9910
9915
|
A delicious kebab
|
|
9911
9916
|
</option>
|
|
9912
9917
|
<option
|
|
9913
9918
|
disabled={false}
|
|
9919
|
+
selected={true}
|
|
9914
9920
|
value="french"
|
|
9915
9921
|
>
|
|
9916
9922
|
A three course delicate french meal
|
|
@@ -9938,7 +9944,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
|
|
|
9938
9944
|
onSubmit={[Function]}
|
|
9939
9945
|
>
|
|
9940
9946
|
<div
|
|
9941
|
-
className="base text-input form-input"
|
|
9947
|
+
className="base text-input form-input y-background2"
|
|
9942
9948
|
>
|
|
9943
9949
|
<label
|
|
9944
9950
|
className="base label v50 mb-v x-main2"
|
|
@@ -9947,7 +9953,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
|
|
|
9947
9953
|
Extended type input
|
|
9948
9954
|
</label>
|
|
9949
9955
|
<input
|
|
9950
|
-
className="input
|
|
9956
|
+
className="input"
|
|
9951
9957
|
disabled={false}
|
|
9952
9958
|
id="extended"
|
|
9953
9959
|
name="extended"
|
|
@@ -9986,130 +9992,6 @@ exports[`Storyshots f/common/Label Base 1`] = `
|
|
|
9986
9992
|
</label>
|
|
9987
9993
|
`;
|
|
9988
9994
|
|
|
9989
|
-
exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
|
|
9990
|
-
<form
|
|
9991
|
-
action="#"
|
|
9992
|
-
onReset={[Function]}
|
|
9993
|
-
onSubmit={[Function]}
|
|
9994
|
-
>
|
|
9995
|
-
<div
|
|
9996
|
-
className="y-background1 b-y"
|
|
9997
|
-
>
|
|
9998
|
-
<div
|
|
9999
|
-
className="base checkbox-input"
|
|
10000
|
-
>
|
|
10001
|
-
<div
|
|
10002
|
-
className="not-selected input-content uc v1 pv-v"
|
|
10003
|
-
>
|
|
10004
|
-
<label
|
|
10005
|
-
className="base label x-main2"
|
|
10006
|
-
htmlFor="businessTypes"
|
|
10007
|
-
>
|
|
10008
|
-
<input
|
|
10009
|
-
className="input"
|
|
10010
|
-
id="businessTypes"
|
|
10011
|
-
name="businessTypes"
|
|
10012
|
-
onBlur={[Function]}
|
|
10013
|
-
onChange={[Function]}
|
|
10014
|
-
type="checkbox"
|
|
10015
|
-
value="Business to customer"
|
|
10016
|
-
/>
|
|
10017
|
-
<span>
|
|
10018
|
-
Business to customer
|
|
10019
|
-
</span>
|
|
10020
|
-
</label>
|
|
10021
|
-
</div>
|
|
10022
|
-
</div>
|
|
10023
|
-
<div
|
|
10024
|
-
className="base checkbox-input"
|
|
10025
|
-
>
|
|
10026
|
-
<div
|
|
10027
|
-
className="not-selected input-content uc v1 pv-v"
|
|
10028
|
-
>
|
|
10029
|
-
<label
|
|
10030
|
-
className="base label x-main2"
|
|
10031
|
-
htmlFor="businessTypes"
|
|
10032
|
-
>
|
|
10033
|
-
<input
|
|
10034
|
-
className="input"
|
|
10035
|
-
id="businessTypes"
|
|
10036
|
-
name="businessTypes"
|
|
10037
|
-
onBlur={[Function]}
|
|
10038
|
-
onChange={[Function]}
|
|
10039
|
-
type="checkbox"
|
|
10040
|
-
value="Business to business"
|
|
10041
|
-
/>
|
|
10042
|
-
<span>
|
|
10043
|
-
Business to business
|
|
10044
|
-
</span>
|
|
10045
|
-
</label>
|
|
10046
|
-
</div>
|
|
10047
|
-
</div>
|
|
10048
|
-
<div
|
|
10049
|
-
className="base checkbox-input"
|
|
10050
|
-
>
|
|
10051
|
-
<div
|
|
10052
|
-
className="not-selected input-content uc v1 pv-v"
|
|
10053
|
-
>
|
|
10054
|
-
<label
|
|
10055
|
-
className="base label x-main2"
|
|
10056
|
-
htmlFor="businessTypes"
|
|
10057
|
-
>
|
|
10058
|
-
<input
|
|
10059
|
-
className="input"
|
|
10060
|
-
id="businessTypes"
|
|
10061
|
-
name="businessTypes"
|
|
10062
|
-
onBlur={[Function]}
|
|
10063
|
-
onChange={[Function]}
|
|
10064
|
-
type="checkbox"
|
|
10065
|
-
value="E-commerce"
|
|
10066
|
-
/>
|
|
10067
|
-
<span>
|
|
10068
|
-
E-commerce
|
|
10069
|
-
</span>
|
|
10070
|
-
</label>
|
|
10071
|
-
</div>
|
|
10072
|
-
</div>
|
|
10073
|
-
<div
|
|
10074
|
-
className="base checkbox-input"
|
|
10075
|
-
>
|
|
10076
|
-
<div
|
|
10077
|
-
className="not-selected input-content uc v1 pv-v"
|
|
10078
|
-
>
|
|
10079
|
-
<label
|
|
10080
|
-
className="base label x-main2"
|
|
10081
|
-
htmlFor="businessTypes"
|
|
10082
|
-
>
|
|
10083
|
-
<input
|
|
10084
|
-
className="input"
|
|
10085
|
-
id="businessTypes"
|
|
10086
|
-
name="businessTypes"
|
|
10087
|
-
onBlur={[Function]}
|
|
10088
|
-
onChange={[Function]}
|
|
10089
|
-
type="checkbox"
|
|
10090
|
-
value="Marketplace"
|
|
10091
|
-
/>
|
|
10092
|
-
<span>
|
|
10093
|
-
Marketplace
|
|
10094
|
-
</span>
|
|
10095
|
-
</label>
|
|
10096
|
-
</div>
|
|
10097
|
-
</div>
|
|
10098
|
-
<div
|
|
10099
|
-
className="debugger"
|
|
10100
|
-
>
|
|
10101
|
-
<button
|
|
10102
|
-
className="base button x-main2"
|
|
10103
|
-
onClick={[Function]}
|
|
10104
|
-
type="button"
|
|
10105
|
-
>
|
|
10106
|
-
Open FormDebugger
|
|
10107
|
-
</button>
|
|
10108
|
-
</div>
|
|
10109
|
-
</div>
|
|
10110
|
-
</form>
|
|
10111
|
-
`;
|
|
10112
|
-
|
|
10113
9995
|
exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
|
|
10114
9996
|
<form
|
|
10115
9997
|
action="#"
|
|
@@ -10655,134 +10537,6 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
|
|
|
10655
10537
|
</form>
|
|
10656
10538
|
`;
|
|
10657
10539
|
|
|
10658
|
-
exports[`Storyshots f/fields/RadioInput Base 1`] = `
|
|
10659
|
-
<form
|
|
10660
|
-
action="#"
|
|
10661
|
-
onReset={[Function]}
|
|
10662
|
-
onSubmit={[Function]}
|
|
10663
|
-
>
|
|
10664
|
-
<div
|
|
10665
|
-
className="base radio-input"
|
|
10666
|
-
>
|
|
10667
|
-
<div
|
|
10668
|
-
className="not-selected uc v1 pv-v"
|
|
10669
|
-
>
|
|
10670
|
-
<label
|
|
10671
|
-
className="base label x-main2"
|
|
10672
|
-
htmlFor="companySize"
|
|
10673
|
-
>
|
|
10674
|
-
<input
|
|
10675
|
-
className="input"
|
|
10676
|
-
id="companySize"
|
|
10677
|
-
name="companySize"
|
|
10678
|
-
onBlur={[Function]}
|
|
10679
|
-
onChange={[Function]}
|
|
10680
|
-
type="radio"
|
|
10681
|
-
value="1-3"
|
|
10682
|
-
/>
|
|
10683
|
-
<span
|
|
10684
|
-
className="text"
|
|
10685
|
-
>
|
|
10686
|
-
1-3
|
|
10687
|
-
</span>
|
|
10688
|
-
</label>
|
|
10689
|
-
</div>
|
|
10690
|
-
</div>
|
|
10691
|
-
<div
|
|
10692
|
-
className="base radio-input"
|
|
10693
|
-
>
|
|
10694
|
-
<div
|
|
10695
|
-
className="not-selected uc v1 pv-v"
|
|
10696
|
-
>
|
|
10697
|
-
<label
|
|
10698
|
-
className="base label x-main2"
|
|
10699
|
-
htmlFor="companySize"
|
|
10700
|
-
>
|
|
10701
|
-
<input
|
|
10702
|
-
className="input"
|
|
10703
|
-
id="companySize"
|
|
10704
|
-
name="companySize"
|
|
10705
|
-
onBlur={[Function]}
|
|
10706
|
-
onChange={[Function]}
|
|
10707
|
-
type="radio"
|
|
10708
|
-
value="4-7"
|
|
10709
|
-
/>
|
|
10710
|
-
<span
|
|
10711
|
-
className="text"
|
|
10712
|
-
>
|
|
10713
|
-
4-7
|
|
10714
|
-
</span>
|
|
10715
|
-
</label>
|
|
10716
|
-
</div>
|
|
10717
|
-
</div>
|
|
10718
|
-
<div
|
|
10719
|
-
className="base radio-input"
|
|
10720
|
-
>
|
|
10721
|
-
<div
|
|
10722
|
-
className="not-selected uc v1 pv-v"
|
|
10723
|
-
>
|
|
10724
|
-
<label
|
|
10725
|
-
className="base label x-main2"
|
|
10726
|
-
htmlFor="companySize"
|
|
10727
|
-
>
|
|
10728
|
-
<input
|
|
10729
|
-
className="input"
|
|
10730
|
-
id="companySize"
|
|
10731
|
-
name="companySize"
|
|
10732
|
-
onBlur={[Function]}
|
|
10733
|
-
onChange={[Function]}
|
|
10734
|
-
type="radio"
|
|
10735
|
-
value="8-10"
|
|
10736
|
-
/>
|
|
10737
|
-
<span
|
|
10738
|
-
className="text"
|
|
10739
|
-
>
|
|
10740
|
-
8-10
|
|
10741
|
-
</span>
|
|
10742
|
-
</label>
|
|
10743
|
-
</div>
|
|
10744
|
-
</div>
|
|
10745
|
-
<div
|
|
10746
|
-
className="base radio-input"
|
|
10747
|
-
>
|
|
10748
|
-
<div
|
|
10749
|
-
className="not-selected uc v1 pv-v"
|
|
10750
|
-
>
|
|
10751
|
-
<label
|
|
10752
|
-
className="base label x-main2"
|
|
10753
|
-
htmlFor="companySize"
|
|
10754
|
-
>
|
|
10755
|
-
<input
|
|
10756
|
-
className="input"
|
|
10757
|
-
id="companySize"
|
|
10758
|
-
name="companySize"
|
|
10759
|
-
onBlur={[Function]}
|
|
10760
|
-
onChange={[Function]}
|
|
10761
|
-
type="radio"
|
|
10762
|
-
value="11-20"
|
|
10763
|
-
/>
|
|
10764
|
-
<span
|
|
10765
|
-
className="text"
|
|
10766
|
-
>
|
|
10767
|
-
11-20
|
|
10768
|
-
</span>
|
|
10769
|
-
</label>
|
|
10770
|
-
</div>
|
|
10771
|
-
</div>
|
|
10772
|
-
<div
|
|
10773
|
-
className="debugger"
|
|
10774
|
-
>
|
|
10775
|
-
<button
|
|
10776
|
-
className="base button x-main2"
|
|
10777
|
-
onClick={[Function]}
|
|
10778
|
-
type="button"
|
|
10779
|
-
>
|
|
10780
|
-
Open FormDebugger
|
|
10781
|
-
</button>
|
|
10782
|
-
</div>
|
|
10783
|
-
</form>
|
|
10784
|
-
`;
|
|
10785
|
-
|
|
10786
10540
|
exports[`Storyshots f/fields/RatingsInput Base 1`] = `
|
|
10787
10541
|
<form
|
|
10788
10542
|
action="#"
|
|
@@ -11547,7 +11301,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
|
|
|
11547
11301
|
onSubmit={[Function]}
|
|
11548
11302
|
>
|
|
11549
11303
|
<div
|
|
11550
|
-
className="base select-input"
|
|
11304
|
+
className="base select-input y-background2"
|
|
11551
11305
|
>
|
|
11552
11306
|
<label
|
|
11553
11307
|
className="base label input-label x-main2"
|
|
@@ -11556,28 +11310,38 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
|
|
|
11556
11310
|
Work Type
|
|
11557
11311
|
</label>
|
|
11558
11312
|
<select
|
|
11559
|
-
className="input
|
|
11313
|
+
className="input"
|
|
11560
11314
|
disabled={false}
|
|
11561
11315
|
id="workType"
|
|
11562
11316
|
name="workType"
|
|
11563
11317
|
onBlur={[Function]}
|
|
11564
11318
|
onChange={[Function]}
|
|
11565
|
-
value="
|
|
11319
|
+
value=""
|
|
11566
11320
|
>
|
|
11321
|
+
<option
|
|
11322
|
+
disabled={true}
|
|
11323
|
+
selected={true}
|
|
11324
|
+
value=""
|
|
11325
|
+
>
|
|
11326
|
+
Select an option
|
|
11327
|
+
</option>
|
|
11567
11328
|
<option
|
|
11568
11329
|
disabled={false}
|
|
11330
|
+
selected={true}
|
|
11569
11331
|
value="Work"
|
|
11570
11332
|
>
|
|
11571
11333
|
Work
|
|
11572
11334
|
</option>
|
|
11573
11335
|
<option
|
|
11574
11336
|
disabled={false}
|
|
11337
|
+
selected={true}
|
|
11575
11338
|
value="Managing"
|
|
11576
11339
|
>
|
|
11577
11340
|
Managing
|
|
11578
11341
|
</option>
|
|
11579
11342
|
<option
|
|
11580
11343
|
disabled={false}
|
|
11344
|
+
selected={true}
|
|
11581
11345
|
value="Training"
|
|
11582
11346
|
>
|
|
11583
11347
|
Training
|
|
@@ -11605,7 +11369,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
|
|
|
11605
11369
|
onSubmit={[Function]}
|
|
11606
11370
|
>
|
|
11607
11371
|
<div
|
|
11608
|
-
className="base select-input"
|
|
11372
|
+
className="base select-input y-background2"
|
|
11609
11373
|
>
|
|
11610
11374
|
<label
|
|
11611
11375
|
className="base label input-label x-main2"
|
|
@@ -11614,40 +11378,52 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
|
|
|
11614
11378
|
Work Type
|
|
11615
11379
|
</label>
|
|
11616
11380
|
<select
|
|
11617
|
-
className="input
|
|
11381
|
+
className="input"
|
|
11618
11382
|
disabled={true}
|
|
11619
11383
|
id="workType"
|
|
11620
11384
|
name="workType"
|
|
11621
11385
|
onBlur={[Function]}
|
|
11622
11386
|
onChange={[Function]}
|
|
11623
|
-
value="
|
|
11387
|
+
value=""
|
|
11624
11388
|
>
|
|
11389
|
+
<option
|
|
11390
|
+
disabled={true}
|
|
11391
|
+
selected={true}
|
|
11392
|
+
value=""
|
|
11393
|
+
>
|
|
11394
|
+
Select an option
|
|
11395
|
+
</option>
|
|
11625
11396
|
<option
|
|
11626
11397
|
disabled={false}
|
|
11398
|
+
selected={true}
|
|
11627
11399
|
value="Work"
|
|
11628
11400
|
>
|
|
11629
11401
|
Work
|
|
11630
11402
|
</option>
|
|
11631
11403
|
<option
|
|
11632
11404
|
disabled={false}
|
|
11405
|
+
selected={true}
|
|
11633
11406
|
value="Managing"
|
|
11634
11407
|
>
|
|
11635
11408
|
Managing
|
|
11636
11409
|
</option>
|
|
11637
11410
|
<option
|
|
11638
11411
|
disabled={false}
|
|
11412
|
+
selected={true}
|
|
11639
11413
|
value="Training"
|
|
11640
11414
|
>
|
|
11641
11415
|
Training
|
|
11642
11416
|
</option>
|
|
11643
11417
|
<option
|
|
11644
11418
|
disabled={false}
|
|
11419
|
+
selected={true}
|
|
11645
11420
|
value="20th Aug 2020 to 19th Sept, 2020"
|
|
11646
11421
|
>
|
|
11647
11422
|
20th Aug 2020 to 19th Sept, 2020
|
|
11648
11423
|
</option>
|
|
11649
11424
|
<option
|
|
11650
11425
|
disabled={false}
|
|
11426
|
+
selected={true}
|
|
11651
11427
|
value="20th Sept 2020 to 19th Oct, 2020"
|
|
11652
11428
|
>
|
|
11653
11429
|
20th Sept 2020 to 19th Oct, 2020
|
|
@@ -11675,7 +11451,7 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
|
|
|
11675
11451
|
onSubmit={[Function]}
|
|
11676
11452
|
>
|
|
11677
11453
|
<div
|
|
11678
|
-
className="base select-input"
|
|
11454
|
+
className="base select-input y-background2"
|
|
11679
11455
|
>
|
|
11680
11456
|
<label
|
|
11681
11457
|
className="base label input-label x-main2"
|
|
@@ -11684,22 +11460,31 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
|
|
|
11684
11460
|
Work Type
|
|
11685
11461
|
</label>
|
|
11686
11462
|
<select
|
|
11687
|
-
className="input
|
|
11463
|
+
className="input"
|
|
11688
11464
|
disabled={false}
|
|
11689
11465
|
id="workType"
|
|
11690
11466
|
name="workType"
|
|
11691
11467
|
onBlur={[Function]}
|
|
11692
11468
|
onChange={[Function]}
|
|
11693
|
-
value="
|
|
11469
|
+
value=""
|
|
11694
11470
|
>
|
|
11471
|
+
<option
|
|
11472
|
+
disabled={true}
|
|
11473
|
+
selected={true}
|
|
11474
|
+
value=""
|
|
11475
|
+
>
|
|
11476
|
+
Select an option
|
|
11477
|
+
</option>
|
|
11695
11478
|
<option
|
|
11696
11479
|
disabled={false}
|
|
11480
|
+
selected={true}
|
|
11697
11481
|
value="20th Aug 2020 to 19th Sept, 2020"
|
|
11698
11482
|
>
|
|
11699
11483
|
20th Aug 2020 to 19th Sept, 2020
|
|
11700
11484
|
</option>
|
|
11701
11485
|
<option
|
|
11702
11486
|
disabled={false}
|
|
11487
|
+
selected={true}
|
|
11703
11488
|
value="20th Sept 2020 to 19th Oct, 2020"
|
|
11704
11489
|
>
|
|
11705
11490
|
20th Sept 2020 to 19th Oct, 2020
|
|
@@ -11727,7 +11512,7 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
|
|
|
11727
11512
|
onSubmit={[Function]}
|
|
11728
11513
|
>
|
|
11729
11514
|
<div
|
|
11730
|
-
className="base select-input"
|
|
11515
|
+
className="base select-input y-background2"
|
|
11731
11516
|
>
|
|
11732
11517
|
<label
|
|
11733
11518
|
className="base label input-label x-main2"
|
|
@@ -11736,7 +11521,7 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
|
|
|
11736
11521
|
Activity Type
|
|
11737
11522
|
</label>
|
|
11738
11523
|
<select
|
|
11739
|
-
className="input
|
|
11524
|
+
className="input"
|
|
11740
11525
|
disabled={false}
|
|
11741
11526
|
id="activity"
|
|
11742
11527
|
name="activity"
|
|
@@ -11746,18 +11531,21 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
|
|
|
11746
11531
|
>
|
|
11747
11532
|
<option
|
|
11748
11533
|
disabled={true}
|
|
11534
|
+
selected={true}
|
|
11749
11535
|
value=""
|
|
11750
11536
|
>
|
|
11751
|
-
Select
|
|
11537
|
+
Select an option
|
|
11752
11538
|
</option>
|
|
11753
11539
|
<option
|
|
11754
11540
|
disabled={false}
|
|
11541
|
+
selected={true}
|
|
11755
11542
|
value="review"
|
|
11756
11543
|
>
|
|
11757
11544
|
Review
|
|
11758
11545
|
</option>
|
|
11759
11546
|
<option
|
|
11760
11547
|
disabled={false}
|
|
11548
|
+
selected={true}
|
|
11761
11549
|
value="Approve"
|
|
11762
11550
|
>
|
|
11763
11551
|
Approve
|
|
@@ -11785,7 +11573,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
|
|
|
11785
11573
|
onSubmit={[Function]}
|
|
11786
11574
|
>
|
|
11787
11575
|
<div
|
|
11788
|
-
className="base select-input"
|
|
11576
|
+
className="base select-input y-background2"
|
|
11789
11577
|
>
|
|
11790
11578
|
<label
|
|
11791
11579
|
className="base label input-label x-main2"
|
|
@@ -11794,40 +11582,52 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
|
|
|
11794
11582
|
Work Type
|
|
11795
11583
|
</label>
|
|
11796
11584
|
<select
|
|
11797
|
-
className="input
|
|
11585
|
+
className="input"
|
|
11798
11586
|
disabled={false}
|
|
11799
11587
|
id="workType"
|
|
11800
11588
|
name="workType"
|
|
11801
11589
|
onBlur={[Function]}
|
|
11802
11590
|
onChange={[Function]}
|
|
11803
|
-
value="
|
|
11591
|
+
value=""
|
|
11804
11592
|
>
|
|
11593
|
+
<option
|
|
11594
|
+
disabled={true}
|
|
11595
|
+
selected={true}
|
|
11596
|
+
value=""
|
|
11597
|
+
>
|
|
11598
|
+
Select an option
|
|
11599
|
+
</option>
|
|
11805
11600
|
<option
|
|
11806
11601
|
disabled={false}
|
|
11602
|
+
selected={true}
|
|
11807
11603
|
value="Work"
|
|
11808
11604
|
>
|
|
11809
11605
|
Work
|
|
11810
11606
|
</option>
|
|
11811
11607
|
<option
|
|
11812
11608
|
disabled={false}
|
|
11609
|
+
selected={true}
|
|
11813
11610
|
value="Managing"
|
|
11814
11611
|
>
|
|
11815
11612
|
Managing
|
|
11816
11613
|
</option>
|
|
11817
11614
|
<option
|
|
11818
11615
|
disabled={false}
|
|
11616
|
+
selected={true}
|
|
11819
11617
|
value="Training"
|
|
11820
11618
|
>
|
|
11821
11619
|
Training
|
|
11822
11620
|
</option>
|
|
11823
11621
|
<option
|
|
11824
11622
|
disabled={false}
|
|
11623
|
+
selected={true}
|
|
11825
11624
|
value="20th Aug 2020 to 19th Sept, 2020"
|
|
11826
11625
|
>
|
|
11827
11626
|
20th Aug 2020 to 19th Sept, 2020
|
|
11828
11627
|
</option>
|
|
11829
11628
|
<option
|
|
11830
11629
|
disabled={false}
|
|
11630
|
+
selected={true}
|
|
11831
11631
|
value="20th Sept 2020 to 19th Oct, 2020"
|
|
11832
11632
|
>
|
|
11833
11633
|
20th Sept 2020 to 19th Oct, 2020
|
|
@@ -11848,61 +11648,6 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
|
|
|
11848
11648
|
</form>
|
|
11849
11649
|
`;
|
|
11850
11650
|
|
|
11851
|
-
exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
|
|
11852
|
-
<form
|
|
11853
|
-
action="#"
|
|
11854
|
-
onReset={[Function]}
|
|
11855
|
-
onSubmit={[Function]}
|
|
11856
|
-
>
|
|
11857
|
-
<div
|
|
11858
|
-
className="y-background1 b-y v2 p-v"
|
|
11859
|
-
style={
|
|
11860
|
-
Object {
|
|
11861
|
-
"height": "100%",
|
|
11862
|
-
}
|
|
11863
|
-
}
|
|
11864
|
-
>
|
|
11865
|
-
<div
|
|
11866
|
-
className="base task-recommendation-input x-main2"
|
|
11867
|
-
>
|
|
11868
|
-
<div
|
|
11869
|
-
className="task-content b-on-x"
|
|
11870
|
-
>
|
|
11871
|
-
<div
|
|
11872
|
-
className="v1 p-v task"
|
|
11873
|
-
>
|
|
11874
|
-
<label
|
|
11875
|
-
className="base label uc mb-v x-main2"
|
|
11876
|
-
htmlFor="taskRecommendations"
|
|
11877
|
-
>
|
|
11878
|
-
Find potential business customers
|
|
11879
|
-
</label>
|
|
11880
|
-
<input
|
|
11881
|
-
className="input"
|
|
11882
|
-
id="taskRecommendations"
|
|
11883
|
-
name="taskRecommendations"
|
|
11884
|
-
onBlur={[Function]}
|
|
11885
|
-
onChange={[Function]}
|
|
11886
|
-
type="checkbox"
|
|
11887
|
-
value="businessTypes"
|
|
11888
|
-
/>
|
|
11889
|
-
<img
|
|
11890
|
-
alt="img"
|
|
11891
|
-
className="image"
|
|
11892
|
-
src="/Fundraising.svg"
|
|
11893
|
-
/>
|
|
11894
|
-
<p
|
|
11895
|
-
className="uc u2 mt-u"
|
|
11896
|
-
>
|
|
11897
|
-
Build a list of contacts at businesses based on my criteria for potential customers
|
|
11898
|
-
</p>
|
|
11899
|
-
</div>
|
|
11900
|
-
</div>
|
|
11901
|
-
</div>
|
|
11902
|
-
</div>
|
|
11903
|
-
</form>
|
|
11904
|
-
`;
|
|
11905
|
-
|
|
11906
11651
|
exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
11907
11652
|
<form
|
|
11908
11653
|
action="#"
|
|
@@ -11910,10 +11655,10 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
|
11910
11655
|
onSubmit={[Function]}
|
|
11911
11656
|
>
|
|
11912
11657
|
<div
|
|
11913
|
-
className="
|
|
11658
|
+
className=" u2 pb-u"
|
|
11914
11659
|
>
|
|
11915
11660
|
<div
|
|
11916
|
-
className="base text-input"
|
|
11661
|
+
className="base text-input y-background2"
|
|
11917
11662
|
>
|
|
11918
11663
|
<label
|
|
11919
11664
|
className="base label v50 mb-v x-main2"
|
|
@@ -11922,7 +11667,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
|
|
|
11922
11667
|
What's your first name ?
|
|
11923
11668
|
</label>
|
|
11924
11669
|
<input
|
|
11925
|
-
className="input
|
|
11670
|
+
className="input"
|
|
11926
11671
|
disabled={false}
|
|
11927
11672
|
id="firstName"
|
|
11928
11673
|
name="firstName"
|
|
@@ -11953,11 +11698,9 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11953
11698
|
onReset={[Function]}
|
|
11954
11699
|
onSubmit={[Function]}
|
|
11955
11700
|
>
|
|
11956
|
-
<div
|
|
11957
|
-
className="y-background1 b-dark-y"
|
|
11958
|
-
>
|
|
11701
|
+
<div>
|
|
11959
11702
|
<div
|
|
11960
|
-
className="base text-input"
|
|
11703
|
+
className="base text-input y-background2"
|
|
11961
11704
|
>
|
|
11962
11705
|
<label
|
|
11963
11706
|
className="base label v50 mb-v x-main2"
|
|
@@ -11966,7 +11709,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11966
11709
|
Select date
|
|
11967
11710
|
</label>
|
|
11968
11711
|
<input
|
|
11969
|
-
className="input
|
|
11712
|
+
className="input"
|
|
11970
11713
|
disabled={false}
|
|
11971
11714
|
id="date"
|
|
11972
11715
|
name="date"
|
|
@@ -11977,7 +11720,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11977
11720
|
/>
|
|
11978
11721
|
</div>
|
|
11979
11722
|
<div
|
|
11980
|
-
className="base text-input"
|
|
11723
|
+
className="base text-input y-background2"
|
|
11981
11724
|
>
|
|
11982
11725
|
<label
|
|
11983
11726
|
className="base label v50 mb-v x-main2"
|
|
@@ -11986,7 +11729,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
11986
11729
|
Select time
|
|
11987
11730
|
</label>
|
|
11988
11731
|
<input
|
|
11989
|
-
className="input
|
|
11732
|
+
className="input"
|
|
11990
11733
|
disabled={false}
|
|
11991
11734
|
id="time"
|
|
11992
11735
|
name="time"
|
|
@@ -12011,17 +11754,17 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
|
|
|
12011
11754
|
</form>
|
|
12012
11755
|
`;
|
|
12013
11756
|
|
|
12014
|
-
exports[`Storyshots f/fields/TextInput Disabled
|
|
11757
|
+
exports[`Storyshots f/fields/TextInput Disabled 1`] = `
|
|
12015
11758
|
<form
|
|
12016
11759
|
action="#"
|
|
12017
11760
|
onReset={[Function]}
|
|
12018
11761
|
onSubmit={[Function]}
|
|
12019
11762
|
>
|
|
12020
11763
|
<div
|
|
12021
|
-
className="
|
|
11764
|
+
className="u2 pb-u"
|
|
12022
11765
|
>
|
|
12023
11766
|
<div
|
|
12024
|
-
className="base text-input"
|
|
11767
|
+
className="base text-input y-background2"
|
|
12025
11768
|
>
|
|
12026
11769
|
<label
|
|
12027
11770
|
className="base label v50 mb-v x-main2"
|
|
@@ -12030,7 +11773,7 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
|
|
|
12030
11773
|
What's your first name ?
|
|
12031
11774
|
</label>
|
|
12032
11775
|
<input
|
|
12033
|
-
className="input
|
|
11776
|
+
className="input"
|
|
12034
11777
|
disabled={true}
|
|
12035
11778
|
id="firstName"
|
|
12036
11779
|
name="firstName"
|
|
@@ -12044,17 +11787,17 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
|
|
|
12044
11787
|
</form>
|
|
12045
11788
|
`;
|
|
12046
11789
|
|
|
12047
|
-
exports[`Storyshots f/fields/TextInput
|
|
11790
|
+
exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
|
|
12048
11791
|
<form
|
|
12049
11792
|
action="#"
|
|
12050
11793
|
onReset={[Function]}
|
|
12051
11794
|
onSubmit={[Function]}
|
|
12052
11795
|
>
|
|
12053
11796
|
<div
|
|
12054
|
-
className="
|
|
11797
|
+
className="u2 pb-u"
|
|
12055
11798
|
>
|
|
12056
11799
|
<div
|
|
12057
|
-
className="base text-input"
|
|
11800
|
+
className="base text-input y-background2"
|
|
12058
11801
|
>
|
|
12059
11802
|
<label
|
|
12060
11803
|
className="base label v50 mb-v x-main2"
|
|
@@ -12063,7 +11806,7 @@ exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
|
|
|
12063
11806
|
What's your first name ?
|
|
12064
11807
|
</label>
|
|
12065
11808
|
<input
|
|
12066
|
-
className="input
|
|
11809
|
+
className="input"
|
|
12067
11810
|
disabled={false}
|
|
12068
11811
|
id="firstName"
|
|
12069
11812
|
name="firstName"
|
|
@@ -12074,6 +11817,17 @@ exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
|
|
|
12074
11817
|
value=""
|
|
12075
11818
|
/>
|
|
12076
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>
|
|
12077
11831
|
</div>
|
|
12078
11832
|
</form>
|
|
12079
11833
|
`;
|
|
@@ -12084,11 +11838,9 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
|
|
|
12084
11838
|
onReset={[Function]}
|
|
12085
11839
|
onSubmit={[Function]}
|
|
12086
11840
|
>
|
|
12087
|
-
<div
|
|
12088
|
-
className="y-background1 b-dark-y"
|
|
12089
|
-
>
|
|
11841
|
+
<div>
|
|
12090
11842
|
<div
|
|
12091
|
-
className="base text-area-input
|
|
11843
|
+
className="base text-area-input y-background2"
|
|
12092
11844
|
>
|
|
12093
11845
|
<label
|
|
12094
11846
|
className="base label v50 mb-v x-main2"
|
|
@@ -12097,7 +11849,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
|
|
|
12097
11849
|
What can we improve on?
|
|
12098
11850
|
</label>
|
|
12099
11851
|
<textarea
|
|
12100
|
-
className="textarea
|
|
11852
|
+
className="textarea"
|
|
12101
11853
|
disabled={false}
|
|
12102
11854
|
name="feedback"
|
|
12103
11855
|
onBlur={[Function]}
|
|
@@ -12128,11 +11880,9 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
|
|
|
12128
11880
|
onReset={[Function]}
|
|
12129
11881
|
onSubmit={[Function]}
|
|
12130
11882
|
>
|
|
12131
|
-
<div
|
|
12132
|
-
className="y-background1 b-dark-y"
|
|
12133
|
-
>
|
|
11883
|
+
<div>
|
|
12134
11884
|
<div
|
|
12135
|
-
className="base text-area-input
|
|
11885
|
+
className="base text-area-input y-background2"
|
|
12136
11886
|
>
|
|
12137
11887
|
<label
|
|
12138
11888
|
className="base label v50 mb-v x-main2"
|
|
@@ -12141,7 +11891,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
|
|
|
12141
11891
|
What can we improve on?
|
|
12142
11892
|
</label>
|
|
12143
11893
|
<textarea
|
|
12144
|
-
className="textarea
|
|
11894
|
+
className="textarea"
|
|
12145
11895
|
disabled={true}
|
|
12146
11896
|
name="feedback"
|
|
12147
11897
|
onBlur={[Function]}
|
|
@@ -12172,11 +11922,9 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
|
|
|
12172
11922
|
onReset={[Function]}
|
|
12173
11923
|
onSubmit={[Function]}
|
|
12174
11924
|
>
|
|
12175
|
-
<div
|
|
12176
|
-
className="y-background1 b-dark-y"
|
|
12177
|
-
>
|
|
11925
|
+
<div>
|
|
12178
11926
|
<div
|
|
12179
|
-
className="base text-area-input
|
|
11927
|
+
className="base text-area-input y-background2"
|
|
12180
11928
|
>
|
|
12181
11929
|
<label
|
|
12182
11930
|
className="base label v50 mb-v x-main2"
|
|
@@ -12185,7 +11933,7 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
|
|
|
12185
11933
|
What can we improve on?
|
|
12186
11934
|
</label>
|
|
12187
11935
|
<textarea
|
|
12188
|
-
className="textarea
|
|
11936
|
+
className="textarea"
|
|
12189
11937
|
disabled={false}
|
|
12190
11938
|
name="feedback"
|
|
12191
11939
|
onBlur={[Function]}
|
|
@@ -12217,11 +11965,9 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
|
|
|
12217
11965
|
onReset={[Function]}
|
|
12218
11966
|
onSubmit={[Function]}
|
|
12219
11967
|
>
|
|
12220
|
-
<div
|
|
12221
|
-
className="y-background1 b-dark-y"
|
|
12222
|
-
>
|
|
11968
|
+
<div>
|
|
12223
11969
|
<div
|
|
12224
|
-
className="base text-area-input
|
|
11970
|
+
className="base text-area-input y-background2"
|
|
12225
11971
|
>
|
|
12226
11972
|
<label
|
|
12227
11973
|
className="base label v50 mb-v x-main2"
|
|
@@ -12230,7 +11976,7 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
|
|
|
12230
11976
|
What can we improve on?
|
|
12231
11977
|
</label>
|
|
12232
11978
|
<textarea
|
|
12233
|
-
className="textarea
|
|
11979
|
+
className="textarea"
|
|
12234
11980
|
disabled={false}
|
|
12235
11981
|
name="feedback"
|
|
12236
11982
|
onBlur={[Function]}
|