ods-ant 0.1.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.
Files changed (160) hide show
  1. package/README.md +62 -0
  2. package/dist-lib/index.cjs +5665 -0
  3. package/dist-lib/index.cjs.map +1 -0
  4. package/dist-lib/index.js +7433 -0
  5. package/dist-lib/index.js.map +1 -0
  6. package/dist-lib/theme.cjs +2 -0
  7. package/dist-lib/theme.cjs.map +1 -0
  8. package/dist-lib/theme.js +611 -0
  9. package/dist-lib/theme.js.map +1 -0
  10. package/dist-lib/types/ds/display/Collapse.d.ts +32 -0
  11. package/dist-lib/types/ds/display/Collapse.d.ts.map +1 -0
  12. package/dist-lib/types/ds/display/Popover.d.ts +12 -0
  13. package/dist-lib/types/ds/display/Popover.d.ts.map +1 -0
  14. package/dist-lib/types/ds/display/Segmented.d.ts +8 -0
  15. package/dist-lib/types/ds/display/Segmented.d.ts.map +1 -0
  16. package/dist-lib/types/ds/display/Table.d.ts +81 -0
  17. package/dist-lib/types/ds/display/Table.d.ts.map +1 -0
  18. package/dist-lib/types/ds/display/Tag.d.ts +37 -0
  19. package/dist-lib/types/ds/display/Tag.d.ts.map +1 -0
  20. package/dist-lib/types/ds/display/Tooltip.d.ts +12 -0
  21. package/dist-lib/types/ds/display/Tooltip.d.ts.map +1 -0
  22. package/dist-lib/types/ds/display/index.d.ts +7 -0
  23. package/dist-lib/types/ds/display/index.d.ts.map +1 -0
  24. package/dist-lib/types/ds/feedback/FloatButton.d.ts +12 -0
  25. package/dist-lib/types/ds/feedback/FloatButton.d.ts.map +1 -0
  26. package/dist-lib/types/ds/feedback/Message.d.ts +15 -0
  27. package/dist-lib/types/ds/feedback/Message.d.ts.map +1 -0
  28. package/dist-lib/types/ds/feedback/Modal.d.ts +30 -0
  29. package/dist-lib/types/ds/feedback/Modal.d.ts.map +1 -0
  30. package/dist-lib/types/ds/feedback/Notification.d.ts +11 -0
  31. package/dist-lib/types/ds/feedback/Notification.d.ts.map +1 -0
  32. package/dist-lib/types/ds/feedback/Popconfirm.d.ts +4 -0
  33. package/dist-lib/types/ds/feedback/Popconfirm.d.ts.map +1 -0
  34. package/dist-lib/types/ds/feedback/Spin.d.ts +6 -0
  35. package/dist-lib/types/ds/feedback/Spin.d.ts.map +1 -0
  36. package/dist-lib/types/ds/feedback/feedbackIcons.d.ts +13 -0
  37. package/dist-lib/types/ds/feedback/feedbackIcons.d.ts.map +1 -0
  38. package/dist-lib/types/ds/feedback/index.d.ts +7 -0
  39. package/dist-lib/types/ds/feedback/index.d.ts.map +1 -0
  40. package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.d.ts +14 -0
  41. package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.d.ts.map +1 -0
  42. package/dist-lib/types/ds/forms/AccessibleDatePicker.d.ts +15 -0
  43. package/dist-lib/types/ds/forms/AccessibleDatePicker.d.ts.map +1 -0
  44. package/dist-lib/types/ds/forms/AccessiblePasswordInput.d.ts +18 -0
  45. package/dist-lib/types/ds/forms/AccessiblePasswordInput.d.ts.map +1 -0
  46. package/dist-lib/types/ds/forms/AccessibleRadioGroup.d.ts +14 -0
  47. package/dist-lib/types/ds/forms/AccessibleRadioGroup.d.ts.map +1 -0
  48. package/dist-lib/types/ds/forms/AccessibleSelect.d.ts +14 -0
  49. package/dist-lib/types/ds/forms/AccessibleSelect.d.ts.map +1 -0
  50. package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts +13 -0
  51. package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts.map +1 -0
  52. package/dist-lib/types/ds/forms/AutoComplete.d.ts +8 -0
  53. package/dist-lib/types/ds/forms/AutoComplete.d.ts.map +1 -0
  54. package/dist-lib/types/ds/forms/Button.d.ts +30 -0
  55. package/dist-lib/types/ds/forms/Button.d.ts.map +1 -0
  56. package/dist-lib/types/ds/forms/Cascader.d.ts +7 -0
  57. package/dist-lib/types/ds/forms/Cascader.d.ts.map +1 -0
  58. package/dist-lib/types/ds/forms/Checkbox.d.ts +13 -0
  59. package/dist-lib/types/ds/forms/Checkbox.d.ts.map +1 -0
  60. package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts +19 -0
  61. package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts.map +1 -0
  62. package/dist-lib/types/ds/forms/ClearableCascader.d.ts +20 -0
  63. package/dist-lib/types/ds/forms/ClearableCascader.d.ts.map +1 -0
  64. package/dist-lib/types/ds/forms/ClearableCheckbox.d.ts +19 -0
  65. package/dist-lib/types/ds/forms/ClearableCheckbox.d.ts.map +1 -0
  66. package/dist-lib/types/ds/forms/ClearableColorPicker.d.ts +21 -0
  67. package/dist-lib/types/ds/forms/ClearableColorPicker.d.ts.map +1 -0
  68. package/dist-lib/types/ds/forms/ClearableDatePicker.d.ts +20 -0
  69. package/dist-lib/types/ds/forms/ClearableDatePicker.d.ts.map +1 -0
  70. package/dist-lib/types/ds/forms/ClearableInput.d.ts +19 -0
  71. package/dist-lib/types/ds/forms/ClearableInput.d.ts.map +1 -0
  72. package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts +20 -0
  73. package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts.map +1 -0
  74. package/dist-lib/types/ds/forms/ClearableMentions.d.ts +19 -0
  75. package/dist-lib/types/ds/forms/ClearableMentions.d.ts.map +1 -0
  76. package/dist-lib/types/ds/forms/ClearableRadio.d.ts +19 -0
  77. package/dist-lib/types/ds/forms/ClearableRadio.d.ts.map +1 -0
  78. package/dist-lib/types/ds/forms/ClearableRadioGroup.d.ts +20 -0
  79. package/dist-lib/types/ds/forms/ClearableRadioGroup.d.ts.map +1 -0
  80. package/dist-lib/types/ds/forms/ClearableRate.d.ts +20 -0
  81. package/dist-lib/types/ds/forms/ClearableRate.d.ts.map +1 -0
  82. package/dist-lib/types/ds/forms/ClearableSelect.d.ts +20 -0
  83. package/dist-lib/types/ds/forms/ClearableSelect.d.ts.map +1 -0
  84. package/dist-lib/types/ds/forms/ClearableSlider.d.ts +21 -0
  85. package/dist-lib/types/ds/forms/ClearableSlider.d.ts.map +1 -0
  86. package/dist-lib/types/ds/forms/ClearableSwitch.d.ts +20 -0
  87. package/dist-lib/types/ds/forms/ClearableSwitch.d.ts.map +1 -0
  88. package/dist-lib/types/ds/forms/ClearableTimePicker.d.ts +21 -0
  89. package/dist-lib/types/ds/forms/ClearableTimePicker.d.ts.map +1 -0
  90. package/dist-lib/types/ds/forms/ClearableTransfer.d.ts +21 -0
  91. package/dist-lib/types/ds/forms/ClearableTransfer.d.ts.map +1 -0
  92. package/dist-lib/types/ds/forms/ClearableTreeSelect.d.ts +20 -0
  93. package/dist-lib/types/ds/forms/ClearableTreeSelect.d.ts.map +1 -0
  94. package/dist-lib/types/ds/forms/ClearableUpload.d.ts +21 -0
  95. package/dist-lib/types/ds/forms/ClearableUpload.d.ts.map +1 -0
  96. package/dist-lib/types/ds/forms/DatePicker.d.ts +8 -0
  97. package/dist-lib/types/ds/forms/DatePicker.d.ts.map +1 -0
  98. package/dist-lib/types/ds/forms/FieldSetShell.d.ts +18 -0
  99. package/dist-lib/types/ds/forms/FieldSetShell.d.ts.map +1 -0
  100. package/dist-lib/types/ds/forms/FieldShell.d.ts +18 -0
  101. package/dist-lib/types/ds/forms/FieldShell.d.ts.map +1 -0
  102. package/dist-lib/types/ds/forms/FormError.d.ts +14 -0
  103. package/dist-lib/types/ds/forms/FormError.d.ts.map +1 -0
  104. package/dist-lib/types/ds/forms/FormSuccess.d.ts +11 -0
  105. package/dist-lib/types/ds/forms/FormSuccess.d.ts.map +1 -0
  106. package/dist-lib/types/ds/forms/FormWarning.d.ts +11 -0
  107. package/dist-lib/types/ds/forms/FormWarning.d.ts.map +1 -0
  108. package/dist-lib/types/ds/forms/Input.d.ts +7 -0
  109. package/dist-lib/types/ds/forms/Input.d.ts.map +1 -0
  110. package/dist-lib/types/ds/forms/Select.d.ts +11 -0
  111. package/dist-lib/types/ds/forms/Select.d.ts.map +1 -0
  112. package/dist-lib/types/ds/forms/Switch.d.ts +22 -0
  113. package/dist-lib/types/ds/forms/Switch.d.ts.map +1 -0
  114. package/dist-lib/types/ds/forms/TimePicker.d.ts +15 -0
  115. package/dist-lib/types/ds/forms/TimePicker.d.ts.map +1 -0
  116. package/dist-lib/types/ds/forms/autoCompleteStyles.d.ts +5 -0
  117. package/dist-lib/types/ds/forms/autoCompleteStyles.d.ts.map +1 -0
  118. package/dist-lib/types/ds/forms/clearUtils.d.ts +11 -0
  119. package/dist-lib/types/ds/forms/clearUtils.d.ts.map +1 -0
  120. package/dist-lib/types/ds/forms/datePickerStyles.d.ts +5 -0
  121. package/dist-lib/types/ds/forms/datePickerStyles.d.ts.map +1 -0
  122. package/dist-lib/types/ds/forms/index.d.ts +41 -0
  123. package/dist-lib/types/ds/forms/index.d.ts.map +1 -0
  124. package/dist-lib/types/ds/forms/inputNumberStyles.d.ts +2 -0
  125. package/dist-lib/types/ds/forms/inputNumberStyles.d.ts.map +1 -0
  126. package/dist-lib/types/ds/forms/selectStyles.d.ts +10 -0
  127. package/dist-lib/types/ds/forms/selectStyles.d.ts.map +1 -0
  128. package/dist-lib/types/ds/forms/timePickerStyles.d.ts +5 -0
  129. package/dist-lib/types/ds/forms/timePickerStyles.d.ts.map +1 -0
  130. package/dist-lib/types/ds/forms/validation.d.ts +33 -0
  131. package/dist-lib/types/ds/forms/validation.d.ts.map +1 -0
  132. package/dist-lib/types/ds/index.d.ts +5 -0
  133. package/dist-lib/types/ds/index.d.ts.map +1 -0
  134. package/dist-lib/types/ds/navigation/Anchor.d.ts +7 -0
  135. package/dist-lib/types/ds/navigation/Anchor.d.ts.map +1 -0
  136. package/dist-lib/types/ds/navigation/Breadcrumb.d.ts +19 -0
  137. package/dist-lib/types/ds/navigation/Breadcrumb.d.ts.map +1 -0
  138. package/dist-lib/types/ds/navigation/Pagination.d.ts +38 -0
  139. package/dist-lib/types/ds/navigation/Pagination.d.ts.map +1 -0
  140. package/dist-lib/types/ds/navigation/Steps.d.ts +11 -0
  141. package/dist-lib/types/ds/navigation/Steps.d.ts.map +1 -0
  142. package/dist-lib/types/ds/navigation/Tabs.d.ts +13 -0
  143. package/dist-lib/types/ds/navigation/Tabs.d.ts.map +1 -0
  144. package/dist-lib/types/ds/navigation/index.d.ts +6 -0
  145. package/dist-lib/types/ds/navigation/index.d.ts.map +1 -0
  146. package/dist-lib/types/ds/navigation/stepsStyles.d.ts +4 -0
  147. package/dist-lib/types/ds/navigation/stepsStyles.d.ts.map +1 -0
  148. package/dist-lib/types/theme/ontadaTheme.d.ts +595 -0
  149. package/dist-lib/types/theme/ontadaTheme.d.ts.map +1 -0
  150. package/dist-lib/types/utils/iconAdapters.d.ts +59 -0
  151. package/dist-lib/types/utils/iconAdapters.d.ts.map +1 -0
  152. package/dist-lib/types/utils/iconMapping.d.ts +14 -0
  153. package/dist-lib/types/utils/iconMapping.d.ts.map +1 -0
  154. package/dist-lib/types/utils/icons.d.ts +6 -0
  155. package/dist-lib/types/utils/icons.d.ts.map +1 -0
  156. package/dist-lib/types/utils/index.d.ts +5 -0
  157. package/dist-lib/types/utils/index.d.ts.map +1 -0
  158. package/dist-lib/types/utils/useCustomIcon.d.ts +63 -0
  159. package/dist-lib/types/utils/useCustomIcon.d.ts.map +1 -0
  160. package/package.json +108 -0
@@ -0,0 +1,595 @@
1
+ import type { ThemeConfig } from 'antd';
2
+ export declare const dsSemanticTokens: {
3
+ readonly button: {
4
+ readonly primary: {
5
+ readonly default: "#007CC1";
6
+ readonly hover: "#00669E";
7
+ readonly pressed: "#005483";
8
+ readonly text: "#FFFFFF";
9
+ readonly disabledText: "#80BDE0";
10
+ readonly disabledBg: "#F2F6FA";
11
+ };
12
+ readonly secondary: {
13
+ readonly defaultText: "#007CC1";
14
+ readonly defaultBorder: "#007CC1";
15
+ readonly defaultBg: "#FFFFFF";
16
+ readonly hoverText: "#00669E";
17
+ readonly hoverBorder: "#00669E";
18
+ readonly hoverBg: "#F2F6FA";
19
+ readonly pressedText: "#005483";
20
+ readonly pressedBorder: "#005483";
21
+ readonly pressedBg: "#E5E8EA";
22
+ readonly disabledText: "#80BDE0";
23
+ readonly disabledBorder: "#80BDE0";
24
+ readonly disabledBg: "#FFFFFF";
25
+ };
26
+ readonly tertiary: {
27
+ readonly defaultText: "#007CC1";
28
+ readonly hoverText: "#00669E";
29
+ readonly pressedText: "#005483";
30
+ readonly disabledText: "#80BDE0";
31
+ };
32
+ readonly tertiaryAlt: {
33
+ readonly defaultText: "#1E394E";
34
+ readonly hoverText: "#1E394E";
35
+ readonly pressedText: "#181818";
36
+ readonly disabledText: "#BAC5CC";
37
+ };
38
+ readonly typography: {
39
+ readonly small: {
40
+ readonly fontSize: "12px";
41
+ readonly lineHeight: "16px";
42
+ readonly letterSpacing: "0.48px";
43
+ };
44
+ readonly middle: {
45
+ readonly fontSize: "14px";
46
+ readonly lineHeight: "18px";
47
+ readonly letterSpacing: "0.49px";
48
+ };
49
+ readonly large: {
50
+ readonly fontSize: "16px";
51
+ readonly lineHeight: "20px";
52
+ readonly letterSpacing: "0.48px";
53
+ };
54
+ readonly fontWeight: 600;
55
+ readonly textTransform: "uppercase";
56
+ };
57
+ };
58
+ readonly input: {
59
+ readonly height: {
60
+ readonly small: "26px";
61
+ readonly middle: "32px";
62
+ readonly large: "38px";
63
+ };
64
+ readonly padding: {
65
+ readonly small: {
66
+ readonly x: "8px";
67
+ readonly y: "5px";
68
+ };
69
+ readonly middle: {
70
+ readonly x: "10px";
71
+ readonly y: "7px";
72
+ };
73
+ readonly large: {
74
+ readonly x: "12px";
75
+ readonly y: "9px";
76
+ };
77
+ };
78
+ readonly border: {
79
+ readonly default: "#627386";
80
+ readonly hover: "#1E394E";
81
+ readonly focus: "#007CC1";
82
+ readonly error: "#C53026";
83
+ readonly success: "#277036";
84
+ readonly widthDefault: "1px";
85
+ readonly widthFocus: "2px";
86
+ };
87
+ readonly text: {
88
+ readonly default: "#627386";
89
+ readonly focus: "#1E394E";
90
+ readonly disabled: "#3C5C6E";
91
+ readonly readOnly: "#3C5C6E";
92
+ readonly placeholder: "#627386";
93
+ };
94
+ readonly background: {
95
+ readonly default: "#FFFFFF";
96
+ readonly disabled: "#F2F6FA";
97
+ readonly readOnly: "#F2F6FA";
98
+ };
99
+ readonly focusFontWeight: 600;
100
+ };
101
+ readonly checkbox: {
102
+ readonly size: {
103
+ readonly sm: 16;
104
+ readonly md: 18;
105
+ readonly lg: 20;
106
+ };
107
+ readonly radius: 2;
108
+ readonly border: {
109
+ readonly default: "#627386";
110
+ readonly hover: "#00669E";
111
+ readonly checked: "#007CC1";
112
+ readonly error: "#C53026";
113
+ readonly errorHover: "#AE2522";
114
+ };
115
+ readonly background: {
116
+ readonly default: "#FFFFFF";
117
+ readonly checked: "#007CC1";
118
+ readonly disabled: "#BAC5CC";
119
+ readonly errorChecked: "#C53026";
120
+ };
121
+ readonly mark: {
122
+ readonly checked: "#FFFFFF";
123
+ readonly indeterminate: "#FFFFFF";
124
+ };
125
+ readonly borderWidth: {
126
+ readonly default: 1;
127
+ readonly hover: 2;
128
+ };
129
+ readonly indeterminate: {
130
+ readonly sm: {
131
+ readonly width: 10;
132
+ readonly height: 3;
133
+ };
134
+ readonly md: {
135
+ readonly width: 12;
136
+ readonly height: 3;
137
+ };
138
+ readonly lg: {
139
+ readonly width: 12;
140
+ readonly height: 3;
141
+ };
142
+ };
143
+ };
144
+ readonly tooltip: {
145
+ readonly width: {
146
+ readonly normal: {
147
+ readonly min: "200px";
148
+ readonly max: "320px";
149
+ };
150
+ readonly mini: {
151
+ readonly min: "40px";
152
+ readonly max: "180px";
153
+ };
154
+ };
155
+ readonly padding: {
156
+ readonly normal: "16px";
157
+ readonly mini: "8px 12px";
158
+ };
159
+ readonly radius: "4px";
160
+ readonly surface: {
161
+ readonly background: "#F2F6FA";
162
+ readonly title: "#181818";
163
+ readonly body: "#1E394E";
164
+ };
165
+ readonly elevation: "drop-shadow(0px 2px 5px rgba(38, 44, 54, 0.3))";
166
+ readonly arrow: {
167
+ readonly width: "14px";
168
+ readonly height: "8px";
169
+ };
170
+ readonly typography: {
171
+ readonly title: {
172
+ readonly fontSize: "14px";
173
+ readonly lineHeight: "18px";
174
+ readonly fontWeight: 600;
175
+ };
176
+ readonly body: {
177
+ readonly fontSize: "14px";
178
+ readonly lineHeight: "18px";
179
+ readonly fontWeight: 400;
180
+ };
181
+ };
182
+ };
183
+ readonly pagination: {
184
+ readonly surface: {
185
+ readonly activeBg: "#FAF5E2";
186
+ readonly activeBorder: "#F7C91E";
187
+ readonly hoverBg: "#FAF5E2";
188
+ };
189
+ readonly text: {
190
+ readonly default: "#007CC1";
191
+ readonly active: "#181818";
192
+ readonly disabled: "#BAC5CC";
193
+ readonly hover: "#00669E";
194
+ };
195
+ readonly typography: {
196
+ readonly item: {
197
+ readonly fontSize: "16px";
198
+ readonly lineHeight: "20px";
199
+ readonly fontWeight: 600;
200
+ readonly activeWeight: 700;
201
+ readonly letterSpacing: "-0.016px";
202
+ };
203
+ readonly jump: {
204
+ readonly fontSize: "14px";
205
+ readonly lineHeight: "18px";
206
+ readonly fontWeight: 600;
207
+ };
208
+ };
209
+ readonly spacing: {
210
+ readonly gap: "16px";
211
+ readonly optionsGap: "12px";
212
+ readonly optionsOffset: "16px";
213
+ };
214
+ readonly quickJumper: {
215
+ readonly inputWidth: "56px";
216
+ };
217
+ readonly radius: {
218
+ readonly item: "50%";
219
+ readonly jump: "16px";
220
+ readonly input: "4px";
221
+ };
222
+ readonly iconControl: {
223
+ readonly width: "20px";
224
+ readonly height: "20px";
225
+ readonly iconSize: 20;
226
+ };
227
+ };
228
+ readonly tabs: {
229
+ readonly text: {
230
+ readonly inactive: "#1E394E";
231
+ readonly active: "#181818";
232
+ };
233
+ readonly indicator: {
234
+ readonly active: "#F6BE00";
235
+ readonly baseline: "#3C5C6E";
236
+ };
237
+ };
238
+ readonly segmented: {
239
+ readonly container: {
240
+ readonly background: "#F3F2F1";
241
+ readonly border: "#BAC5CC";
242
+ readonly borderWidth: "1px";
243
+ readonly radius: "4px";
244
+ readonly padding: "3px 4px";
245
+ };
246
+ readonly item: {
247
+ readonly selectedBackground: "#FFFFFF";
248
+ readonly selectedBorder: "#627386";
249
+ readonly selectedRadius: "4px";
250
+ readonly unselectedRadius: "48px";
251
+ };
252
+ readonly text: {
253
+ readonly inactive: "#3C5C6E";
254
+ readonly active: "#1E394E";
255
+ };
256
+ readonly typography: {
257
+ readonly fontWeight: 600;
258
+ };
259
+ readonly size: {
260
+ readonly sm: {
261
+ readonly controlHeight: "26px";
262
+ readonly itemHeight: "18px";
263
+ readonly gap: "4px";
264
+ readonly paddingX: "8px";
265
+ readonly fontSize: "12px";
266
+ readonly lineHeight: "16px";
267
+ readonly letterSpacing: "0.012px";
268
+ readonly iconSize: "12px";
269
+ };
270
+ readonly md: {
271
+ readonly controlHeight: "32px";
272
+ readonly itemHeight: "24px";
273
+ readonly gap: "6px";
274
+ readonly paddingX: "8px";
275
+ readonly fontSize: "14px";
276
+ readonly lineHeight: "18px";
277
+ readonly letterSpacing: "0px";
278
+ readonly iconSize: "14px";
279
+ };
280
+ readonly lg: {
281
+ readonly controlHeight: "38px";
282
+ readonly itemHeight: "30px";
283
+ readonly gap: "8px";
284
+ readonly paddingX: "8px";
285
+ readonly fontSize: "16px";
286
+ readonly lineHeight: "20px";
287
+ readonly letterSpacing: "-0.016px";
288
+ readonly iconSize: "16px";
289
+ };
290
+ };
291
+ };
292
+ readonly breadcrumb: {
293
+ readonly link: {
294
+ readonly default: "#00669E";
295
+ readonly hover: "#005483";
296
+ };
297
+ readonly current: {
298
+ readonly text: "#181818";
299
+ };
300
+ readonly separator: {
301
+ readonly color: "#627386";
302
+ readonly glyph: "›";
303
+ readonly size: "10px";
304
+ readonly gap: {
305
+ readonly sm: "4px";
306
+ readonly md: "6px";
307
+ readonly lg: "8px";
308
+ };
309
+ };
310
+ readonly typography: {
311
+ readonly family: "'Nunito', sans-serif";
312
+ readonly weight: 600;
313
+ readonly sm: {
314
+ readonly fontSize: "12px";
315
+ readonly lineHeight: "16px";
316
+ readonly letterSpacing: "0.012px";
317
+ };
318
+ readonly md: {
319
+ readonly fontSize: "14px";
320
+ readonly lineHeight: "18px";
321
+ readonly letterSpacing: "0";
322
+ };
323
+ readonly lg: {
324
+ readonly fontSize: "16px";
325
+ readonly lineHeight: "20px";
326
+ readonly letterSpacing: "-0.016px";
327
+ };
328
+ };
329
+ };
330
+ readonly modal: {
331
+ readonly width: {
332
+ readonly desktop: {
333
+ readonly xs: 400;
334
+ readonly sm: 672;
335
+ readonly md: 1036;
336
+ readonly lg: 1536;
337
+ readonly fullScreen: "100vw";
338
+ };
339
+ readonly mobile: {
340
+ readonly xs: 288;
341
+ readonly sm: 288;
342
+ readonly md: 288;
343
+ readonly lg: 288;
344
+ readonly fullScreen: "100vw";
345
+ };
346
+ };
347
+ readonly surface: {
348
+ readonly background: "#FFFFFF";
349
+ readonly header: "#E5E8EA";
350
+ readonly headerFullScreen: "#E5E8EA";
351
+ };
352
+ readonly text: {
353
+ readonly title: "#181818";
354
+ readonly body: "#1E394E";
355
+ readonly required: "#C53026";
356
+ };
357
+ readonly border: {
358
+ readonly color: "#BAC5CC";
359
+ readonly width: "1px";
360
+ readonly radius: "6px";
361
+ readonly fullScreenRadius: "0";
362
+ };
363
+ readonly backdrop: "rgba(164, 164, 164, 0.6)";
364
+ readonly shadow: "0px 4px 8px rgba(38, 44, 54, 0.4)";
365
+ readonly spacing: {
366
+ readonly header: {
367
+ readonly x: "24px";
368
+ readonly y: "16px";
369
+ };
370
+ readonly body: {
371
+ readonly desktop: "24px 40px";
372
+ readonly mobile: "16px";
373
+ };
374
+ readonly footer: {
375
+ readonly desktop: "16px 24px";
376
+ readonly mobile: "16px";
377
+ };
378
+ };
379
+ readonly closeButton: {
380
+ readonly size: "26px";
381
+ readonly iconSize: "18px";
382
+ readonly radius: "5px";
383
+ readonly color: "#7A8A95";
384
+ readonly hoverBg: "#F3F2F1";
385
+ readonly focusOutline: "#007CC1";
386
+ };
387
+ };
388
+ readonly table: {
389
+ readonly surface: {
390
+ readonly container: "#FFFFFF";
391
+ readonly layout: "#FBFBFA";
392
+ readonly headerDefault: "#E5E8EA";
393
+ readonly headerWhite: "#FFFFFF";
394
+ readonly rowHover: "#F3F2F1";
395
+ readonly rowSelected: "#FAF5E2";
396
+ };
397
+ readonly text: {
398
+ readonly header: "#007CC1";
399
+ readonly body: "#1E394E";
400
+ readonly sorterMuted: "#627386";
401
+ };
402
+ readonly typography: {
403
+ readonly header: {
404
+ readonly fontSize: "16px";
405
+ readonly lineHeight: "20px";
406
+ readonly letterSpacing: "-0.016px";
407
+ readonly fontWeight: 600;
408
+ };
409
+ readonly body: {
410
+ readonly fontSize: "14px";
411
+ readonly lineHeight: "18px";
412
+ readonly letterSpacing: "0px";
413
+ readonly fontWeight: 400;
414
+ };
415
+ readonly compactHeader: {
416
+ readonly fontSize: "12px";
417
+ readonly lineHeight: "16px";
418
+ readonly letterSpacing: "0.02px";
419
+ readonly fontWeight: 600;
420
+ };
421
+ readonly compactBody: {
422
+ readonly fontSize: "10px";
423
+ readonly lineHeight: "14px";
424
+ readonly letterSpacing: "0.02px";
425
+ readonly fontWeight: 400;
426
+ };
427
+ };
428
+ readonly rowHeight: {
429
+ readonly normal: {
430
+ readonly header: "44px";
431
+ readonly body: "42px";
432
+ };
433
+ readonly compact: {
434
+ readonly header: "34px";
435
+ readonly body: "30px";
436
+ };
437
+ };
438
+ readonly padding: {
439
+ readonly normal: {
440
+ readonly header: "0 16px";
441
+ readonly body: "0 16px";
442
+ };
443
+ readonly compact: {
444
+ readonly header: "8px 10px";
445
+ readonly body: "6px 8px";
446
+ };
447
+ };
448
+ readonly border: {
449
+ readonly container: "#BAC5CC";
450
+ readonly bodyDivider: "#E5E7EB";
451
+ readonly headerDividerWidth: "2px";
452
+ readonly radius: "4px";
453
+ };
454
+ };
455
+ readonly tag: {
456
+ readonly borderWidth: "1px";
457
+ readonly status: {
458
+ readonly neutral: {
459
+ readonly solid: {
460
+ readonly bg: "#627386";
461
+ readonly text: "#FFFFFF";
462
+ };
463
+ readonly light: {
464
+ readonly bg: "#F2F6FA";
465
+ readonly text: "#1E394E";
466
+ };
467
+ readonly outline: {
468
+ readonly text: "#1E394E";
469
+ readonly border: "#1E394E";
470
+ };
471
+ };
472
+ readonly success: {
473
+ readonly solid: {
474
+ readonly bg: "#2E8540";
475
+ readonly text: "#FFFFFF";
476
+ };
477
+ readonly light: {
478
+ readonly bg: "#E7F4E4";
479
+ readonly text: "#277036";
480
+ };
481
+ readonly outline: {
482
+ readonly text: "#277036";
483
+ readonly border: "#277036";
484
+ };
485
+ };
486
+ readonly warning: {
487
+ readonly solid: {
488
+ readonly bg: "#B05D23";
489
+ readonly text: "#FFFFFF";
490
+ };
491
+ readonly light: {
492
+ readonly bg: "#F9E6CF";
493
+ readonly text: "#975220";
494
+ };
495
+ readonly outline: {
496
+ readonly text: "#975220";
497
+ readonly border: "#975220";
498
+ };
499
+ };
500
+ readonly error: {
501
+ readonly solid: {
502
+ readonly bg: "#DB3A29";
503
+ readonly text: "#FFFFFF";
504
+ };
505
+ readonly light: {
506
+ readonly bg: "#F9E9E8";
507
+ readonly text: "#C53026";
508
+ };
509
+ readonly outline: {
510
+ readonly text: "#C53026";
511
+ readonly border: "#C53026";
512
+ };
513
+ };
514
+ readonly inactive: {
515
+ readonly solid: {
516
+ readonly bg: "transparent";
517
+ readonly text: "#1E394E";
518
+ readonly border: "#1E394E";
519
+ };
520
+ readonly light: {
521
+ readonly bg: "transparent";
522
+ readonly text: "#1E394E";
523
+ readonly border: "#1E394E";
524
+ };
525
+ readonly outline: {
526
+ readonly text: "#1E394E";
527
+ readonly border: "#1E394E";
528
+ };
529
+ };
530
+ readonly new: {
531
+ readonly solid: {
532
+ readonly bg: "#005483";
533
+ readonly text: "#FFFFFF";
534
+ };
535
+ readonly light: {
536
+ readonly bg: "#F2F6FA";
537
+ readonly text: "#163E5E";
538
+ };
539
+ readonly outline: {
540
+ readonly text: "#163E5E";
541
+ readonly border: "#163E5E";
542
+ };
543
+ };
544
+ };
545
+ readonly typography: {
546
+ readonly fontWeight: 700;
547
+ readonly textTransform: "uppercase";
548
+ };
549
+ readonly size: {
550
+ readonly sm: {
551
+ readonly padding: "1px 10px";
552
+ readonly radius: 3;
553
+ readonly typography: {
554
+ readonly fontSize: "12px";
555
+ readonly lineHeight: "16px";
556
+ readonly letterSpacing: "0.54px";
557
+ };
558
+ };
559
+ readonly md: {
560
+ readonly padding: "2px 12px";
561
+ readonly radius: 4;
562
+ readonly typography: {
563
+ readonly fontSize: "14px";
564
+ readonly lineHeight: "18px";
565
+ readonly letterSpacing: "0.56px";
566
+ };
567
+ };
568
+ readonly lg: {
569
+ readonly padding: "3px 14px";
570
+ readonly radius: 5;
571
+ readonly typography: {
572
+ readonly fontSize: "16px";
573
+ readonly lineHeight: "20px";
574
+ readonly letterSpacing: "0.56px";
575
+ };
576
+ };
577
+ };
578
+ readonly closeIcon: {
579
+ readonly size: {
580
+ readonly sm: "12px";
581
+ readonly md: "14px";
582
+ readonly lg: "16px";
583
+ };
584
+ };
585
+ };
586
+ readonly picker: {
587
+ readonly selected: {
588
+ readonly background: "#FAF0C8";
589
+ readonly border: "#F7C91E";
590
+ readonly text: "#181818";
591
+ };
592
+ };
593
+ };
594
+ export declare const appTheme: ThemeConfig;
595
+ //# sourceMappingURL=ontadaTheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ontadaTheme.d.ts","sourceRoot":"","sources":["../../../src/theme/ontadaTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAA;AAKvC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuhBnB,CAAA;AAEV,eAAO,MAAM,QAAQ,EAAE,WA6BtB,CAAA"}
@@ -0,0 +1,59 @@
1
+ import React from 'react';
2
+ type IconProps = {
3
+ className?: string;
4
+ style?: React.CSSProperties;
5
+ spin?: boolean;
6
+ rotate?: number;
7
+ };
8
+ export declare const ArrowDownOutlined: React.FC<IconProps>;
9
+ export declare const ArrowUpOutlined: React.FC<IconProps>;
10
+ export declare const CalendarOutlined: React.FC<IconProps>;
11
+ export declare const CheckCircleOutlined: React.FC<IconProps>;
12
+ export declare const CheckOutlined: React.FC<IconProps>;
13
+ export declare const ClockCircleOutlined: React.FC<IconProps>;
14
+ export declare const CloseCircleOutlined: React.FC<IconProps>;
15
+ export declare const CloseOutlined: React.FC<IconProps>;
16
+ export declare const CopyOutlined: React.FC<IconProps>;
17
+ export declare const DashboardOutlined: React.FC<IconProps>;
18
+ export declare const DeleteOutlined: React.FC<IconProps>;
19
+ export declare const DownloadOutlined: React.FC<IconProps>;
20
+ export declare const DollarOutlined: React.FC<IconProps>;
21
+ export declare const EditOutlined: React.FC<IconProps>;
22
+ export declare const ExclamationCircleOutlined: React.FC<IconProps>;
23
+ export declare const EyeOutlined: React.FC<IconProps>;
24
+ export declare const FileOutlined: React.FC<IconProps>;
25
+ export declare const FilterOutlined: React.FC<IconProps>;
26
+ export declare const FolderOutlined: React.FC<IconProps>;
27
+ export declare const HomeOutlined: React.FC<IconProps>;
28
+ export declare const InfoCircleOutlined: React.FC<IconProps>;
29
+ export declare const LoadingOutlined: React.FC<IconProps>;
30
+ export declare const LockOutlined: React.FC<IconProps>;
31
+ export declare const MailOutlined: React.FC<IconProps>;
32
+ export declare const MehOutlined: React.FC<IconProps>;
33
+ export declare const PlusOutlined: React.FC<IconProps>;
34
+ export declare const QuestionCircleOutlined: React.FC<IconProps>;
35
+ export declare const QuestionOutlined: React.FC<IconProps>;
36
+ export declare const SearchOutlined: React.FC<IconProps>;
37
+ export declare const SettingOutlined: React.FC<IconProps>;
38
+ export declare const ShoppingOutlined: React.FC<IconProps>;
39
+ export declare const SmileOutlined: React.FC<IconProps>;
40
+ export declare const StarOutlined: React.FC<IconProps>;
41
+ export declare const SyncOutlined: React.FC<IconProps>;
42
+ export declare const UploadOutlined: React.FC<IconProps>;
43
+ export declare const UserOutlined: React.FC<IconProps>;
44
+ export declare const WarningOutlined: React.FC<IconProps>;
45
+ export declare const FrownOutlined: React.FC<IconProps>;
46
+ export declare const AppstoreOutlined: React.FC<IconProps>;
47
+ export declare const BarsOutlined: React.FC<IconProps>;
48
+ export declare const HeartOutlined: React.FC<IconProps>;
49
+ export declare const MoonOutlined: React.FC<IconProps>;
50
+ export declare const SolutionOutlined: React.FC<IconProps>;
51
+ export declare const SunOutlined: React.FC<IconProps>;
52
+ export declare const AndroidOutlined: React.ForwardRefExoticComponent<Omit<import("@ant-design/icons/es/components/AntdIcon").AntdIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
53
+ export declare const AppleOutlined: React.ForwardRefExoticComponent<Omit<import("@ant-design/icons/es/components/AntdIcon").AntdIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
54
+ export declare const FacebookOutlined: React.ForwardRefExoticComponent<Omit<import("@ant-design/icons/es/components/AntdIcon").AntdIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
55
+ export declare const LinkedinOutlined: React.ForwardRefExoticComponent<Omit<import("@ant-design/icons/es/components/AntdIcon").AntdIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
56
+ export declare const TwitterOutlined: React.ForwardRefExoticComponent<Omit<import("@ant-design/icons/es/components/AntdIcon").AntdIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
57
+ export declare const YoutubeOutlined: React.ForwardRefExoticComponent<Omit<import("@ant-design/icons/es/components/AntdIcon").AntdIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
58
+ export {};
59
+ //# sourceMappingURL=iconAdapters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iconAdapters.d.ts","sourceRoot":"","sources":["../../../src/utils/iconAdapters.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,KAAK,SAAS,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAoCF,eAAO,MAAM,iBAAiB,qBAAwB,CAAC;AACvD,eAAO,MAAM,eAAe,qBAAsB,CAAC;AACnD,eAAO,MAAM,gBAAgB,qBAAuB,CAAC;AACrD,eAAO,MAAM,mBAAmB,qBAA2B,CAAC;AAC5D,eAAO,MAAM,aAAa,qBAAqB,CAAC;AAChD,eAAO,MAAM,mBAAmB,qBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,qBAA+B,CAAC;AAChE,eAAO,MAAM,aAAa,qBAAoB,CAAC;AAC/C,eAAO,MAAM,YAAY,qBAAwB,CAAC;AAClD,eAAO,MAAM,iBAAiB,qBAA8B,CAAC;AAC7D,eAAO,MAAM,cAAc,qBAAkB,CAAC;AAC9C,eAAO,MAAM,gBAAgB,qBAA6B,CAAC;AAC3D,eAAO,MAAM,cAAc,qBAAmC,CAAC;AAC/D,eAAO,MAAM,YAAY,qBAAqB,CAAC;AAC/C,eAAO,MAAM,yBAAyB,qBAA0B,CAAC;AACjE,eAAO,MAAM,WAAW,qBAAoB,CAAC;AAC7C,eAAO,MAAM,YAAY,qBAA6B,CAAC;AACvD,eAAO,MAAM,cAAc,qBAAqB,CAAC;AACjD,eAAO,MAAM,cAAc,qBAA0B,CAAC;AACtD,eAAO,MAAM,YAAY,qBAAoB,CAAC;AAC9C,eAAO,MAAM,kBAAkB,qBAAgC,CAAC;AAChE,eAAO,MAAM,eAAe,qBAAsB,CAAC;AACnD,eAAO,MAAM,YAAY,qBAAmB,CAAC;AAC7C,eAAO,MAAM,YAAY,qBAAuB,CAAC;AACjD,eAAO,MAAM,WAAW,qBAAkB,CAAC;AAC3C,eAAO,MAAM,YAAY,qBAAkB,CAAC;AAC5C,eAAO,MAAM,sBAAsB,qBAA6B,CAAC;AACjE,eAAO,MAAM,gBAAgB,qBAA0B,CAAC;AACxD,eAAO,MAAM,cAAc,qBAA8B,CAAC;AAC1D,eAAO,MAAM,eAAe,qBAAkB,CAAC;AAC/C,eAAO,MAAM,gBAAgB,qBAAgC,CAAC;AAC9D,eAAO,MAAM,aAAa,qBAAoB,CAAC;AAC/C,eAAO,MAAM,YAAY,qBAA6B,CAAC;AACvD,eAAO,MAAM,YAAY,qBAAmB,CAAC;AAC7C,eAAO,MAAM,cAAc,qBAA2B,CAAC;AACvD,eAAO,MAAM,YAAY,qBAAkC,CAAC;AAC5D,eAAO,MAAM,eAAe,qBAA4B,CAAC;AACzD,eAAO,MAAM,aAAa,qBAAoB,CAAC;AAC/C,eAAO,MAAM,gBAAgB,qBAA2B,CAAC;AACzD,eAAO,MAAM,YAAY,qBAA0B,CAAC;AACpD,eAAO,MAAM,aAAa,qBAAgC,CAAC;AAC3D,eAAO,MAAM,YAAY,qBAAwB,CAAC;AAClD,eAAO,MAAM,gBAAgB,qBAAiC,CAAC;AAC/D,eAAO,MAAM,WAAW,qBAA0B,CAAC;AAEnD,eAAO,MAAM,eAAe,uJAAqB,CAAC;AAClD,eAAO,MAAM,aAAa,uJAAmB,CAAC;AAC9C,eAAO,MAAM,gBAAgB,uJAAsB,CAAC;AACpD,eAAO,MAAM,gBAAgB,uJAAsB,CAAC;AACpD,eAAO,MAAM,eAAe,uJAAqB,CAAC;AAClD,eAAO,MAAM,eAAe,uJAAqB,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Icon mapping for custom SVG icons
3
+ * Maps user-friendly names to file paths in src/assets/icons/individual/
4
+ */
5
+ export declare const CUSTOM_ICON_MAP: Record<string, string>;
6
+ /**
7
+ * Get the file path for a custom icon
8
+ */
9
+ export declare const getCustomIconPath: (iconName: string) => string;
10
+ /**
11
+ * List of all available custom icon names
12
+ */
13
+ export declare const CUSTOM_ICON_NAMES: string[];
14
+ //# sourceMappingURL=iconMapping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iconMapping.d.ts","sourceRoot":"","sources":["../../../src/utils/iconMapping.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAiQlD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,UAAU,MAAM,KAAG,MAEpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,UAA+B,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Icon utilities barrel export
3
+ */
4
+ export { useCustomIcon, Icon, getAvailableIcons, iconExists, CustomSvgIcon, } from './useCustomIcon';
5
+ export { CUSTOM_ICON_MAP, CUSTOM_ICON_NAMES, getCustomIconPath, } from './iconMapping';
6
+ //# sourceMappingURL=icons.d.ts.map