@restaround/react 1.4.67 → 1.4.69

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.
@@ -9,5 +9,6 @@ declare const _default: {
9
9
  Closed: string;
10
10
  "Opening Hours": string;
11
11
  "Delivery Hours": string;
12
+ Feedback: string;
12
13
  };
13
14
  export default _default;
@@ -143,6 +143,7 @@ declare const _default: {
143
143
  Closed: string;
144
144
  "Opening Hours": string;
145
145
  "Delivery Hours": string;
146
+ Feedback: string;
146
147
  };
147
148
  };
148
149
  export default _default;
@@ -144,6 +144,7 @@ declare const _default: {
144
144
  Closed: string;
145
145
  "Opening Hours": string;
146
146
  "Delivery Hours": string;
147
+ Feedback: string;
147
148
  };
148
149
  };
149
150
  en: {
@@ -9,5 +9,6 @@ declare const _default: {
9
9
  Closed: string;
10
10
  "Opening Hours": string;
11
11
  "Delivery Hours": string;
12
+ Feedback: string;
12
13
  };
13
14
  export default _default;
@@ -143,6 +143,7 @@ declare const _default: {
143
143
  Closed: string;
144
144
  "Opening Hours": string;
145
145
  "Delivery Hours": string;
146
+ Feedback: string;
146
147
  };
147
148
  };
148
149
  export default _default;
@@ -144,6 +144,7 @@ declare const _default: {
144
144
  Closed: string;
145
145
  "Opening Hours": string;
146
146
  "Delivery Hours": string;
147
+ Feedback: string;
147
148
  };
148
149
  };
149
150
  en: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restaround/react",
3
- "version": "1.4.67",
3
+ "version": "1.4.69",
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.121",
63
+ "@sorocraft/ui": ">=1.2.126",
64
64
  "react": ">=19.2.3",
65
65
  "react-dom": ">=19.2.3"
66
66
  },
@@ -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.97.0",
90
+ "sass": "^1.97.2",
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.50.0"
95
+ "typescript-eslint": "^8.52.0"
96
96
  }
97
97
  }