dhre-ui-kit 2.0.23 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/lib/components/accordion/Accordion.styles.d.ts +0 -1
  2. package/lib/components/avatar/Avatar.d.ts +4 -0
  3. package/lib/components/avatar/Avatar.interface.d.ts +97 -0
  4. package/lib/components/avatar/Avatar.styles.d.ts +342 -0
  5. package/lib/components/avatar/index.d.ts +2 -0
  6. package/lib/components/background/Background.d.ts +4 -0
  7. package/lib/components/background/Background.interface.d.ts +16 -0
  8. package/lib/components/background/Background.styles.d.ts +10 -0
  9. package/lib/components/background/index.d.ts +2 -0
  10. package/lib/components/bottomDrawer/BottomDrawer.d.ts +2 -2
  11. package/lib/components/bottomDrawer/BottomDrawer.styles.d.ts +7 -1
  12. package/lib/components/button/Button.interface.d.ts +54 -2
  13. package/lib/components/button/Button.styles.d.ts +123 -0
  14. package/lib/components/checkBox/CheckBox.d.ts +2 -2
  15. package/lib/components/checkBox/CheckBox.interface.d.ts +35 -0
  16. package/lib/components/checkBox/CheckBox.styles.d.ts +4 -22
  17. package/lib/components/chip/Chip.d.ts +4 -0
  18. package/lib/components/chip/Chip.interface.d.ts +52 -0
  19. package/lib/components/chip/Chip.styles.d.ts +42 -0
  20. package/lib/components/chip/index.d.ts +2 -0
  21. package/lib/components/customDocumentPicker/CustomDocumentPicker.d.ts +0 -4
  22. package/lib/components/customDocumentPicker/CustomDocumentPicker.interface.d.ts +0 -16
  23. package/lib/components/customDocumentPicker/index.d.ts +0 -1
  24. package/lib/components/customHeader/CustomHeader.interface.d.ts +37 -6
  25. package/lib/components/customHeader/CustomHeader.styles.d.ts +10 -7
  26. package/lib/components/customIcon/CustomIcon.d.ts +2 -2
  27. package/lib/components/customIcon/CustomIcon.interface.d.ts +32 -2
  28. package/lib/components/customIcon/CustomIcon.styles.d.ts +76 -1
  29. package/lib/components/customInputText/CustomInputText.styles.d.ts +22 -53
  30. package/lib/components/customSearchBar/CustomSearchBar.d.ts +2 -2
  31. package/lib/components/customSearchBar/CustomSearchBar.interface.d.ts +1 -0
  32. package/lib/components/customSearchBar/CustomSearchBar.styles.d.ts +38 -59
  33. package/lib/components/dateRangePicker/DateRangePicker.styles.d.ts +26 -157
  34. package/lib/components/dropDown/DropDown.d.ts +7 -2
  35. package/lib/components/feedback/feedback.d.ts +1 -0
  36. package/lib/components/feedback/feedback.style.d.ts +20 -22
  37. package/lib/components/loader/Loader.d.ts +21 -0
  38. package/lib/components/loader/Loader.interface.d.ts +53 -0
  39. package/lib/components/loader/Loader.styles.d.ts +45 -0
  40. package/lib/components/loader/index.d.ts +2 -0
  41. package/lib/components/notificationBandge/NotificationBandge.styles.d.ts +22 -53
  42. package/lib/components/otp/otp.interface.d.ts +2 -0
  43. package/lib/components/otp/styles.d.ts +7 -4
  44. package/lib/components/progressBar/ProgressBar.d.ts +3 -23
  45. package/lib/components/progressBar/ProgressBar.interface.d.ts +94 -0
  46. package/lib/components/progressBar/ProgressBar.styles.d.ts +16 -0
  47. package/lib/components/property-details/property-details.interface.d.ts +1 -0
  48. package/lib/components/property-details/styles.d.ts +17 -10
  49. package/lib/components/scrollList/CategoryItem.d.ts +11 -0
  50. package/lib/components/scrollList/category.d.ts +2 -60
  51. package/lib/components/scrollList/category.interface.d.ts +46 -0
  52. package/lib/components/scrollList/category.styles.d.ts +67 -0
  53. package/lib/components/singleSelectionTag/TagSingleSelection.d.ts +2 -47
  54. package/lib/components/singleSelectionTag/TagSingleSelection.interface.d.ts +13 -0
  55. package/lib/components/singleSelectionTag/TagSingleSelection.styles.d.ts +33 -0
  56. package/lib/components/tabs/Tabs.styles.d.ts +1 -1
  57. package/lib/components/textInput/Textinput.d.ts +5 -7
  58. package/lib/components/toast/Toast.d.ts +2 -2
  59. package/lib/components/toast/Toast.styles.d.ts +19 -15
  60. package/lib/index.d.ts +13 -1
  61. package/lib/index.js +8644 -6494
  62. package/lib/index.js.map +1 -1
  63. package/lib/index.mjs +8510 -6386
  64. package/lib/index.mjs.map +1 -1
  65. package/lib/theme/borderRadius.d.ts +34 -0
  66. package/lib/theme/colors.d.ts +82 -0
  67. package/lib/theme/fonts.d.ts +6 -6
  68. package/lib/theme/padding.d.ts +32 -0
  69. package/lib/theme/sizing.d.ts +53 -0
  70. package/lib/theme/spacing.d.ts +50 -0
  71. package/lib/theme/stroke.d.ts +15 -0
  72. package/lib/theme/themes.d.ts +180 -0
  73. package/lib/utils/appEnum.d.ts +78 -9
  74. package/package.json +9 -6
  75. package/src/assets/fonts/Inter-Bold.ttf +0 -0
  76. package/src/assets/fonts/Inter-Light.ttf +0 -0
  77. package/src/assets/fonts/Inter-Medium.ttf +0 -0
  78. package/src/assets/fonts/Meraas Aktiv Bold.ttf +0 -0
  79. package/src/assets/fonts/Meraas Aktiv Light.ttf +0 -0
  80. package/src/assets/fonts/Meraas Aktiv Regular.ttf +0 -0
  81. package/src/assets/fonts/Nakheel-HeadlineBold.otf +0 -0
  82. package/src/assets/fonts/Nakheel-HeadlineRegular.otf +0 -0
  83. package/src/assets/fonts/Nakheel-TextBold.otf +0 -0
  84. package/src/assets/fonts/Nakheel-TextRegular.otf +0 -0
@@ -0,0 +1,34 @@
1
+ /**
2
+ * DHRE Corner Radius (Border Radius) Tokens
3
+ * Use for borderRadius on cards, buttons, inputs, sheets, and avatars.
4
+ * Values are responsive via moderateScale (baseline: 375pt).
5
+ *
6
+ * TODO: Verify values against the DHDS "Corner Radius" page in Figma
7
+ * (share the node URL from the DHDS — Atoms and molecules file).
8
+ * Current values follow the 4pt grid convention used across DHDS spacing.
9
+ */
10
+ export declare const DHRE_RADIUS_BASE: {
11
+ readonly RADIUS_2: number;
12
+ readonly RADIUS_4: number;
13
+ readonly RADIUS_8: number;
14
+ readonly RADIUS_12: number;
15
+ readonly RADIUS_16: number;
16
+ readonly RADIUS_20: number;
17
+ readonly RADIUS_24: number;
18
+ readonly RADIUS_36: number;
19
+ readonly RADIUS_100: number;
20
+ readonly RADIUS_120: number;
21
+ readonly RADIUS_200: number;
22
+ };
23
+ export declare const DHRE_RADIUS: {
24
+ readonly NONE: 0;
25
+ readonly XS: number;
26
+ readonly SM: number;
27
+ readonly MD: number;
28
+ readonly LG: number;
29
+ readonly XL: number;
30
+ readonly XXL: number;
31
+ readonly PILL: number;
32
+ readonly CIRCLE: 9999;
33
+ };
34
+ export type RadiusKey = keyof typeof DHRE_RADIUS;
@@ -179,3 +179,85 @@ export declare const DHRE_COLORS_TEXT: {
179
179
  DH_MEDIUM_GRAY: string;
180
180
  DH_SOFT_GRAY: string;
181
181
  };
182
+ export declare const DHRE_DEEP_SPACE_BLUE: {
183
+ 950: string;
184
+ 900: string;
185
+ 800: string;
186
+ 700: string;
187
+ 600: string;
188
+ 500: string;
189
+ 400: string;
190
+ 300: string;
191
+ 200: string;
192
+ 100: string;
193
+ DSP_900_TRANSPERANT_20: string;
194
+ DSP_900_TRANSPERANT_10: string;
195
+ };
196
+ export declare const DHRE_CORE_BLUE: {
197
+ 400: string;
198
+ 300: string;
199
+ 200: string;
200
+ 100: string;
201
+ 50: string;
202
+ TRANSPARENT_60: string;
203
+ };
204
+ export declare const DHRE_CYAN_HIGHLIGHT: {
205
+ 600: string;
206
+ 500: string;
207
+ 400: string;
208
+ 300: string;
209
+ 200: string;
210
+ 100: string;
211
+ 50: string;
212
+ TRANSPARENT: string;
213
+ };
214
+ export declare const DHRE_WHITE: {
215
+ 100: string;
216
+ TRANSPARENT_50: string;
217
+ TRANSPARENT_30: string;
218
+ TRANSPARENT_10: string;
219
+ };
220
+ export declare const DHRE_INFO_BLUE: {
221
+ 400: string;
222
+ 300: string;
223
+ 200: string;
224
+ 100: string;
225
+ 50: string;
226
+ TRANSPARENT_35: string;
227
+ TRASNPARENT: string;
228
+ };
229
+ export declare const DHRE_SUCCESS_GREEN: {
230
+ 400: string;
231
+ 300: string;
232
+ 200: string;
233
+ 100: string;
234
+ 50: string;
235
+ TRANSPARENT_50: string;
236
+ TRANSPARENT_10: string;
237
+ };
238
+ export declare const DHRE_ORANGE_WARNING: {
239
+ 400: string;
240
+ 300: string;
241
+ 200: string;
242
+ 100: string;
243
+ 50: string;
244
+ TRANSPARENT_60: string;
245
+ TRANSPARENT_10: string;
246
+ };
247
+ export declare const DHRE_RED_ERROR: {
248
+ 400: string;
249
+ 300: string;
250
+ 200: string;
251
+ 100: string;
252
+ 50: string;
253
+ TRANSPARENT_400_60: string;
254
+ TRANSPARENT_400_10: string;
255
+ };
256
+ export declare const DHRE_CONFIRMATION_ERROR_GRADIENT: {
257
+ light: readonly ["#F0809E", "#FFFFFF"];
258
+ dark: readonly ["#EB0542", "#000A28"];
259
+ };
260
+ export declare const DHRE_CONFIRMATION_BASE_GRADIENT: {
261
+ light: readonly ["rgba(165, 233, 255, 0)", "#52C5E8"];
262
+ dark: readonly ["rgba(165, 233, 255, 0)", "#279DC1"];
263
+ };
@@ -2,11 +2,11 @@ import { TextStyle } from 'react-native';
2
2
  interface FontStyles {
3
3
  [key: string]: TextStyle;
4
4
  }
5
- export declare const meraasActivFontfamily: TextStyle;
6
- export declare const serifActivFontfamily: TextStyle;
7
- export declare const nakheelHeadlineFontfamily: TextStyle;
8
- export declare const nakheelHeadlineTextFontfamily: TextStyle;
9
- export declare const nakheelTextBoldFontfamily: TextStyle;
10
- export declare const nakheelTextFontfamily: TextStyle;
5
+ export declare const InterBold = "Inter-Bold";
6
+ export declare const InterLight = "Inter-Light";
7
+ export declare const InterMedium = "Inter-Medium";
8
+ export declare const lifestyleInterBold: TextStyle;
9
+ export declare const lifestyleInterLight: TextStyle;
10
+ export declare const lifestyleInterMedium: TextStyle;
11
11
  export declare const FONT_STYLES: FontStyles;
12
12
  export {};
@@ -0,0 +1,32 @@
1
+ /**
2
+ * DHRE Padding Tokens
3
+ * Use for component-level inner padding (paddingHorizontal, paddingVertical, padding).
4
+ * Kept separate from spacing so padding intent is explicit at the call site.
5
+ * Values are responsive via moderateScale (baseline: 375pt).
6
+ */
7
+ export declare const DHRE_PADDING_BASE: {
8
+ readonly PADDING_4: number;
9
+ readonly PADDING_8: number;
10
+ readonly PADDING_12: number;
11
+ readonly PADDING_16: number;
12
+ readonly PADDING_20: number;
13
+ readonly PADDING_24: number;
14
+ readonly PADDING_28: number;
15
+ readonly PADDING_32: number;
16
+ readonly PADDING_36: number;
17
+ readonly PADDING_40: number;
18
+ readonly PADDING_48: number;
19
+ readonly PADDING_56: number;
20
+ readonly PADDING_64: number;
21
+ };
22
+ export declare const DHRE_PADDING: {
23
+ readonly NONE: 0;
24
+ readonly XS: number;
25
+ readonly SM: number;
26
+ readonly MD: number;
27
+ readonly LG: number;
28
+ readonly XL: number;
29
+ readonly XXL: number;
30
+ readonly XXXL: number;
31
+ };
32
+ export type PaddingKey = keyof typeof DHRE_PADDING;
@@ -0,0 +1,53 @@
1
+ /**
2
+ * DHRE Sizing Tokens (Width & Height)
3
+ * Use for fixed component dimensions: icons, avatars, buttons, inputs, bars.
4
+ *
5
+ * Convention:
6
+ * - Width-axis / square dimensions → moderateScale (scales with screen width)
7
+ * - Height-axis dimensions → verticalScale (scales with screen height)
8
+ *
9
+ * TODO: Verify values against the DHDS "Width & Height" page in Figma
10
+ * (share the node URL from the DHDS — Atoms and molecules file).
11
+ * Current values are based on DHDS design conventions and 8pt grid.
12
+ */
13
+ export declare const DHRE_ICON_SIZE: {
14
+ readonly XS: number;
15
+ readonly SM: number;
16
+ readonly MD: number;
17
+ readonly LG: number;
18
+ readonly XL: number;
19
+ readonly XXL: number;
20
+ };
21
+ export declare const DHRE_AVATAR_SIZE: {
22
+ readonly XS: number;
23
+ readonly SM: number;
24
+ readonly MD: number;
25
+ readonly LG: number;
26
+ readonly XL: number;
27
+ readonly XXL: number;
28
+ };
29
+ export declare const DHRE_COMPONENT_HEIGHT: {
30
+ readonly BUTTON_SM: number;
31
+ readonly BUTTON_MD: number;
32
+ readonly BUTTON_LG: number;
33
+ readonly INPUT_SM: number;
34
+ readonly INPUT_MD: number;
35
+ readonly INPUT_LG: number;
36
+ readonly TAB_BAR: number;
37
+ readonly HEADER: number;
38
+ readonly BOTTOM_SHEET: number;
39
+ readonly LIST_ITEM_SM: number;
40
+ readonly LIST_ITEM_MD: number;
41
+ readonly LIST_ITEM_LG: number;
42
+ };
43
+ export declare const DHRE_IMAGE_SIZE: {
44
+ readonly THUMB_SM: number;
45
+ readonly THUMB_MD: number;
46
+ readonly THUMB_LG: number;
47
+ readonly CARD_SM: number;
48
+ readonly CARD_MD: number;
49
+ };
50
+ export type IconSizeKey = keyof typeof DHRE_ICON_SIZE;
51
+ export type AvatarSizeKey = keyof typeof DHRE_AVATAR_SIZE;
52
+ export type ComponentHeightKey = keyof typeof DHRE_COMPONENT_HEIGHT;
53
+ export type ImageSizeKey = keyof typeof DHRE_IMAGE_SIZE;
@@ -0,0 +1,50 @@
1
+ /**
2
+ * DHRE Spacing Tokens
3
+ * Primitive spacing scale — 4pt base grid.
4
+ * Use for margins, gaps, and layout whitespace.
5
+ * Values are responsive via moderateScale (baseline: 375pt).
6
+ */
7
+ export declare const DHRE_SPACING_BASE: {
8
+ readonly SPACE_0: 0;
9
+ readonly SPACE_4: number;
10
+ readonly SPACE_6: number;
11
+ readonly SPACE_8: number;
12
+ readonly SPACE_16: number;
13
+ readonly SPACE_20: number;
14
+ readonly SPACE_24: number;
15
+ readonly SPACE_28: number;
16
+ readonly SPACE_32: number;
17
+ readonly SPACE_36: number;
18
+ readonly SPACE_40: number;
19
+ readonly SPACE_48: number;
20
+ readonly SPACE_56: number;
21
+ readonly SPACE_64: number;
22
+ readonly SPACE_72: number;
23
+ readonly SPACE_80: number;
24
+ readonly SPACE_88: number;
25
+ readonly SPACE_96: number;
26
+ readonly SPACE_104: number;
27
+ readonly SPACE_112: number;
28
+ readonly SPACE_120: number;
29
+ readonly SPACE_128: number;
30
+ readonly SPACE_136: number;
31
+ readonly SPACE_144: number;
32
+ readonly SPACE_152: number;
33
+ readonly SPACE_160: number;
34
+ };
35
+ /**
36
+ * Semantic spacing aliases mapped to the base scale.
37
+ * Prefer these named tokens over raw SPACE_N values in components.
38
+ */
39
+ export declare const DHRE_SPACING: {
40
+ readonly NONE: 0;
41
+ readonly XS: number;
42
+ readonly SM: number;
43
+ readonly MD: number;
44
+ readonly LG: number;
45
+ readonly XL: number;
46
+ readonly XXL: number;
47
+ readonly XXXL: number;
48
+ };
49
+ export type SpacingBaseKey = keyof typeof DHRE_SPACING_BASE;
50
+ export type SpacingKey = keyof typeof DHRE_SPACING;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * DHRE Stroke (Border Width) Tokens
3
+ *
4
+ * ⚠️ IMPORTANT — Do NOT wrap these values in moderateScale / verticalScale.
5
+ * Border widths in React Native are physical pixels. Scaling a 1pt border
6
+ * produces sub-pixel values (e.g. 0.75) that render as blurry, anti-aliased
7
+ * edges on high-density (retina) displays. Always keep borders as integers.
8
+ */
9
+ export declare const DHRE_STROKE: {
10
+ readonly NONE: 0;
11
+ readonly THIN: 1;
12
+ readonly MEDIUM: 2;
13
+ readonly THICK: 4;
14
+ };
15
+ export type StrokeKey = keyof typeof DHRE_STROKE;
@@ -7,6 +7,14 @@ declare const theme: {
7
7
  light: string;
8
8
  dark: string;
9
9
  };
10
+ SURFACE_PRIMARY_CARDS: {
11
+ light: string;
12
+ dark: string;
13
+ };
14
+ SURFACE_PRIMARY_TRANSPARENT: {
15
+ light: string;
16
+ dark: string;
17
+ };
10
18
  SURFACE_SECONDARY: {
11
19
  light: string;
12
20
  dark: string;
@@ -15,10 +23,18 @@ declare const theme: {
15
23
  light: string;
16
24
  dark: string;
17
25
  };
26
+ SURFACE_SECONDARY_TRANSPARENT: {
27
+ light: string;
28
+ dark: string;
29
+ };
18
30
  SURFACE_TERTIARY: {
19
31
  light: string;
20
32
  dark: string;
21
33
  };
34
+ SURFACE_TERTIARY_TRANSPARENT: {
35
+ light: string;
36
+ dark: string;
37
+ };
22
38
  SURFACE_STATIC: {
23
39
  light: string;
24
40
  dark: string;
@@ -35,6 +51,14 @@ declare const theme: {
35
51
  light: string;
36
52
  dark: string;
37
53
  };
54
+ SURFACE_DISABLE_DARK: {
55
+ light: string;
56
+ dark: string;
57
+ };
58
+ SURFACE_DISABLE_LIGHT: {
59
+ light: string;
60
+ dark: string;
61
+ };
38
62
  SURFACE_INVERTED: {
39
63
  light: string;
40
64
  dark: string;
@@ -51,6 +75,38 @@ declare const theme: {
51
75
  light: string;
52
76
  dark: string;
53
77
  };
78
+ SURFACE_SUCCESS: {
79
+ light: string;
80
+ dark: string;
81
+ };
82
+ SURFACE_SUCCESS_TRANSPARENT: {
83
+ light: string;
84
+ dark: string;
85
+ };
86
+ SURFACE_INFO: {
87
+ light: string;
88
+ dark: string;
89
+ };
90
+ SURFACE_INFO_TRANSPARENT: {
91
+ light: string;
92
+ dark: string;
93
+ };
94
+ SURFACE_WARNING: {
95
+ light: string;
96
+ dark: string;
97
+ };
98
+ SURFACE_WARNING_TRANSPARENT: {
99
+ light: string;
100
+ dark: string;
101
+ };
102
+ SURFACE_ERROR: {
103
+ light: string;
104
+ dark: string;
105
+ };
106
+ SURFACE_ERROR_TRANSPARENT: {
107
+ light: string;
108
+ dark: string;
109
+ };
54
110
  CONTENT_PRIMARY: {
55
111
  light: string;
56
112
  dark: string;
@@ -59,6 +115,10 @@ declare const theme: {
59
115
  light: string;
60
116
  dark: string;
61
117
  };
118
+ CONTENT_TERTIARY: {
119
+ light: string;
120
+ dark: string;
121
+ };
62
122
  CONTENT_SECONDARY_TEXT: {
63
123
  light: string;
64
124
  dark: string;
@@ -71,6 +131,14 @@ declare const theme: {
71
131
  light: string;
72
132
  dark: string;
73
133
  };
134
+ CONTENT_DISABLE_DARK: {
135
+ light: string;
136
+ dark: string;
137
+ };
138
+ CONTENT_DISABLE_LIGHT: {
139
+ light: string;
140
+ dark: string;
141
+ };
74
142
  CONTENT_INVERTED: {
75
143
  light: string;
76
144
  dark: string;
@@ -131,18 +199,42 @@ declare const theme: {
131
199
  light: string;
132
200
  dark: string;
133
201
  };
202
+ WARNING_EMPHASIS: {
203
+ light: string;
204
+ dark: string;
205
+ };
134
206
  SUCCESS: {
135
207
  light: string;
136
208
  dark: string;
137
209
  };
210
+ SUCCESS_EMPHASIS: {
211
+ light: string;
212
+ dark: string;
213
+ };
138
214
  INFO: {
139
215
  light: string;
140
216
  dark: string;
141
217
  };
218
+ INFO_EMPHASIS: {
219
+ light: string;
220
+ dark: string;
221
+ };
142
222
  ERROR: {
143
223
  light: string;
144
224
  dark: string;
145
225
  };
226
+ ERROR_EMPHASIS: {
227
+ light: string;
228
+ dark: string;
229
+ };
230
+ LINK: {
231
+ light: string;
232
+ dark: string;
233
+ };
234
+ LINK_INVERTED: {
235
+ light: string;
236
+ dark: string;
237
+ };
146
238
  TRANSPARENT_INVERTED: {
147
239
  light: string;
148
240
  dark: string;
@@ -159,5 +251,93 @@ declare const theme: {
159
251
  light: string;
160
252
  dark: string;
161
253
  };
254
+ BUTTON_DEFAULT_FILL: {
255
+ light: string;
256
+ dark: string;
257
+ };
258
+ BUTTON_HOVER_FILL: {
259
+ light: string;
260
+ dark: string;
261
+ };
262
+ BUTTON_HOVER_FILL_SECONDARY: {
263
+ light: string;
264
+ dark: string;
265
+ };
266
+ BUTTON_INVRTED_FILL: {
267
+ light: string;
268
+ dark: string;
269
+ };
270
+ BUTTON_DISABLED_FILL: {
271
+ light: string;
272
+ dark: string;
273
+ };
274
+ BUTTON_DISABLED_FILL_2: {
275
+ light: string;
276
+ dark: string;
277
+ };
278
+ BUTTON_SUCCESS_FILL: {
279
+ light: string;
280
+ dark: string;
281
+ };
282
+ NOTIFICATIONS_INFO: {
283
+ light: string;
284
+ dark: string;
285
+ };
286
+ NOTIFICATIONS_HIGHLIGHT: {
287
+ light: string;
288
+ dark: string;
289
+ };
290
+ BLUR_20: {
291
+ light: string;
292
+ dark: string;
293
+ };
294
+ BLUR_40: {
295
+ light: string;
296
+ dark: string;
297
+ };
298
+ STROKE_PRIMARY: {
299
+ dark: string;
300
+ light: string;
301
+ };
302
+ STROKE_SECONDARY: {
303
+ dark: string;
304
+ light: string;
305
+ };
306
+ STROKE_TERTIARY: {
307
+ dark: string;
308
+ light: string;
309
+ };
310
+ STROKE_INVERTED: {
311
+ dark: string;
312
+ light: string;
313
+ };
314
+ STROKE_ERROR: {
315
+ dark: string;
316
+ light: string;
317
+ };
318
+ STROKE_SUCCESS: {
319
+ dark: string;
320
+ light: string;
321
+ };
322
+ STROKE_INFO: {
323
+ dark: string;
324
+ light: string;
325
+ };
326
+ STROKE_WARNING: {
327
+ dark: string;
328
+ light: string;
329
+ };
330
+ STROKE_DISABLED_DARK: {
331
+ dark: string;
332
+ light: string;
333
+ };
334
+ STROKE_DISABLED_DARK2: {
335
+ dark: string;
336
+ light: string;
337
+ };
338
+ STROKE_ACTIVE: {
339
+ dark: string;
340
+ light: string;
341
+ };
162
342
  };
163
343
  export default theme;
@@ -23,14 +23,14 @@ export declare enum FontStyle {
23
23
  H6_BOLD = "H6_BOLD",
24
24
  H7_BOLD = "H7_BOLD",
25
25
  H8_BOLD = "H8_BOLD",
26
- H1_REGULAR = "H1_REGULAR",
27
- H2_REGULAR = "H2_REGULAR",
28
- H3_REGULAR = "H3_REGULAR",
29
- H4_REGULAR = "H4_REGULAR",
30
- H5_REGULAR = "H5_REGULAR",
31
- H6_REGULAR = "H6_REGULAR",
32
- H7_REGULAR = "H7_REGULAR",
33
- H8_REGULAR = "H8_REGULAR",
26
+ H1_MEDIUM = "H1_MEDIUM",
27
+ H2_MEDIUM = "H2_MEDIUM",
28
+ H3_MEDIUM = "H3_MEDIUM",
29
+ H4_MEDIUM = "H4_MEDIUM",
30
+ H5_MEDIUM = "H5_MEDIUM",
31
+ H6_MEDIUM = "H6_MEDIUM",
32
+ H7_MEDIUM = "H7_MEDIUM",
33
+ H8_MEDIUM = "H8_MEDIUM",
34
34
  H1_LIGHT = "H1_LIGHT",
35
35
  H2_LIGHT = "H2_LIGHT",
36
36
  H3_LIGHT = "H3_LIGHT",
@@ -39,6 +39,30 @@ export declare enum FontStyle {
39
39
  H6_LIGHT = "H6_LIGHT",
40
40
  H7_LIGHT = "H7_LIGHT",
41
41
  H8_LIGHT = "H8_LIGHT",
42
+ H1_LINK = "H1_LINK",
43
+ H2_LINK = "H2_LINK",
44
+ H3_LINK = "H3_LINK",
45
+ H4_LINK = "H4_LINK",
46
+ H5_LINK = "H5_LINK",
47
+ H6_LINK = "H6_LINK",
48
+ H7_LINK = "H7_LINK",
49
+ H8_LINK = "H8_LINK",
50
+ BODY1_BOLD = "BODY1_BOLD",
51
+ BODY2_BOLD = "BODY2_BOLD",
52
+ BODY3_BOLD = "BODY3_BOLD",
53
+ BODY4_BOLD = "BODY4_BOLD",
54
+ BODY1_MEDIUM = "BODY1_MEDIUM",
55
+ BODY2_MEDIUM = "BODY2_MEDIUM",
56
+ BODY3_MEDIUM = "BODY3_MEDIUM",
57
+ BODY4_MEDIUM = "BODY4_MEDIUM",
58
+ BODY1_LIGHT = "BODY1_LIGHT",
59
+ BODY2_LIGHT = "BODY2_LIGHT",
60
+ BODY3_LIGHT = "BODY3_LIGHT",
61
+ BODY4_LIGHT = "BODY4_LIGHT",
62
+ BODY1_LINK = "BODY1_LINK",
63
+ BODY2_LINK = "BODY2_LINK",
64
+ BODY3_LINK = "BODY3_LINK",
65
+ BODY4_LINK = "BODY4_LINK",
42
66
  B1_BOLD = "B1_BOLD",
43
67
  B2_BOLD = "B2_BOLD",
44
68
  B3_BOLD = "B3_BOLD",
@@ -57,20 +81,37 @@ export declare enum FontStyle {
57
81
  export declare enum Theme {
58
82
  SURFACE_PRIMARY = "SURFACE_PRIMARY",
59
83
  SURFACE_PRIMARY_NAKHEEL = "SURFACE_PRIMARY_NAKHEEL",
84
+ SURFACE_PRIMARY_CARDS = "SURFACE_PRIMARY_CARDS",
85
+ SURFACE_PRIMARY_TRANSPARENT = "SURFACE_PRIMARY_TRANSPARENT",
60
86
  SURFACE_SECONDARY = "SURFACE_SECONDARY",
61
87
  SURFACE_SECONDARY_NAKHEEL = "SURFACE_SECONDARY_NAKHEEL",
88
+ SURFACE_SECONDARY_TRANSPARENT = "SURFACE_SECONDARY_TRANSPARENT",
62
89
  SURFACE_TERTIARY = "SURFACE_TERTIARY",
90
+ SURFACE_TERTIARY_TRANSPARENT = "SURFACE_TERTIARY_TRANSPARENT",
63
91
  SURFACE_STATIC = "SURFACE_STATIC",
64
92
  SURFACE_BRAND_STATIC = "SURFACE_BRAND_STATIC",
65
93
  SURFACE_BRAND_TRANSPARENT_STATIC = "SURFACE_BRAND_TRANSPARENT_STATIC",
66
94
  SURFACE_DISABLE = "SURFACE_DISABLE",
95
+ SURFACE_DISABLE_DARK = "SURFACE_DISABLE_DARK",
96
+ SURFACE_DISABLE_LIGHT = "SURFACE_DISABLE_LIGHT",
67
97
  SURFACE_INVERTED = "SURFACE_INVERTED",
68
98
  SURFACE_INVERTED_TRANSPARENT = "SURFACE_INVERTED_TRANSPARENT",
69
99
  SURFACE_DROP_SHADOW = "SURFACE_DROP_SHADOW",
70
100
  SURFACE_BLUR = "SURFACE_BLUR",
101
+ SURFACE_SUCCESS = "SURFACE_SUCCESS",
102
+ SURFACE_SUCCESS_TRANSPARENT = "SURFACE_SUCCESS_TRANSPARENT",
103
+ SURFACE_INFO = "SURFACE_INFO",
104
+ SURFACE_INFO_TRANSPARENT = "SURFACE_INFO_TRANSPARENT",
105
+ SURFACE_WARNING = "SURFACE_WARNING",
106
+ SURFACE_WARNING_TRANSPARENT = "SURFACE_WARNING_TRANSPARENT",
107
+ SURFACE_ERROR = "SURFACE_ERROR",
108
+ SURFACE_ERROR_TRANSPARENT = "SURFACE_ERROR_TRANSPARENT",
71
109
  CONTENT_PRIMARY = "CONTENT_PRIMARY",
72
110
  CONTENT_SECONDRY = "CONTENT_SECONDRY",
111
+ CONTENT_TERTIARY = "CONTENT_TERTIARY",
73
112
  CONTENT_DISABLE = "CONTENT_DISABLE",
113
+ CONTENT_DISABLE_DARK = "CONTENT_DISABLE_DARK",
114
+ CONTENT_DISABLE_LIGHT = "CONTENT_DISABLE_LIGHT",
74
115
  CONTENT_INVERTED = "CONTENT_INVERTED",
75
116
  CONTENT_STATIC = "CONTENT_STATIC",
76
117
  CONTENT_PRIMARY_STATIC = "CONTENT_PRIMARY_STATIC",
@@ -88,11 +129,39 @@ export declare enum Theme {
88
129
  BORDER_STATIC = "BORDER_STATIC",
89
130
  BORDER_SEPRATOR = "BORDER_SEPRATOR",
90
131
  WARNING = "WARNING",
132
+ WARNING_EMPHASIS = "WARNING_EMPHASIS",
91
133
  SUCCESS = "SUCCESS",
134
+ SUCCESS_EMPHASIS = "SUCCESS_EMPHASIS",
92
135
  INFO = "INFO",
136
+ INFO_EMPHASIS = "INFO_EMPHASIS",
93
137
  ERROR = "ERROR",
138
+ ERROR_EMPHASIS = "ERROR_EMPHASIS",
139
+ LINK = "LINK",
140
+ LINK_INVERTED = "LINK_INVERTED",
94
141
  TRANSPARENT_INVERTED = "TRANSPARENT_INVERTED",
95
142
  SYSTEM_BLUE = "SYSTEM_BLUE",
96
143
  SYSTEM_BACKGROUND = "SYSTEM_BACKGROUND",
97
- LIGHT_GRAY = "LIGHT_GRAY"
144
+ LIGHT_GRAY = "LIGHT_GRAY",
145
+ BUTTON_DEFAULT_FILL = "BUTTON_DEFAULT_FILL",
146
+ BUTTON_HOVER_FILL = "BUTTON_HOVER_FILL",
147
+ BUTTON_HOVER_FILL_SECONDARY = "BUTTON_HOVER_FILL_SECONDARY",
148
+ BUTTON_INVRTED_FILL = "BUTTON_INVRTED_FILL",
149
+ BUTTON_DISABLED_FILL = "BUTTON_DISABLED_FILL",
150
+ BUTTON_DISABLED_FILL_2 = "BUTTON_DISABLED_FILL_2",
151
+ BUTTON_SUCCESS_FILL = "BUTTON_SUCCESS_FILL",
152
+ NOTIFICATIONS_INFO = "NOTIFICATIONS_INFO",
153
+ NOTIFICATIONS_HIGHLIGHT = "NOTIFICATIONS_HIGHLIGHT",
154
+ BLUR_20 = "BLUR_20",
155
+ BLUR_40 = "BLUR_40",
156
+ STROKE_PRIMARY = "STROKE_PRIMARY",
157
+ STROKE_SECONDARY = "STROKE_SECONDARY",
158
+ STROKE_TERTIARY = "STROKE_TERTIARY",
159
+ STROKE_INVERTED = "STROKE_INVERTED",
160
+ STROKE_ERROR = "STROKE_ERROR",
161
+ STROKE_SUCCESS = "STROKE_SUCCESS",
162
+ STROKE_WARNING = "STROKE_WARNING",
163
+ STROKE_INFO = "STROKE_INFO",
164
+ STROKE_DISABLED_DARK = "STROKE_DISABLED_DARK",
165
+ STROKE_DISABLED_DARK2 = "STROKE_DISABLED_DARK2",
166
+ STROKE_ACTIVE = "STROKE_ACTIVE"
98
167
  }