dhre-ui-kit 2.0.23 → 3.0.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 (82) 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 +30 -1
  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 +22 -53
  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/scrollList/CategoryItem.d.ts +11 -0
  48. package/lib/components/scrollList/category.d.ts +2 -60
  49. package/lib/components/scrollList/category.interface.d.ts +46 -0
  50. package/lib/components/scrollList/category.styles.d.ts +67 -0
  51. package/lib/components/singleSelectionTag/TagSingleSelection.d.ts +2 -47
  52. package/lib/components/singleSelectionTag/TagSingleSelection.interface.d.ts +13 -0
  53. package/lib/components/singleSelectionTag/TagSingleSelection.styles.d.ts +33 -0
  54. package/lib/components/tabs/Tabs.styles.d.ts +1 -1
  55. package/lib/components/textInput/Textinput.d.ts +5 -7
  56. package/lib/components/toast/Toast.d.ts +2 -2
  57. package/lib/components/toast/Toast.styles.d.ts +19 -15
  58. package/lib/index.d.ts +13 -1
  59. package/lib/index.js +8373 -6416
  60. package/lib/index.js.map +1 -1
  61. package/lib/index.mjs +8339 -6406
  62. package/lib/index.mjs.map +1 -1
  63. package/lib/theme/borderRadius.d.ts +34 -0
  64. package/lib/theme/colors.d.ts +74 -0
  65. package/lib/theme/fonts.d.ts +6 -6
  66. package/lib/theme/padding.d.ts +32 -0
  67. package/lib/theme/sizing.d.ts +53 -0
  68. package/lib/theme/spacing.d.ts +50 -0
  69. package/lib/theme/stroke.d.ts +15 -0
  70. package/lib/theme/themes.d.ts +176 -0
  71. package/lib/utils/appEnum.d.ts +77 -9
  72. package/package.json +9 -6
  73. package/src/assets/fonts/Inter-Bold.ttf +0 -0
  74. package/src/assets/fonts/Inter-Light.ttf +0 -0
  75. package/src/assets/fonts/Inter-Medium.ttf +0 -0
  76. package/src/assets/fonts/Meraas Aktiv Bold.ttf +0 -0
  77. package/src/assets/fonts/Meraas Aktiv Light.ttf +0 -0
  78. package/src/assets/fonts/Meraas Aktiv Regular.ttf +0 -0
  79. package/src/assets/fonts/Nakheel-HeadlineBold.otf +0 -0
  80. package/src/assets/fonts/Nakheel-HeadlineRegular.otf +0 -0
  81. package/src/assets/fonts/Nakheel-TextBold.otf +0 -0
  82. package/src/assets/fonts/Nakheel-TextRegular.otf +0 -0
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "dhre-ui-kit",
3
- "version": "2.0.23",
3
+ "version": "3.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "VerifyBeforePublish":["we will use the following versions for different projects",
8
- ": Meraas & DP = 0.0.1, Nakheel = 2.0.1"],
7
+ "VerifyBeforePublish": [
8
+ "we will use the following versions for different projects",
9
+ ": Meraas & DP = 0.0.1, Nakheel = 2.0.1"
10
+ ],
9
11
  "main": "lib/index.js",
10
12
  "module": "lib/index.mjs",
11
13
  "typings": "lib/index.d.ts",
@@ -42,20 +44,20 @@
42
44
  "react-native-calendars": "^1.1306.0",
43
45
  "react-native-country-picker-modal": "^2.0.0",
44
46
  "react-native-device-info": "^14.0.2",
45
- "react-native-document-picker": "^9.3.1",
46
47
  "react-native-element-dropdown": "^2.12.1",
47
48
  "react-native-fs": "^2.20.0",
49
+ "react-native-gesture-handler": "2.25.0",
48
50
  "react-native-modal": "^13.0.1",
49
51
  "react-native-paper": "^5.12.5",
50
52
  "react-native-pdf": "^6.7.5",
51
53
  "react-native-progress": "^5.0.1",
54
+ "react-native-svg": "15.12.1",
52
55
  "react-native-svg-transformer": "^1.5.0",
53
56
  "react-native-walkthrough-tooltip": "^1.6.0",
54
57
  "react-native-webview": "^13.12.0",
55
58
  "react-redux": "^9.1.2",
56
59
  "rn-tooltip": "^3.0.3",
57
- "react-native-gesture-handler": "2.25.0",
58
- "react-native-svg": "15.12.1"
60
+ "react-native-linear-gradient": "^2.8.3"
59
61
  },
60
62
  "devDependencies": {
61
63
  "@babel/preset-env": "^7.25.7",
@@ -90,6 +92,7 @@
90
92
  "prettier": "^3.3.3",
91
93
  "react": "^18.2.0",
92
94
  "react-native": "0.72.0",
95
+ "react-test-renderer": "18.3.1",
93
96
  "rollup": "^2.79.1",
94
97
  "rollup-plugin-commonjs": "^10.1.0",
95
98
  "rollup-plugin-dts": "^6.1.1",
Binary file
Binary file