@modul/mbui 1.0.0-beta-iconfile-f1de2d02 → 1.0.0-beta-dev-6fa5a2f8

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 (61) hide show
  1. package/dist/Alert/index.js +1 -1
  2. package/dist/AlertDialog/index.js +116 -6
  3. package/dist/Audio/index.js +17 -1
  4. package/dist/Badge/index.js +13 -1
  5. package/dist/BankCardIcon/index.js +2 -1
  6. package/dist/BankCardImage/index.js +2 -1
  7. package/dist/BankLogosRounded/index.js +1 -1
  8. package/dist/Base/Input/index.js +1 -1
  9. package/dist/Base/Links/index.js +1 -1
  10. package/dist/BottomNavigation/index.js +23 -1
  11. package/dist/Button/index.js +71 -1
  12. package/dist/Calendar/index.js +1 -1
  13. package/dist/Carousel/index.js +2 -1
  14. package/dist/Chat/index.js +1 -1
  15. package/dist/Checkbox/index.js +23 -1
  16. package/dist/Chip/Chip.d.ts +1 -1
  17. package/dist/Chip/index.js +1 -1
  18. package/dist/Collapsible/index.js +14 -1
  19. package/dist/Counter/index.js +30 -1
  20. package/dist/CurrencyFlag/index.js +1 -1
  21. package/dist/CurrencySymbol/index.js +1 -1
  22. package/dist/DatePicker/index.js +62 -1
  23. package/dist/DigitKeyPad/index.js +15 -1
  24. package/dist/Drawer/index.js +42 -2
  25. package/dist/DrawerDatePicker/index.js +80 -2
  26. package/dist/FavoritePyments/index.js +12 -1
  27. package/dist/Form/index.js +1 -1
  28. package/dist/Icon/icons/index.js +1 -1
  29. package/dist/Icon/index.js +1 -1
  30. package/dist/IconFile/index.js +1 -1
  31. package/dist/Input/index.js +16 -1
  32. package/dist/Input-OTP/Input.d.ts +4 -4
  33. package/dist/Input-OTP/index.js +11 -2
  34. package/dist/Label/index.js +1 -1
  35. package/dist/Loading/index.js +1 -1
  36. package/dist/Logo/index.js +1 -1
  37. package/dist/Navbar/index.js +1 -1
  38. package/dist/PDFViewer/PDFViewer.d.ts +13 -0
  39. package/dist/PDFViewer/index.css +1 -0
  40. package/dist/PDFViewer/index.d.ts +1 -0
  41. package/dist/PDFViewer/index.js +14 -0
  42. package/dist/Page/index.js +31 -1
  43. package/dist/Popover/index.js +61 -1
  44. package/dist/Progress/index.js +6 -2
  45. package/dist/Radio/index.js +22 -1
  46. package/dist/Select/SelectDrawer/index.js +87 -2
  47. package/dist/Select/components/index.js +17 -1
  48. package/dist/Select/index.js +131 -2
  49. package/dist/Skeleton/index.js +1 -1
  50. package/dist/Slider/index.js +17 -1
  51. package/dist/Swipe2Show/index.js +2 -1
  52. package/dist/Switch/index.js +35 -1
  53. package/dist/Tabs/index.js +42 -1
  54. package/dist/Textarea/index.js +19 -1
  55. package/dist/Toaster/index.js +2 -2
  56. package/dist/assets/css/global.css +1 -1
  57. package/dist/assets/images/icon-file/sprite.svg +1 -1
  58. package/dist/index.css +1 -0
  59. package/dist/index.d.ts +2 -1
  60. package/dist/index.js +603 -12
  61. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul/mbui",
3
- "version": "1.0.0-beta-iconfile-f1de2d02",
3
+ "version": "1.0.0-beta-dev-6fa5a2f8",
4
4
  "packageManager": "yarn@3.5.1",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -12,8 +12,8 @@
12
12
  "build:demo": "webpack --config ./demo/webpack.config.js",
13
13
  "dev:demo": "webpack serve --config ./demo/webpack.config.js --open",
14
14
  "demo": "yarn dlx http-server demo/dist -so -c-1",
15
- "storybook": "storybook dev -p 6006",
16
- "build:storybook": "storybook build",
15
+ "storybook": "cross-env STORYBOOK=true storybook dev -p 6006",
16
+ "build:storybook": "cross-env STORYBOOK=true storybook build",
17
17
  "test": "jest"
18
18
  },
19
19
  "lintConfig": "./.eslintrc.json",
@@ -44,10 +44,12 @@
44
44
  "embla-carousel-react": "^8.3.1",
45
45
  "input-otp": "1.2.4",
46
46
  "lodash": "4.17.5",
47
+ "pdfjs-dist": "4.8.69",
47
48
  "react-day-picker": "^9.0.8",
48
49
  "react-hook-form": "7.53.0",
49
50
  "react-imask": "7.6.1",
50
51
  "react-number-format": "^5.4.4",
52
+ "react-pdf": "^9.2.1",
51
53
  "react-select": "5.8.0",
52
54
  "react-swipeable": "7.0.1",
53
55
  "sonner": "^1.5.0",
@@ -92,6 +94,7 @@
92
94
  "clean-webpack-plugin": "^4.0.0",
93
95
  "config": "3.3.9",
94
96
  "copy-webpack-plugin": "^12.0.2",
97
+ "cross-env": "^7.0.3",
95
98
  "css-loader": "^6.8.1",
96
99
  "css-minimizer-webpack-plugin": "^7.0.0",
97
100
  "date-fns": "^2.30.0",