@restaround/react 1.3.1 → 1.3.4

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/constants/index.d.ts +1 -0
  2. package/dist/index.esm.js +1 -1
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +1 -1
  5. package/dist/index.js.map +1 -1
  6. package/dist/models/index.esm.js +1 -1
  7. package/dist/models/index.esm.js.map +1 -1
  8. package/dist/models/index.js +1 -1
  9. package/dist/models/index.js.map +1 -1
  10. package/dist/models/menu.d.ts +3 -0
  11. package/dist/models/models/menu.d.ts +3 -0
  12. package/dist/models/modules/order/models.d.ts +1 -1
  13. package/dist/modules/feature/constants.d.ts +4 -0
  14. package/dist/modules/feature/hooks.d.ts +1 -1
  15. package/dist/modules/order/constants.d.ts +2 -1
  16. package/dist/modules/order/hooks.d.ts +1 -0
  17. package/dist/modules/order/models.d.ts +1 -1
  18. package/dist/modules/order/services.d.ts +1 -1
  19. package/dist/services/translation/locales/az/customer.d.ts +1 -0
  20. package/dist/services/translation/locales/az/error.d.ts +2 -0
  21. package/dist/services/translation/locales/az/index.d.ts +6 -0
  22. package/dist/services/translation/locales/az/order.d.ts +1 -0
  23. package/dist/services/translation/locales/az/pricing.d.ts +2 -0
  24. package/dist/services/translation/locales/en/error.d.ts +2 -0
  25. package/dist/services/translation/locales/en/index.d.ts +2 -0
  26. package/dist/services/translation/locales/et/error.d.ts +2 -0
  27. package/dist/services/translation/locales/et/index.d.ts +3 -0
  28. package/dist/services/translation/locales/et/order.d.ts +1 -0
  29. package/dist/services/translation/locales/index.d.ts +22 -0
  30. package/dist/services/translation/locales/nl/error.d.ts +2 -0
  31. package/dist/services/translation/locales/nl/index.d.ts +3 -0
  32. package/dist/services/translation/locales/nl/order.d.ts +1 -0
  33. package/dist/services/translation/locales/ru/customer.d.ts +1 -0
  34. package/dist/services/translation/locales/ru/error.d.ts +2 -0
  35. package/dist/services/translation/locales/ru/index.d.ts +4 -0
  36. package/dist/services/translation/locales/ru/order.d.ts +1 -0
  37. package/dist/services/translation/locales/tr/customer.d.ts +1 -0
  38. package/dist/services/translation/locales/tr/error.d.ts +2 -0
  39. package/dist/services/translation/locales/tr/index.d.ts +4 -0
  40. package/dist/services/translation/locales/tr/order.d.ts +1 -0
  41. package/dist/store/order.d.ts +3 -0
  42. package/dist/utils/models/menu.d.ts +3 -0
  43. package/dist/utils/modules/order/models.d.ts +1 -1
  44. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restaround/react",
3
- "version": "1.3.1",
3
+ "version": "1.3.4",
4
4
  "description": "React Library by restaround.co",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -50,7 +50,7 @@
50
50
  "homepage": "https://restaround.co",
51
51
  "peerDependencies": {
52
52
  "@sorocraft/js-utils": ">=1.0.36",
53
- "@sorocraft/ui": ">=1.2.1",
53
+ "@sorocraft/ui": ">=1.2.2",
54
54
  "react": ">=19.0.0",
55
55
  "react-dom": ">=19.0.0"
56
56
  },
@@ -61,12 +61,12 @@
61
61
  "@rollup/plugin-typescript": "^12.1.2",
62
62
  "@types/jest": "^29.5.14",
63
63
  "@types/react": "^19.1.2",
64
- "@types/react-dom": "^19.1.2",
64
+ "@types/react-dom": "^19.1.3",
65
65
  "autoprefixer": "^10.4.21",
66
- "eslint": "^9.25.1",
66
+ "eslint": "^9.26.0",
67
67
  "eslint-plugin-react": "^7.37.5",
68
68
  "eslint-plugin-react-hooks": "^5.2.0",
69
- "eslint-plugin-unicorn": "^58.0.0",
69
+ "eslint-plugin-unicorn": "^59.0.0",
70
70
  "jest": "^29.7.0",
71
71
  "jest-environment-jsdom": "^29.7.0",
72
72
  "rimraf": "^6.0.1",
@@ -78,6 +78,6 @@
78
78
  "ts-node": "^10.9.2",
79
79
  "tslib": "^2.8.1",
80
80
  "typescript": "^5.8.3",
81
- "typescript-eslint": "^8.31.0"
81
+ "typescript-eslint": "^8.31.1"
82
82
  }
83
83
  }