elseware-ui 3.5.0 → 3.6.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/LICENSE +20 -20
- package/dist/components/data-display/lists/ListItem.d.ts.map +1 -1
- package/dist/components/data-display/rating/star-rating/StarRating.d.ts.map +1 -1
- package/dist/components/data-entry/image-input/web/ImageInput.web.d.ts.map +1 -1
- package/dist/components/data-entry/multi-image-input/web/MultiImageInput.web.d.ts.map +1 -1
- package/dist/components/data-entry/rating/StarRatingInput.d.ts.map +1 -1
- package/dist/components/navigation/drawer/DrawerToggler.d.ts.map +1 -1
- package/dist/components/navigation/header-nav/HeaderNavGroup.d.ts.map +1 -1
- package/dist/components/navigation/menu/components/MenuGroup.d.ts.map +1 -1
- package/dist/components/surfaces/accordion/Accordion.d.ts.map +1 -1
- package/dist/components/theme/ThemeSwitch.d.ts.map +1 -1
- package/dist/compositions/comment-thread/components/CommentRepliesToggle.d.ts.map +1 -1
- package/dist/compositions/comment-thread/components/renderers/CommentActions.d.ts.map +1 -1
- package/dist/compositions/comment-thread/components/renderers/CommentMenu.d.ts.map +1 -1
- package/dist/compositions/data-display/system-health-status/SystemHealthStatus.utils.d.ts.map +1 -1
- package/dist/compositions/data-display/system-health-status/types.d.ts +3 -3
- package/dist/compositions/data-display/system-health-status/types.d.ts.map +1 -1
- package/dist/compositions/navigation/top-nav/components/TNDropdownGroup.d.ts.map +1 -1
- package/dist/compositions/review-thread/components/renderers/ReviewActions.d.ts.map +1 -1
- package/dist/compositions/review-thread/components/renderers/ReviewMenu.d.ts.map +1 -1
- package/dist/compositions/review-thread/components/renderers/ReviewReplyMenu.d.ts.map +1 -1
- package/dist/index.css +0 -6
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +74 -74
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elseware-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A modern and customizable React UI component library by elseware Technology.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"react-native": ">=0.75 <0.87",
|
|
86
86
|
"nativewind": ">=4.0.0 <5",
|
|
87
87
|
"react-native-reanimated": ">=3.6.2 <5",
|
|
88
|
+
"react-native-svg": ">=15.8 <16",
|
|
88
89
|
"react-native-worklets": ">=0.7 <1",
|
|
89
90
|
"tailwindcss": ">=3.0.0"
|
|
90
91
|
},
|
|
@@ -98,6 +99,9 @@
|
|
|
98
99
|
"react-native-reanimated": {
|
|
99
100
|
"optional": true
|
|
100
101
|
},
|
|
102
|
+
"react-native-svg": {
|
|
103
|
+
"optional": true
|
|
104
|
+
},
|
|
101
105
|
"react-native-worklets": {
|
|
102
106
|
"optional": true
|
|
103
107
|
},
|
|
@@ -115,8 +119,8 @@
|
|
|
115
119
|
"clsx": "^2.1.1",
|
|
116
120
|
"d3": "^7.9.0",
|
|
117
121
|
"emoji-flags": "^1.3.0",
|
|
122
|
+
"elseware-icons": "^1.0.0",
|
|
118
123
|
"framer-motion": "^12.23.24",
|
|
119
|
-
"react-icons": "^4.12.0",
|
|
120
124
|
"react-markdown": "^10.1.0",
|
|
121
125
|
"react-syntax-highlighter": "^16.1.1",
|
|
122
126
|
"react-world-flags": "^1.6.0",
|
|
@@ -154,6 +158,7 @@
|
|
|
154
158
|
"react-native": "0.86.0",
|
|
155
159
|
"react-native-css-interop": "0.2.6",
|
|
156
160
|
"react-native-reanimated": "^4.5.1",
|
|
161
|
+
"react-native-svg": "^15.15.5",
|
|
157
162
|
"react-native-worklets": "^0.10.2",
|
|
158
163
|
"react-native-web": "^0.21.2",
|
|
159
164
|
"rimraf": "^6.0.1",
|