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