@restaround/react 1.4.13 → 1.4.16

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 (106) hide show
  1. package/dist/components/PublicMenu/Header/BranchBusinessHours/BranchBusinessHours.d.ts +7 -0
  2. package/dist/components/PublicMenu/Header/BranchBusinessHours/HoursList/HoursList.d.ts +7 -0
  3. package/dist/components/PublicMenu/Header/BranchBusinessHours/HoursList/index.d.ts +1 -0
  4. package/dist/components/PublicMenu/Header/BranchBusinessHours/index.d.ts +1 -0
  5. package/dist/components/PublicMenu/Modals/BranchBusinessHours/BranchBusinessHours.d.ts +3 -0
  6. package/dist/components/PublicMenu/Modals/BranchBusinessHours/index.d.ts +1 -0
  7. package/dist/constants/index.esm.js +1 -1
  8. package/dist/constants/index.esm.js.map +1 -1
  9. package/dist/constants/index.js +1 -1
  10. package/dist/constants/index.js.map +1 -1
  11. package/dist/constants/modules/view/constants.d.ts +1 -0
  12. package/dist/index.esm.js +1 -1
  13. package/dist/index.esm.js.map +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/index.js.map +1 -1
  16. package/dist/models/index.esm.js +1 -1
  17. package/dist/models/index.esm.js.map +1 -1
  18. package/dist/models/index.js +1 -1
  19. package/dist/models/index.js.map +1 -1
  20. package/dist/models/modules/branch/hooks.d.ts +2 -0
  21. package/dist/models/modules/branch/models.d.ts +24 -0
  22. package/dist/models/modules/branch/utils.d.ts +9 -0
  23. package/dist/models/modules/order/hooks.d.ts +1 -7
  24. package/dist/models/modules/order/utils.d.ts +1 -1
  25. package/dist/models/modules/store/hooks.d.ts +6 -0
  26. package/dist/models/modules/view/constants.d.ts +1 -0
  27. package/dist/models/services/translation/locales/az/branch.d.ts +13 -0
  28. package/dist/models/services/translation/locales/az/index.d.ts +13 -0
  29. package/dist/models/services/translation/locales/az/order.d.ts +1 -0
  30. package/dist/models/services/translation/locales/en/branch.d.ts +10 -0
  31. package/dist/models/services/translation/locales/en/index.d.ts +9 -0
  32. package/dist/models/services/translation/locales/et/branch.d.ts +13 -0
  33. package/dist/models/services/translation/locales/et/index.d.ts +13 -0
  34. package/dist/models/services/translation/locales/et/order.d.ts +1 -0
  35. package/dist/models/services/translation/locales/index.d.ts +74 -0
  36. package/dist/models/services/translation/locales/nl/branch.d.ts +13 -0
  37. package/dist/models/services/translation/locales/nl/index.d.ts +13 -0
  38. package/dist/models/services/translation/locales/nl/order.d.ts +1 -0
  39. package/dist/models/services/translation/locales/ru/branch.d.ts +13 -0
  40. package/dist/models/services/translation/locales/ru/index.d.ts +13 -0
  41. package/dist/models/services/translation/locales/ru/order.d.ts +1 -0
  42. package/dist/models/services/translation/locales/tr/branch.d.ts +13 -0
  43. package/dist/models/services/translation/locales/tr/index.d.ts +13 -0
  44. package/dist/models/services/translation/locales/tr/order.d.ts +1 -0
  45. package/dist/modules/branch/hooks.d.ts +2 -0
  46. package/dist/modules/branch/models.d.ts +24 -0
  47. package/dist/modules/branch/utils.d.ts +7 -1
  48. package/dist/modules/order/hooks.d.ts +1 -7
  49. package/dist/modules/order/utils.d.ts +1 -1
  50. package/dist/modules/order/utils.test.d.ts +1 -0
  51. package/dist/modules/store/hooks.d.ts +6 -0
  52. package/dist/modules/view/constants.d.ts +1 -0
  53. package/dist/services/translation/locales/az/branch.d.ts +13 -0
  54. package/dist/services/translation/locales/az/index.d.ts +13 -0
  55. package/dist/services/translation/locales/az/order.d.ts +1 -0
  56. package/dist/services/translation/locales/en/branch.d.ts +10 -0
  57. package/dist/services/translation/locales/en/index.d.ts +9 -0
  58. package/dist/services/translation/locales/et/branch.d.ts +13 -0
  59. package/dist/services/translation/locales/et/index.d.ts +13 -0
  60. package/dist/services/translation/locales/et/order.d.ts +1 -0
  61. package/dist/services/translation/locales/index.d.ts +74 -0
  62. package/dist/services/translation/locales/nl/branch.d.ts +13 -0
  63. package/dist/services/translation/locales/nl/index.d.ts +13 -0
  64. package/dist/services/translation/locales/nl/order.d.ts +1 -0
  65. package/dist/services/translation/locales/ru/branch.d.ts +13 -0
  66. package/dist/services/translation/locales/ru/index.d.ts +13 -0
  67. package/dist/services/translation/locales/ru/order.d.ts +1 -0
  68. package/dist/services/translation/locales/tr/branch.d.ts +13 -0
  69. package/dist/services/translation/locales/tr/index.d.ts +13 -0
  70. package/dist/services/translation/locales/tr/order.d.ts +1 -0
  71. package/dist/styles/ui.css +1 -1
  72. package/dist/styles/ui.css.map +1 -1
  73. package/dist/utils/index.esm.js +1 -1
  74. package/dist/utils/index.esm.js.map +1 -1
  75. package/dist/utils/index.js +1 -1
  76. package/dist/utils/index.js.map +1 -1
  77. package/dist/utils/modules/branch/hooks.d.ts +2 -0
  78. package/dist/utils/modules/branch/models.d.ts +24 -0
  79. package/dist/utils/modules/branch/utils.d.ts +9 -0
  80. package/dist/utils/modules/order/hooks.d.ts +1 -7
  81. package/dist/utils/modules/order/utils.d.ts +1 -1
  82. package/dist/utils/modules/store/hooks.d.ts +6 -0
  83. package/dist/utils/modules/view/constants.d.ts +1 -0
  84. package/dist/utils/services/translation/locales/az/branch.d.ts +13 -0
  85. package/dist/utils/services/translation/locales/az/index.d.ts +13 -0
  86. package/dist/utils/services/translation/locales/az/order.d.ts +1 -0
  87. package/dist/utils/services/translation/locales/en/branch.d.ts +10 -0
  88. package/dist/utils/services/translation/locales/en/index.d.ts +9 -0
  89. package/dist/utils/services/translation/locales/et/branch.d.ts +13 -0
  90. package/dist/utils/services/translation/locales/et/index.d.ts +13 -0
  91. package/dist/utils/services/translation/locales/et/order.d.ts +1 -0
  92. package/dist/utils/services/translation/locales/index.d.ts +74 -0
  93. package/dist/utils/services/translation/locales/nl/branch.d.ts +13 -0
  94. package/dist/utils/services/translation/locales/nl/index.d.ts +13 -0
  95. package/dist/utils/services/translation/locales/nl/order.d.ts +1 -0
  96. package/dist/utils/services/translation/locales/ru/branch.d.ts +13 -0
  97. package/dist/utils/services/translation/locales/ru/index.d.ts +13 -0
  98. package/dist/utils/services/translation/locales/ru/order.d.ts +1 -0
  99. package/dist/utils/services/translation/locales/tr/branch.d.ts +13 -0
  100. package/dist/utils/services/translation/locales/tr/index.d.ts +13 -0
  101. package/dist/utils/services/translation/locales/tr/order.d.ts +1 -0
  102. package/package.json +9 -9
  103. package/dist/models/modules/feature/constants.d.ts +0 -4
  104. package/dist/models/modules/feature/hooks.d.ts +0 -2
  105. package/dist/models/modules/feature/utils.d.ts +0 -2
  106. package/dist/utils/modules/feature/hooks.d.ts +0 -2
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ "WEEKDAY-0": string;
3
+ "WEEKDAY-1": string;
4
+ "WEEKDAY-2": string;
5
+ "WEEKDAY-3": string;
6
+ "WEEKDAY-4": string;
7
+ "WEEKDAY-5": string;
8
+ "WEEKDAY-6": string;
9
+ Closed: string;
10
+ "Opening Hours": string;
11
+ "Delivery Hours": string;
12
+ };
13
+ export default _default;
@@ -62,6 +62,7 @@ declare const _default: {
62
62
  Table: string;
63
63
  "Select Table": string;
64
64
  Card: string;
65
+ "Closed Now": string;
65
66
  };
66
67
  customer: {
67
68
  "Unknown address": string;
@@ -128,5 +129,17 @@ declare const _default: {
128
129
  "Try for free": string;
129
130
  "No credit card needed": string;
130
131
  };
132
+ branch: {
133
+ "WEEKDAY-0": string;
134
+ "WEEKDAY-1": string;
135
+ "WEEKDAY-2": string;
136
+ "WEEKDAY-3": string;
137
+ "WEEKDAY-4": string;
138
+ "WEEKDAY-5": string;
139
+ "WEEKDAY-6": string;
140
+ Closed: string;
141
+ "Opening Hours": string;
142
+ "Delivery Hours": string;
143
+ };
131
144
  };
132
145
  export default _default;
@@ -38,5 +38,6 @@ declare const _default: {
38
38
  Table: string;
39
39
  "Select Table": string;
40
40
  Card: string;
41
+ "Closed Now": string;
41
42
  };
42
43
  export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ "WEEKDAY-0": string;
3
+ "WEEKDAY-1": string;
4
+ "WEEKDAY-2": string;
5
+ "WEEKDAY-3": string;
6
+ "WEEKDAY-4": string;
7
+ "WEEKDAY-5": string;
8
+ "WEEKDAY-6": string;
9
+ };
10
+ export default _default;
@@ -19,5 +19,14 @@ declare const _default: {
19
19
  auth: {};
20
20
  events: {};
21
21
  pricing: {};
22
+ branch: {
23
+ "WEEKDAY-0": string;
24
+ "WEEKDAY-1": string;
25
+ "WEEKDAY-2": string;
26
+ "WEEKDAY-3": string;
27
+ "WEEKDAY-4": string;
28
+ "WEEKDAY-5": string;
29
+ "WEEKDAY-6": string;
30
+ };
22
31
  };
23
32
  export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ "WEEKDAY-0": string;
3
+ "WEEKDAY-1": string;
4
+ "WEEKDAY-2": string;
5
+ "WEEKDAY-3": string;
6
+ "WEEKDAY-4": string;
7
+ "WEEKDAY-5": string;
8
+ "WEEKDAY-6": string;
9
+ Closed: string;
10
+ "Opening Hours": string;
11
+ "Delivery Hours": string;
12
+ };
13
+ export default _default;
@@ -63,6 +63,7 @@ declare const _default: {
63
63
  Table: string;
64
64
  "Select Table": string;
65
65
  Card: string;
66
+ "Closed Now": string;
66
67
  };
67
68
  customer: {
68
69
  "Unknown address": string;
@@ -127,5 +128,17 @@ declare const _default: {
127
128
  "Try for free": string;
128
129
  "No credit card needed": string;
129
130
  };
131
+ branch: {
132
+ "WEEKDAY-0": string;
133
+ "WEEKDAY-1": string;
134
+ "WEEKDAY-2": string;
135
+ "WEEKDAY-3": string;
136
+ "WEEKDAY-4": string;
137
+ "WEEKDAY-5": string;
138
+ "WEEKDAY-6": string;
139
+ Closed: string;
140
+ "Opening Hours": string;
141
+ "Delivery Hours": string;
142
+ };
130
143
  };
131
144
  export default _default;
@@ -39,5 +39,6 @@ declare const _default: {
39
39
  Table: string;
40
40
  "Select Table": string;
41
41
  Card: string;
42
+ "Closed Now": string;
42
43
  };
43
44
  export default _default;
@@ -63,6 +63,7 @@ declare const _default: {
63
63
  Table: string;
64
64
  "Select Table": string;
65
65
  Card: string;
66
+ "Closed Now": string;
66
67
  };
67
68
  customer: {
68
69
  "Unknown address": string;
@@ -129,6 +130,18 @@ declare const _default: {
129
130
  "Try for free": string;
130
131
  "No credit card needed": string;
131
132
  };
133
+ branch: {
134
+ "WEEKDAY-0": string;
135
+ "WEEKDAY-1": string;
136
+ "WEEKDAY-2": string;
137
+ "WEEKDAY-3": string;
138
+ "WEEKDAY-4": string;
139
+ "WEEKDAY-5": string;
140
+ "WEEKDAY-6": string;
141
+ Closed: string;
142
+ "Opening Hours": string;
143
+ "Delivery Hours": string;
144
+ };
132
145
  };
133
146
  en: {
134
147
  error: {
@@ -151,6 +164,15 @@ declare const _default: {
151
164
  auth: {};
152
165
  events: {};
153
166
  pricing: {};
167
+ branch: {
168
+ "WEEKDAY-0": string;
169
+ "WEEKDAY-1": string;
170
+ "WEEKDAY-2": string;
171
+ "WEEKDAY-3": string;
172
+ "WEEKDAY-4": string;
173
+ "WEEKDAY-5": string;
174
+ "WEEKDAY-6": string;
175
+ };
154
176
  };
155
177
  ru: {
156
178
  error: {
@@ -217,6 +239,7 @@ declare const _default: {
217
239
  Table: string;
218
240
  "Select Table": string;
219
241
  Card: string;
242
+ "Closed Now": string;
220
243
  };
221
244
  customer: {
222
245
  "Unknown address": string;
@@ -281,6 +304,18 @@ declare const _default: {
281
304
  "Try for free": string;
282
305
  "No credit card needed": string;
283
306
  };
307
+ branch: {
308
+ "WEEKDAY-0": string;
309
+ "WEEKDAY-1": string;
310
+ "WEEKDAY-2": string;
311
+ "WEEKDAY-3": string;
312
+ "WEEKDAY-4": string;
313
+ "WEEKDAY-5": string;
314
+ "WEEKDAY-6": string;
315
+ Closed: string;
316
+ "Opening Hours": string;
317
+ "Delivery Hours": string;
318
+ };
284
319
  };
285
320
  tr: {
286
321
  error: {
@@ -347,6 +382,7 @@ declare const _default: {
347
382
  Table: string;
348
383
  "Select Table": string;
349
384
  Card: string;
385
+ "Closed Now": string;
350
386
  };
351
387
  customer: {
352
388
  "Unknown address": string;
@@ -411,6 +447,18 @@ declare const _default: {
411
447
  "Try for free": string;
412
448
  "No credit card needed": string;
413
449
  };
450
+ branch: {
451
+ "WEEKDAY-0": string;
452
+ "WEEKDAY-1": string;
453
+ "WEEKDAY-2": string;
454
+ "WEEKDAY-3": string;
455
+ "WEEKDAY-4": string;
456
+ "WEEKDAY-5": string;
457
+ "WEEKDAY-6": string;
458
+ Closed: string;
459
+ "Opening Hours": string;
460
+ "Delivery Hours": string;
461
+ };
414
462
  };
415
463
  nl: {
416
464
  error: {
@@ -477,6 +525,7 @@ declare const _default: {
477
525
  Table: string;
478
526
  "Select Table": string;
479
527
  Card: string;
528
+ "Closed Now": string;
480
529
  };
481
530
  customer: {
482
531
  "Unknown address": string;
@@ -541,6 +590,18 @@ declare const _default: {
541
590
  "Try for free": string;
542
591
  "No credit card needed": string;
543
592
  };
593
+ branch: {
594
+ "WEEKDAY-0": string;
595
+ "WEEKDAY-1": string;
596
+ "WEEKDAY-2": string;
597
+ "WEEKDAY-3": string;
598
+ "WEEKDAY-4": string;
599
+ "WEEKDAY-5": string;
600
+ "WEEKDAY-6": string;
601
+ Closed: string;
602
+ "Opening Hours": string;
603
+ "Delivery Hours": string;
604
+ };
544
605
  };
545
606
  et: {
546
607
  error: {
@@ -607,6 +668,7 @@ declare const _default: {
607
668
  Table: string;
608
669
  "Select Table": string;
609
670
  Card: string;
671
+ "Closed Now": string;
610
672
  };
611
673
  customer: {
612
674
  "Unknown address": string;
@@ -671,6 +733,18 @@ declare const _default: {
671
733
  "Try for free": string;
672
734
  "No credit card needed": string;
673
735
  };
736
+ branch: {
737
+ "WEEKDAY-0": string;
738
+ "WEEKDAY-1": string;
739
+ "WEEKDAY-2": string;
740
+ "WEEKDAY-3": string;
741
+ "WEEKDAY-4": string;
742
+ "WEEKDAY-5": string;
743
+ "WEEKDAY-6": string;
744
+ Closed: string;
745
+ "Opening Hours": string;
746
+ "Delivery Hours": string;
747
+ };
674
748
  };
675
749
  };
676
750
  export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ "WEEKDAY-0": string;
3
+ "WEEKDAY-1": string;
4
+ "WEEKDAY-2": string;
5
+ "WEEKDAY-3": string;
6
+ "WEEKDAY-4": string;
7
+ "WEEKDAY-5": string;
8
+ "WEEKDAY-6": string;
9
+ Closed: string;
10
+ "Opening Hours": string;
11
+ "Delivery Hours": string;
12
+ };
13
+ export default _default;
@@ -63,6 +63,7 @@ declare const _default: {
63
63
  Table: string;
64
64
  "Select Table": string;
65
65
  Card: string;
66
+ "Closed Now": string;
66
67
  };
67
68
  customer: {
68
69
  "Unknown address": string;
@@ -127,5 +128,17 @@ declare const _default: {
127
128
  "Try for free": string;
128
129
  "No credit card needed": string;
129
130
  };
131
+ branch: {
132
+ "WEEKDAY-0": string;
133
+ "WEEKDAY-1": string;
134
+ "WEEKDAY-2": string;
135
+ "WEEKDAY-3": string;
136
+ "WEEKDAY-4": string;
137
+ "WEEKDAY-5": string;
138
+ "WEEKDAY-6": string;
139
+ Closed: string;
140
+ "Opening Hours": string;
141
+ "Delivery Hours": string;
142
+ };
130
143
  };
131
144
  export default _default;
@@ -39,5 +39,6 @@ declare const _default: {
39
39
  Table: string;
40
40
  "Select Table": string;
41
41
  Card: string;
42
+ "Closed Now": string;
42
43
  };
43
44
  export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ "WEEKDAY-0": string;
3
+ "WEEKDAY-1": string;
4
+ "WEEKDAY-2": string;
5
+ "WEEKDAY-3": string;
6
+ "WEEKDAY-4": string;
7
+ "WEEKDAY-5": string;
8
+ "WEEKDAY-6": string;
9
+ Closed: string;
10
+ "Opening Hours": string;
11
+ "Delivery Hours": string;
12
+ };
13
+ export default _default;
@@ -63,6 +63,7 @@ declare const _default: {
63
63
  Table: string;
64
64
  "Select Table": string;
65
65
  Card: string;
66
+ "Closed Now": string;
66
67
  };
67
68
  customer: {
68
69
  "Unknown address": string;
@@ -127,5 +128,17 @@ declare const _default: {
127
128
  "Try for free": string;
128
129
  "No credit card needed": string;
129
130
  };
131
+ branch: {
132
+ "WEEKDAY-0": string;
133
+ "WEEKDAY-1": string;
134
+ "WEEKDAY-2": string;
135
+ "WEEKDAY-3": string;
136
+ "WEEKDAY-4": string;
137
+ "WEEKDAY-5": string;
138
+ "WEEKDAY-6": string;
139
+ Closed: string;
140
+ "Opening Hours": string;
141
+ "Delivery Hours": string;
142
+ };
130
143
  };
131
144
  export default _default;
@@ -39,5 +39,6 @@ declare const _default: {
39
39
  Table: string;
40
40
  "Select Table": string;
41
41
  Card: string;
42
+ "Closed Now": string;
42
43
  };
43
44
  export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ "WEEKDAY-0": string;
3
+ "WEEKDAY-1": string;
4
+ "WEEKDAY-2": string;
5
+ "WEEKDAY-3": string;
6
+ "WEEKDAY-4": string;
7
+ "WEEKDAY-5": string;
8
+ "WEEKDAY-6": string;
9
+ Closed: string;
10
+ "Opening Hours": string;
11
+ "Delivery Hours": string;
12
+ };
13
+ export default _default;
@@ -63,6 +63,7 @@ declare const _default: {
63
63
  Table: string;
64
64
  "Select Table": string;
65
65
  Card: string;
66
+ "Closed Now": string;
66
67
  };
67
68
  customer: {
68
69
  "Unknown address": string;
@@ -127,5 +128,17 @@ declare const _default: {
127
128
  "Try for free": string;
128
129
  "No credit card needed": string;
129
130
  };
131
+ branch: {
132
+ "WEEKDAY-0": string;
133
+ "WEEKDAY-1": string;
134
+ "WEEKDAY-2": string;
135
+ "WEEKDAY-3": string;
136
+ "WEEKDAY-4": string;
137
+ "WEEKDAY-5": string;
138
+ "WEEKDAY-6": string;
139
+ Closed: string;
140
+ "Opening Hours": string;
141
+ "Delivery Hours": string;
142
+ };
130
143
  };
131
144
  export default _default;
@@ -39,5 +39,6 @@ declare const _default: {
39
39
  Table: string;
40
40
  "Select Table": string;
41
41
  Card: string;
42
+ "Closed Now": string;
42
43
  };
43
44
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restaround/react",
3
- "version": "1.4.13",
3
+ "version": "1.4.16",
4
4
  "description": "React Library by restaround.co",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -58,14 +58,14 @@
58
58
  "license": "MIT",
59
59
  "homepage": "https://restaround.co",
60
60
  "peerDependencies": {
61
- "@sorocraft/js-utils": ">=1.0.43",
62
- "@sorocraft/ui": ">=1.2.54",
61
+ "@sorocraft/js-utils": ">=1.0.46",
62
+ "@sorocraft/ui": ">=1.2.66",
63
63
  "react": ">=19.0.0",
64
64
  "react-dom": ">=19.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@rollup/plugin-commonjs": "^28.0.6",
68
- "@rollup/plugin-node-resolve": "^16.0.2",
67
+ "@rollup/plugin-commonjs": "^28.0.8",
68
+ "@rollup/plugin-node-resolve": "^16.0.3",
69
69
  "@rollup/plugin-terser": "^0.4.4",
70
70
  "@rollup/plugin-typescript": "^12.1.4",
71
71
  "@testing-library/jest-dom": "^6.9.1",
@@ -73,9 +73,9 @@
73
73
  "@types/google.maps": "^3.58.1",
74
74
  "@types/jest": "^30.0.0",
75
75
  "@types/react": "^19.2.2",
76
- "@types/react-dom": "^19.2.1",
76
+ "@types/react-dom": "^19.2.2",
77
77
  "autoprefixer": "^10.4.21",
78
- "eslint": "^9.37.0",
78
+ "eslint": "^9.38.0",
79
79
  "eslint-plugin-react": "^7.37.5",
80
80
  "eslint-plugin-react-hooks": "^7.0.0",
81
81
  "eslint-plugin-unicorn": "^61.0.2",
@@ -87,10 +87,10 @@
87
87
  "rollup-plugin-peer-deps-external": "^2.2.4",
88
88
  "rollup-plugin-postcss": "^4.0.2",
89
89
  "sass": "^1.93.2",
90
- "ts-jest": "^29.4.4",
90
+ "ts-jest": "^29.4.5",
91
91
  "ts-node": "^10.9.2",
92
92
  "tslib": "^2.8.1",
93
93
  "typescript": "^5.9.3",
94
- "typescript-eslint": "^8.46.0"
94
+ "typescript-eslint": "^8.46.2"
95
95
  }
96
96
  }
@@ -1,4 +0,0 @@
1
- import { Feature, FeatureSegment } from "./models";
2
- export declare const FEATURES_LIST: {
3
- [key in FeatureSegment]: Feature[];
4
- };
@@ -1,2 +0,0 @@
1
- import { type Feature } from "./models";
2
- export declare const useFeatureActive: (feature: Feature) => boolean;
@@ -1,2 +0,0 @@
1
- import { FeatureSegment, type Feature } from "./models";
2
- export declare const getIsFeatureActive: (feature: Feature, businessSegment: FeatureSegment) => boolean;
@@ -1,2 +0,0 @@
1
- import { type Feature } from "./models";
2
- export declare const useFeatureActive: (feature: Feature) => boolean;