@hero-design/rn 8.9.1 → 8.11.0
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 +9 -9
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +543 -326
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +543 -326
- package/package.json +5 -5
- package/src/components/Card/index.tsx +1 -1
- package/src/components/Carousel/CardCarousel.tsx +218 -0
- package/src/components/Carousel/StyledCardCarousel.tsx +40 -0
- package/src/components/Carousel/__tests__/CardCarousel.spec.tsx +105 -0
- package/src/components/Carousel/__tests__/StyledCardCarousel.spec.tsx +38 -0
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +289 -0
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +109 -0
- package/src/components/Carousel/contants.ts +10 -0
- package/src/components/Carousel/index.tsx +4 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +0 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +0 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +6 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +2 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +1 -6
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +1 -6
- package/src/components/TextInput/StyledTextInput.tsx +1 -2
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +5 -6
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +6 -20
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +0 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +0 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +24 -4
- package/src/theme/components/cardCarousel.ts +28 -0
- package/src/theme/components/textInput.ts +2 -6
- package/src/theme/getTheme.ts +3 -0
- package/src/types.ts +2 -0
- package/types/components/Card/index.d.ts +1 -1
- package/types/components/Carousel/CardCarousel.d.ts +40 -0
- package/types/components/Carousel/StyledCardCarousel.d.ts +31 -0
- package/types/components/Carousel/contants.d.ts +2 -0
- package/types/components/Carousel/index.d.ts +5 -3
- 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 +25 -0
- package/types/theme/components/textInput.d.ts +1 -4
- package/types/theme/getTheme.d.ts +2 -0
- package/types/types.d.ts +2 -1
|
@@ -181,7 +181,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant default 1`] =
|
|
|
181
181
|
"alignItems": "center",
|
|
182
182
|
"color": "#001f23",
|
|
183
183
|
"fontSize": 14,
|
|
184
|
-
"
|
|
184
|
+
"marginTop": -2,
|
|
185
185
|
"textAlignVertical": "center",
|
|
186
186
|
},
|
|
187
187
|
undefined,
|
|
@@ -215,7 +215,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant disabled 1`] =
|
|
|
215
215
|
"alignItems": "center",
|
|
216
216
|
"color": "#bfc1c5",
|
|
217
217
|
"fontSize": 14,
|
|
218
|
-
"
|
|
218
|
+
"marginTop": -2,
|
|
219
219
|
"textAlignVertical": "center",
|
|
220
220
|
},
|
|
221
221
|
undefined,
|
|
@@ -249,7 +249,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant error 1`] = `
|
|
|
249
249
|
"alignItems": "center",
|
|
250
250
|
"color": "#001f23",
|
|
251
251
|
"fontSize": 14,
|
|
252
|
-
"
|
|
252
|
+
"marginTop": -2,
|
|
253
253
|
"textAlignVertical": "center",
|
|
254
254
|
},
|
|
255
255
|
undefined,
|
|
@@ -283,7 +283,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant filled 1`] = `
|
|
|
283
283
|
"alignItems": "center",
|
|
284
284
|
"color": "#001f23",
|
|
285
285
|
"fontSize": 14,
|
|
286
|
-
"
|
|
286
|
+
"marginTop": -2,
|
|
287
287
|
"textAlignVertical": "center",
|
|
288
288
|
},
|
|
289
289
|
undefined,
|
|
@@ -317,7 +317,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant readonly 1`] =
|
|
|
317
317
|
"alignItems": "center",
|
|
318
318
|
"color": "#808f91",
|
|
319
319
|
"fontSize": 14,
|
|
320
|
-
"
|
|
320
|
+
"marginTop": -2,
|
|
321
321
|
"textAlignVertical": "center",
|
|
322
322
|
},
|
|
323
323
|
undefined,
|
|
@@ -875,7 +875,6 @@ exports[`StyledTextInput renders correctly 1`] = `
|
|
|
875
875
|
"alignSelf": "stretch",
|
|
876
876
|
"flexGrow": 2,
|
|
877
877
|
"fontSize": 14,
|
|
878
|
-
"lineHeight": 18,
|
|
879
878
|
"marginHorizontal": 8,
|
|
880
879
|
"paddingVertical": 0,
|
|
881
880
|
"textAlignVertical": "center",
|
|
@@ -163,7 +163,6 @@ exports[`TextInput defaultValue TextInput is idle renders correctly 1`] = `
|
|
|
163
163
|
"alignSelf": "stretch",
|
|
164
164
|
"flexGrow": 2,
|
|
165
165
|
"fontSize": 14,
|
|
166
|
-
"lineHeight": 18,
|
|
167
166
|
"marginHorizontal": 8,
|
|
168
167
|
"paddingVertical": 0,
|
|
169
168
|
"textAlignVertical": "center",
|
|
@@ -426,7 +425,6 @@ exports[`TextInput defaultValue default Value and Value renders correctly with 2
|
|
|
426
425
|
"alignSelf": "stretch",
|
|
427
426
|
"flexGrow": 2,
|
|
428
427
|
"fontSize": 14,
|
|
429
|
-
"lineHeight": 18,
|
|
430
428
|
"marginHorizontal": 8,
|
|
431
429
|
"paddingVertical": 0,
|
|
432
430
|
"textAlignVertical": "center",
|
|
@@ -674,7 +672,6 @@ exports[`TextInput disabled renders correctly 1`] = `
|
|
|
674
672
|
"alignSelf": "stretch",
|
|
675
673
|
"flexGrow": 2,
|
|
676
674
|
"fontSize": 14,
|
|
677
|
-
"lineHeight": 18,
|
|
678
675
|
"marginHorizontal": 8,
|
|
679
676
|
"paddingVertical": 0,
|
|
680
677
|
"textAlignVertical": "center",
|
|
@@ -849,7 +846,7 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
849
846
|
"alignItems": "center",
|
|
850
847
|
"color": "#001f23",
|
|
851
848
|
"fontSize": 14,
|
|
852
|
-
"
|
|
849
|
+
"marginTop": -2,
|
|
853
850
|
"textAlignVertical": "center",
|
|
854
851
|
},
|
|
855
852
|
undefined,
|
|
@@ -883,7 +880,6 @@ exports[`TextInput error renders correctly 1`] = `
|
|
|
883
880
|
"alignSelf": "stretch",
|
|
884
881
|
"flexGrow": 2,
|
|
885
882
|
"fontSize": 14,
|
|
886
|
-
"lineHeight": 18,
|
|
887
883
|
"marginHorizontal": 8,
|
|
888
884
|
"paddingVertical": 0,
|
|
889
885
|
"textAlignVertical": "center",
|
|
@@ -1117,7 +1113,6 @@ exports[`TextInput filled renders correctly 1`] = `
|
|
|
1117
1113
|
"alignSelf": "stretch",
|
|
1118
1114
|
"flexGrow": 2,
|
|
1119
1115
|
"fontSize": 14,
|
|
1120
|
-
"lineHeight": 18,
|
|
1121
1116
|
"marginHorizontal": 8,
|
|
1122
1117
|
"paddingVertical": 0,
|
|
1123
1118
|
"textAlignVertical": "center",
|
|
@@ -1307,7 +1302,7 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1307
1302
|
"alignItems": "center",
|
|
1308
1303
|
"color": "#001f23",
|
|
1309
1304
|
"fontSize": 14,
|
|
1310
|
-
"
|
|
1305
|
+
"marginTop": -2,
|
|
1311
1306
|
"textAlignVertical": "center",
|
|
1312
1307
|
},
|
|
1313
1308
|
undefined,
|
|
@@ -1341,7 +1336,6 @@ exports[`TextInput helper text renders correctly 1`] = `
|
|
|
1341
1336
|
"alignSelf": "stretch",
|
|
1342
1337
|
"flexGrow": 2,
|
|
1343
1338
|
"fontSize": 14,
|
|
1344
|
-
"lineHeight": 18,
|
|
1345
1339
|
"marginHorizontal": 8,
|
|
1346
1340
|
"paddingVertical": 0,
|
|
1347
1341
|
"textAlignVertical": "center",
|
|
@@ -1517,7 +1511,7 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1517
1511
|
"alignItems": "center",
|
|
1518
1512
|
"color": "#001f23",
|
|
1519
1513
|
"fontSize": 14,
|
|
1520
|
-
"
|
|
1514
|
+
"marginTop": -2,
|
|
1521
1515
|
"textAlignVertical": "center",
|
|
1522
1516
|
},
|
|
1523
1517
|
undefined,
|
|
@@ -1551,7 +1545,6 @@ exports[`TextInput idle renders correctly 1`] = `
|
|
|
1551
1545
|
"alignSelf": "stretch",
|
|
1552
1546
|
"flexGrow": 2,
|
|
1553
1547
|
"fontSize": 14,
|
|
1554
|
-
"lineHeight": 18,
|
|
1555
1548
|
"marginHorizontal": 8,
|
|
1556
1549
|
"paddingVertical": 0,
|
|
1557
1550
|
"textAlignVertical": "center",
|
|
@@ -1740,7 +1733,7 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
1740
1733
|
"alignItems": "center",
|
|
1741
1734
|
"color": "#001f23",
|
|
1742
1735
|
"fontSize": 14,
|
|
1743
|
-
"
|
|
1736
|
+
"marginTop": -2,
|
|
1744
1737
|
"textAlignVertical": "center",
|
|
1745
1738
|
},
|
|
1746
1739
|
undefined,
|
|
@@ -1774,7 +1767,6 @@ exports[`TextInput idle with suffix and prefix are React Element renders correct
|
|
|
1774
1767
|
"alignSelf": "stretch",
|
|
1775
1768
|
"flexGrow": 2,
|
|
1776
1769
|
"fontSize": 14,
|
|
1777
|
-
"lineHeight": 18,
|
|
1778
1770
|
"marginHorizontal": 8,
|
|
1779
1771
|
"paddingVertical": 0,
|
|
1780
1772
|
"textAlignVertical": "center",
|
|
@@ -1921,7 +1913,6 @@ exports[`TextInput loading renders correctly 1`] = `
|
|
|
1921
1913
|
"alignSelf": "stretch",
|
|
1922
1914
|
"flexGrow": 2,
|
|
1923
1915
|
"fontSize": 14,
|
|
1924
|
-
"lineHeight": 18,
|
|
1925
1916
|
"marginHorizontal": 8,
|
|
1926
1917
|
"paddingVertical": 0,
|
|
1927
1918
|
"textAlignVertical": "center",
|
|
@@ -2137,7 +2128,6 @@ exports[`TextInput max length renders correctly 1`] = `
|
|
|
2137
2128
|
"alignSelf": "stretch",
|
|
2138
2129
|
"flexGrow": 2,
|
|
2139
2130
|
"fontSize": 14,
|
|
2140
|
-
"lineHeight": 18,
|
|
2141
2131
|
"marginHorizontal": 8,
|
|
2142
2132
|
"paddingVertical": 0,
|
|
2143
2133
|
"textAlignVertical": "center",
|
|
@@ -2405,7 +2395,7 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
2405
2395
|
"alignItems": "center",
|
|
2406
2396
|
"color": "#001f23",
|
|
2407
2397
|
"fontSize": 14,
|
|
2408
|
-
"
|
|
2398
|
+
"marginTop": -2,
|
|
2409
2399
|
"textAlignVertical": "center",
|
|
2410
2400
|
},
|
|
2411
2401
|
undefined,
|
|
@@ -2439,7 +2429,6 @@ exports[`TextInput placeholder TextInput is idle renders correctly 1`] = `
|
|
|
2439
2429
|
"alignSelf": "stretch",
|
|
2440
2430
|
"flexGrow": 2,
|
|
2441
2431
|
"fontSize": 14,
|
|
2442
|
-
"lineHeight": 18,
|
|
2443
2432
|
"marginHorizontal": 8,
|
|
2444
2433
|
"paddingVertical": 0,
|
|
2445
2434
|
"textAlignVertical": "center",
|
|
@@ -2666,7 +2655,6 @@ exports[`TextInput readonly renders correctly 1`] = `
|
|
|
2666
2655
|
"alignSelf": "stretch",
|
|
2667
2656
|
"flexGrow": 2,
|
|
2668
2657
|
"fontSize": 14,
|
|
2669
|
-
"lineHeight": 18,
|
|
2670
2658
|
"marginHorizontal": 8,
|
|
2671
2659
|
"paddingVertical": 0,
|
|
2672
2660
|
"textAlignVertical": "center",
|
|
@@ -2842,7 +2830,6 @@ exports[`TextInput ref ref methods work correctly 1`] = `
|
|
|
2842
2830
|
"alignSelf": "stretch",
|
|
2843
2831
|
"flexGrow": 2,
|
|
2844
2832
|
"fontSize": 14,
|
|
2845
|
-
"lineHeight": 18,
|
|
2846
2833
|
"marginHorizontal": 8,
|
|
2847
2834
|
"paddingVertical": 0,
|
|
2848
2835
|
"textAlignVertical": "center",
|
|
@@ -3017,7 +3004,7 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3017
3004
|
"alignItems": "center",
|
|
3018
3005
|
"color": "#001f23",
|
|
3019
3006
|
"fontSize": 14,
|
|
3020
|
-
"
|
|
3007
|
+
"marginTop": -2,
|
|
3021
3008
|
"textAlignVertical": "center",
|
|
3022
3009
|
},
|
|
3023
3010
|
undefined,
|
|
@@ -3051,7 +3038,6 @@ exports[`TextInput required renders correctly 1`] = `
|
|
|
3051
3038
|
"alignSelf": "stretch",
|
|
3052
3039
|
"flexGrow": 2,
|
|
3053
3040
|
"fontSize": 14,
|
|
3054
|
-
"lineHeight": 18,
|
|
3055
3041
|
"marginHorizontal": 8,
|
|
3056
3042
|
"paddingVertical": 0,
|
|
3057
3043
|
"textAlignVertical": "center",
|
|
@@ -146,7 +146,6 @@ exports[`TimePickerAndroid renders correct with hide suffix 1`] = `
|
|
|
146
146
|
"alignSelf": "stretch",
|
|
147
147
|
"flexGrow": 2,
|
|
148
148
|
"fontSize": 14,
|
|
149
|
-
"lineHeight": 18,
|
|
150
149
|
"marginHorizontal": 8,
|
|
151
150
|
"paddingVertical": 0,
|
|
152
151
|
"textAlignVertical": "center",
|
|
@@ -361,7 +360,6 @@ exports[`TimePickerAndroid renders correctly 1`] = `
|
|
|
361
360
|
"alignSelf": "stretch",
|
|
362
361
|
"flexGrow": 2,
|
|
363
362
|
"fontSize": 14,
|
|
364
|
-
"lineHeight": 18,
|
|
365
363
|
"marginHorizontal": 8,
|
|
366
364
|
"paddingVertical": 0,
|
|
367
365
|
"textAlignVertical": "center",
|
|
@@ -146,7 +146,6 @@ exports[`TimePickerIOS renders correct with hide suffix 1`] = `
|
|
|
146
146
|
"alignSelf": "stretch",
|
|
147
147
|
"flexGrow": 2,
|
|
148
148
|
"fontSize": 14,
|
|
149
|
-
"lineHeight": 18,
|
|
150
149
|
"marginHorizontal": 8,
|
|
151
150
|
"paddingVertical": 0,
|
|
152
151
|
"textAlignVertical": "center",
|
|
@@ -361,7 +360,6 @@ exports[`TimePickerIOS renders correctly 1`] = `
|
|
|
361
360
|
"alignSelf": "stretch",
|
|
362
361
|
"flexGrow": 2,
|
|
363
362
|
"fontSize": 14,
|
|
364
|
-
"lineHeight": 18,
|
|
365
363
|
"marginHorizontal": 8,
|
|
366
364
|
"paddingVertical": 0,
|
|
367
365
|
"textAlignVertical": "center",
|
|
@@ -253,6 +253,29 @@ Object {
|
|
|
253
253
|
"indicatorWidth": 16,
|
|
254
254
|
},
|
|
255
255
|
},
|
|
256
|
+
"cardCarousel": Object {
|
|
257
|
+
"colors": Object {
|
|
258
|
+
"carouselItemBackground": "#f6f6f7",
|
|
259
|
+
"shadow": "#001f23",
|
|
260
|
+
},
|
|
261
|
+
"radii": Object {
|
|
262
|
+
"card": 8,
|
|
263
|
+
},
|
|
264
|
+
"shadows": Object {
|
|
265
|
+
"elevation": 4,
|
|
266
|
+
"offset": Object {
|
|
267
|
+
"height": 2,
|
|
268
|
+
"width": 0,
|
|
269
|
+
},
|
|
270
|
+
"opacity": 0.12,
|
|
271
|
+
"radius": 8,
|
|
272
|
+
},
|
|
273
|
+
"space": Object {
|
|
274
|
+
"carouselItemSpacing": 8,
|
|
275
|
+
"contentContainerPaddingHorizontal": 24,
|
|
276
|
+
"pageControlMarginTop": 16,
|
|
277
|
+
},
|
|
278
|
+
},
|
|
256
279
|
"carousel": Object {
|
|
257
280
|
"fontSizes": Object {
|
|
258
281
|
"heading": 32,
|
|
@@ -837,10 +860,6 @@ Object {
|
|
|
837
860
|
"maxLength": 12,
|
|
838
861
|
"text": 14,
|
|
839
862
|
},
|
|
840
|
-
"lineHeights": Object {
|
|
841
|
-
"labelInsideTextInput": 18,
|
|
842
|
-
"text": 18,
|
|
843
|
-
},
|
|
844
863
|
"radii": Object {
|
|
845
864
|
"container": 8,
|
|
846
865
|
},
|
|
@@ -855,6 +874,7 @@ Object {
|
|
|
855
874
|
"errorMarginLeft": 4,
|
|
856
875
|
"inputHorizontalMargin": 8,
|
|
857
876
|
"labelHorizontalPadding": 4,
|
|
877
|
+
"labelInsideTextInputMarginTop": -2,
|
|
858
878
|
"labelLeft": 16,
|
|
859
879
|
"labelPaddingBottom": 8,
|
|
860
880
|
"labelTop": -10,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { GlobalTheme } from '../global';
|
|
2
|
+
|
|
3
|
+
const getCardCarouselTheme = (theme: GlobalTheme) => {
|
|
4
|
+
const space = {
|
|
5
|
+
pageControlMarginTop: theme.space.medium,
|
|
6
|
+
carouselItemSpacing: theme.space.small,
|
|
7
|
+
contentContainerPaddingHorizontal: theme.space.large,
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
const colors = {
|
|
11
|
+
shadow: theme.colors.primaryOutline,
|
|
12
|
+
carouselItemBackground: theme.colors.defaultSurface,
|
|
13
|
+
};
|
|
14
|
+
const shadows = {
|
|
15
|
+
offset: { width: 0, height: 2 },
|
|
16
|
+
opacity: 0.12,
|
|
17
|
+
radius: theme.radii.medium,
|
|
18
|
+
elevation: 4,
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
const radii = {
|
|
22
|
+
card: theme.radii.medium,
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
return { shadows, colors, space, radii };
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default getCardCarouselTheme;
|
|
@@ -54,6 +54,7 @@ const getTextInputTheme = (theme: GlobalTheme) => {
|
|
|
54
54
|
maxLengthLabelMarginLeft: theme.space.xsmall,
|
|
55
55
|
errorAndHelpTextContainerPaddingLeft: theme.space.medium,
|
|
56
56
|
containerMarginTop: theme.space.small,
|
|
57
|
+
labelInsideTextInputMarginTop: -theme.space.xxsmall,
|
|
57
58
|
};
|
|
58
59
|
|
|
59
60
|
const fontSizes = {
|
|
@@ -64,11 +65,6 @@ const getTextInputTheme = (theme: GlobalTheme) => {
|
|
|
64
65
|
asteriskLabel: theme.fontSizes.medium,
|
|
65
66
|
};
|
|
66
67
|
|
|
67
|
-
const lineHeights = {
|
|
68
|
-
text: theme.lineHeights.xsmall,
|
|
69
|
-
labelInsideTextInput: theme.lineHeights.xsmall,
|
|
70
|
-
};
|
|
71
|
-
|
|
72
68
|
const borderWidths = {
|
|
73
69
|
container: {
|
|
74
70
|
normal: theme.borderWidths.base,
|
|
@@ -84,7 +80,7 @@ const getTextInputTheme = (theme: GlobalTheme) => {
|
|
|
84
80
|
errorAndHelpTextContainerHeight: theme.sizes.medium,
|
|
85
81
|
};
|
|
86
82
|
|
|
87
|
-
return { colors, space, fontSizes, borderWidths, radii,
|
|
83
|
+
return { colors, space, fontSizes, borderWidths, radii, sizes };
|
|
88
84
|
};
|
|
89
85
|
|
|
90
86
|
export default getTextInputTheme;
|
package/src/theme/getTheme.ts
CHANGED
|
@@ -11,6 +11,7 @@ import getButtonTheme from './components/button';
|
|
|
11
11
|
import getCalendarTheme from './components/calendar';
|
|
12
12
|
import getCardTheme from './components/card';
|
|
13
13
|
import getCarouselTheme from './components/carousel';
|
|
14
|
+
import getCardCarouselTheme from './components/cardCarousel';
|
|
14
15
|
import getCheckboxTheme from './components/checkbox';
|
|
15
16
|
import getContentNavigatorTheme from './components/contentNavigator';
|
|
16
17
|
import getDatePickerTheme from './components/datePicker';
|
|
@@ -56,6 +57,7 @@ type Theme = GlobalTheme & {
|
|
|
56
57
|
calendar: ReturnType<typeof getCalendarTheme>;
|
|
57
58
|
card: ReturnType<typeof getCardTheme>;
|
|
58
59
|
carousel: ReturnType<typeof getCarouselTheme>;
|
|
60
|
+
cardCarousel: ReturnType<typeof getCardCarouselTheme>;
|
|
59
61
|
checkbox: ReturnType<typeof getCheckboxTheme>;
|
|
60
62
|
contentNavigator: ReturnType<typeof getContentNavigatorTheme>;
|
|
61
63
|
datePicker: ReturnType<typeof getDatePickerTheme>;
|
|
@@ -107,6 +109,7 @@ const getTheme = (
|
|
|
107
109
|
calendar: getCalendarTheme(globalTheme),
|
|
108
110
|
card: getCardTheme(globalTheme),
|
|
109
111
|
carousel: getCarouselTheme(globalTheme),
|
|
112
|
+
cardCarousel: getCardCarouselTheme(globalTheme),
|
|
110
113
|
checkbox: getCheckboxTheme(globalTheme),
|
|
111
114
|
contentNavigator: getContentNavigatorTheme(globalTheme),
|
|
112
115
|
datePicker: getDatePickerTheme(globalTheme),
|
package/src/types.ts
CHANGED
|
@@ -14,6 +14,7 @@ import type {
|
|
|
14
14
|
} from './components/Select/types';
|
|
15
15
|
import { SwipeableProps } from './components/Swipeable';
|
|
16
16
|
import { TextProps } from './components/Typography/Text';
|
|
17
|
+
import { CardCarouselHandles } from './components/Carousel/CardCarousel';
|
|
17
18
|
|
|
18
19
|
export type {
|
|
19
20
|
BottomNavigationTabType,
|
|
@@ -30,4 +31,5 @@ export type {
|
|
|
30
31
|
TextProps,
|
|
31
32
|
TextInputHandles,
|
|
32
33
|
Theme,
|
|
34
|
+
CardCarouselHandles,
|
|
33
35
|
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export declare type CardCarouselHandles = {
|
|
4
|
+
snapToIndex: (index: number) => void;
|
|
5
|
+
};
|
|
6
|
+
export interface CardCarouselProps {
|
|
7
|
+
/**
|
|
8
|
+
* Whether to scroll automatically.
|
|
9
|
+
*/
|
|
10
|
+
autoPlay?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Set interval of each slide.
|
|
13
|
+
*/
|
|
14
|
+
autoPlayInterval?: number;
|
|
15
|
+
/**
|
|
16
|
+
* onItemIndexChange event handler receiving index of selected Item.
|
|
17
|
+
*/
|
|
18
|
+
onItemIndexChange?: (index: number) => void;
|
|
19
|
+
/**
|
|
20
|
+
* Carousel data.
|
|
21
|
+
*/
|
|
22
|
+
items: any[];
|
|
23
|
+
/**
|
|
24
|
+
* Indicates hide or show page control.
|
|
25
|
+
*/
|
|
26
|
+
hidePageControl?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Additional styles
|
|
29
|
+
*/
|
|
30
|
+
style?: StyleProp<ViewStyle>;
|
|
31
|
+
/**
|
|
32
|
+
* Testing id of the component.
|
|
33
|
+
*/
|
|
34
|
+
testID?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Component ref.
|
|
37
|
+
*/
|
|
38
|
+
ref?: React.Ref<CardCarouselHandles>;
|
|
39
|
+
}
|
|
40
|
+
export declare const CardCarousel: React.ForwardRefExoticComponent<Pick<CardCarouselProps, "style" | "testID" | "items" | "onItemIndexChange" | "hidePageControl" | "autoPlay" | "autoPlayInterval"> & React.RefAttributes<CardCarouselHandles>>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { View, ViewProps } from 'react-native';
|
|
3
|
+
import { CardProps } from '../Card';
|
|
4
|
+
import { PageControlProps } from '../PageControl';
|
|
5
|
+
declare const StyledPageControl: import("@emotion/native").StyledComponent<PageControlProps & {
|
|
6
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
7
|
+
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
}, {}, {}>;
|
|
9
|
+
declare const StyledWrapper: import("@emotion/native").StyledComponent<ViewProps & {
|
|
10
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
+
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
}, {}, {
|
|
13
|
+
ref?: import("react").Ref<View> | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
declare const StyledCard: import("@emotion/native").StyledComponent<CardProps & {
|
|
16
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
17
|
+
as?: import("react").ElementType<any> | undefined;
|
|
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
|
+
declare const StyledItemWrapper: import("@emotion/native").StyledComponent<ViewProps & {
|
|
26
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
27
|
+
as?: import("react").ElementType<any> | undefined;
|
|
28
|
+
}, {}, {
|
|
29
|
+
ref?: import("react").Ref<View> | undefined;
|
|
30
|
+
}>;
|
|
31
|
+
export { StyledCard, StyledShadow, StyledItemWrapper, StyledWrapper, StyledPageControl, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Dispatch, SetStateAction } from 'react';
|
|
1
|
+
import React, { Dispatch, SetStateAction } from 'react';
|
|
2
2
|
import { StyleProp, ViewProps, ViewStyle } from 'react-native';
|
|
3
3
|
import { CarouselData } from './types';
|
|
4
4
|
interface CarouselProps extends ViewProps {
|
|
@@ -32,5 +32,7 @@ interface CarouselProps extends ViewProps {
|
|
|
32
32
|
selectedItemIndex?: number;
|
|
33
33
|
}
|
|
34
34
|
export declare function useStateFromProp<T>(initialValue: T): [T, Dispatch<SetStateAction<T>>];
|
|
35
|
-
declare const
|
|
36
|
-
|
|
35
|
+
declare const _default: (({ items, onItemIndexChange, renderActions, selectedItemIndex, style, shouldShowPagination, ...nativeProps }: CarouselProps) => JSX.Element) & {
|
|
36
|
+
Card: React.ForwardRefExoticComponent<Pick<import("./CardCarousel").CardCarouselProps, "style" | "testID" | "items" | "onItemIndexChange" | "hidePageControl" | "autoPlay" | "autoPlayInterval"> & React.RefAttributes<import("./CardCarousel").CardCarouselHandles>>;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const IconList: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "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", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "node", "open-folder", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "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", "survey", "swag", "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", "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", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-split-outlined", "camera-outlined", "cancel", "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", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-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-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-outlined", "explore-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-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", "funnel-filter-outline", "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", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "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", "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", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "target-outlined", "timesheet-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", "wallet-outlined"];
|
|
1
|
+
declare const IconList: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "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", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "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", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "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", "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", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-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", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-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-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-outlined", "explore-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-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", "funnel-filter-outline", "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", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "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", "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", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "target-outlined", "timesheet-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", "wallet-outlined"];
|
|
2
2
|
export default IconList;
|
|
@@ -29,6 +29,6 @@ export interface IconProps extends AccessibilityProps {
|
|
|
29
29
|
}
|
|
30
30
|
declare const Icon: {
|
|
31
31
|
({ icon, style, size, intent, testID, spin, accessibilityLabel, accessibilityHint, accessibilityRole, accessibilityState, accessibilityValue, accessibilityLiveRegion, accessibilityElementsHidden, accessible, accessibilityIgnoresInvertColors, accessibilityViewIsModal, accessibilityActions, }: IconProps): JSX.Element;
|
|
32
|
-
List: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "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", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "node", "open-folder", "paperclip", "payment-summary", "pencil", "phone", "piggy-bank", "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", "survey", "swag", "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", "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", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-outlined", "call-split-outlined", "camera-outlined", "cancel", "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", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-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-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-outlined", "explore-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-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", "funnel-filter-outline", "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", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "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", "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", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "target-outlined", "timesheet-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", "wallet-outlined"];
|
|
32
|
+
List: readonly ["activate", "add-emoji", "add-person", "adjustment", "alignment", "antenna", "archive", "assignment-warning", "bank", "bell", "billing", "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", "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", "lock", "looks-one", "looks-two", "media-content", "menu", "money-notes", "moneybag", "moon", "multiple-stars", "multiple-users", "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", "survey", "swag-pillar-benefit", "swag-pillar-career", "swag-pillar-money", "swag-pillar-work", "swag", "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", "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", "bell-active-outlined", "bell-outlined", "bell-slash-outlined", "billing-outlined", "body-outlined", "bold", "bookmark-added-outlined", "bookmark-outlined", "box-check-outlined", "box-outlined", "bullet-points", "cake-outlined", "calendar-dates-outlined", "calendar-star-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", "comment-outlined", "contacts-outlined", "contacts-user-outlined", "credit-card-outlined", "cup-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-outlined", "edit-template-outlined", "email-outlined", "enter-arrow", "envelope-outlined", "expense-outlined", "explore-outlined", "external-link", "eye-invisible-outlined", "eye-outlined", "face-id", "face-meh-outlined", "face-open-smiley-outlined", "face-sad-outlined", "face-smiley-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", "funnel-filter-outline", "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", "link-1", "link-2", "list-outlined", "live-help-outlined", "location-on-outlined", "location-outlined", "lock-outlined", "locked-file-outlined", "log-out", "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", "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", "speaker-active-outlined", "speaker-outlined", "star-circle-outlined", "star-outlined", "stopwatch-outlined", "strikethrough", "suitcase-clock-outlined", "suitcase-outlined", "survey-outlined", "switch-outlined", "sync", "target-outlined", "timesheet-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", "wallet-outlined"];
|
|
33
33
|
};
|
|
34
34
|
export default Icon;
|