@solostylist/ui-kit 1.0.205 → 1.0.206

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 (30) hide show
  1. package/dist/{warning-D7iWhOZI.js → LocalizationProvider-DxrK-c0x.js} +48 -48
  2. package/dist/{Select-B5RvkbDO.js → Select-C5bKKis6.js} +890 -887
  3. package/dist/entries/carousel.js +1 -0
  4. package/dist/entries/chat.js +1 -0
  5. package/dist/entries/code.js +1 -0
  6. package/dist/entries/dates.js +8 -4
  7. package/dist/entries/dropzone.js +1 -0
  8. package/dist/entries/editor.js +1 -0
  9. package/dist/entries/gallery.js +7 -4
  10. package/dist/entries/i18n.js +2 -0
  11. package/dist/entries/motion.js +23 -14
  12. package/dist/entries/stripe.js +1 -0
  13. package/dist/main.d.ts +0 -11
  14. package/dist/main.js +51 -97
  15. package/dist/s-date-picker/index.js +1 -1
  16. package/dist/s-date-picker/s-date-picker.js +1 -1
  17. package/dist/{s-date-picker-BYqxsjPU.js → s-date-picker-B0D3WMLP.js} +62 -62
  18. package/dist/s-datetime-picker/index.js +1 -1
  19. package/dist/s-datetime-picker/s-datetime-picker.js +1 -1
  20. package/dist/{s-datetime-picker-BtwGoxL3.js → s-datetime-picker-BTnwnsM2.js} +413 -413
  21. package/dist/s-i18n-provider/s-i18n-provider.js +9 -9
  22. package/dist/s-localization-provider/index.js +1 -1
  23. package/dist/s-localization-provider/s-localization-provider.js +1 -1
  24. package/dist/{s-localization-provider-CeOR72Ti.js → s-localization-provider-DJc4e39M.js} +3 -3
  25. package/dist/s-text-editor/index.js +1 -1
  26. package/dist/s-text-editor/s-text-editor-toolbar.js +1 -1
  27. package/dist/s-text-editor/s-text-editor.js +1 -1
  28. package/dist/{s-text-editor-toolbar-BDDttdIt.js → s-text-editor-toolbar-ob6vDHU4.js} +1 -1
  29. package/dist/{useMobilePicker-DdH0AzNe.js → useMobilePicker-5bdhOdnH.js} +8851 -8848
  30. package/package.json +58 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.205",
6
+ "version": "1.0.206",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "type": "module",
9
9
  "main": "dist/main.js",
@@ -162,8 +162,65 @@
162
162
  "uuid": "^13.0.0"
163
163
  },
164
164
  "peerDependenciesMeta": {
165
+ "@mui/x-date-pickers": {
166
+ "optional": true
167
+ },
168
+ "@stripe/react-stripe-js": {
169
+ "optional": true
170
+ },
171
+ "@stripe/stripe-js": {
172
+ "optional": true
173
+ },
174
+ "@tiptap/extension-link": {
175
+ "optional": true
176
+ },
177
+ "@tiptap/extension-placeholder": {
178
+ "optional": true
179
+ },
180
+ "@tiptap/react": {
181
+ "optional": true
182
+ },
183
+ "@tiptap/starter-kit": {
184
+ "optional": true
185
+ },
186
+ "dayjs": {
187
+ "optional": true
188
+ },
189
+ "emoji-picker-react": {
190
+ "optional": true
191
+ },
192
+ "framer-motion": {
193
+ "optional": true
194
+ },
195
+ "i18next": {
196
+ "optional": true
197
+ },
198
+ "i18next-http-backend": {
199
+ "optional": true
200
+ },
201
+ "overlayscrollbars-react": {
202
+ "optional": true
203
+ },
204
+ "react-country-flag": {
205
+ "optional": true
206
+ },
207
+ "react-dropzone": {
208
+ "optional": true
209
+ },
210
+ "react-i18next": {
211
+ "optional": true
212
+ },
165
213
  "react-router-dom": {
166
214
  "optional": true
215
+ },
216
+ "react-slick": {
217
+ "optional": true
218
+ },
219
+ "react-syntax-highlighter": {
220
+ "optional": true
221
+ },
222
+ "slick-carousel": {
223
+ "optional": true
167
224
  }
168
225
  },
169
226
  "devDependencies": {