@aws-amplify/ui-react-native 1.1.0 → 1.1.2
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/CHANGELOG.md +16 -0
- package/package.json +3 -3
- package/src/Authenticator/Defaults/ConfirmResetPassword/__tests__/__snapshots__/ConfirmResetPassword.spec.tsx.snap +8 -8
- package/src/Authenticator/Defaults/ConfirmSignIn/__tests__/__snapshots__/ConfirmSignIn.spec.tsx.snap +2 -2
- package/src/Authenticator/Defaults/ConfirmSignUp/__tests__/__snapshots__/ConfirmSignUp.spec.tsx.snap +3 -3
- package/src/Authenticator/Defaults/ForceNewPassword/__tests__/__snapshots__/ForceNewPassword.spec.tsx.snap +3 -3
- package/src/Authenticator/Defaults/ResetPassword/__tests__/__snapshots__/ResetPassword.spec.tsx.snap +2 -2
- package/src/Authenticator/Defaults/SetupTOTP/__tests__/__snapshots__/SetupTOTP.spec.tsx.snap +2 -2
- package/src/Authenticator/Defaults/SignIn/__tests__/__snapshots__/SignIn.spec.tsx.snap +6 -6
- package/src/Authenticator/Defaults/SignUp/__tests__/__snapshots__/SignUp.spec.tsx.snap +20 -20
- package/src/Authenticator/Defaults/VerifyUser/__tests__/__snapshots__/VerifyUser.spec.tsx.snap +4 -4
- package/src/Authenticator/common/DefaultContainer/__tests__/__snapshots__/DefaultContainer.spec.tsx.snap +1 -1
- package/src/Authenticator/common/DefaultFooter/__tests__/__snapshots__/DefaultFooter.spec.tsx.snap +1 -1
- package/src/Authenticator/common/FederatedProviderButton/__tests__/__snapshots__/FederatedProviderButton.spec.tsx.snap +1 -1
- package/src/Authenticator/common/FederatedProviderButtons/__tests__/__snapshots__/FederatedProviderButtons.spec.tsx.snap +1 -1
- package/src/primitives/Button/__tests__/__snapshots__/Button.spec.tsx.snap +3 -3
- package/src/primitives/PasswordField/__tests__/__snapshots__/PasswordField.spec.tsx.snap +5 -5
- package/src/primitives/PhoneNumberField/__tests__/__snapshots__/PhoneNumberField.spec.tsx.snap +3 -3
- package/src/primitives/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +9 -9
- package/src/primitives/RadioGroup/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +24 -24
- package/src/primitives/Tabs/__tests__/__snapshots__/Tab.spec.tsx.snap +4 -4
- package/src/primitives/Tabs/__tests__/__snapshots__/Tabs.spec.tsx.snap +2 -2
- package/src/primitives/TextField/__tests__/__snapshots__/TextField.spec.tsx.snap +6 -6
- package/src/theme/__tests__/__snapshots__/useTheme.spec.tsx.snap +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @aws-amplify/ui-react-native
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`b416aca55`](https://github.com/aws-amplify/amplify-ui/commit/b416aca553649d37e2686c02f3223a77bf36ed98), [`8e5e696f4`](https://github.com/aws-amplify/amplify-ui/commit/8e5e696f4d0ae61e74537cdfe4395005cc21ce12), [`7f4248db4`](https://github.com/aws-amplify/amplify-ui/commit/7f4248db457639d1bb34c8318569ab047aa80c5e), [`a5b8696bc`](https://github.com/aws-amplify/amplify-ui/commit/a5b8696bc41d8cb2ff2c6fc39f8fd1afc349955a)]:
|
|
8
|
+
- @aws-amplify/ui@5.2.0
|
|
9
|
+
- @aws-amplify/ui-react-core@2.1.2
|
|
10
|
+
|
|
11
|
+
## 1.1.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`d062010f4`](https://github.com/aws-amplify/amplify-ui/commit/d062010f4690321129c1fb1f777a7df82898640b)]:
|
|
16
|
+
- @aws-amplify/ui@5.1.1
|
|
17
|
+
- @aws-amplify/ui-react-core@2.1.1
|
|
18
|
+
|
|
3
19
|
## 1.1.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-native",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"type-fest": "^2.3.4"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@aws-amplify/ui": "5.
|
|
47
|
-
"@aws-amplify/ui-react-core": "2.1.
|
|
46
|
+
"@aws-amplify/ui": "5.2.0",
|
|
47
|
+
"@aws-amplify/ui-react-core": "2.1.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"aws-amplify": ">= 5.0.1",
|
|
@@ -74,7 +74,7 @@ Array [
|
|
|
74
74
|
style={
|
|
75
75
|
Object {
|
|
76
76
|
"alignItems": "center",
|
|
77
|
-
"borderColor": "hsl(210,
|
|
77
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
78
78
|
"borderRadius": 4,
|
|
79
79
|
"borderWidth": 1,
|
|
80
80
|
"flexDirection": "row",
|
|
@@ -158,7 +158,7 @@ Array [
|
|
|
158
158
|
style={
|
|
159
159
|
Object {
|
|
160
160
|
"alignItems": "center",
|
|
161
|
-
"borderColor": "hsl(210,
|
|
161
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
162
162
|
"borderRadius": 4,
|
|
163
163
|
"borderWidth": 1,
|
|
164
164
|
"flexDirection": "row",
|
|
@@ -297,7 +297,7 @@ Array [
|
|
|
297
297
|
style={
|
|
298
298
|
Object {
|
|
299
299
|
"alignItems": "center",
|
|
300
|
-
"borderColor": "hsl(210,
|
|
300
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
301
301
|
"borderRadius": 4,
|
|
302
302
|
"borderWidth": 1,
|
|
303
303
|
"flexDirection": "row",
|
|
@@ -520,7 +520,7 @@ Array [
|
|
|
520
520
|
"paddingVertical": 12,
|
|
521
521
|
},
|
|
522
522
|
Object {
|
|
523
|
-
"borderColor": "hsl(210,
|
|
523
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
524
524
|
"borderWidth": 1,
|
|
525
525
|
},
|
|
526
526
|
null,
|
|
@@ -624,7 +624,7 @@ Array [
|
|
|
624
624
|
style={
|
|
625
625
|
Object {
|
|
626
626
|
"alignItems": "center",
|
|
627
|
-
"borderColor": "hsl(210,
|
|
627
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
628
628
|
"borderRadius": 4,
|
|
629
629
|
"borderWidth": 1,
|
|
630
630
|
"flexDirection": "row",
|
|
@@ -708,7 +708,7 @@ Array [
|
|
|
708
708
|
style={
|
|
709
709
|
Object {
|
|
710
710
|
"alignItems": "center",
|
|
711
|
-
"borderColor": "hsl(210,
|
|
711
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
712
712
|
"borderRadius": 4,
|
|
713
713
|
"borderWidth": 1,
|
|
714
714
|
"flexDirection": "row",
|
|
@@ -847,7 +847,7 @@ Array [
|
|
|
847
847
|
style={
|
|
848
848
|
Object {
|
|
849
849
|
"alignItems": "center",
|
|
850
|
-
"borderColor": "hsl(210,
|
|
850
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
851
851
|
"borderRadius": 4,
|
|
852
852
|
"borderWidth": 1,
|
|
853
853
|
"flexDirection": "row",
|
|
@@ -1017,7 +1017,7 @@ Array [
|
|
|
1017
1017
|
"paddingVertical": 12,
|
|
1018
1018
|
},
|
|
1019
1019
|
Object {
|
|
1020
|
-
"borderColor": "hsl(210,
|
|
1020
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1021
1021
|
"borderWidth": 1,
|
|
1022
1022
|
},
|
|
1023
1023
|
null,
|
package/src/Authenticator/Defaults/ConfirmSignIn/__tests__/__snapshots__/ConfirmSignIn.spec.tsx.snap
CHANGED
|
@@ -74,7 +74,7 @@ Array [
|
|
|
74
74
|
style={
|
|
75
75
|
Object {
|
|
76
76
|
"alignItems": "center",
|
|
77
|
-
"borderColor": "hsl(210,
|
|
77
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
78
78
|
"borderRadius": 4,
|
|
79
79
|
"borderWidth": 1,
|
|
80
80
|
"flexDirection": "row",
|
|
@@ -354,7 +354,7 @@ Array [
|
|
|
354
354
|
style={
|
|
355
355
|
Object {
|
|
356
356
|
"alignItems": "center",
|
|
357
|
-
"borderColor": "hsl(210,
|
|
357
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
358
358
|
"borderRadius": 4,
|
|
359
359
|
"borderWidth": 1,
|
|
360
360
|
"flexDirection": "row",
|
package/src/Authenticator/Defaults/ConfirmSignUp/__tests__/__snapshots__/ConfirmSignUp.spec.tsx.snap
CHANGED
|
@@ -128,7 +128,7 @@ Array [
|
|
|
128
128
|
"paddingVertical": 12,
|
|
129
129
|
},
|
|
130
130
|
Object {
|
|
131
|
-
"borderColor": "hsl(210,
|
|
131
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
132
132
|
"borderWidth": 1,
|
|
133
133
|
},
|
|
134
134
|
null,
|
|
@@ -286,7 +286,7 @@ Array [
|
|
|
286
286
|
"paddingVertical": 12,
|
|
287
287
|
},
|
|
288
288
|
Object {
|
|
289
|
-
"borderColor": "hsl(210,
|
|
289
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
290
290
|
"borderWidth": 1,
|
|
291
291
|
},
|
|
292
292
|
null,
|
|
@@ -497,7 +497,7 @@ Array [
|
|
|
497
497
|
"paddingVertical": 12,
|
|
498
498
|
},
|
|
499
499
|
Object {
|
|
500
|
-
"borderColor": "hsl(210,
|
|
500
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
501
501
|
"borderWidth": 1,
|
|
502
502
|
},
|
|
503
503
|
null,
|
|
@@ -51,7 +51,7 @@ Array [
|
|
|
51
51
|
style={
|
|
52
52
|
Object {
|
|
53
53
|
"alignItems": "center",
|
|
54
|
-
"borderColor": "hsl(210,
|
|
54
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
55
55
|
"borderRadius": 4,
|
|
56
56
|
"borderWidth": 1,
|
|
57
57
|
"flexDirection": "row",
|
|
@@ -362,7 +362,7 @@ Array [
|
|
|
362
362
|
style={
|
|
363
363
|
Object {
|
|
364
364
|
"alignItems": "center",
|
|
365
|
-
"borderColor": "hsl(210,
|
|
365
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
366
366
|
"borderRadius": 4,
|
|
367
367
|
"borderWidth": 1,
|
|
368
368
|
"flexDirection": "row",
|
|
@@ -620,7 +620,7 @@ Array [
|
|
|
620
620
|
style={
|
|
621
621
|
Object {
|
|
622
622
|
"alignItems": "center",
|
|
623
|
-
"borderColor": "hsl(210,
|
|
623
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
624
624
|
"borderRadius": 4,
|
|
625
625
|
"borderWidth": 1,
|
|
626
626
|
"flexDirection": "row",
|
package/src/Authenticator/Defaults/ResetPassword/__tests__/__snapshots__/ResetPassword.spec.tsx.snap
CHANGED
|
@@ -74,7 +74,7 @@ Array [
|
|
|
74
74
|
style={
|
|
75
75
|
Object {
|
|
76
76
|
"alignItems": "center",
|
|
77
|
-
"borderColor": "hsl(210,
|
|
77
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
78
78
|
"borderRadius": 4,
|
|
79
79
|
"borderWidth": 1,
|
|
80
80
|
"flexDirection": "row",
|
|
@@ -354,7 +354,7 @@ Array [
|
|
|
354
354
|
style={
|
|
355
355
|
Object {
|
|
356
356
|
"alignItems": "center",
|
|
357
|
-
"borderColor": "hsl(210,
|
|
357
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
358
358
|
"borderRadius": 4,
|
|
359
359
|
"borderWidth": 1,
|
|
360
360
|
"flexDirection": "row",
|
package/src/Authenticator/Defaults/SetupTOTP/__tests__/__snapshots__/SetupTOTP.spec.tsx.snap
CHANGED
|
@@ -74,7 +74,7 @@ Array [
|
|
|
74
74
|
style={
|
|
75
75
|
Object {
|
|
76
76
|
"alignItems": "center",
|
|
77
|
-
"borderColor": "hsl(210,
|
|
77
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
78
78
|
"borderRadius": 4,
|
|
79
79
|
"borderWidth": 1,
|
|
80
80
|
"flexDirection": "row",
|
|
@@ -354,7 +354,7 @@ Array [
|
|
|
354
354
|
style={
|
|
355
355
|
Object {
|
|
356
356
|
"alignItems": "center",
|
|
357
|
-
"borderColor": "hsl(210,
|
|
357
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
358
358
|
"borderRadius": 4,
|
|
359
359
|
"borderWidth": 1,
|
|
360
360
|
"flexDirection": "row",
|
|
@@ -74,7 +74,7 @@ Array [
|
|
|
74
74
|
style={
|
|
75
75
|
Object {
|
|
76
76
|
"alignItems": "center",
|
|
77
|
-
"borderColor": "hsl(210,
|
|
77
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
78
78
|
"borderRadius": 4,
|
|
79
79
|
"borderWidth": 1,
|
|
80
80
|
"flexDirection": "row",
|
|
@@ -158,7 +158,7 @@ Array [
|
|
|
158
158
|
style={
|
|
159
159
|
Object {
|
|
160
160
|
"alignItems": "center",
|
|
161
|
-
"borderColor": "hsl(210,
|
|
161
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
162
162
|
"borderRadius": 4,
|
|
163
163
|
"borderWidth": 1,
|
|
164
164
|
"flexDirection": "row",
|
|
@@ -490,7 +490,7 @@ Array [
|
|
|
490
490
|
style={
|
|
491
491
|
Object {
|
|
492
492
|
"alignItems": "center",
|
|
493
|
-
"borderColor": "hsl(210,
|
|
493
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
494
494
|
"borderRadius": 4,
|
|
495
495
|
"borderWidth": 1,
|
|
496
496
|
"flexDirection": "row",
|
|
@@ -574,7 +574,7 @@ Array [
|
|
|
574
574
|
style={
|
|
575
575
|
Object {
|
|
576
576
|
"alignItems": "center",
|
|
577
|
-
"borderColor": "hsl(210,
|
|
577
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
578
578
|
"borderRadius": 4,
|
|
579
579
|
"borderWidth": 1,
|
|
580
580
|
"flexDirection": "row",
|
|
@@ -856,7 +856,7 @@ Array [
|
|
|
856
856
|
style={
|
|
857
857
|
Object {
|
|
858
858
|
"alignItems": "center",
|
|
859
|
-
"borderColor": "hsl(210,
|
|
859
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
860
860
|
"borderRadius": 4,
|
|
861
861
|
"borderWidth": 1,
|
|
862
862
|
"flexDirection": "row",
|
|
@@ -940,7 +940,7 @@ Array [
|
|
|
940
940
|
style={
|
|
941
941
|
Object {
|
|
942
942
|
"alignItems": "center",
|
|
943
|
-
"borderColor": "hsl(210,
|
|
943
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
944
944
|
"borderRadius": 4,
|
|
945
945
|
"borderWidth": 1,
|
|
946
946
|
"flexDirection": "row",
|
|
@@ -74,7 +74,7 @@ Array [
|
|
|
74
74
|
style={
|
|
75
75
|
Object {
|
|
76
76
|
"alignItems": "center",
|
|
77
|
-
"borderColor": "hsl(210,
|
|
77
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
78
78
|
"borderRadius": 4,
|
|
79
79
|
"borderWidth": 1,
|
|
80
80
|
"flexDirection": "row",
|
|
@@ -158,7 +158,7 @@ Array [
|
|
|
158
158
|
style={
|
|
159
159
|
Object {
|
|
160
160
|
"alignItems": "center",
|
|
161
|
-
"borderColor": "hsl(210,
|
|
161
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
162
162
|
"borderRadius": 4,
|
|
163
163
|
"borderWidth": 1,
|
|
164
164
|
"flexDirection": "row",
|
|
@@ -297,7 +297,7 @@ Array [
|
|
|
297
297
|
style={
|
|
298
298
|
Object {
|
|
299
299
|
"alignItems": "center",
|
|
300
|
-
"borderColor": "hsl(210,
|
|
300
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
301
301
|
"borderRadius": 4,
|
|
302
302
|
"borderWidth": 1,
|
|
303
303
|
"flexDirection": "row",
|
|
@@ -439,7 +439,7 @@ Array [
|
|
|
439
439
|
style={
|
|
440
440
|
Object {
|
|
441
441
|
"alignItems": "center",
|
|
442
|
-
"borderColor": "hsl(210,
|
|
442
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
443
443
|
"borderRadius": 4,
|
|
444
444
|
"borderWidth": 1,
|
|
445
445
|
"flexDirection": "row",
|
|
@@ -670,7 +670,7 @@ Array [
|
|
|
670
670
|
style={
|
|
671
671
|
Object {
|
|
672
672
|
"alignItems": "center",
|
|
673
|
-
"borderColor": "hsl(210,
|
|
673
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
674
674
|
"borderRadius": 4,
|
|
675
675
|
"borderWidth": 1,
|
|
676
676
|
"flexDirection": "row",
|
|
@@ -754,7 +754,7 @@ Array [
|
|
|
754
754
|
style={
|
|
755
755
|
Object {
|
|
756
756
|
"alignItems": "center",
|
|
757
|
-
"borderColor": "hsl(210,
|
|
757
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
758
758
|
"borderRadius": 4,
|
|
759
759
|
"borderWidth": 1,
|
|
760
760
|
"flexDirection": "row",
|
|
@@ -893,7 +893,7 @@ Array [
|
|
|
893
893
|
style={
|
|
894
894
|
Object {
|
|
895
895
|
"alignItems": "center",
|
|
896
|
-
"borderColor": "hsl(210,
|
|
896
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
897
897
|
"borderRadius": 4,
|
|
898
898
|
"borderWidth": 1,
|
|
899
899
|
"flexDirection": "row",
|
|
@@ -1035,7 +1035,7 @@ Array [
|
|
|
1035
1035
|
style={
|
|
1036
1036
|
Object {
|
|
1037
1037
|
"alignItems": "center",
|
|
1038
|
-
"borderColor": "hsl(210,
|
|
1038
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1039
1039
|
"borderRadius": 4,
|
|
1040
1040
|
"borderWidth": 1,
|
|
1041
1041
|
"flexDirection": "row",
|
|
@@ -1206,7 +1206,7 @@ Array [
|
|
|
1206
1206
|
style={
|
|
1207
1207
|
Object {
|
|
1208
1208
|
"alignItems": "center",
|
|
1209
|
-
"borderColor": "hsl(210,
|
|
1209
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1210
1210
|
"borderRadius": 4,
|
|
1211
1211
|
"borderWidth": 1,
|
|
1212
1212
|
"flexDirection": "row",
|
|
@@ -1291,7 +1291,7 @@ Array [
|
|
|
1291
1291
|
style={
|
|
1292
1292
|
Object {
|
|
1293
1293
|
"alignItems": "center",
|
|
1294
|
-
"borderColor": "hsl(210,
|
|
1294
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1295
1295
|
"borderRadius": 4,
|
|
1296
1296
|
"borderWidth": 1,
|
|
1297
1297
|
"flexDirection": "row",
|
|
@@ -1433,7 +1433,7 @@ Array [
|
|
|
1433
1433
|
style={
|
|
1434
1434
|
Object {
|
|
1435
1435
|
"alignItems": "center",
|
|
1436
|
-
"borderColor": "hsl(210,
|
|
1436
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1437
1437
|
"borderRadius": 4,
|
|
1438
1438
|
"borderWidth": 1,
|
|
1439
1439
|
"flexDirection": "row",
|
|
@@ -1578,7 +1578,7 @@ Array [
|
|
|
1578
1578
|
style={
|
|
1579
1579
|
Object {
|
|
1580
1580
|
"alignItems": "center",
|
|
1581
|
-
"borderColor": "hsl(210,
|
|
1581
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1582
1582
|
"borderRadius": 4,
|
|
1583
1583
|
"borderWidth": 1,
|
|
1584
1584
|
"flexDirection": "row",
|
|
@@ -1810,7 +1810,7 @@ Array [
|
|
|
1810
1810
|
style={
|
|
1811
1811
|
Object {
|
|
1812
1812
|
"alignItems": "center",
|
|
1813
|
-
"borderColor": "hsl(210,
|
|
1813
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1814
1814
|
"borderRadius": 4,
|
|
1815
1815
|
"borderWidth": 1,
|
|
1816
1816
|
"flexDirection": "row",
|
|
@@ -1894,7 +1894,7 @@ Array [
|
|
|
1894
1894
|
style={
|
|
1895
1895
|
Object {
|
|
1896
1896
|
"alignItems": "center",
|
|
1897
|
-
"borderColor": "hsl(210,
|
|
1897
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1898
1898
|
"borderRadius": 4,
|
|
1899
1899
|
"borderWidth": 1,
|
|
1900
1900
|
"flexDirection": "row",
|
|
@@ -2033,7 +2033,7 @@ Array [
|
|
|
2033
2033
|
style={
|
|
2034
2034
|
Object {
|
|
2035
2035
|
"alignItems": "center",
|
|
2036
|
-
"borderColor": "hsl(210,
|
|
2036
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
2037
2037
|
"borderRadius": 4,
|
|
2038
2038
|
"borderWidth": 1,
|
|
2039
2039
|
"flexDirection": "row",
|
|
@@ -2175,7 +2175,7 @@ Array [
|
|
|
2175
2175
|
style={
|
|
2176
2176
|
Object {
|
|
2177
2177
|
"alignItems": "center",
|
|
2178
|
-
"borderColor": "hsl(210,
|
|
2178
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
2179
2179
|
"borderRadius": 4,
|
|
2180
2180
|
"borderWidth": 1,
|
|
2181
2181
|
"flexDirection": "row",
|
|
@@ -2459,7 +2459,7 @@ Array [
|
|
|
2459
2459
|
style={
|
|
2460
2460
|
Object {
|
|
2461
2461
|
"alignItems": "center",
|
|
2462
|
-
"borderColor": "hsl(210,
|
|
2462
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
2463
2463
|
"borderRadius": 4,
|
|
2464
2464
|
"borderWidth": 1,
|
|
2465
2465
|
"flexDirection": "row",
|
|
@@ -2573,7 +2573,7 @@ Array [
|
|
|
2573
2573
|
style={
|
|
2574
2574
|
Object {
|
|
2575
2575
|
"alignItems": "center",
|
|
2576
|
-
"borderColor": "hsl(210,
|
|
2576
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
2577
2577
|
"borderRadius": 4,
|
|
2578
2578
|
"borderWidth": 1,
|
|
2579
2579
|
"flexDirection": "row",
|
|
@@ -2715,7 +2715,7 @@ Array [
|
|
|
2715
2715
|
style={
|
|
2716
2716
|
Object {
|
|
2717
2717
|
"alignItems": "center",
|
|
2718
|
-
"borderColor": "hsl(210,
|
|
2718
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
2719
2719
|
"borderRadius": 4,
|
|
2720
2720
|
"borderWidth": 1,
|
|
2721
2721
|
"flexDirection": "row",
|
|
@@ -2860,7 +2860,7 @@ Array [
|
|
|
2860
2860
|
style={
|
|
2861
2861
|
Object {
|
|
2862
2862
|
"alignItems": "center",
|
|
2863
|
-
"borderColor": "hsl(210,
|
|
2863
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
2864
2864
|
"borderRadius": 4,
|
|
2865
2865
|
"borderWidth": 1,
|
|
2866
2866
|
"flexDirection": "row",
|
package/src/Authenticator/Defaults/VerifyUser/__tests__/__snapshots__/VerifyUser.spec.tsx.snap
CHANGED
|
@@ -97,7 +97,7 @@ Array [
|
|
|
97
97
|
Array [
|
|
98
98
|
Object {
|
|
99
99
|
"alignItems": "center",
|
|
100
|
-
"borderColor": "hsl(210,
|
|
100
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
101
101
|
"borderRadius": 999,
|
|
102
102
|
"borderWidth": 2,
|
|
103
103
|
"justifyContent": "center",
|
|
@@ -162,7 +162,7 @@ Array [
|
|
|
162
162
|
Array [
|
|
163
163
|
Object {
|
|
164
164
|
"alignItems": "center",
|
|
165
|
-
"borderColor": "hsl(210,
|
|
165
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
166
166
|
"borderRadius": 999,
|
|
167
167
|
"borderWidth": 2,
|
|
168
168
|
"justifyContent": "center",
|
|
@@ -409,7 +409,7 @@ Array [
|
|
|
409
409
|
Array [
|
|
410
410
|
Object {
|
|
411
411
|
"alignItems": "center",
|
|
412
|
-
"borderColor": "hsl(210,
|
|
412
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
413
413
|
"borderRadius": 999,
|
|
414
414
|
"borderWidth": 2,
|
|
415
415
|
"justifyContent": "center",
|
|
@@ -474,7 +474,7 @@ Array [
|
|
|
474
474
|
Array [
|
|
475
475
|
Object {
|
|
476
476
|
"alignItems": "center",
|
|
477
|
-
"borderColor": "hsl(210,
|
|
477
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
478
478
|
"borderRadius": 999,
|
|
479
479
|
"borderWidth": 2,
|
|
480
480
|
"justifyContent": "center",
|
|
@@ -26,7 +26,7 @@ exports[`Button applies theme and style props 1`] = `
|
|
|
26
26
|
"paddingVertical": 12,
|
|
27
27
|
},
|
|
28
28
|
Object {
|
|
29
|
-
"borderColor": "hsl(210,
|
|
29
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
30
30
|
"borderWidth": 1,
|
|
31
31
|
},
|
|
32
32
|
null,
|
|
@@ -83,7 +83,7 @@ exports[`Button renders as expected with a component passed as children 1`] = `
|
|
|
83
83
|
"paddingVertical": 12,
|
|
84
84
|
},
|
|
85
85
|
Object {
|
|
86
|
-
"borderColor": "hsl(210,
|
|
86
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
87
87
|
"borderWidth": 1,
|
|
88
88
|
},
|
|
89
89
|
null,
|
|
@@ -124,7 +124,7 @@ exports[`Button renders as expected with a string passed as children 1`] = `
|
|
|
124
124
|
"paddingVertical": 12,
|
|
125
125
|
},
|
|
126
126
|
Object {
|
|
127
|
-
"borderColor": "hsl(210,
|
|
127
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
128
128
|
"borderWidth": 1,
|
|
129
129
|
},
|
|
130
130
|
null,
|
|
@@ -48,7 +48,7 @@ exports[`PasswordField applies theme and style props 1`] = `
|
|
|
48
48
|
style={
|
|
49
49
|
Object {
|
|
50
50
|
"alignItems": "center",
|
|
51
|
-
"borderColor": "hsl(210,
|
|
51
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
52
52
|
"borderRadius": 4,
|
|
53
53
|
"borderWidth": 1,
|
|
54
54
|
"flexDirection": "row",
|
|
@@ -183,7 +183,7 @@ exports[`PasswordField renders as expected 1`] = `
|
|
|
183
183
|
style={
|
|
184
184
|
Object {
|
|
185
185
|
"alignItems": "center",
|
|
186
|
-
"borderColor": "hsl(210,
|
|
186
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
187
187
|
"borderRadius": 4,
|
|
188
188
|
"borderWidth": 1,
|
|
189
189
|
"flexDirection": "row",
|
|
@@ -316,7 +316,7 @@ exports[`PasswordField renders as expected when disabled 1`] = `
|
|
|
316
316
|
style={
|
|
317
317
|
Object {
|
|
318
318
|
"alignItems": "center",
|
|
319
|
-
"borderColor": "hsl(210,
|
|
319
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
320
320
|
"borderRadius": 4,
|
|
321
321
|
"borderWidth": 1,
|
|
322
322
|
"flexDirection": "row",
|
|
@@ -457,7 +457,7 @@ exports[`PasswordField should be able to hide show password icon 1`] = `
|
|
|
457
457
|
style={
|
|
458
458
|
Object {
|
|
459
459
|
"alignItems": "center",
|
|
460
|
-
"borderColor": "hsl(210,
|
|
460
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
461
461
|
"borderRadius": 4,
|
|
462
462
|
"borderWidth": 1,
|
|
463
463
|
"flexDirection": "row",
|
|
@@ -541,7 +541,7 @@ exports[`PasswordField should be able to obscure text programmatically 1`] = `
|
|
|
541
541
|
style={
|
|
542
542
|
Object {
|
|
543
543
|
"alignItems": "center",
|
|
544
|
-
"borderColor": "hsl(210,
|
|
544
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
545
545
|
"borderRadius": 4,
|
|
546
546
|
"borderWidth": 1,
|
|
547
547
|
"flexDirection": "row",
|
package/src/primitives/PhoneNumberField/__tests__/__snapshots__/PhoneNumberField.spec.tsx.snap
CHANGED
|
@@ -20,7 +20,7 @@ exports[`PhoneNumberField applies theming 1`] = `
|
|
|
20
20
|
style={
|
|
21
21
|
Object {
|
|
22
22
|
"alignItems": "center",
|
|
23
|
-
"borderColor": "hsl(210,
|
|
23
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
24
24
|
"borderRadius": 4,
|
|
25
25
|
"borderWidth": 1,
|
|
26
26
|
"flexDirection": "row",
|
|
@@ -81,7 +81,7 @@ exports[`PhoneNumberField renders as expected 1`] = `
|
|
|
81
81
|
style={
|
|
82
82
|
Object {
|
|
83
83
|
"alignItems": "center",
|
|
84
|
-
"borderColor": "hsl(210,
|
|
84
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
85
85
|
"borderRadius": 4,
|
|
86
86
|
"borderWidth": 1,
|
|
87
87
|
"flexDirection": "row",
|
|
@@ -142,7 +142,7 @@ exports[`PhoneNumberField renders as expected when disabled 1`] = `
|
|
|
142
142
|
style={
|
|
143
143
|
Object {
|
|
144
144
|
"alignItems": "center",
|
|
145
|
-
"borderColor": "hsl(210,
|
|
145
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
146
146
|
"borderRadius": 4,
|
|
147
147
|
"borderWidth": 1,
|
|
148
148
|
"flexDirection": "row",
|
|
@@ -32,7 +32,7 @@ exports[`Radio applies theme and custom styles 1`] = `
|
|
|
32
32
|
Array [
|
|
33
33
|
Object {
|
|
34
34
|
"alignItems": "center",
|
|
35
|
-
"borderColor": "hsl(210,
|
|
35
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
36
36
|
"borderRadius": 999,
|
|
37
37
|
"borderWidth": 2,
|
|
38
38
|
"justifyContent": "center",
|
|
@@ -102,7 +102,7 @@ exports[`Radio renders as expected when disabled 1`] = `
|
|
|
102
102
|
Array [
|
|
103
103
|
Object {
|
|
104
104
|
"alignItems": "center",
|
|
105
|
-
"borderColor": "hsl(210,
|
|
105
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
106
106
|
"borderRadius": 999,
|
|
107
107
|
"borderWidth": 2,
|
|
108
108
|
"justifyContent": "center",
|
|
@@ -167,7 +167,7 @@ exports[`Radio renders as expected when passing a number to the size prop 1`] =
|
|
|
167
167
|
Array [
|
|
168
168
|
Object {
|
|
169
169
|
"alignItems": "center",
|
|
170
|
-
"borderColor": "hsl(210,
|
|
170
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
171
171
|
"borderRadius": 999,
|
|
172
172
|
"borderWidth": 2,
|
|
173
173
|
"justifyContent": "center",
|
|
@@ -249,7 +249,7 @@ exports[`Radio renders as expected when selected is false 1`] = `
|
|
|
249
249
|
Array [
|
|
250
250
|
Object {
|
|
251
251
|
"alignItems": "center",
|
|
252
|
-
"borderColor": "hsl(210,
|
|
252
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
253
253
|
"borderRadius": 999,
|
|
254
254
|
"borderWidth": 2,
|
|
255
255
|
"justifyContent": "center",
|
|
@@ -314,7 +314,7 @@ exports[`Radio renders as expected when selected is true 1`] = `
|
|
|
314
314
|
Array [
|
|
315
315
|
Object {
|
|
316
316
|
"alignItems": "center",
|
|
317
|
-
"borderColor": "hsl(210,
|
|
317
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
318
318
|
"borderRadius": 999,
|
|
319
319
|
"borderWidth": 2,
|
|
320
320
|
"justifyContent": "center",
|
|
@@ -396,7 +396,7 @@ exports[`Radio renders as expected when size is large 1`] = `
|
|
|
396
396
|
Array [
|
|
397
397
|
Object {
|
|
398
398
|
"alignItems": "center",
|
|
399
|
-
"borderColor": "hsl(210,
|
|
399
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
400
400
|
"borderRadius": 999,
|
|
401
401
|
"borderWidth": 2,
|
|
402
402
|
"justifyContent": "center",
|
|
@@ -478,7 +478,7 @@ exports[`Radio renders as expected when size is medium 1`] = `
|
|
|
478
478
|
Array [
|
|
479
479
|
Object {
|
|
480
480
|
"alignItems": "center",
|
|
481
|
-
"borderColor": "hsl(210,
|
|
481
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
482
482
|
"borderRadius": 999,
|
|
483
483
|
"borderWidth": 2,
|
|
484
484
|
"justifyContent": "center",
|
|
@@ -560,7 +560,7 @@ exports[`Radio renders as expected when size is small 1`] = `
|
|
|
560
560
|
Array [
|
|
561
561
|
Object {
|
|
562
562
|
"alignItems": "center",
|
|
563
|
-
"borderColor": "hsl(210,
|
|
563
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
564
564
|
"borderRadius": 999,
|
|
565
565
|
"borderWidth": 2,
|
|
566
566
|
"justifyContent": "center",
|
|
@@ -642,7 +642,7 @@ exports[`Radio renders as expected with accessibilityRole 1`] = `
|
|
|
642
642
|
Array [
|
|
643
643
|
Object {
|
|
644
644
|
"alignItems": "center",
|
|
645
|
-
"borderColor": "hsl(210,
|
|
645
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
646
646
|
"borderRadius": 999,
|
|
647
647
|
"borderWidth": 2,
|
|
648
648
|
"justifyContent": "center",
|
|
@@ -49,7 +49,7 @@ exports[`RadioGroup renders as expected when direction is horizontal 1`] = `
|
|
|
49
49
|
Array [
|
|
50
50
|
Object {
|
|
51
51
|
"alignItems": "center",
|
|
52
|
-
"borderColor": "hsl(210,
|
|
52
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
53
53
|
"borderRadius": 999,
|
|
54
54
|
"borderWidth": 2,
|
|
55
55
|
"justifyContent": "center",
|
|
@@ -128,7 +128,7 @@ exports[`RadioGroup renders as expected when direction is horizontal 1`] = `
|
|
|
128
128
|
Array [
|
|
129
129
|
Object {
|
|
130
130
|
"alignItems": "center",
|
|
131
|
-
"borderColor": "hsl(210,
|
|
131
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
132
132
|
"borderRadius": 999,
|
|
133
133
|
"borderWidth": 2,
|
|
134
134
|
"justifyContent": "center",
|
|
@@ -190,7 +190,7 @@ exports[`RadioGroup renders as expected when direction is horizontal 1`] = `
|
|
|
190
190
|
Array [
|
|
191
191
|
Object {
|
|
192
192
|
"alignItems": "center",
|
|
193
|
-
"borderColor": "hsl(210,
|
|
193
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
194
194
|
"borderRadius": 999,
|
|
195
195
|
"borderWidth": 2,
|
|
196
196
|
"justifyContent": "center",
|
|
@@ -253,7 +253,7 @@ exports[`RadioGroup renders as expected when direction is horizontal 1`] = `
|
|
|
253
253
|
Array [
|
|
254
254
|
Object {
|
|
255
255
|
"alignItems": "center",
|
|
256
|
-
"borderColor": "hsl(210,
|
|
256
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
257
257
|
"borderRadius": 999,
|
|
258
258
|
"borderWidth": 2,
|
|
259
259
|
"justifyContent": "center",
|
|
@@ -339,7 +339,7 @@ exports[`RadioGroup renders as expected when direction is vertical 1`] = `
|
|
|
339
339
|
Array [
|
|
340
340
|
Object {
|
|
341
341
|
"alignItems": "center",
|
|
342
|
-
"borderColor": "hsl(210,
|
|
342
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
343
343
|
"borderRadius": 999,
|
|
344
344
|
"borderWidth": 2,
|
|
345
345
|
"justifyContent": "center",
|
|
@@ -418,7 +418,7 @@ exports[`RadioGroup renders as expected when direction is vertical 1`] = `
|
|
|
418
418
|
Array [
|
|
419
419
|
Object {
|
|
420
420
|
"alignItems": "center",
|
|
421
|
-
"borderColor": "hsl(210,
|
|
421
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
422
422
|
"borderRadius": 999,
|
|
423
423
|
"borderWidth": 2,
|
|
424
424
|
"justifyContent": "center",
|
|
@@ -480,7 +480,7 @@ exports[`RadioGroup renders as expected when direction is vertical 1`] = `
|
|
|
480
480
|
Array [
|
|
481
481
|
Object {
|
|
482
482
|
"alignItems": "center",
|
|
483
|
-
"borderColor": "hsl(210,
|
|
483
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
484
484
|
"borderRadius": 999,
|
|
485
485
|
"borderWidth": 2,
|
|
486
486
|
"justifyContent": "center",
|
|
@@ -543,7 +543,7 @@ exports[`RadioGroup renders as expected when direction is vertical 1`] = `
|
|
|
543
543
|
Array [
|
|
544
544
|
Object {
|
|
545
545
|
"alignItems": "center",
|
|
546
|
-
"borderColor": "hsl(210,
|
|
546
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
547
547
|
"borderRadius": 999,
|
|
548
548
|
"borderWidth": 2,
|
|
549
549
|
"justifyContent": "center",
|
|
@@ -629,7 +629,7 @@ exports[`RadioGroup renders as expected when size is large 1`] = `
|
|
|
629
629
|
Array [
|
|
630
630
|
Object {
|
|
631
631
|
"alignItems": "center",
|
|
632
|
-
"borderColor": "hsl(210,
|
|
632
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
633
633
|
"borderRadius": 999,
|
|
634
634
|
"borderWidth": 2,
|
|
635
635
|
"justifyContent": "center",
|
|
@@ -708,7 +708,7 @@ exports[`RadioGroup renders as expected when size is large 1`] = `
|
|
|
708
708
|
Array [
|
|
709
709
|
Object {
|
|
710
710
|
"alignItems": "center",
|
|
711
|
-
"borderColor": "hsl(210,
|
|
711
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
712
712
|
"borderRadius": 999,
|
|
713
713
|
"borderWidth": 2,
|
|
714
714
|
"justifyContent": "center",
|
|
@@ -770,7 +770,7 @@ exports[`RadioGroup renders as expected when size is large 1`] = `
|
|
|
770
770
|
Array [
|
|
771
771
|
Object {
|
|
772
772
|
"alignItems": "center",
|
|
773
|
-
"borderColor": "hsl(210,
|
|
773
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
774
774
|
"borderRadius": 999,
|
|
775
775
|
"borderWidth": 2,
|
|
776
776
|
"justifyContent": "center",
|
|
@@ -833,7 +833,7 @@ exports[`RadioGroup renders as expected when size is large 1`] = `
|
|
|
833
833
|
Array [
|
|
834
834
|
Object {
|
|
835
835
|
"alignItems": "center",
|
|
836
|
-
"borderColor": "hsl(210,
|
|
836
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
837
837
|
"borderRadius": 999,
|
|
838
838
|
"borderWidth": 2,
|
|
839
839
|
"justifyContent": "center",
|
|
@@ -919,7 +919,7 @@ exports[`RadioGroup renders as expected when size is medium 1`] = `
|
|
|
919
919
|
Array [
|
|
920
920
|
Object {
|
|
921
921
|
"alignItems": "center",
|
|
922
|
-
"borderColor": "hsl(210,
|
|
922
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
923
923
|
"borderRadius": 999,
|
|
924
924
|
"borderWidth": 2,
|
|
925
925
|
"justifyContent": "center",
|
|
@@ -998,7 +998,7 @@ exports[`RadioGroup renders as expected when size is medium 1`] = `
|
|
|
998
998
|
Array [
|
|
999
999
|
Object {
|
|
1000
1000
|
"alignItems": "center",
|
|
1001
|
-
"borderColor": "hsl(210,
|
|
1001
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1002
1002
|
"borderRadius": 999,
|
|
1003
1003
|
"borderWidth": 2,
|
|
1004
1004
|
"justifyContent": "center",
|
|
@@ -1060,7 +1060,7 @@ exports[`RadioGroup renders as expected when size is medium 1`] = `
|
|
|
1060
1060
|
Array [
|
|
1061
1061
|
Object {
|
|
1062
1062
|
"alignItems": "center",
|
|
1063
|
-
"borderColor": "hsl(210,
|
|
1063
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1064
1064
|
"borderRadius": 999,
|
|
1065
1065
|
"borderWidth": 2,
|
|
1066
1066
|
"justifyContent": "center",
|
|
@@ -1123,7 +1123,7 @@ exports[`RadioGroup renders as expected when size is medium 1`] = `
|
|
|
1123
1123
|
Array [
|
|
1124
1124
|
Object {
|
|
1125
1125
|
"alignItems": "center",
|
|
1126
|
-
"borderColor": "hsl(210,
|
|
1126
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1127
1127
|
"borderRadius": 999,
|
|
1128
1128
|
"borderWidth": 2,
|
|
1129
1129
|
"justifyContent": "center",
|
|
@@ -1209,7 +1209,7 @@ exports[`RadioGroup renders as expected when size is small 1`] = `
|
|
|
1209
1209
|
Array [
|
|
1210
1210
|
Object {
|
|
1211
1211
|
"alignItems": "center",
|
|
1212
|
-
"borderColor": "hsl(210,
|
|
1212
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1213
1213
|
"borderRadius": 999,
|
|
1214
1214
|
"borderWidth": 2,
|
|
1215
1215
|
"justifyContent": "center",
|
|
@@ -1288,7 +1288,7 @@ exports[`RadioGroup renders as expected when size is small 1`] = `
|
|
|
1288
1288
|
Array [
|
|
1289
1289
|
Object {
|
|
1290
1290
|
"alignItems": "center",
|
|
1291
|
-
"borderColor": "hsl(210,
|
|
1291
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1292
1292
|
"borderRadius": 999,
|
|
1293
1293
|
"borderWidth": 2,
|
|
1294
1294
|
"justifyContent": "center",
|
|
@@ -1350,7 +1350,7 @@ exports[`RadioGroup renders as expected when size is small 1`] = `
|
|
|
1350
1350
|
Array [
|
|
1351
1351
|
Object {
|
|
1352
1352
|
"alignItems": "center",
|
|
1353
|
-
"borderColor": "hsl(210,
|
|
1353
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1354
1354
|
"borderRadius": 999,
|
|
1355
1355
|
"borderWidth": 2,
|
|
1356
1356
|
"justifyContent": "center",
|
|
@@ -1413,7 +1413,7 @@ exports[`RadioGroup renders as expected when size is small 1`] = `
|
|
|
1413
1413
|
Array [
|
|
1414
1414
|
Object {
|
|
1415
1415
|
"alignItems": "center",
|
|
1416
|
-
"borderColor": "hsl(210,
|
|
1416
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1417
1417
|
"borderRadius": 999,
|
|
1418
1418
|
"borderWidth": 2,
|
|
1419
1419
|
"justifyContent": "center",
|
|
@@ -1499,7 +1499,7 @@ exports[`RadioGroup renders default RadioGroup as expected 1`] = `
|
|
|
1499
1499
|
Array [
|
|
1500
1500
|
Object {
|
|
1501
1501
|
"alignItems": "center",
|
|
1502
|
-
"borderColor": "hsl(210,
|
|
1502
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1503
1503
|
"borderRadius": 999,
|
|
1504
1504
|
"borderWidth": 2,
|
|
1505
1505
|
"justifyContent": "center",
|
|
@@ -1578,7 +1578,7 @@ exports[`RadioGroup renders default RadioGroup as expected 1`] = `
|
|
|
1578
1578
|
Array [
|
|
1579
1579
|
Object {
|
|
1580
1580
|
"alignItems": "center",
|
|
1581
|
-
"borderColor": "hsl(210,
|
|
1581
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1582
1582
|
"borderRadius": 999,
|
|
1583
1583
|
"borderWidth": 2,
|
|
1584
1584
|
"justifyContent": "center",
|
|
@@ -1640,7 +1640,7 @@ exports[`RadioGroup renders default RadioGroup as expected 1`] = `
|
|
|
1640
1640
|
Array [
|
|
1641
1641
|
Object {
|
|
1642
1642
|
"alignItems": "center",
|
|
1643
|
-
"borderColor": "hsl(210,
|
|
1643
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1644
1644
|
"borderRadius": 999,
|
|
1645
1645
|
"borderWidth": 2,
|
|
1646
1646
|
"justifyContent": "center",
|
|
@@ -1703,7 +1703,7 @@ exports[`RadioGroup renders default RadioGroup as expected 1`] = `
|
|
|
1703
1703
|
Array [
|
|
1704
1704
|
Object {
|
|
1705
1705
|
"alignItems": "center",
|
|
1706
|
-
"borderColor": "hsl(210,
|
|
1706
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
1707
1707
|
"borderRadius": 999,
|
|
1708
1708
|
"borderWidth": 2,
|
|
1709
1709
|
"justifyContent": "center",
|
|
@@ -26,7 +26,7 @@ exports[`Tab can apply custom styling 1`] = `
|
|
|
26
26
|
"paddingVertical": 12,
|
|
27
27
|
},
|
|
28
28
|
Object {
|
|
29
|
-
"borderColor": "hsl(210,
|
|
29
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
30
30
|
"borderWidth": 1,
|
|
31
31
|
},
|
|
32
32
|
null,
|
|
@@ -105,7 +105,7 @@ exports[`Tab renders as expected when Tab is selected 1`] = `
|
|
|
105
105
|
"paddingVertical": 12,
|
|
106
106
|
},
|
|
107
107
|
Object {
|
|
108
|
-
"borderColor": "hsl(210,
|
|
108
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
109
109
|
"borderWidth": 1,
|
|
110
110
|
},
|
|
111
111
|
null,
|
|
@@ -191,7 +191,7 @@ exports[`Tab renders as expected with a component passed as children 1`] = `
|
|
|
191
191
|
"paddingVertical": 12,
|
|
192
192
|
},
|
|
193
193
|
Object {
|
|
194
|
-
"borderColor": "hsl(210,
|
|
194
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
195
195
|
"borderWidth": 1,
|
|
196
196
|
},
|
|
197
197
|
null,
|
|
@@ -247,7 +247,7 @@ exports[`Tab renders default Tab as expected 1`] = `
|
|
|
247
247
|
"paddingVertical": 12,
|
|
248
248
|
},
|
|
249
249
|
Object {
|
|
250
|
-
"borderColor": "hsl(210,
|
|
250
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
251
251
|
"borderWidth": 1,
|
|
252
252
|
},
|
|
253
253
|
null,
|
|
@@ -40,7 +40,7 @@ exports[`Tabs applies theme and custom styling 1`] = `
|
|
|
40
40
|
"paddingVertical": 12,
|
|
41
41
|
},
|
|
42
42
|
Object {
|
|
43
|
-
"borderColor": "hsl(210,
|
|
43
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
44
44
|
"borderWidth": 1,
|
|
45
45
|
},
|
|
46
46
|
null,
|
|
@@ -123,7 +123,7 @@ exports[`Tabs applies theme and custom styling 1`] = `
|
|
|
123
123
|
"paddingVertical": 12,
|
|
124
124
|
},
|
|
125
125
|
Object {
|
|
126
|
-
"borderColor": "hsl(210,
|
|
126
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
127
127
|
"borderWidth": 1,
|
|
128
128
|
},
|
|
129
129
|
null,
|
|
@@ -43,7 +43,7 @@ exports[`TextField doesn't render the errorMessage if error prop is false 1`] =
|
|
|
43
43
|
style={
|
|
44
44
|
Object {
|
|
45
45
|
"alignItems": "center",
|
|
46
|
-
"borderColor": "hsl(210,
|
|
46
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
47
47
|
"borderRadius": 4,
|
|
48
48
|
"borderWidth": 1,
|
|
49
49
|
"flexDirection": "row",
|
|
@@ -124,7 +124,7 @@ exports[`TextField doesn't render the errorMessage if errorMessage prop is undef
|
|
|
124
124
|
style={
|
|
125
125
|
Object {
|
|
126
126
|
"alignItems": "center",
|
|
127
|
-
"borderColor": "hsl(210,
|
|
127
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
128
128
|
"borderRadius": 4,
|
|
129
129
|
"borderWidth": 1,
|
|
130
130
|
"flexDirection": "row",
|
|
@@ -205,7 +205,7 @@ exports[`TextField renders as expected 1`] = `
|
|
|
205
205
|
style={
|
|
206
206
|
Object {
|
|
207
207
|
"alignItems": "center",
|
|
208
|
-
"borderColor": "hsl(210,
|
|
208
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
209
209
|
"borderRadius": 4,
|
|
210
210
|
"borderWidth": 1,
|
|
211
211
|
"flexDirection": "row",
|
|
@@ -286,7 +286,7 @@ exports[`TextField renders as expected as password field 1`] = `
|
|
|
286
286
|
style={
|
|
287
287
|
Object {
|
|
288
288
|
"alignItems": "center",
|
|
289
|
-
"borderColor": "hsl(210,
|
|
289
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
290
290
|
"borderRadius": 4,
|
|
291
291
|
"borderWidth": 1,
|
|
292
292
|
"flexDirection": "row",
|
|
@@ -368,7 +368,7 @@ exports[`TextField renders as expected when disabled 1`] = `
|
|
|
368
368
|
style={
|
|
369
369
|
Object {
|
|
370
370
|
"alignItems": "center",
|
|
371
|
-
"borderColor": "hsl(210,
|
|
371
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
372
372
|
"borderRadius": 4,
|
|
373
373
|
"borderWidth": 1,
|
|
374
374
|
"flexDirection": "row",
|
|
@@ -450,7 +450,7 @@ exports[`TextField renders as expected with error message 1`] = `
|
|
|
450
450
|
style={
|
|
451
451
|
Object {
|
|
452
452
|
"alignItems": "center",
|
|
453
|
-
"borderColor": "hsl(210,
|
|
453
|
+
"borderColor": "hsl(210, 10%, 58%)",
|
|
454
454
|
"borderRadius": 4,
|
|
455
455
|
"borderWidth": 1,
|
|
456
456
|
"flexDirection": "row",
|
|
@@ -13,7 +13,7 @@ Object {
|
|
|
13
13
|
"error": "hsl(0, 75%, 85%)",
|
|
14
14
|
"info": "hsl(220, 85%, 85%)",
|
|
15
15
|
"primary": "hsl(0, 0%, 100%)",
|
|
16
|
-
"quaternary": "hsl(210,
|
|
16
|
+
"quaternary": "hsl(210, 10%, 58%)",
|
|
17
17
|
"secondary": "hsl(210, 5%, 98%)",
|
|
18
18
|
"success": "hsl(130, 60%, 90%)",
|
|
19
19
|
"tertiary": "hsl(210, 5%, 94%)",
|
|
@@ -34,7 +34,7 @@ Object {
|
|
|
34
34
|
"error": "hsl(0, 95%, 30%)",
|
|
35
35
|
"focus": "hsl(190, 100%, 15%)",
|
|
36
36
|
"pressed": "hsl(190, 100%, 15%)",
|
|
37
|
-
"primary": "hsl(210,
|
|
37
|
+
"primary": "hsl(210, 10%, 58%)",
|
|
38
38
|
"secondary": "hsl(210, 5%, 87%)",
|
|
39
39
|
"tertiary": "hsl(210, 5%, 94%)",
|
|
40
40
|
},
|
|
@@ -60,7 +60,7 @@ Object {
|
|
|
60
60
|
},
|
|
61
61
|
"font": Object {
|
|
62
62
|
"active": "hsl(190, 100%, 15%)",
|
|
63
|
-
"disabled": "hsl(210,
|
|
63
|
+
"disabled": "hsl(210, 10%, 58%)",
|
|
64
64
|
"error": "hsl(0, 100%, 20%)",
|
|
65
65
|
"focus": "hsl(190, 100%, 15%)",
|
|
66
66
|
"hover": "hsl(190, 100%, 20%)",
|
|
@@ -87,7 +87,7 @@ Object {
|
|
|
87
87
|
"100": "hsl(210, 50%, 10%)",
|
|
88
88
|
"20": "hsl(210, 5%, 94%)",
|
|
89
89
|
"40": "hsl(210, 5%, 87%)",
|
|
90
|
-
"60": "hsl(210,
|
|
90
|
+
"60": "hsl(210, 10%, 58%)",
|
|
91
91
|
"80": "hsl(210, 10%, 40%)",
|
|
92
92
|
"90": "hsl(210, 25%, 25%)",
|
|
93
93
|
},
|