@restaround/react 1.4.59 → 1.4.64

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 (44) hide show
  1. package/dist/components/PublicMenu/ProductDetails/ProductDetailsUI.d.ts +2 -1
  2. package/dist/components/PublicMenu/Videos/Video/Video.d.ts +2 -1
  3. package/dist/index.esm.js +1 -1
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.js +1 -1
  6. package/dist/index.js.map +1 -1
  7. package/dist/models/modules/branch/hooks.d.ts +1 -2
  8. package/dist/models/modules/menu/models.d.ts +0 -1
  9. package/dist/models/modules/video/models.d.ts +1 -0
  10. package/dist/models/services/translation/locales/az/index.d.ts +1 -0
  11. package/dist/models/services/translation/locales/az/order.d.ts +1 -0
  12. package/dist/models/services/translation/locales/et/index.d.ts +1 -0
  13. package/dist/models/services/translation/locales/et/order.d.ts +1 -0
  14. package/dist/models/services/translation/locales/index.d.ts +5 -0
  15. package/dist/models/services/translation/locales/nl/index.d.ts +1 -0
  16. package/dist/models/services/translation/locales/nl/order.d.ts +1 -0
  17. package/dist/models/services/translation/locales/ru/index.d.ts +1 -0
  18. package/dist/models/services/translation/locales/ru/order.d.ts +1 -0
  19. package/dist/models/services/translation/locales/tr/index.d.ts +1 -0
  20. package/dist/models/services/translation/locales/tr/order.d.ts +1 -0
  21. package/dist/modules/branch/hooks.d.ts +1 -2
  22. package/dist/modules/menu/models.d.ts +0 -1
  23. package/dist/modules/video/hooks.d.ts +3 -0
  24. package/dist/modules/video/models.d.ts +1 -0
  25. package/dist/services/translation/locales/az/index.d.ts +1 -0
  26. package/dist/services/translation/locales/az/order.d.ts +1 -0
  27. package/dist/services/translation/locales/et/index.d.ts +1 -0
  28. package/dist/services/translation/locales/et/order.d.ts +1 -0
  29. package/dist/services/translation/locales/index.d.ts +5 -0
  30. package/dist/services/translation/locales/nl/index.d.ts +1 -0
  31. package/dist/services/translation/locales/nl/order.d.ts +1 -0
  32. package/dist/services/translation/locales/ru/index.d.ts +1 -0
  33. package/dist/services/translation/locales/ru/order.d.ts +1 -0
  34. package/dist/services/translation/locales/tr/index.d.ts +1 -0
  35. package/dist/services/translation/locales/tr/order.d.ts +1 -0
  36. package/dist/styles/ui.css +1 -1
  37. package/dist/styles/ui.css.map +1 -1
  38. package/dist/utils/index.esm.js +1 -1
  39. package/dist/utils/index.esm.js.map +1 -1
  40. package/dist/utils/index.js +1 -1
  41. package/dist/utils/index.js.map +1 -1
  42. package/dist/utils/modules/menu/models.d.ts +0 -1
  43. package/dist/utils/modules/video/models.d.ts +1 -0
  44. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restaround/react",
3
- "version": "1.4.59",
3
+ "version": "1.4.64",
4
4
  "description": "React Library by restaround.co",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -60,7 +60,7 @@
60
60
  "homepage": "https://restaround.co",
61
61
  "peerDependencies": {
62
62
  "@sorocraft/js-utils": ">=1.0.58",
63
- "@sorocraft/ui": ">=1.2.117",
63
+ "@sorocraft/ui": ">=1.2.120",
64
64
  "react": ">=19.2.3",
65
65
  "react-dom": ">=19.2.3"
66
66
  },
@@ -70,12 +70,12 @@
70
70
  "@rollup/plugin-terser": "^0.4.4",
71
71
  "@rollup/plugin-typescript": "^12.3.0",
72
72
  "@testing-library/jest-dom": "^6.9.1",
73
- "@testing-library/react": "^16.3.0",
73
+ "@testing-library/react": "^16.3.1",
74
74
  "@types/google.maps": "^3.58.1",
75
75
  "@types/jest": "^30.0.0",
76
76
  "@types/react": "^19.2.7",
77
77
  "@types/react-dom": "^19.2.3",
78
- "autoprefixer": "^10.4.22",
78
+ "autoprefixer": "^10.4.23",
79
79
  "eslint": "^9.39.2",
80
80
  "eslint-plugin-react": "^7.37.5",
81
81
  "eslint-plugin-react-hooks": "^7.0.1",
@@ -87,11 +87,11 @@
87
87
  "rollup-plugin-copy": "^3.5.0",
88
88
  "rollup-plugin-peer-deps-external": "^2.2.4",
89
89
  "rollup-plugin-postcss": "^4.0.2",
90
- "sass": "^1.96.0",
90
+ "sass": "^1.97.0",
91
91
  "ts-jest": "^29.4.6",
92
92
  "ts-node": "^10.9.2",
93
93
  "tslib": "^2.8.1",
94
94
  "typescript": "^5.9.3",
95
- "typescript-eslint": "^8.49.0"
95
+ "typescript-eslint": "^8.50.0"
96
96
  }
97
97
  }