@metamask-previews/design-system-shared 0.7.0-preview.dff9dce → 0.9.0-preview.d854123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -1
- package/dist/index.cjs +12 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -3
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +7 -3
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types/{BoxHorizontal/BoxHorizontal.types.cjs → BadgeNetwork/BadgeNetwork.types.cjs} +1 -1
- package/dist/types/BadgeNetwork/BadgeNetwork.types.cjs.map +1 -0
- package/dist/types/BadgeNetwork/BadgeNetwork.types.d.cts +20 -0
- package/dist/types/BadgeNetwork/BadgeNetwork.types.d.cts.map +1 -0
- package/dist/types/BadgeNetwork/BadgeNetwork.types.d.mts +20 -0
- package/dist/types/BadgeNetwork/BadgeNetwork.types.d.mts.map +1 -0
- package/dist/types/BadgeNetwork/BadgeNetwork.types.mjs +2 -0
- package/dist/types/BadgeNetwork/BadgeNetwork.types.mjs.map +1 -0
- package/dist/types/BadgeNetwork/index.cjs.map +1 -0
- package/dist/types/BadgeNetwork/index.d.cts +2 -0
- package/dist/types/BadgeNetwork/index.d.cts.map +1 -0
- package/dist/types/BadgeNetwork/index.d.mts +2 -0
- package/dist/types/BadgeNetwork/index.d.mts.map +1 -0
- package/dist/types/BadgeNetwork/index.mjs.map +1 -0
- package/dist/types/{BoxVertical/BoxVertical.types.cjs → BoxColumn/BoxColumn.types.cjs} +1 -1
- package/dist/types/BoxColumn/BoxColumn.types.cjs.map +1 -0
- package/dist/types/{BoxVertical/BoxVertical.types.d.cts → BoxColumn/BoxColumn.types.d.cts} +3 -3
- package/dist/types/BoxColumn/BoxColumn.types.d.cts.map +1 -0
- package/dist/types/{BoxVertical/BoxVertical.types.d.mts → BoxColumn/BoxColumn.types.d.mts} +3 -3
- package/dist/types/BoxColumn/BoxColumn.types.d.mts.map +1 -0
- package/dist/types/BoxColumn/BoxColumn.types.mjs +2 -0
- package/dist/types/BoxColumn/BoxColumn.types.mjs.map +1 -0
- package/dist/types/BoxColumn/index.cjs.map +1 -0
- package/dist/types/BoxColumn/index.d.cts +2 -0
- package/dist/types/BoxColumn/index.d.cts.map +1 -0
- package/dist/types/BoxColumn/index.d.mts +2 -0
- package/dist/types/BoxColumn/index.d.mts.map +1 -0
- package/dist/types/BoxColumn/index.mjs.map +1 -0
- package/dist/types/BoxRow/BoxRow.types.cjs +3 -0
- package/dist/types/BoxRow/BoxRow.types.cjs.map +1 -0
- package/dist/types/{BoxHorizontal/BoxHorizontal.types.d.cts → BoxRow/BoxRow.types.d.cts} +3 -3
- package/dist/types/BoxRow/BoxRow.types.d.cts.map +1 -0
- package/dist/types/{BoxHorizontal/BoxHorizontal.types.d.mts → BoxRow/BoxRow.types.d.mts} +3 -3
- package/dist/types/BoxRow/BoxRow.types.d.mts.map +1 -0
- package/dist/types/BoxRow/BoxRow.types.mjs +2 -0
- package/dist/types/BoxRow/BoxRow.types.mjs.map +1 -0
- package/dist/types/BoxRow/index.cjs +3 -0
- package/dist/types/BoxRow/index.cjs.map +1 -0
- package/dist/types/BoxRow/index.d.cts +2 -0
- package/dist/types/BoxRow/index.d.cts.map +1 -0
- package/dist/types/BoxRow/index.d.mts +2 -0
- package/dist/types/BoxRow/index.d.mts.map +1 -0
- package/dist/types/BoxRow/index.mjs +2 -0
- package/dist/types/BoxRow/index.mjs.map +1 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.cjs +11 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.cjs.map +1 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.d.cts +25 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.d.cts.map +1 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.d.mts +25 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.d.mts.map +1 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.mjs +8 -0
- package/dist/types/HeaderSearch/HeaderSearch.types.mjs.map +1 -0
- package/dist/types/HeaderSearch/index.cjs +6 -0
- package/dist/types/HeaderSearch/index.cjs.map +1 -0
- package/dist/types/HeaderSearch/index.d.cts +2 -0
- package/dist/types/HeaderSearch/index.d.cts.map +1 -0
- package/dist/types/HeaderSearch/index.d.mts +2 -0
- package/dist/types/HeaderSearch/index.d.mts.map +1 -0
- package/dist/types/HeaderSearch/index.mjs +2 -0
- package/dist/types/HeaderSearch/index.mjs.map +1 -0
- package/dist/types/Icon/Icon.types.cjs +351 -0
- package/dist/types/Icon/Icon.types.cjs.map +1 -0
- package/dist/types/Icon/Icon.types.d.cts +367 -0
- package/dist/types/Icon/Icon.types.d.cts.map +1 -0
- package/dist/types/Icon/Icon.types.d.mts +367 -0
- package/dist/types/Icon/Icon.types.d.mts.map +1 -0
- package/dist/types/Icon/Icon.types.mjs +348 -0
- package/dist/types/Icon/Icon.types.mjs.map +1 -0
- package/dist/types/Icon/index.cjs +8 -0
- package/dist/types/Icon/index.cjs.map +1 -0
- package/dist/types/Icon/index.d.cts +2 -0
- package/dist/types/Icon/index.d.cts.map +1 -0
- package/dist/types/Icon/index.d.mts +2 -0
- package/dist/types/Icon/index.d.mts.map +1 -0
- package/dist/types/Icon/index.mjs +2 -0
- package/dist/types/Icon/index.mjs.map +1 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.cjs +3 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.cjs.map +1 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.d.cts +20 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.d.cts.map +1 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.d.mts +20 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.d.mts.map +1 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.mjs +2 -0
- package/dist/types/KeyValueColumn/KeyValueColumn.types.mjs.map +1 -0
- package/dist/types/KeyValueColumn/index.cjs +3 -0
- package/dist/types/KeyValueColumn/index.cjs.map +1 -0
- package/dist/types/KeyValueColumn/index.d.cts +2 -0
- package/dist/types/KeyValueColumn/index.d.cts.map +1 -0
- package/dist/types/KeyValueColumn/index.d.mts +2 -0
- package/dist/types/KeyValueColumn/index.d.mts.map +1 -0
- package/dist/types/KeyValueColumn/index.mjs +2 -0
- package/dist/types/KeyValueColumn/index.mjs.map +1 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.cjs +14 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.cjs.map +1 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.d.cts +37 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.d.cts.map +1 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.d.mts +37 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.d.mts.map +1 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.mjs +11 -0
- package/dist/types/KeyValueRow/KeyValueRow.types.mjs.map +1 -0
- package/dist/types/KeyValueRow/index.cjs +6 -0
- package/dist/types/KeyValueRow/index.cjs.map +1 -0
- package/dist/types/KeyValueRow/index.d.cts +2 -0
- package/dist/types/KeyValueRow/index.d.cts.map +1 -0
- package/dist/types/KeyValueRow/index.d.mts +2 -0
- package/dist/types/KeyValueRow/index.d.mts.map +1 -0
- package/dist/types/KeyValueRow/index.mjs +2 -0
- package/dist/types/KeyValueRow/index.mjs.map +1 -0
- package/package.json +6 -1
- package/dist/types/BoxHorizontal/BoxHorizontal.types.cjs.map +0 -1
- package/dist/types/BoxHorizontal/BoxHorizontal.types.d.cts.map +0 -1
- package/dist/types/BoxHorizontal/BoxHorizontal.types.d.mts.map +0 -1
- package/dist/types/BoxHorizontal/BoxHorizontal.types.mjs +0 -2
- package/dist/types/BoxHorizontal/BoxHorizontal.types.mjs.map +0 -1
- package/dist/types/BoxHorizontal/index.cjs.map +0 -1
- package/dist/types/BoxHorizontal/index.d.cts +0 -2
- package/dist/types/BoxHorizontal/index.d.cts.map +0 -1
- package/dist/types/BoxHorizontal/index.d.mts +0 -2
- package/dist/types/BoxHorizontal/index.d.mts.map +0 -1
- package/dist/types/BoxHorizontal/index.mjs.map +0 -1
- package/dist/types/BoxVertical/BoxVertical.types.cjs.map +0 -1
- package/dist/types/BoxVertical/BoxVertical.types.d.cts.map +0 -1
- package/dist/types/BoxVertical/BoxVertical.types.d.mts.map +0 -1
- package/dist/types/BoxVertical/BoxVertical.types.mjs +0 -2
- package/dist/types/BoxVertical/BoxVertical.types.mjs.map +0 -1
- package/dist/types/BoxVertical/index.cjs.map +0 -1
- package/dist/types/BoxVertical/index.d.cts +0 -2
- package/dist/types/BoxVertical/index.d.cts.map +0 -1
- package/dist/types/BoxVertical/index.d.mts +0 -2
- package/dist/types/BoxVertical/index.d.mts.map +0 -1
- package/dist/types/BoxVertical/index.mjs.map +0 -1
- package/dist/types/Text/Text.types.cjs +0 -118
- package/dist/types/Text/Text.types.cjs.map +0 -1
- package/dist/types/Text/Text.types.d.cts +0 -140
- package/dist/types/Text/Text.types.d.cts.map +0 -1
- package/dist/types/Text/Text.types.d.mts +0 -140
- package/dist/types/Text/Text.types.d.mts.map +0 -1
- package/dist/types/Text/Text.types.mjs +0 -115
- package/dist/types/Text/Text.types.mjs.map +0 -1
- package/dist/types/Text/index.cjs +0 -10
- package/dist/types/Text/index.cjs.map +0 -1
- package/dist/types/Text/index.d.cts +0 -2
- package/dist/types/Text/index.d.cts.map +0 -1
- package/dist/types/Text/index.d.mts +0 -2
- package/dist/types/Text/index.d.mts.map +0 -1
- package/dist/types/Text/index.mjs +0 -2
- package/dist/types/Text/index.mjs.map +0 -1
- /package/dist/types/{BoxHorizontal → BadgeNetwork}/index.cjs +0 -0
- /package/dist/types/{BoxHorizontal → BadgeNetwork}/index.mjs +0 -0
- /package/dist/types/{BoxVertical → BoxColumn}/index.cjs +0 -0
- /package/dist/types/{BoxVertical → BoxColumn}/index.mjs +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HeaderSearchVariant = void 0;
|
|
4
|
+
var HeaderSearch_types_1 = require("./HeaderSearch.types.cjs");
|
|
5
|
+
Object.defineProperty(exports, "HeaderSearchVariant", { enumerable: true, get: function () { return HeaderSearch_types_1.HeaderSearchVariant; } });
|
|
6
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/HeaderSearch/index.ts"],"names":[],"mappings":";;;AAAA,+DAK8B;AAJ5B,yHAAA,mBAAmB,OAAA","sourcesContent":["export {\n HeaderSearchVariant,\n type HeaderSearchInlinePropsShared,\n type HeaderSearchPropsShared,\n type HeaderSearchScreenPropsShared,\n} from './HeaderSearch.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/HeaderSearch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,6BAA6B,GACnC,iCAA6B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/HeaderSearch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,6BAA6B,GACnC,iCAA6B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/HeaderSearch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAIpB,iCAA6B","sourcesContent":["export {\n HeaderSearchVariant,\n type HeaderSearchInlinePropsShared,\n type HeaderSearchPropsShared,\n type HeaderSearchScreenPropsShared,\n} from './HeaderSearch.types';\n"]}
|
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconSize = exports.IconName = exports.IconColor = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Icon - color (ADR-0003)
|
|
6
|
+
* All icon color values shared across React and React Native platforms.
|
|
7
|
+
*/
|
|
8
|
+
exports.IconColor = {
|
|
9
|
+
/** For default neutral icons */
|
|
10
|
+
IconDefault: 'text-icon-default',
|
|
11
|
+
/** For softer neutral icons */
|
|
12
|
+
IconAlternative: 'text-icon-alternative',
|
|
13
|
+
/** For the weakest contrast neutral icons (not accessible) */
|
|
14
|
+
IconMuted: 'text-icon-muted',
|
|
15
|
+
/** For elements used on top of overlay/alternative. Used for text, icon, or border */
|
|
16
|
+
OverlayInverse: 'text-overlay-inverse',
|
|
17
|
+
/** For interactive, active, and selected semantics. Used for text, background, icon, or border */
|
|
18
|
+
PrimaryDefault: 'text-primary-default',
|
|
19
|
+
/** For softer variants of primary interactive elements */
|
|
20
|
+
PrimaryAlternative: 'text-primary-alternative',
|
|
21
|
+
/** For elements used on top of primary/default. Used for text, icon, or border */
|
|
22
|
+
PrimaryInverse: 'text-primary-inverse',
|
|
23
|
+
/** For critical alert semantic elements. Used for text, background, icon, or border */
|
|
24
|
+
ErrorDefault: 'text-error-default',
|
|
25
|
+
/** For softer variants of error elements */
|
|
26
|
+
ErrorAlternative: 'text-error-alternative',
|
|
27
|
+
/** For elements used on top of error/default. Used for text, icon, or border */
|
|
28
|
+
ErrorInverse: 'text-error-inverse',
|
|
29
|
+
/** For caution alert semantic elements. Used for text, background, icon, or border */
|
|
30
|
+
WarningDefault: 'text-warning-default',
|
|
31
|
+
/** For elements used on top of warning/default. Used for text, icon, or border */
|
|
32
|
+
WarningInverse: 'text-warning-inverse',
|
|
33
|
+
/** For positive semantic elements. Used for text, background, icon, or border */
|
|
34
|
+
SuccessDefault: 'text-success-default',
|
|
35
|
+
/** For elements used on top of success/default. Used for text, icon, or border */
|
|
36
|
+
SuccessInverse: 'text-success-inverse',
|
|
37
|
+
/** For informational read-only elements. Used for text, background, icon, or border */
|
|
38
|
+
InfoDefault: 'text-info-default',
|
|
39
|
+
/** For elements used on top of info/default. Used for text, icon, or border */
|
|
40
|
+
InfoInverse: 'text-info-inverse',
|
|
41
|
+
};
|
|
42
|
+
// /////////////////////////////////////////////////////
|
|
43
|
+
// DO NOT EDIT - generated by generate-icons.ts
|
|
44
|
+
// /////////////////////////////////////////////////////
|
|
45
|
+
/**
|
|
46
|
+
* Icon - name
|
|
47
|
+
* All icon names shared across React and React Native platforms.
|
|
48
|
+
* This block is auto-generated — do not edit directly.
|
|
49
|
+
* Run `yarn generate:icons` from the repo root to regenerate.
|
|
50
|
+
*/
|
|
51
|
+
exports.IconName = {
|
|
52
|
+
Accessibility: 'Accessibility',
|
|
53
|
+
Activity: 'Activity',
|
|
54
|
+
AddCard: 'AddCard',
|
|
55
|
+
AddCircle: 'AddCircle',
|
|
56
|
+
AddSquare: 'AddSquare',
|
|
57
|
+
Add: 'Add',
|
|
58
|
+
AfterHours: 'AfterHours',
|
|
59
|
+
Ai: 'Ai',
|
|
60
|
+
AlternateEmail: 'AlternateEmail',
|
|
61
|
+
AppleLogo: 'AppleLogo',
|
|
62
|
+
Apps: 'Apps',
|
|
63
|
+
Arrow2Down: 'Arrow2Down',
|
|
64
|
+
Arrow2Left: 'Arrow2Left',
|
|
65
|
+
Arrow2Right: 'Arrow2Right',
|
|
66
|
+
Arrow2UpRight: 'Arrow2UpRight',
|
|
67
|
+
Arrow2Up: 'Arrow2Up',
|
|
68
|
+
ArrowCircleDown: 'ArrowCircleDown',
|
|
69
|
+
ArrowCircleUp: 'ArrowCircleUp',
|
|
70
|
+
ArrowDoubleLeft: 'ArrowDoubleLeft',
|
|
71
|
+
ArrowDoubleRight: 'ArrowDoubleRight',
|
|
72
|
+
ArrowDown: 'ArrowDown',
|
|
73
|
+
ArrowDropDownCircle: 'ArrowDropDownCircle',
|
|
74
|
+
ArrowLeft: 'ArrowLeft',
|
|
75
|
+
ArrowRight: 'ArrowRight',
|
|
76
|
+
ArrowUp: 'ArrowUp',
|
|
77
|
+
AttachMoney: 'AttachMoney',
|
|
78
|
+
Attachment: 'Attachment',
|
|
79
|
+
Backspace: 'Backspace',
|
|
80
|
+
Ban: 'Ban',
|
|
81
|
+
BankAssured: 'BankAssured',
|
|
82
|
+
Bank: 'Bank',
|
|
83
|
+
Bold: 'Bold',
|
|
84
|
+
Book: 'Book',
|
|
85
|
+
Bookmark: 'Bookmark',
|
|
86
|
+
Bridge: 'Bridge',
|
|
87
|
+
Briefcase: 'Briefcase',
|
|
88
|
+
Bulb: 'Bulb',
|
|
89
|
+
BuySell: 'BuySell',
|
|
90
|
+
Cake: 'Cake',
|
|
91
|
+
Calculator: 'Calculator',
|
|
92
|
+
Calendar: 'Calendar',
|
|
93
|
+
Call: 'Call',
|
|
94
|
+
Camera: 'Camera',
|
|
95
|
+
Campaign: 'Campaign',
|
|
96
|
+
Candlestick: 'Candlestick',
|
|
97
|
+
CardPos: 'CardPos',
|
|
98
|
+
Card: 'Card',
|
|
99
|
+
Cash: 'Cash',
|
|
100
|
+
Category: 'Category',
|
|
101
|
+
Chart: 'Chart',
|
|
102
|
+
CheckBold: 'CheckBold',
|
|
103
|
+
Check: 'Check',
|
|
104
|
+
CircleX: 'CircleX',
|
|
105
|
+
Clear: 'Clear',
|
|
106
|
+
ClockFilled: 'ClockFilled',
|
|
107
|
+
Clock: 'Clock',
|
|
108
|
+
Close: 'Close',
|
|
109
|
+
CloudDownload: 'CloudDownload',
|
|
110
|
+
CloudUpload: 'CloudUpload',
|
|
111
|
+
Cloud: 'Cloud',
|
|
112
|
+
CodeCircle: 'CodeCircle',
|
|
113
|
+
Code: 'Code',
|
|
114
|
+
Coin: 'Coin',
|
|
115
|
+
Collapse: 'Collapse',
|
|
116
|
+
Confirmation: 'Confirmation',
|
|
117
|
+
Connect: 'Connect',
|
|
118
|
+
CopySuccess: 'CopySuccess',
|
|
119
|
+
Copy: 'Copy',
|
|
120
|
+
CorporateFare: 'CorporateFare',
|
|
121
|
+
CreditCheck: 'CreditCheck',
|
|
122
|
+
CurrencyFranc: 'CurrencyFranc',
|
|
123
|
+
CurrencyLira: 'CurrencyLira',
|
|
124
|
+
CurrencyPound: 'CurrencyPound',
|
|
125
|
+
CurrencyYuan: 'CurrencyYuan',
|
|
126
|
+
Customize: 'Customize',
|
|
127
|
+
Danger: 'Danger',
|
|
128
|
+
DarkFilled: 'DarkFilled',
|
|
129
|
+
Dark: 'Dark',
|
|
130
|
+
Data: 'Data',
|
|
131
|
+
Description: 'Description',
|
|
132
|
+
Details: 'Details',
|
|
133
|
+
Diagram: 'Diagram',
|
|
134
|
+
DocumentCode: 'DocumentCode',
|
|
135
|
+
Download: 'Download',
|
|
136
|
+
Draft: 'Draft',
|
|
137
|
+
EcoLeaf: 'EcoLeaf',
|
|
138
|
+
EditSquare: 'EditSquare',
|
|
139
|
+
Edit: 'Edit',
|
|
140
|
+
EncryptedAdd: 'EncryptedAdd',
|
|
141
|
+
Eraser: 'Eraser',
|
|
142
|
+
Error: 'Error',
|
|
143
|
+
Ethereum: 'Ethereum',
|
|
144
|
+
Exchange: 'Exchange',
|
|
145
|
+
ExpandVertical: 'ExpandVertical',
|
|
146
|
+
Expand: 'Expand',
|
|
147
|
+
ExploreFilled: 'ExploreFilled',
|
|
148
|
+
Explore: 'Explore',
|
|
149
|
+
Export: 'Export',
|
|
150
|
+
Extension: 'Extension',
|
|
151
|
+
EyeSlash: 'EyeSlash',
|
|
152
|
+
Eye: 'Eye',
|
|
153
|
+
FaceId: 'FaceId',
|
|
154
|
+
Feedback: 'Feedback',
|
|
155
|
+
File: 'File',
|
|
156
|
+
Filter: 'Filter',
|
|
157
|
+
Fingerprint: 'Fingerprint',
|
|
158
|
+
Fire: 'Fire',
|
|
159
|
+
FirstPage: 'FirstPage',
|
|
160
|
+
Flag: 'Flag',
|
|
161
|
+
FlashSlash: 'FlashSlash',
|
|
162
|
+
Flash: 'Flash',
|
|
163
|
+
Flask: 'Flask',
|
|
164
|
+
Flower: 'Flower',
|
|
165
|
+
Folder: 'Folder',
|
|
166
|
+
Forest: 'Forest',
|
|
167
|
+
FullCircle: 'FullCircle',
|
|
168
|
+
Gas: 'Gas',
|
|
169
|
+
Gift: 'Gift',
|
|
170
|
+
GlobalSearch: 'GlobalSearch',
|
|
171
|
+
Global: 'Global',
|
|
172
|
+
Graph: 'Graph',
|
|
173
|
+
Hardware: 'Hardware',
|
|
174
|
+
HashTag: 'HashTag',
|
|
175
|
+
HeartFilled: 'HeartFilled',
|
|
176
|
+
Heart: 'Heart',
|
|
177
|
+
Hierarchy: 'Hierarchy',
|
|
178
|
+
HomeFilled: 'HomeFilled',
|
|
179
|
+
Home: 'Home',
|
|
180
|
+
Image: 'Image',
|
|
181
|
+
Info: 'Info',
|
|
182
|
+
Inventory: 'Inventory',
|
|
183
|
+
Joystick: 'Joystick',
|
|
184
|
+
KeepFilled: 'KeepFilled',
|
|
185
|
+
Keep: 'Keep',
|
|
186
|
+
Key: 'Key',
|
|
187
|
+
LastPage: 'LastPage',
|
|
188
|
+
LightFilled: 'LightFilled',
|
|
189
|
+
Light: 'Light',
|
|
190
|
+
Link: 'Link',
|
|
191
|
+
Loading: 'Loading',
|
|
192
|
+
Location: 'Location',
|
|
193
|
+
LockSlash: 'LockSlash',
|
|
194
|
+
Lock: 'Lock',
|
|
195
|
+
LockedFilled: 'LockedFilled',
|
|
196
|
+
Login: 'Login',
|
|
197
|
+
Logout: 'Logout',
|
|
198
|
+
Mail: 'Mail',
|
|
199
|
+
Map: 'Map',
|
|
200
|
+
Menu: 'Menu',
|
|
201
|
+
MessageQuestion: 'MessageQuestion',
|
|
202
|
+
Messages: 'Messages',
|
|
203
|
+
MetamaskFoxOutline: 'MetamaskFoxOutline',
|
|
204
|
+
Mic: 'Mic',
|
|
205
|
+
MinusBold: 'MinusBold',
|
|
206
|
+
MinusSquare: 'MinusSquare',
|
|
207
|
+
Minus: 'Minus',
|
|
208
|
+
Mobile: 'Mobile',
|
|
209
|
+
MoneyBag: 'MoneyBag',
|
|
210
|
+
Money: 'Money',
|
|
211
|
+
Monitor: 'Monitor',
|
|
212
|
+
MoreHorizontal: 'MoreHorizontal',
|
|
213
|
+
MoreVertical: 'MoreVertical',
|
|
214
|
+
MountainFlag: 'MountainFlag',
|
|
215
|
+
MusicNote: 'MusicNote',
|
|
216
|
+
NoPhotography: 'NoPhotography',
|
|
217
|
+
Notification: 'Notification',
|
|
218
|
+
PageInfo: 'PageInfo',
|
|
219
|
+
Palette: 'Palette',
|
|
220
|
+
PasswordCheck: 'PasswordCheck',
|
|
221
|
+
Pending: 'Pending',
|
|
222
|
+
People: 'People',
|
|
223
|
+
PersonCancel: 'PersonCancel',
|
|
224
|
+
Pin: 'Pin',
|
|
225
|
+
Plant: 'Plant',
|
|
226
|
+
Plug: 'Plug',
|
|
227
|
+
PlusAndMinus: 'PlusAndMinus',
|
|
228
|
+
PolicyAlert: 'PolicyAlert',
|
|
229
|
+
PopUp: 'PopUp',
|
|
230
|
+
Print: 'Print',
|
|
231
|
+
PriorityHigh: 'PriorityHigh',
|
|
232
|
+
PrivacyTip: 'PrivacyTip',
|
|
233
|
+
ProgrammingArrows: 'ProgrammingArrows',
|
|
234
|
+
Publish: 'Publish',
|
|
235
|
+
QrCode: 'QrCode',
|
|
236
|
+
Question: 'Question',
|
|
237
|
+
Receive: 'Receive',
|
|
238
|
+
Received: 'Received',
|
|
239
|
+
Refresh: 'Refresh',
|
|
240
|
+
RemoveMinus: 'RemoveMinus',
|
|
241
|
+
Report: 'Report',
|
|
242
|
+
Rocket: 'Rocket',
|
|
243
|
+
SaveFilled: 'SaveFilled',
|
|
244
|
+
Save: 'Save',
|
|
245
|
+
Saving: 'Saving',
|
|
246
|
+
ScanBarcode: 'ScanBarcode',
|
|
247
|
+
ScanFocus: 'ScanFocus',
|
|
248
|
+
Scan: 'Scan',
|
|
249
|
+
Search: 'Search',
|
|
250
|
+
SecurityAlert: 'SecurityAlert',
|
|
251
|
+
SecurityCross: 'SecurityCross',
|
|
252
|
+
SecurityKey: 'SecurityKey',
|
|
253
|
+
SecuritySearch: 'SecuritySearch',
|
|
254
|
+
SecuritySlash: 'SecuritySlash',
|
|
255
|
+
SecurityTick: 'SecurityTick',
|
|
256
|
+
SecurityTime: 'SecurityTime',
|
|
257
|
+
SecurityUser: 'SecurityUser',
|
|
258
|
+
Security: 'Security',
|
|
259
|
+
Send: 'Send',
|
|
260
|
+
SentimentDissatisfied: 'SentimentDissatisfied',
|
|
261
|
+
SentimentNeutral: 'SentimentNeutral',
|
|
262
|
+
SentimentSatisfied: 'SentimentSatisfied',
|
|
263
|
+
SentimentVerySatisfied: 'SentimentVerySatisfied',
|
|
264
|
+
SettingFilled: 'SettingFilled',
|
|
265
|
+
Setting: 'Setting',
|
|
266
|
+
Share: 'Share',
|
|
267
|
+
ShieldLock: 'ShieldLock',
|
|
268
|
+
ShoppingBag: 'ShoppingBag',
|
|
269
|
+
ShoppingCart: 'ShoppingCart',
|
|
270
|
+
SidePanel: 'SidePanel',
|
|
271
|
+
SignalCellular: 'SignalCellular',
|
|
272
|
+
Slash: 'Slash',
|
|
273
|
+
Sms: 'Sms',
|
|
274
|
+
SnapsMobile: 'SnapsMobile',
|
|
275
|
+
SnapsPlus: 'SnapsPlus',
|
|
276
|
+
SnapsRound: 'SnapsRound',
|
|
277
|
+
Snaps: 'Snaps',
|
|
278
|
+
SortByAlpha: 'SortByAlpha',
|
|
279
|
+
Sort: 'Sort',
|
|
280
|
+
Sparkle: 'Sparkle',
|
|
281
|
+
Speed: 'Speed',
|
|
282
|
+
Speedometer: 'Speedometer',
|
|
283
|
+
Square: 'Square',
|
|
284
|
+
Stake: 'Stake',
|
|
285
|
+
StarFilled: 'StarFilled',
|
|
286
|
+
Star: 'Star',
|
|
287
|
+
Start: 'Start',
|
|
288
|
+
Storefront: 'Storefront',
|
|
289
|
+
Student: 'Student',
|
|
290
|
+
SwapHorizontal: 'SwapHorizontal',
|
|
291
|
+
SwapVertical: 'SwapVertical',
|
|
292
|
+
TabClose: 'TabClose',
|
|
293
|
+
TableRow: 'TableRow',
|
|
294
|
+
Tablet: 'Tablet',
|
|
295
|
+
Tag: 'Tag',
|
|
296
|
+
ThumbDownFilled: 'ThumbDownFilled',
|
|
297
|
+
ThumbDown: 'ThumbDown',
|
|
298
|
+
ThumbUpFilled: 'ThumbUpFilled',
|
|
299
|
+
ThumbUp: 'ThumbUp',
|
|
300
|
+
Tint: 'Tint',
|
|
301
|
+
Tooltip: 'Tooltip',
|
|
302
|
+
Translate: 'Translate',
|
|
303
|
+
Trash: 'Trash',
|
|
304
|
+
TrendDown: 'TrendDown',
|
|
305
|
+
TrendUp: 'TrendUp',
|
|
306
|
+
Undo: 'Undo',
|
|
307
|
+
Unfold: 'Unfold',
|
|
308
|
+
UnlockedFilled: 'UnlockedFilled',
|
|
309
|
+
Unpin: 'Unpin',
|
|
310
|
+
UploadFile: 'UploadFile',
|
|
311
|
+
Upload: 'Upload',
|
|
312
|
+
Usb: 'Usb',
|
|
313
|
+
UserCheck: 'UserCheck',
|
|
314
|
+
UserCircleAdd: 'UserCircleAdd',
|
|
315
|
+
UserCircleRemove: 'UserCircleRemove',
|
|
316
|
+
UserCircle: 'UserCircle',
|
|
317
|
+
User: 'User',
|
|
318
|
+
VerifiedFilled: 'VerifiedFilled',
|
|
319
|
+
Verified: 'Verified',
|
|
320
|
+
Videocam: 'Videocam',
|
|
321
|
+
ViewColumn: 'ViewColumn',
|
|
322
|
+
ViewInAr: 'ViewInAr',
|
|
323
|
+
VolumeOff: 'VolumeOff',
|
|
324
|
+
VolumeUp: 'VolumeUp',
|
|
325
|
+
WalletFilled: 'WalletFilled',
|
|
326
|
+
Wallet: 'Wallet',
|
|
327
|
+
Warning: 'Warning',
|
|
328
|
+
WebTraffic: 'WebTraffic',
|
|
329
|
+
Widgets: 'Widgets',
|
|
330
|
+
WifiOff: 'WifiOff',
|
|
331
|
+
Wifi: 'Wifi',
|
|
332
|
+
X: 'X',
|
|
333
|
+
};
|
|
334
|
+
// END generated IconName
|
|
335
|
+
/**
|
|
336
|
+
* Icon - size
|
|
337
|
+
* Common icon sizes shared across React and React Native platforms.
|
|
338
|
+
*/
|
|
339
|
+
exports.IconSize = {
|
|
340
|
+
/** Extra small - 12px */
|
|
341
|
+
Xs: 'xs',
|
|
342
|
+
/** Small - 16px */
|
|
343
|
+
Sm: 'sm',
|
|
344
|
+
/** Medium - 20px (Default) */
|
|
345
|
+
Md: 'md',
|
|
346
|
+
/** Large - 24px */
|
|
347
|
+
Lg: 'lg',
|
|
348
|
+
/** Extra large - 32px */
|
|
349
|
+
Xl: 'xl',
|
|
350
|
+
};
|
|
351
|
+
//# sourceMappingURL=Icon.types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.types.cjs","sourceRoot":"","sources":["../../../src/types/Icon/Icon.types.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Icon - color (ADR-0003)\n * All icon color values shared across React and React Native platforms.\n */\nexport const IconColor = {\n /** For default neutral icons */\n IconDefault: 'text-icon-default',\n /** For softer neutral icons */\n IconAlternative: 'text-icon-alternative',\n /** For the weakest contrast neutral icons (not accessible) */\n IconMuted: 'text-icon-muted',\n /** For elements used on top of overlay/alternative. Used for text, icon, or border */\n OverlayInverse: 'text-overlay-inverse',\n /** For interactive, active, and selected semantics. Used for text, background, icon, or border */\n PrimaryDefault: 'text-primary-default',\n /** For softer variants of primary interactive elements */\n PrimaryAlternative: 'text-primary-alternative',\n /** For elements used on top of primary/default. Used for text, icon, or border */\n PrimaryInverse: 'text-primary-inverse',\n /** For critical alert semantic elements. Used for text, background, icon, or border */\n ErrorDefault: 'text-error-default',\n /** For softer variants of error elements */\n ErrorAlternative: 'text-error-alternative',\n /** For elements used on top of error/default. Used for text, icon, or border */\n ErrorInverse: 'text-error-inverse',\n /** For caution alert semantic elements. Used for text, background, icon, or border */\n WarningDefault: 'text-warning-default',\n /** For elements used on top of warning/default. Used for text, icon, or border */\n WarningInverse: 'text-warning-inverse',\n /** For positive semantic elements. Used for text, background, icon, or border */\n SuccessDefault: 'text-success-default',\n /** For elements used on top of success/default. Used for text, icon, or border */\n SuccessInverse: 'text-success-inverse',\n /** For informational read-only elements. Used for text, background, icon, or border */\n InfoDefault: 'text-info-default',\n /** For elements used on top of info/default. Used for text, icon, or border */\n InfoInverse: 'text-info-inverse',\n} as const;\n\nexport type IconColor = (typeof IconColor)[keyof typeof IconColor];\n\n// /////////////////////////////////////////////////////\n// DO NOT EDIT - generated by generate-icons.ts\n// /////////////////////////////////////////////////////\n\n/**\n * Icon - name\n * All icon names shared across React and React Native platforms.\n * This block is auto-generated — do not edit directly.\n * Run `yarn generate:icons` from the repo root to regenerate.\n */\nexport const IconName = {\n Accessibility: 'Accessibility',\n Activity: 'Activity',\n AddCard: 'AddCard',\n AddCircle: 'AddCircle',\n AddSquare: 'AddSquare',\n Add: 'Add',\n AfterHours: 'AfterHours',\n Ai: 'Ai',\n AlternateEmail: 'AlternateEmail',\n AppleLogo: 'AppleLogo',\n Apps: 'Apps',\n Arrow2Down: 'Arrow2Down',\n Arrow2Left: 'Arrow2Left',\n Arrow2Right: 'Arrow2Right',\n Arrow2UpRight: 'Arrow2UpRight',\n Arrow2Up: 'Arrow2Up',\n ArrowCircleDown: 'ArrowCircleDown',\n ArrowCircleUp: 'ArrowCircleUp',\n ArrowDoubleLeft: 'ArrowDoubleLeft',\n ArrowDoubleRight: 'ArrowDoubleRight',\n ArrowDown: 'ArrowDown',\n ArrowDropDownCircle: 'ArrowDropDownCircle',\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n AttachMoney: 'AttachMoney',\n Attachment: 'Attachment',\n Backspace: 'Backspace',\n Ban: 'Ban',\n BankAssured: 'BankAssured',\n Bank: 'Bank',\n Bold: 'Bold',\n Book: 'Book',\n Bookmark: 'Bookmark',\n Bridge: 'Bridge',\n Briefcase: 'Briefcase',\n Bulb: 'Bulb',\n BuySell: 'BuySell',\n Cake: 'Cake',\n Calculator: 'Calculator',\n Calendar: 'Calendar',\n Call: 'Call',\n Camera: 'Camera',\n Campaign: 'Campaign',\n Candlestick: 'Candlestick',\n CardPos: 'CardPos',\n Card: 'Card',\n Cash: 'Cash',\n Category: 'Category',\n Chart: 'Chart',\n CheckBold: 'CheckBold',\n Check: 'Check',\n CircleX: 'CircleX',\n Clear: 'Clear',\n ClockFilled: 'ClockFilled',\n Clock: 'Clock',\n Close: 'Close',\n CloudDownload: 'CloudDownload',\n CloudUpload: 'CloudUpload',\n Cloud: 'Cloud',\n CodeCircle: 'CodeCircle',\n Code: 'Code',\n Coin: 'Coin',\n Collapse: 'Collapse',\n Confirmation: 'Confirmation',\n Connect: 'Connect',\n CopySuccess: 'CopySuccess',\n Copy: 'Copy',\n CorporateFare: 'CorporateFare',\n CreditCheck: 'CreditCheck',\n CurrencyFranc: 'CurrencyFranc',\n CurrencyLira: 'CurrencyLira',\n CurrencyPound: 'CurrencyPound',\n CurrencyYuan: 'CurrencyYuan',\n Customize: 'Customize',\n Danger: 'Danger',\n DarkFilled: 'DarkFilled',\n Dark: 'Dark',\n Data: 'Data',\n Description: 'Description',\n Details: 'Details',\n Diagram: 'Diagram',\n DocumentCode: 'DocumentCode',\n Download: 'Download',\n Draft: 'Draft',\n EcoLeaf: 'EcoLeaf',\n EditSquare: 'EditSquare',\n Edit: 'Edit',\n EncryptedAdd: 'EncryptedAdd',\n Eraser: 'Eraser',\n Error: 'Error',\n Ethereum: 'Ethereum',\n Exchange: 'Exchange',\n ExpandVertical: 'ExpandVertical',\n Expand: 'Expand',\n ExploreFilled: 'ExploreFilled',\n Explore: 'Explore',\n Export: 'Export',\n Extension: 'Extension',\n EyeSlash: 'EyeSlash',\n Eye: 'Eye',\n FaceId: 'FaceId',\n Feedback: 'Feedback',\n File: 'File',\n Filter: 'Filter',\n Fingerprint: 'Fingerprint',\n Fire: 'Fire',\n FirstPage: 'FirstPage',\n Flag: 'Flag',\n FlashSlash: 'FlashSlash',\n Flash: 'Flash',\n Flask: 'Flask',\n Flower: 'Flower',\n Folder: 'Folder',\n Forest: 'Forest',\n FullCircle: 'FullCircle',\n Gas: 'Gas',\n Gift: 'Gift',\n GlobalSearch: 'GlobalSearch',\n Global: 'Global',\n Graph: 'Graph',\n Hardware: 'Hardware',\n HashTag: 'HashTag',\n HeartFilled: 'HeartFilled',\n Heart: 'Heart',\n Hierarchy: 'Hierarchy',\n HomeFilled: 'HomeFilled',\n Home: 'Home',\n Image: 'Image',\n Info: 'Info',\n Inventory: 'Inventory',\n Joystick: 'Joystick',\n KeepFilled: 'KeepFilled',\n Keep: 'Keep',\n Key: 'Key',\n LastPage: 'LastPage',\n LightFilled: 'LightFilled',\n Light: 'Light',\n Link: 'Link',\n Loading: 'Loading',\n Location: 'Location',\n LockSlash: 'LockSlash',\n Lock: 'Lock',\n LockedFilled: 'LockedFilled',\n Login: 'Login',\n Logout: 'Logout',\n Mail: 'Mail',\n Map: 'Map',\n Menu: 'Menu',\n MessageQuestion: 'MessageQuestion',\n Messages: 'Messages',\n MetamaskFoxOutline: 'MetamaskFoxOutline',\n Mic: 'Mic',\n MinusBold: 'MinusBold',\n MinusSquare: 'MinusSquare',\n Minus: 'Minus',\n Mobile: 'Mobile',\n MoneyBag: 'MoneyBag',\n Money: 'Money',\n Monitor: 'Monitor',\n MoreHorizontal: 'MoreHorizontal',\n MoreVertical: 'MoreVertical',\n MountainFlag: 'MountainFlag',\n MusicNote: 'MusicNote',\n NoPhotography: 'NoPhotography',\n Notification: 'Notification',\n PageInfo: 'PageInfo',\n Palette: 'Palette',\n PasswordCheck: 'PasswordCheck',\n Pending: 'Pending',\n People: 'People',\n PersonCancel: 'PersonCancel',\n Pin: 'Pin',\n Plant: 'Plant',\n Plug: 'Plug',\n PlusAndMinus: 'PlusAndMinus',\n PolicyAlert: 'PolicyAlert',\n PopUp: 'PopUp',\n Print: 'Print',\n PriorityHigh: 'PriorityHigh',\n PrivacyTip: 'PrivacyTip',\n ProgrammingArrows: 'ProgrammingArrows',\n Publish: 'Publish',\n QrCode: 'QrCode',\n Question: 'Question',\n Receive: 'Receive',\n Received: 'Received',\n Refresh: 'Refresh',\n RemoveMinus: 'RemoveMinus',\n Report: 'Report',\n Rocket: 'Rocket',\n SaveFilled: 'SaveFilled',\n Save: 'Save',\n Saving: 'Saving',\n ScanBarcode: 'ScanBarcode',\n ScanFocus: 'ScanFocus',\n Scan: 'Scan',\n Search: 'Search',\n SecurityAlert: 'SecurityAlert',\n SecurityCross: 'SecurityCross',\n SecurityKey: 'SecurityKey',\n SecuritySearch: 'SecuritySearch',\n SecuritySlash: 'SecuritySlash',\n SecurityTick: 'SecurityTick',\n SecurityTime: 'SecurityTime',\n SecurityUser: 'SecurityUser',\n Security: 'Security',\n Send: 'Send',\n SentimentDissatisfied: 'SentimentDissatisfied',\n SentimentNeutral: 'SentimentNeutral',\n SentimentSatisfied: 'SentimentSatisfied',\n SentimentVerySatisfied: 'SentimentVerySatisfied',\n SettingFilled: 'SettingFilled',\n Setting: 'Setting',\n Share: 'Share',\n ShieldLock: 'ShieldLock',\n ShoppingBag: 'ShoppingBag',\n ShoppingCart: 'ShoppingCart',\n SidePanel: 'SidePanel',\n SignalCellular: 'SignalCellular',\n Slash: 'Slash',\n Sms: 'Sms',\n SnapsMobile: 'SnapsMobile',\n SnapsPlus: 'SnapsPlus',\n SnapsRound: 'SnapsRound',\n Snaps: 'Snaps',\n SortByAlpha: 'SortByAlpha',\n Sort: 'Sort',\n Sparkle: 'Sparkle',\n Speed: 'Speed',\n Speedometer: 'Speedometer',\n Square: 'Square',\n Stake: 'Stake',\n StarFilled: 'StarFilled',\n Star: 'Star',\n Start: 'Start',\n Storefront: 'Storefront',\n Student: 'Student',\n SwapHorizontal: 'SwapHorizontal',\n SwapVertical: 'SwapVertical',\n TabClose: 'TabClose',\n TableRow: 'TableRow',\n Tablet: 'Tablet',\n Tag: 'Tag',\n ThumbDownFilled: 'ThumbDownFilled',\n ThumbDown: 'ThumbDown',\n ThumbUpFilled: 'ThumbUpFilled',\n ThumbUp: 'ThumbUp',\n Tint: 'Tint',\n Tooltip: 'Tooltip',\n Translate: 'Translate',\n Trash: 'Trash',\n TrendDown: 'TrendDown',\n TrendUp: 'TrendUp',\n Undo: 'Undo',\n Unfold: 'Unfold',\n UnlockedFilled: 'UnlockedFilled',\n Unpin: 'Unpin',\n UploadFile: 'UploadFile',\n Upload: 'Upload',\n Usb: 'Usb',\n UserCheck: 'UserCheck',\n UserCircleAdd: 'UserCircleAdd',\n UserCircleRemove: 'UserCircleRemove',\n UserCircle: 'UserCircle',\n User: 'User',\n VerifiedFilled: 'VerifiedFilled',\n Verified: 'Verified',\n Videocam: 'Videocam',\n ViewColumn: 'ViewColumn',\n ViewInAr: 'ViewInAr',\n VolumeOff: 'VolumeOff',\n VolumeUp: 'VolumeUp',\n WalletFilled: 'WalletFilled',\n Wallet: 'Wallet',\n Warning: 'Warning',\n WebTraffic: 'WebTraffic',\n Widgets: 'Widgets',\n WifiOff: 'WifiOff',\n Wifi: 'Wifi',\n X: 'X',\n} as const;\n\nexport type IconName = (typeof IconName)[keyof typeof IconName];\n\n// END generated IconName\n\n/**\n * Icon - size\n * Common icon sizes shared across React and React Native platforms.\n */\nexport const IconSize = {\n /** Extra small - 12px */\n Xs: 'xs',\n /** Small - 16px */\n Sm: 'sm',\n /** Medium - 20px (Default) */\n Md: 'md',\n /** Large - 24px */\n Lg: 'lg',\n /** Extra large - 32px */\n Xl: 'xl',\n} as const;\n\nexport type IconSize = (typeof IconSize)[keyof typeof IconSize];\n\n/**\n * Icon component shared props (ADR-0004).\n * name is typed as string to allow platform-specific narrowing to IconName.\n * color is typed as string to allow platform-specific narrowing to IconColor.\n * size is typed as string to allow platform-specific narrowing to IconSize.\n */\nexport type IconPropsShared = {\n /**\n * Required prop to specify which icon to render from the icon set\n */\n name: string;\n /**\n * Optional prop that sets the color of the icon using predefined theme colors\n */\n color?: string;\n /**\n * Optional prop to control the size of the icon\n */\n size?: string;\n};\n"]}
|