@hero-design/rn 8.51.0 → 8.52.1
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +20 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +258 -254
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +258 -254
- package/package.json +1 -1
- package/src/components/Carousel/CardCarousel.tsx +1 -5
- package/src/components/Carousel/StyledCardCarousel.tsx +1 -16
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +92 -172
- package/src/components/Carousel/__tests__/index.spec.tsx +14 -0
- package/src/components/Carousel/index.tsx +15 -14
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +6 -3
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +2 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +2 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +4 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +12 -6
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +10 -5
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +90 -54
- package/src/components/Swipeable/index.tsx +31 -17
- package/src/components/TextInput/StyledTextInput.tsx +3 -4
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +0 -10
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +34 -25
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +4 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +4 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +5 -12
- package/src/theme/components/cardCarousel.ts +1 -8
- package/src/theme/components/swipeable.ts +6 -1
- package/src/theme/components/textInput.ts +1 -2
- package/types/components/Carousel/StyledCardCarousel.d.ts +1 -7
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/theme/components/cardCarousel.d.ts +0 -10
- package/types/theme/components/swipeable.d.ts +4 -0
- package/types/theme/components/textInput.d.ts +1 -2
|
@@ -229,7 +229,7 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
229
229
|
[
|
|
230
230
|
{
|
|
231
231
|
"minHeight": 16,
|
|
232
|
-
"
|
|
232
|
+
"paddingHorizontal": 16,
|
|
233
233
|
"paddingTop": 2,
|
|
234
234
|
},
|
|
235
235
|
undefined,
|
|
@@ -240,6 +240,7 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
240
240
|
style={
|
|
241
241
|
[
|
|
242
242
|
{
|
|
243
|
+
"alignItems": "flex-start",
|
|
243
244
|
"flexDirection": "row",
|
|
244
245
|
"justifyContent": "space-between",
|
|
245
246
|
},
|
|
@@ -279,11 +280,9 @@ exports[`TextInput backgroundColor renders correctly 1`] = `
|
|
|
279
280
|
},
|
|
280
281
|
[
|
|
281
282
|
{
|
|
282
|
-
"alignSelf": "flex-end",
|
|
283
283
|
"color": "#001f23",
|
|
284
284
|
"flex": 1,
|
|
285
285
|
"flexGrow": 1,
|
|
286
|
-
"marginRight": 4,
|
|
287
286
|
"textAlign": "right",
|
|
288
287
|
},
|
|
289
288
|
undefined,
|
|
@@ -552,7 +551,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
552
551
|
[
|
|
553
552
|
{
|
|
554
553
|
"minHeight": 16,
|
|
555
|
-
"
|
|
554
|
+
"paddingHorizontal": 16,
|
|
556
555
|
"paddingTop": 2,
|
|
557
556
|
},
|
|
558
557
|
undefined,
|
|
@@ -563,6 +562,7 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
563
562
|
style={
|
|
564
563
|
[
|
|
565
564
|
{
|
|
565
|
+
"alignItems": "flex-start",
|
|
566
566
|
"flexDirection": "row",
|
|
567
567
|
"justifyContent": "space-between",
|
|
568
568
|
},
|
|
@@ -602,11 +602,9 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
602
602
|
},
|
|
603
603
|
[
|
|
604
604
|
{
|
|
605
|
-
"alignSelf": "flex-end",
|
|
606
605
|
"color": "#001f23",
|
|
607
606
|
"flex": 1,
|
|
608
607
|
"flexGrow": 1,
|
|
609
|
-
"marginRight": 4,
|
|
610
608
|
"textAlign": "right",
|
|
611
609
|
},
|
|
612
610
|
undefined,
|
|
@@ -876,7 +874,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
876
874
|
[
|
|
877
875
|
{
|
|
878
876
|
"minHeight": 16,
|
|
879
|
-
"
|
|
877
|
+
"paddingHorizontal": 16,
|
|
880
878
|
"paddingTop": 2,
|
|
881
879
|
},
|
|
882
880
|
undefined,
|
|
@@ -887,6 +885,7 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
887
885
|
style={
|
|
888
886
|
[
|
|
889
887
|
{
|
|
888
|
+
"alignItems": "flex-start",
|
|
890
889
|
"flexDirection": "row",
|
|
891
890
|
"justifyContent": "space-between",
|
|
892
891
|
},
|
|
@@ -926,11 +925,9 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
926
925
|
},
|
|
927
926
|
[
|
|
928
927
|
{
|
|
929
|
-
"alignSelf": "flex-end",
|
|
930
928
|
"color": "#001f23",
|
|
931
929
|
"flex": 1,
|
|
932
930
|
"flexGrow": 1,
|
|
933
|
-
"marginRight": 4,
|
|
934
931
|
"textAlign": "right",
|
|
935
932
|
},
|
|
936
933
|
undefined,
|
|
@@ -1183,7 +1180,7 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
1183
1180
|
[
|
|
1184
1181
|
{
|
|
1185
1182
|
"minHeight": 16,
|
|
1186
|
-
"
|
|
1183
|
+
"paddingHorizontal": 16,
|
|
1187
1184
|
"paddingTop": 2,
|
|
1188
1185
|
},
|
|
1189
1186
|
undefined,
|
|
@@ -1194,6 +1191,7 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
1194
1191
|
style={
|
|
1195
1192
|
[
|
|
1196
1193
|
{
|
|
1194
|
+
"alignItems": "flex-start",
|
|
1197
1195
|
"flexDirection": "row",
|
|
1198
1196
|
"justifyContent": "space-between",
|
|
1199
1197
|
},
|
|
@@ -1452,7 +1450,7 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1452
1450
|
[
|
|
1453
1451
|
{
|
|
1454
1452
|
"minHeight": 16,
|
|
1455
|
-
"
|
|
1453
|
+
"paddingHorizontal": 16,
|
|
1456
1454
|
"paddingTop": 2,
|
|
1457
1455
|
},
|
|
1458
1456
|
undefined,
|
|
@@ -1463,6 +1461,7 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
1463
1461
|
style={
|
|
1464
1462
|
[
|
|
1465
1463
|
{
|
|
1464
|
+
"alignItems": "flex-start",
|
|
1466
1465
|
"flexDirection": "row",
|
|
1467
1466
|
"justifyContent": "space-between",
|
|
1468
1467
|
},
|
|
@@ -1765,7 +1764,7 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1765
1764
|
[
|
|
1766
1765
|
{
|
|
1767
1766
|
"minHeight": 16,
|
|
1768
|
-
"
|
|
1767
|
+
"paddingHorizontal": 16,
|
|
1769
1768
|
"paddingTop": 2,
|
|
1770
1769
|
},
|
|
1771
1770
|
undefined,
|
|
@@ -1776,6 +1775,7 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1776
1775
|
style={
|
|
1777
1776
|
[
|
|
1778
1777
|
{
|
|
1778
|
+
"alignItems": "flex-start",
|
|
1779
1779
|
"flexDirection": "row",
|
|
1780
1780
|
"justifyContent": "space-between",
|
|
1781
1781
|
},
|
|
@@ -2034,7 +2034,7 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
2034
2034
|
[
|
|
2035
2035
|
{
|
|
2036
2036
|
"minHeight": 16,
|
|
2037
|
-
"
|
|
2037
|
+
"paddingHorizontal": 16,
|
|
2038
2038
|
"paddingTop": 2,
|
|
2039
2039
|
},
|
|
2040
2040
|
undefined,
|
|
@@ -2045,6 +2045,7 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
2045
2045
|
style={
|
|
2046
2046
|
[
|
|
2047
2047
|
{
|
|
2048
|
+
"alignItems": "flex-start",
|
|
2048
2049
|
"flexDirection": "row",
|
|
2049
2050
|
"justifyContent": "space-between",
|
|
2050
2051
|
},
|
|
@@ -2312,7 +2313,7 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
2312
2313
|
[
|
|
2313
2314
|
{
|
|
2314
2315
|
"minHeight": 16,
|
|
2315
|
-
"
|
|
2316
|
+
"paddingHorizontal": 16,
|
|
2316
2317
|
"paddingTop": 2,
|
|
2317
2318
|
},
|
|
2318
2319
|
undefined,
|
|
@@ -2323,6 +2324,7 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
2323
2324
|
style={
|
|
2324
2325
|
[
|
|
2325
2326
|
{
|
|
2327
|
+
"alignItems": "flex-start",
|
|
2326
2328
|
"flexDirection": "row",
|
|
2327
2329
|
"justifyContent": "space-between",
|
|
2328
2330
|
},
|
|
@@ -2596,7 +2598,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2596
2598
|
[
|
|
2597
2599
|
{
|
|
2598
2600
|
"minHeight": 16,
|
|
2599
|
-
"
|
|
2601
|
+
"paddingHorizontal": 16,
|
|
2600
2602
|
"paddingTop": 2,
|
|
2601
2603
|
},
|
|
2602
2604
|
undefined,
|
|
@@ -2607,6 +2609,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
2607
2609
|
style={
|
|
2608
2610
|
[
|
|
2609
2611
|
{
|
|
2612
|
+
"alignItems": "flex-start",
|
|
2610
2613
|
"flexDirection": "row",
|
|
2611
2614
|
"justifyContent": "space-between",
|
|
2612
2615
|
},
|
|
@@ -2812,7 +2815,7 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2812
2815
|
[
|
|
2813
2816
|
{
|
|
2814
2817
|
"minHeight": 16,
|
|
2815
|
-
"
|
|
2818
|
+
"paddingHorizontal": 16,
|
|
2816
2819
|
"paddingTop": 2,
|
|
2817
2820
|
},
|
|
2818
2821
|
undefined,
|
|
@@ -2823,6 +2826,7 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
2823
2826
|
style={
|
|
2824
2827
|
[
|
|
2825
2828
|
{
|
|
2829
|
+
"alignItems": "flex-start",
|
|
2826
2830
|
"flexDirection": "row",
|
|
2827
2831
|
"justifyContent": "space-between",
|
|
2828
2832
|
},
|
|
@@ -3068,7 +3072,7 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
3068
3072
|
[
|
|
3069
3073
|
{
|
|
3070
3074
|
"minHeight": 16,
|
|
3071
|
-
"
|
|
3075
|
+
"paddingHorizontal": 16,
|
|
3072
3076
|
"paddingTop": 2,
|
|
3073
3077
|
},
|
|
3074
3078
|
undefined,
|
|
@@ -3079,6 +3083,7 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
3079
3083
|
style={
|
|
3080
3084
|
[
|
|
3081
3085
|
{
|
|
3086
|
+
"alignItems": "flex-start",
|
|
3082
3087
|
"flexDirection": "row",
|
|
3083
3088
|
"justifyContent": "space-between",
|
|
3084
3089
|
},
|
|
@@ -3155,11 +3160,9 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
3155
3160
|
},
|
|
3156
3161
|
[
|
|
3157
3162
|
{
|
|
3158
|
-
"alignSelf": "flex-end",
|
|
3159
3163
|
"color": "#cb300a",
|
|
3160
3164
|
"flex": 1,
|
|
3161
3165
|
"flexGrow": 1,
|
|
3162
|
-
"marginRight": 4,
|
|
3163
3166
|
"textAlign": "right",
|
|
3164
3167
|
},
|
|
3165
3168
|
undefined,
|
|
@@ -3413,7 +3416,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
3413
3416
|
[
|
|
3414
3417
|
{
|
|
3415
3418
|
"minHeight": 16,
|
|
3416
|
-
"
|
|
3419
|
+
"paddingHorizontal": 16,
|
|
3417
3420
|
"paddingTop": 2,
|
|
3418
3421
|
},
|
|
3419
3422
|
undefined,
|
|
@@ -3424,6 +3427,7 @@ exports[`TextInput max length renders correctly with hide character count 1`] =
|
|
|
3424
3427
|
style={
|
|
3425
3428
|
[
|
|
3426
3429
|
{
|
|
3430
|
+
"alignItems": "flex-start",
|
|
3427
3431
|
"flexDirection": "row",
|
|
3428
3432
|
"justifyContent": "space-between",
|
|
3429
3433
|
},
|
|
@@ -3739,7 +3743,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3739
3743
|
[
|
|
3740
3744
|
{
|
|
3741
3745
|
"minHeight": 16,
|
|
3742
|
-
"
|
|
3746
|
+
"paddingHorizontal": 16,
|
|
3743
3747
|
"paddingTop": 2,
|
|
3744
3748
|
},
|
|
3745
3749
|
undefined,
|
|
@@ -3750,6 +3754,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
3750
3754
|
style={
|
|
3751
3755
|
[
|
|
3752
3756
|
{
|
|
3757
|
+
"alignItems": "flex-start",
|
|
3753
3758
|
"flexDirection": "row",
|
|
3754
3759
|
"justifyContent": "space-between",
|
|
3755
3760
|
},
|
|
@@ -4044,7 +4049,7 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
4044
4049
|
[
|
|
4045
4050
|
{
|
|
4046
4051
|
"minHeight": 16,
|
|
4047
|
-
"
|
|
4052
|
+
"paddingHorizontal": 16,
|
|
4048
4053
|
"paddingTop": 2,
|
|
4049
4054
|
},
|
|
4050
4055
|
undefined,
|
|
@@ -4055,6 +4060,7 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
4055
4060
|
style={
|
|
4056
4061
|
[
|
|
4057
4062
|
{
|
|
4063
|
+
"alignItems": "flex-start",
|
|
4058
4064
|
"flexDirection": "row",
|
|
4059
4065
|
"justifyContent": "space-between",
|
|
4060
4066
|
},
|
|
@@ -4269,7 +4275,7 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
4269
4275
|
[
|
|
4270
4276
|
{
|
|
4271
4277
|
"minHeight": 16,
|
|
4272
|
-
"
|
|
4278
|
+
"paddingHorizontal": 16,
|
|
4273
4279
|
"paddingTop": 2,
|
|
4274
4280
|
},
|
|
4275
4281
|
undefined,
|
|
@@ -4280,6 +4286,7 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
4280
4286
|
style={
|
|
4281
4287
|
[
|
|
4282
4288
|
{
|
|
4289
|
+
"alignItems": "flex-start",
|
|
4283
4290
|
"flexDirection": "row",
|
|
4284
4291
|
"justifyContent": "space-between",
|
|
4285
4292
|
},
|
|
@@ -4553,7 +4560,7 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
4553
4560
|
[
|
|
4554
4561
|
{
|
|
4555
4562
|
"minHeight": 16,
|
|
4556
|
-
"
|
|
4563
|
+
"paddingHorizontal": 16,
|
|
4557
4564
|
"paddingTop": 2,
|
|
4558
4565
|
},
|
|
4559
4566
|
undefined,
|
|
@@ -4564,6 +4571,7 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
4564
4571
|
style={
|
|
4565
4572
|
[
|
|
4566
4573
|
{
|
|
4574
|
+
"alignItems": "flex-start",
|
|
4567
4575
|
"flexDirection": "row",
|
|
4568
4576
|
"justifyContent": "space-between",
|
|
4569
4577
|
},
|
|
@@ -4779,7 +4787,7 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
4779
4787
|
[
|
|
4780
4788
|
{
|
|
4781
4789
|
"minHeight": 16,
|
|
4782
|
-
"
|
|
4790
|
+
"paddingHorizontal": 16,
|
|
4783
4791
|
"paddingTop": 2,
|
|
4784
4792
|
},
|
|
4785
4793
|
undefined,
|
|
@@ -4790,6 +4798,7 @@ exports[`TextInput variants renders textarea variant correctly 1`] = `
|
|
|
4790
4798
|
style={
|
|
4791
4799
|
[
|
|
4792
4800
|
{
|
|
4801
|
+
"alignItems": "flex-start",
|
|
4793
4802
|
"flexDirection": "row",
|
|
4794
4803
|
"justifyContent": "space-between",
|
|
4795
4804
|
},
|
|
@@ -220,7 +220,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
|
|
|
220
220
|
[
|
|
221
221
|
{
|
|
222
222
|
"minHeight": 16,
|
|
223
|
-
"
|
|
223
|
+
"paddingHorizontal": 16,
|
|
224
224
|
"paddingTop": 2,
|
|
225
225
|
},
|
|
226
226
|
undefined,
|
|
@@ -231,6 +231,7 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
|
|
|
231
231
|
style={
|
|
232
232
|
[
|
|
233
233
|
{
|
|
234
|
+
"alignItems": "flex-start",
|
|
234
235
|
"flexDirection": "row",
|
|
235
236
|
"justifyContent": "space-between",
|
|
236
237
|
},
|
|
@@ -520,7 +521,7 @@ exports[`TimePickerAndroid renders correctly 1`] = `
|
|
|
520
521
|
[
|
|
521
522
|
{
|
|
522
523
|
"minHeight": 16,
|
|
523
|
-
"
|
|
524
|
+
"paddingHorizontal": 16,
|
|
524
525
|
"paddingTop": 2,
|
|
525
526
|
},
|
|
526
527
|
undefined,
|
|
@@ -531,6 +532,7 @@ exports[`TimePickerAndroid renders correctly 1`] = `
|
|
|
531
532
|
style={
|
|
532
533
|
[
|
|
533
534
|
{
|
|
535
|
+
"alignItems": "flex-start",
|
|
534
536
|
"flexDirection": "row",
|
|
535
537
|
"justifyContent": "space-between",
|
|
536
538
|
},
|
|
@@ -220,7 +220,7 @@ exports[`TimePickerIOS renders correct with hide suffix 1`] = `
|
|
|
220
220
|
[
|
|
221
221
|
{
|
|
222
222
|
"minHeight": 16,
|
|
223
|
-
"
|
|
223
|
+
"paddingHorizontal": 16,
|
|
224
224
|
"paddingTop": 2,
|
|
225
225
|
},
|
|
226
226
|
undefined,
|
|
@@ -231,6 +231,7 @@ exports[`TimePickerIOS renders correct with hide suffix 1`] = `
|
|
|
231
231
|
style={
|
|
232
232
|
[
|
|
233
233
|
{
|
|
234
|
+
"alignItems": "flex-start",
|
|
234
235
|
"flexDirection": "row",
|
|
235
236
|
"justifyContent": "space-between",
|
|
236
237
|
},
|
|
@@ -520,7 +521,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
520
521
|
[
|
|
521
522
|
{
|
|
522
523
|
"minHeight": 16,
|
|
523
|
-
"
|
|
524
|
+
"paddingHorizontal": 16,
|
|
524
525
|
"paddingTop": 2,
|
|
525
526
|
},
|
|
526
527
|
undefined,
|
|
@@ -531,6 +532,7 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
531
532
|
style={
|
|
532
533
|
[
|
|
533
534
|
{
|
|
535
|
+
"alignItems": "flex-start",
|
|
534
536
|
"flexDirection": "row",
|
|
535
537
|
"justifyContent": "space-between",
|
|
536
538
|
},
|
|
@@ -291,16 +291,6 @@ exports[`theme returns correct theme object 1`] = `
|
|
|
291
291
|
"radii": {
|
|
292
292
|
"card": 8,
|
|
293
293
|
},
|
|
294
|
-
"shadows": {
|
|
295
|
-
"color": "#001f23",
|
|
296
|
-
"elevation": 3,
|
|
297
|
-
"offset": {
|
|
298
|
-
"height": 2,
|
|
299
|
-
"width": 0,
|
|
300
|
-
},
|
|
301
|
-
"opacity": 0.12,
|
|
302
|
-
"radius": 4,
|
|
303
|
-
},
|
|
304
294
|
"space": {
|
|
305
295
|
"carouselItemSpacing": 8,
|
|
306
296
|
"contentContainerPaddingHorizontal": 24,
|
|
@@ -882,12 +872,16 @@ exports[`theme returns correct theme object 1`] = `
|
|
|
882
872
|
"swipeable": {
|
|
883
873
|
"colors": {
|
|
884
874
|
"danger": "#f46363",
|
|
875
|
+
"defaultContainerBackground": "#ffffff",
|
|
885
876
|
"primary": "#401960",
|
|
886
877
|
"success": "#5ace7d",
|
|
887
878
|
},
|
|
888
879
|
"radii": {
|
|
889
880
|
"swipeableContainer": 8,
|
|
890
881
|
},
|
|
882
|
+
"space": {
|
|
883
|
+
"containerExtraWidth": 4,
|
|
884
|
+
},
|
|
891
885
|
},
|
|
892
886
|
"switch": {
|
|
893
887
|
"colors": {
|
|
@@ -1061,7 +1055,7 @@ exports[`theme returns correct theme object 1`] = `
|
|
|
1061
1055
|
"space": {
|
|
1062
1056
|
"containerMarginTop": 8,
|
|
1063
1057
|
"containerPadding": 16,
|
|
1064
|
-
"
|
|
1058
|
+
"errorAndHelpTextContainerHorizontalPadding": 16,
|
|
1065
1059
|
"errorAndHelpTextContainerPaddingTop": 2,
|
|
1066
1060
|
"errorContainerMarginRight": 4,
|
|
1067
1061
|
"errorMarginLeft": 4,
|
|
@@ -1071,7 +1065,6 @@ exports[`theme returns correct theme object 1`] = `
|
|
|
1071
1065
|
"labelLeft": 32,
|
|
1072
1066
|
"labelPaddingBottom": 8,
|
|
1073
1067
|
"labelTop": 10.666666666666666,
|
|
1074
|
-
"maxLengthLabelMarginLeft": 4,
|
|
1075
1068
|
},
|
|
1076
1069
|
},
|
|
1077
1070
|
"timePicker": {
|
|
@@ -10,19 +10,12 @@ const getCardCarouselTheme = (theme: GlobalTheme) => {
|
|
|
10
10
|
const colors = {
|
|
11
11
|
carouselItemBackground: theme.colors.defaultSurface,
|
|
12
12
|
};
|
|
13
|
-
const shadows = {
|
|
14
|
-
color: theme.shadows.default.shadowColor,
|
|
15
|
-
offset: theme.shadows.default.shadowOffset,
|
|
16
|
-
opacity: theme.shadows.default.shadowOpacity,
|
|
17
|
-
radius: theme.shadows.default.shadowRadius,
|
|
18
|
-
elevation: theme.shadows.default.elevation,
|
|
19
|
-
};
|
|
20
13
|
|
|
21
14
|
const radii = {
|
|
22
15
|
card: theme.radii.medium,
|
|
23
16
|
};
|
|
24
17
|
|
|
25
|
-
return {
|
|
18
|
+
return { colors, space, radii };
|
|
26
19
|
};
|
|
27
20
|
|
|
28
21
|
export default getCardCarouselTheme;
|
|
@@ -5,13 +5,18 @@ const getSwipeableTheme = (theme: GlobalTheme) => {
|
|
|
5
5
|
success: theme.colors.success,
|
|
6
6
|
danger: theme.colors.error,
|
|
7
7
|
primary: theme.colors.primary,
|
|
8
|
+
defaultContainerBackground: theme.colors.defaultGlobalSurface,
|
|
8
9
|
};
|
|
9
10
|
|
|
10
11
|
const radii = {
|
|
11
12
|
swipeableContainer: theme.radii.medium,
|
|
12
13
|
};
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
const space = {
|
|
16
|
+
containerExtraWidth: theme.space.xsmall,
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
return { colors, radii, space };
|
|
15
20
|
};
|
|
16
21
|
|
|
17
22
|
export default getSwipeableTheme;
|
|
@@ -52,8 +52,7 @@ const getTextInputTheme = (theme: GlobalTheme) => {
|
|
|
52
52
|
inputHorizontalMargin: theme.space.small,
|
|
53
53
|
errorContainerMarginRight: theme.space.xsmall,
|
|
54
54
|
errorMarginLeft: theme.space.xsmall,
|
|
55
|
-
|
|
56
|
-
errorAndHelpTextContainerPaddingLeft: theme.space.medium,
|
|
55
|
+
errorAndHelpTextContainerHorizontalPadding: theme.space.medium,
|
|
57
56
|
containerMarginTop: theme.space.small,
|
|
58
57
|
labelInsideTextInputMarginTop: -theme.space.xxsmall,
|
|
59
58
|
errorAndHelpTextContainerPaddingTop: theme.space.xxsmall,
|
|
@@ -16,16 +16,10 @@ declare const StyledCard: import("@emotion/native").StyledComponent<CardProps &
|
|
|
16
16
|
theme?: import("@emotion/react").Theme | undefined;
|
|
17
17
|
as?: import("react").ElementType<any> | undefined;
|
|
18
18
|
}, {}, {}>;
|
|
19
|
-
declare const StyledShadow: import("@emotion/native").StyledComponent<ViewProps & {
|
|
20
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
21
|
-
as?: import("react").ElementType<any> | undefined;
|
|
22
|
-
}, {}, {
|
|
23
|
-
ref?: import("react").Ref<View> | undefined;
|
|
24
|
-
}>;
|
|
25
19
|
declare const StyledItemWrapper: import("@emotion/native").StyledComponent<ViewProps & {
|
|
26
20
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
21
|
as?: import("react").ElementType<any> | undefined;
|
|
28
22
|
}, {}, {
|
|
29
23
|
ref?: import("react").Ref<View> | undefined;
|
|
30
24
|
}>;
|
|
31
|
-
export { StyledCard,
|
|
25
|
+
export { StyledCard, StyledItemWrapper, StyledWrapper, StyledPageControl };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const IconList: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "bolt", "bookmark-added", "bookmark", "box-check", "box", "bpay", "buildings", "cake", "calendar-clock", "calendar", "candy-box-menu", "caret-down-small", "caret-down", "caret-left-small", "caret-left", "caret-right-small", "caret-right", "caret-up-small", "caret-up", "check-radio", "circle-add", "circle-cancel", "circle-check", "circle-down", "circle-info", "circle-left", "circle-ok", "circle-pencil", "circle-question", "circle-remove", "circle-right", "circle-up", "circle-warning", "clock-3", "clock", "cloud-download", "cloud-upload", "cog", "coin", "contacts", "credit-card", "diamond", "direction-arrows", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "eye-circle", "eye-invisible", "eye", "face-meh", "face-sad", "face-smiley", "feed", "feedbacks", "file-certified", "file-clone", "file-copy", "file-csv", "file-dispose", "file-doc", "file-excel", "file-export", "file-lock", "file-pdf", "file-powerpoint", "file-search", "file-secured", "file-sheets", "file-slide", "file-verified", "file-word", "file", "filter", "folder-user", "folder", "format-bold", "format-heading1", "format-heading2", "format-italic", "format-list-bulleted", "format-list-numbered", "format-underlined", "funnel-filter", "global-dollar", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "home", "image", "import", "incident-siren", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "near-me", "node", "open-folder", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-circle", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "save", "schedule-send", "schedule", "search-person", "send", "speaker-active", "speaker", "star-award", "star-badge", "star-circle", "star-medal", "star", "steps-circle", "stopwatch", "suitcase", "surfing", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "swipe-right", "switch", "tag", "target", "teams", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "activate-outlined", "add-credit-card-outlined", "add-person-outlined", "add-section-outlined", "add-time-outlined", "add", "adjustment-outlined", "ai-outlined", "alignment-2-outlined", "alignment-outlined", "all-caps", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bolt-outlined", "book-outlined", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-outlined", "call-split-outlined", "camera-outlined", "cancel", "car-forward-outlined", "charging-station-outlined", "chat-bubble-outlined", "chat-unread-outlined", "checkmark", "circle-add-outlined", "circle-cancel-outlined", "circle-down-outlined", "circle-info-outlined", "circle-left-outlined", "circle-ok-outlined", "circle-question-outlined", "circle-remove-outlined", "circle-right-outlined", "circle-up-outlined", "circle-warning-outlined", "clock-2-outlined", "clock-outlined", "cog-outlined", "coin-outlined", "coin-super-outlined", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-outlined", "dentistry-outlined", "direction-arrows-outlined", "directory-outlined", "document-outlined", "dollar-box-outlined", "dollar-card-outlined", "dollar-coin-shine-outlined", "dollar-credit-card-outlined", "dollar-sign", "double-buildings-outlined", "double-left-arrows", "double-right-arrows", "download-box-outlined", "download-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-approval-outlined", "expense-outlined", "explore-outlined", "extension-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-outlined", "fastfood-outlined", "feed-outlined", "file-certified-outlined", "file-clone-outlined", "file-copy-outlined", "file-dispose-outlined", "file-dollar-certified-outlined", "file-dollar-outlined", "file-download-outlined", "file-export-outlined", "file-lock-outlined", "file-outlined", "file-search-outlined", "file-secured-outlined", "file-statutory-outlined", "file-verified-outlined", "filter-outlined", "folder-outlined", "folder-user-outlined", "form-outlined", "funnel-filter-outline", "goal-outlined", "graph-outlined", "hand-holding-user-outlined", "happy-sun-outlined", "health-bag-outlined", "heart-outlined", "home-active-outlined", "home-outlined", "id-card-outlined", "image-outlined", "import-outlined", "instapay-outlined", "italic", "leave-approval-outlined", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-outlined", "media-content-outlined", "menu-close", "menu-expand", "menu-fold-outlined", "menu-unfold-outlined", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "overview-outlined", "payment-summary-outlined", "payslip-outlined", "pencil-outlined", "percentage", "phone-outlined", "piggy-bank-outlined", "plane-outlined", "play-circle-outlined", "print-outlined", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "return-arrow", "rostering-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-outlined", "show-chart-outlined", "single-down-arrow", "single-left-arrow", "single-right-arrow", "single-up-arrow", "sparkle-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "trash-bin-outlined", "umbrela-outlined", "unavailable", "underline", "union-outlined", "unlock-outlined", "upload-outlined", "user-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined"];
|
|
1
|
+
declare const IconList: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "bolt", "bookmark-added", "bookmark", "box-check", "box", "bpay", "buildings", "cake", "calendar-clock", "calendar", "candy-box-menu", "caret-down-small", "caret-down", "caret-left-small", "caret-left", "caret-right-small", "caret-right", "caret-up-small", "caret-up", "check-radio", "circle-add", "circle-cancel", "circle-check", "circle-down", "circle-info", "circle-left", "circle-ok", "circle-pencil", "circle-question", "circle-remove", "circle-right", "circle-up", "circle-warning", "clock-3", "clock", "cloud-download", "cloud-upload", "cog", "coin", "contacts", "credit-card", "diamond", "direction-arrows", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "eye-circle", "eye-invisible", "eye", "face-meh", "face-sad", "face-smiley", "feed", "feedbacks", "file-certified", "file-clone", "file-copy", "file-csv", "file-dispose", "file-doc", "file-excel", "file-export", "file-lock", "file-pdf", "file-powerpoint", "file-search", "file-secured", "file-sheets", "file-slide", "file-verified", "file-word", "file", "filter", "folder-user", "folder", "format-bold", "format-heading1", "format-heading2", "format-italic", "format-list-bulleted", "format-list-numbered", "format-underlined", "funnel-filter", "global-dollar", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "home", "image", "import", "incident-siren", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "near-me", "node", "open-folder", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-circle", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "save", "schedule-send", "schedule", "search-person", "send", "speaker-active", "speaker", "star-award", "star-badge", "star-circle", "star-medal", "star", "steps-circle", "stopwatch", "suitcase", "surfing", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "swipe-right", "switch", "tag", "target", "teams", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "activate-outlined", "add-credit-card-outlined", "add-person-outlined", "add-section-outlined", "add-time-outlined", "add", "adjustment-outlined", "ai-outlined", "alignment-2-outlined", "alignment-outlined", "all-caps", "application-outlined", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bolt-outlined", "book-outlined", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-outlined", "call-split-outlined", "camera-outlined", "cancel", "car-forward-outlined", "charging-station-outlined", "chat-bubble-outlined", "chat-unread-outlined", "checkmark", "circle-add-outlined", "circle-cancel-outlined", "circle-down-outlined", "circle-info-outlined", "circle-left-outlined", "circle-ok-outlined", "circle-question-outlined", "circle-remove-outlined", "circle-right-outlined", "circle-up-outlined", "circle-warning-outlined", "clock-2-outlined", "clock-outlined", "cog-outlined", "coin-outlined", "coin-super-outlined", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-outlined", "dentistry-outlined", "direction-arrows-outlined", "directory-outlined", "document-outlined", "dollar-box-outlined", "dollar-card-outlined", "dollar-coin-shine-outlined", "dollar-credit-card-outlined", "dollar-sign", "double-buildings-outlined", "double-left-arrows", "double-right-arrows", "download-box-outlined", "download-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-approval-outlined", "expense-outlined", "explore-outlined", "extension-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-outlined", "fastfood-outlined", "feed-outlined", "file-certified-outlined", "file-clone-outlined", "file-copy-outlined", "file-dispose-outlined", "file-dollar-certified-outlined", "file-dollar-outlined", "file-download-outlined", "file-export-outlined", "file-lock-outlined", "file-outlined", "file-search-outlined", "file-secured-outlined", "file-statutory-outlined", "file-verified-outlined", "filter-outlined", "folder-outlined", "folder-user-outlined", "form-outlined", "funnel-filter-outline", "goal-outlined", "graph-outlined", "hand-holding-user-outlined", "happy-sun-outlined", "health-bag-outlined", "heart-outlined", "home-active-outlined", "home-outlined", "id-card-outlined", "image-outlined", "import-outlined", "instapay-outlined", "italic", "job-search-outlined", "leave-approval-outlined", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-outlined", "media-content-outlined", "menu-close", "menu-expand", "menu-fold-outlined", "menu-unfold-outlined", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "overview-outlined", "payment-summary-outlined", "payslip-outlined", "pencil-outlined", "percentage", "phone-outlined", "piggy-bank-outlined", "plane-outlined", "play-circle-outlined", "print-outlined", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "resume-outlined", "return-arrow", "rostering-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-outlined", "show-chart-outlined", "single-down-arrow", "single-left-arrow", "single-right-arrow", "single-up-arrow", "smart-match-outlined", "sparkle-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "trash-bin-outlined", "umbrela-outlined", "unavailable", "underline", "union-outlined", "unlock-outlined", "upload-outlined", "user-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined"];
|
|
2
2
|
export default IconList;
|
|
@@ -30,6 +30,6 @@ export interface IconProps extends AccessibilityProps {
|
|
|
30
30
|
}
|
|
31
31
|
declare const Icon: {
|
|
32
32
|
({ icon, style, size, intent, testID, spin, accessibilityLabel, accessibilityHint, accessibilityRole, accessibilityState, accessibilityValue, accessibilityLiveRegion, accessibilityElementsHidden, accessible, accessibilityIgnoresInvertColors, accessibilityViewIsModal, accessibilityActions, }: IconProps): React.JSX.Element;
|
|
33
|
-
List: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "bolt", "bookmark-added", "bookmark", "box-check", "box", "bpay", "buildings", "cake", "calendar-clock", "calendar", "candy-box-menu", "caret-down-small", "caret-down", "caret-left-small", "caret-left", "caret-right-small", "caret-right", "caret-up-small", "caret-up", "check-radio", "circle-add", "circle-cancel", "circle-check", "circle-down", "circle-info", "circle-left", "circle-ok", "circle-pencil", "circle-question", "circle-remove", "circle-right", "circle-up", "circle-warning", "clock-3", "clock", "cloud-download", "cloud-upload", "cog", "coin", "contacts", "credit-card", "diamond", "direction-arrows", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "eye-circle", "eye-invisible", "eye", "face-meh", "face-sad", "face-smiley", "feed", "feedbacks", "file-certified", "file-clone", "file-copy", "file-csv", "file-dispose", "file-doc", "file-excel", "file-export", "file-lock", "file-pdf", "file-powerpoint", "file-search", "file-secured", "file-sheets", "file-slide", "file-verified", "file-word", "file", "filter", "folder-user", "folder", "format-bold", "format-heading1", "format-heading2", "format-italic", "format-list-bulleted", "format-list-numbered", "format-underlined", "funnel-filter", "global-dollar", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "home", "image", "import", "incident-siren", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "near-me", "node", "open-folder", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-circle", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "save", "schedule-send", "schedule", "search-person", "send", "speaker-active", "speaker", "star-award", "star-badge", "star-circle", "star-medal", "star", "steps-circle", "stopwatch", "suitcase", "surfing", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "swipe-right", "switch", "tag", "target", "teams", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "activate-outlined", "add-credit-card-outlined", "add-person-outlined", "add-section-outlined", "add-time-outlined", "add", "adjustment-outlined", "ai-outlined", "alignment-2-outlined", "alignment-outlined", "all-caps", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bolt-outlined", "book-outlined", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-outlined", "call-split-outlined", "camera-outlined", "cancel", "car-forward-outlined", "charging-station-outlined", "chat-bubble-outlined", "chat-unread-outlined", "checkmark", "circle-add-outlined", "circle-cancel-outlined", "circle-down-outlined", "circle-info-outlined", "circle-left-outlined", "circle-ok-outlined", "circle-question-outlined", "circle-remove-outlined", "circle-right-outlined", "circle-up-outlined", "circle-warning-outlined", "clock-2-outlined", "clock-outlined", "cog-outlined", "coin-outlined", "coin-super-outlined", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-outlined", "dentistry-outlined", "direction-arrows-outlined", "directory-outlined", "document-outlined", "dollar-box-outlined", "dollar-card-outlined", "dollar-coin-shine-outlined", "dollar-credit-card-outlined", "dollar-sign", "double-buildings-outlined", "double-left-arrows", "double-right-arrows", "download-box-outlined", "download-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-approval-outlined", "expense-outlined", "explore-outlined", "extension-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-outlined", "fastfood-outlined", "feed-outlined", "file-certified-outlined", "file-clone-outlined", "file-copy-outlined", "file-dispose-outlined", "file-dollar-certified-outlined", "file-dollar-outlined", "file-download-outlined", "file-export-outlined", "file-lock-outlined", "file-outlined", "file-search-outlined", "file-secured-outlined", "file-statutory-outlined", "file-verified-outlined", "filter-outlined", "folder-outlined", "folder-user-outlined", "form-outlined", "funnel-filter-outline", "goal-outlined", "graph-outlined", "hand-holding-user-outlined", "happy-sun-outlined", "health-bag-outlined", "heart-outlined", "home-active-outlined", "home-outlined", "id-card-outlined", "image-outlined", "import-outlined", "instapay-outlined", "italic", "leave-approval-outlined", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-outlined", "media-content-outlined", "menu-close", "menu-expand", "menu-fold-outlined", "menu-unfold-outlined", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "overview-outlined", "payment-summary-outlined", "payslip-outlined", "pencil-outlined", "percentage", "phone-outlined", "piggy-bank-outlined", "plane-outlined", "play-circle-outlined", "print-outlined", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "return-arrow", "rostering-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-outlined", "show-chart-outlined", "single-down-arrow", "single-left-arrow", "single-right-arrow", "single-up-arrow", "sparkle-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "trash-bin-outlined", "umbrela-outlined", "unavailable", "underline", "union-outlined", "unlock-outlined", "upload-outlined", "user-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined"];
|
|
33
|
+
List: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "bolt", "bookmark-added", "bookmark", "box-check", "box", "bpay", "buildings", "cake", "calendar-clock", "calendar", "candy-box-menu", "caret-down-small", "caret-down", "caret-left-small", "caret-left", "caret-right-small", "caret-right", "caret-up-small", "caret-up", "check-radio", "circle-add", "circle-cancel", "circle-check", "circle-down", "circle-info", "circle-left", "circle-ok", "circle-pencil", "circle-question", "circle-remove", "circle-right", "circle-up", "circle-warning", "clock-3", "clock", "cloud-download", "cloud-upload", "cog", "coin", "contacts", "credit-card", "diamond", "direction-arrows", "directory", "document", "dollar-coin-shine", "double-buildings", "edit-template", "envelope", "exclude", "expand-content", "expense", "eye-circle", "eye-invisible", "eye", "face-meh", "face-sad", "face-smiley", "feed", "feedbacks", "file-certified", "file-clone", "file-copy", "file-csv", "file-dispose", "file-doc", "file-excel", "file-export", "file-lock", "file-pdf", "file-powerpoint", "file-search", "file-secured", "file-sheets", "file-slide", "file-verified", "file-word", "file", "filter", "folder-user", "folder", "format-bold", "format-heading1", "format-heading2", "format-italic", "format-list-bulleted", "format-list-numbered", "format-underlined", "funnel-filter", "global-dollar", "globe", "graduation-cap", "graph", "happy-sun", "health-bag", "heart", "home", "image", "import", "incident-siren", "instapay", "list", "loading-2", "loading", "location-on", "location", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "near-me", "node", "open-folder", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "plane-up", "plane", "play-circle", "print", "raising-hands", "reply-arrow", "reply", "reschedule", "rostering", "save", "schedule-send", "schedule", "search-person", "send", "speaker-active", "speaker", "star-award", "star-badge", "star-circle", "star-medal", "star", "steps-circle", "stopwatch", "suitcase", "surfing", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "swipe-right", "switch", "tag", "target", "teams", "timesheet", "touch-id", "trash-bin", "unlock", "user", "video-1", "video-2", "wallet", "warning", "activate-outlined", "add-credit-card-outlined", "add-person-outlined", "add-section-outlined", "add-time-outlined", "add", "adjustment-outlined", "ai-outlined", "alignment-2-outlined", "alignment-outlined", "all-caps", "application-outlined", "arrow-down", "arrow-downwards", "arrow-left", "arrow-leftwards", "arrow-right", "arrow-rightwards", "arrow-up", "arrow-upwards", "article-outlined", "at-sign", "auto-graph-outlined", "beer-outlined", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bolt-outlined", "book-outlined", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-outlined", "call-split-outlined", "camera-outlined", "cancel", "car-forward-outlined", "charging-station-outlined", "chat-bubble-outlined", "chat-unread-outlined", "checkmark", "circle-add-outlined", "circle-cancel-outlined", "circle-down-outlined", "circle-info-outlined", "circle-left-outlined", "circle-ok-outlined", "circle-question-outlined", "circle-remove-outlined", "circle-right-outlined", "circle-up-outlined", "circle-warning-outlined", "clock-2-outlined", "clock-outlined", "cog-outlined", "coin-outlined", "coin-super-outlined", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-outlined", "dentistry-outlined", "direction-arrows-outlined", "directory-outlined", "document-outlined", "dollar-box-outlined", "dollar-card-outlined", "dollar-coin-shine-outlined", "dollar-credit-card-outlined", "dollar-sign", "double-buildings-outlined", "double-left-arrows", "double-right-arrows", "download-box-outlined", "download-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-approval-outlined", "expense-outlined", "explore-outlined", "extension-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-outlined", "fastfood-outlined", "feed-outlined", "file-certified-outlined", "file-clone-outlined", "file-copy-outlined", "file-dispose-outlined", "file-dollar-certified-outlined", "file-dollar-outlined", "file-download-outlined", "file-export-outlined", "file-lock-outlined", "file-outlined", "file-search-outlined", "file-secured-outlined", "file-statutory-outlined", "file-verified-outlined", "filter-outlined", "folder-outlined", "folder-user-outlined", "form-outlined", "funnel-filter-outline", "goal-outlined", "graph-outlined", "hand-holding-user-outlined", "happy-sun-outlined", "health-bag-outlined", "heart-outlined", "home-active-outlined", "home-outlined", "id-card-outlined", "image-outlined", "import-outlined", "instapay-outlined", "italic", "job-search-outlined", "leave-approval-outlined", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "mail-outlined", "media-content-outlined", "menu-close", "menu-expand", "menu-fold-outlined", "menu-unfold-outlined", "moneybag-outlined", "moon-outlined", "more-horizontal", "more-vertical", "multiple-folders-outlined", "multiple-users-outlined", "near-me-outlined", "node-outlined", "number-points", "number", "overview-outlined", "payment-summary-outlined", "payslip-outlined", "pencil-outlined", "percentage", "phone-outlined", "piggy-bank-outlined", "plane-outlined", "play-circle-outlined", "print-outlined", "propane-tank-outlined", "qr-code-outlined", "qualification-outlined", "re-assign", "redeem", "refresh", "remove", "reply-outlined", "restart", "resume-outlined", "return-arrow", "rostering-outlined", "save-outlined", "schedule-outlined", "search-outlined", "search-secured-outlined", "send-outlined", "share-1", "share-2", "share-outlined", "show-chart-outlined", "single-down-arrow", "single-left-arrow", "single-right-arrow", "single-up-arrow", "smart-match-outlined", "sparkle-outlined", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "styler-outlined", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "tag-outlined", "target-outlined", "tennis-outlined", "ticket-outlined", "timesheet-outlined", "timesheets-outlined", "today-outlined", "transfer", "trash-bin-outlined", "umbrela-outlined", "unavailable", "underline", "union-outlined", "unlock-outlined", "upload-outlined", "user-circle-outlined", "user-gear-outlined", "user-outlined", "user-rectangle-outlined", "video-1-outlined", "video-2-outlined", "volunteer-outlined", "wallet-outlined"];
|
|
34
34
|
};
|
|
35
35
|
export default Icon;
|