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.
- package/lib/components/accordion/Accordion.styles.d.ts +0 -1
- package/lib/components/avatar/Avatar.d.ts +4 -0
- package/lib/components/avatar/Avatar.interface.d.ts +97 -0
- package/lib/components/avatar/Avatar.styles.d.ts +342 -0
- package/lib/components/avatar/index.d.ts +2 -0
- package/lib/components/background/Background.d.ts +4 -0
- package/lib/components/background/Background.interface.d.ts +16 -0
- package/lib/components/background/Background.styles.d.ts +10 -0
- package/lib/components/background/index.d.ts +2 -0
- package/lib/components/bottomDrawer/BottomDrawer.d.ts +2 -2
- package/lib/components/bottomDrawer/BottomDrawer.styles.d.ts +7 -1
- package/lib/components/button/Button.interface.d.ts +54 -2
- package/lib/components/button/Button.styles.d.ts +123 -0
- package/lib/components/checkBox/CheckBox.d.ts +2 -2
- package/lib/components/checkBox/CheckBox.interface.d.ts +35 -0
- package/lib/components/checkBox/CheckBox.styles.d.ts +4 -22
- package/lib/components/chip/Chip.d.ts +4 -0
- package/lib/components/chip/Chip.interface.d.ts +52 -0
- package/lib/components/chip/Chip.styles.d.ts +42 -0
- package/lib/components/chip/index.d.ts +2 -0
- package/lib/components/customDocumentPicker/CustomDocumentPicker.d.ts +0 -4
- package/lib/components/customDocumentPicker/CustomDocumentPicker.interface.d.ts +0 -16
- package/lib/components/customDocumentPicker/index.d.ts +0 -1
- package/lib/components/customHeader/CustomHeader.interface.d.ts +37 -6
- package/lib/components/customHeader/CustomHeader.styles.d.ts +10 -7
- package/lib/components/customIcon/CustomIcon.d.ts +2 -2
- package/lib/components/customIcon/CustomIcon.interface.d.ts +30 -1
- package/lib/components/customIcon/CustomIcon.styles.d.ts +76 -1
- package/lib/components/customInputText/CustomInputText.styles.d.ts +22 -53
- package/lib/components/customSearchBar/CustomSearchBar.d.ts +2 -2
- package/lib/components/customSearchBar/CustomSearchBar.interface.d.ts +1 -0
- package/lib/components/customSearchBar/CustomSearchBar.styles.d.ts +38 -59
- package/lib/components/dateRangePicker/DateRangePicker.styles.d.ts +22 -53
- package/lib/components/dropDown/DropDown.d.ts +7 -2
- package/lib/components/feedback/feedback.d.ts +1 -0
- package/lib/components/feedback/feedback.style.d.ts +20 -22
- package/lib/components/loader/Loader.d.ts +21 -0
- package/lib/components/loader/Loader.interface.d.ts +53 -0
- package/lib/components/loader/Loader.styles.d.ts +45 -0
- package/lib/components/loader/index.d.ts +2 -0
- package/lib/components/notificationBandge/NotificationBandge.styles.d.ts +22 -53
- package/lib/components/otp/otp.interface.d.ts +2 -0
- package/lib/components/otp/styles.d.ts +7 -4
- package/lib/components/progressBar/ProgressBar.d.ts +3 -23
- package/lib/components/progressBar/ProgressBar.interface.d.ts +94 -0
- package/lib/components/progressBar/ProgressBar.styles.d.ts +16 -0
- package/lib/components/scrollList/CategoryItem.d.ts +11 -0
- package/lib/components/scrollList/category.d.ts +2 -60
- package/lib/components/scrollList/category.interface.d.ts +46 -0
- package/lib/components/scrollList/category.styles.d.ts +67 -0
- package/lib/components/singleSelectionTag/TagSingleSelection.d.ts +2 -47
- package/lib/components/singleSelectionTag/TagSingleSelection.interface.d.ts +13 -0
- package/lib/components/singleSelectionTag/TagSingleSelection.styles.d.ts +33 -0
- package/lib/components/tabs/Tabs.styles.d.ts +1 -1
- package/lib/components/textInput/Textinput.d.ts +5 -7
- package/lib/components/toast/Toast.d.ts +2 -2
- package/lib/components/toast/Toast.styles.d.ts +19 -15
- package/lib/index.d.ts +13 -1
- package/lib/index.js +8373 -6416
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +8339 -6406
- package/lib/index.mjs.map +1 -1
- package/lib/theme/borderRadius.d.ts +34 -0
- package/lib/theme/colors.d.ts +74 -0
- package/lib/theme/fonts.d.ts +6 -6
- package/lib/theme/padding.d.ts +32 -0
- package/lib/theme/sizing.d.ts +53 -0
- package/lib/theme/spacing.d.ts +50 -0
- package/lib/theme/stroke.d.ts +15 -0
- package/lib/theme/themes.d.ts +176 -0
- package/lib/utils/appEnum.d.ts +77 -9
- package/package.json +9 -6
- package/src/assets/fonts/Inter-Bold.ttf +0 -0
- package/src/assets/fonts/Inter-Light.ttf +0 -0
- package/src/assets/fonts/Inter-Medium.ttf +0 -0
- package/src/assets/fonts/Meraas Aktiv Bold.ttf +0 -0
- package/src/assets/fonts/Meraas Aktiv Light.ttf +0 -0
- package/src/assets/fonts/Meraas Aktiv Regular.ttf +0 -0
- package/src/assets/fonts/Nakheel-HeadlineBold.otf +0 -0
- package/src/assets/fonts/Nakheel-HeadlineRegular.otf +0 -0
- package/src/assets/fonts/Nakheel-TextBold.otf +0 -0
- 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": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"VerifyBeforePublish":[
|
|
8
|
-
|
|
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-
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|