@tabres/react 1.0.23 → 1.0.25

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 (113) hide show
  1. package/dist/components/PublicMenu/OrderPaymentSummary/OrderPaymentSummary.d.ts +4 -1
  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/services/translation/locales/az/index.d.ts +2 -34
  7. package/dist/models/services/translation/locales/az/order.d.ts +2 -0
  8. package/dist/models/services/translation/locales/en/index.d.ts +0 -1
  9. package/dist/models/services/translation/locales/es/auth.d.ts +7 -0
  10. package/dist/models/services/translation/locales/es/branch.d.ts +14 -0
  11. package/dist/models/services/translation/locales/es/common.d.ts +6 -0
  12. package/dist/models/services/translation/locales/es/customer.d.ts +17 -0
  13. package/dist/models/services/translation/locales/es/error.d.ts +20 -0
  14. package/dist/models/services/translation/locales/es/events.d.ts +8 -0
  15. package/dist/models/services/translation/locales/es/index.d.ts +118 -0
  16. package/dist/models/services/translation/locales/es/order.d.ts +50 -0
  17. package/dist/models/services/translation/locales/et/index.d.ts +2 -34
  18. package/dist/models/services/translation/locales/et/order.d.ts +2 -0
  19. package/dist/models/services/translation/locales/hr/index.d.ts +2 -34
  20. package/dist/models/services/translation/locales/hr/order.d.ts +2 -0
  21. package/dist/models/services/translation/locales/index.d.ts +133 -273
  22. package/dist/models/services/translation/locales/nl/index.d.ts +2 -34
  23. package/dist/models/services/translation/locales/nl/order.d.ts +2 -0
  24. package/dist/models/services/translation/locales/pl/index.d.ts +2 -34
  25. package/dist/models/services/translation/locales/pl/order.d.ts +2 -0
  26. package/dist/models/services/translation/locales/pt/index.d.ts +2 -34
  27. package/dist/models/services/translation/locales/pt/order.d.ts +2 -0
  28. package/dist/models/services/translation/locales/ru/index.d.ts +2 -34
  29. package/dist/models/services/translation/locales/ru/order.d.ts +2 -0
  30. package/dist/models/services/translation/locales/tr/index.d.ts +2 -34
  31. package/dist/models/services/translation/locales/tr/order.d.ts +2 -0
  32. package/dist/services/translation/locales/az/index.d.ts +2 -34
  33. package/dist/services/translation/locales/az/order.d.ts +2 -0
  34. package/dist/services/translation/locales/en/index.d.ts +0 -1
  35. package/dist/services/translation/locales/es/auth.d.ts +7 -0
  36. package/dist/services/translation/locales/es/branch.d.ts +14 -0
  37. package/dist/services/translation/locales/es/common.d.ts +6 -0
  38. package/dist/services/translation/locales/es/customer.d.ts +17 -0
  39. package/dist/services/translation/locales/es/error.d.ts +20 -0
  40. package/dist/services/translation/locales/es/events.d.ts +8 -0
  41. package/dist/services/translation/locales/es/index.d.ts +118 -0
  42. package/dist/services/translation/locales/es/order.d.ts +50 -0
  43. package/dist/services/translation/locales/et/index.d.ts +2 -34
  44. package/dist/services/translation/locales/et/order.d.ts +2 -0
  45. package/dist/services/translation/locales/hr/index.d.ts +2 -34
  46. package/dist/services/translation/locales/hr/order.d.ts +2 -0
  47. package/dist/services/translation/locales/index.d.ts +133 -273
  48. package/dist/services/translation/locales/nl/index.d.ts +2 -34
  49. package/dist/services/translation/locales/nl/order.d.ts +2 -0
  50. package/dist/services/translation/locales/pl/index.d.ts +2 -34
  51. package/dist/services/translation/locales/pl/order.d.ts +2 -0
  52. package/dist/services/translation/locales/pt/index.d.ts +2 -34
  53. package/dist/services/translation/locales/pt/order.d.ts +2 -0
  54. package/dist/services/translation/locales/ru/index.d.ts +2 -34
  55. package/dist/services/translation/locales/ru/order.d.ts +2 -0
  56. package/dist/services/translation/locales/tr/index.d.ts +2 -34
  57. package/dist/services/translation/locales/tr/order.d.ts +2 -0
  58. package/dist/styles/ui.css +1 -1
  59. package/dist/styles/ui.css.map +1 -1
  60. package/dist/utils/services/translation/locales/az/index.d.ts +2 -34
  61. package/dist/utils/services/translation/locales/az/order.d.ts +2 -0
  62. package/dist/utils/services/translation/locales/en/index.d.ts +0 -1
  63. package/dist/utils/services/translation/locales/es/auth.d.ts +7 -0
  64. package/dist/utils/services/translation/locales/es/branch.d.ts +14 -0
  65. package/dist/utils/services/translation/locales/es/common.d.ts +6 -0
  66. package/dist/utils/services/translation/locales/es/customer.d.ts +17 -0
  67. package/dist/utils/services/translation/locales/es/error.d.ts +20 -0
  68. package/dist/utils/services/translation/locales/es/events.d.ts +8 -0
  69. package/dist/utils/services/translation/locales/es/index.d.ts +118 -0
  70. package/dist/utils/services/translation/locales/es/order.d.ts +50 -0
  71. package/dist/utils/services/translation/locales/et/index.d.ts +2 -34
  72. package/dist/utils/services/translation/locales/et/order.d.ts +2 -0
  73. package/dist/utils/services/translation/locales/hr/index.d.ts +2 -34
  74. package/dist/utils/services/translation/locales/hr/order.d.ts +2 -0
  75. package/dist/utils/services/translation/locales/index.d.ts +133 -273
  76. package/dist/utils/services/translation/locales/nl/index.d.ts +2 -34
  77. package/dist/utils/services/translation/locales/nl/order.d.ts +2 -0
  78. package/dist/utils/services/translation/locales/pl/index.d.ts +2 -34
  79. package/dist/utils/services/translation/locales/pl/order.d.ts +2 -0
  80. package/dist/utils/services/translation/locales/pt/index.d.ts +2 -34
  81. package/dist/utils/services/translation/locales/pt/order.d.ts +2 -0
  82. package/dist/utils/services/translation/locales/ru/index.d.ts +2 -34
  83. package/dist/utils/services/translation/locales/ru/order.d.ts +2 -0
  84. package/dist/utils/services/translation/locales/tr/index.d.ts +2 -34
  85. package/dist/utils/services/translation/locales/tr/order.d.ts +2 -0
  86. package/package.json +1 -1
  87. package/dist/models/services/translation/locales/az/pricing.d.ts +0 -35
  88. package/dist/models/services/translation/locales/en/pricing.d.ts +0 -2
  89. package/dist/models/services/translation/locales/et/pricing.d.ts +0 -35
  90. package/dist/models/services/translation/locales/hr/pricing.d.ts +0 -35
  91. package/dist/models/services/translation/locales/nl/pricing.d.ts +0 -35
  92. package/dist/models/services/translation/locales/pl/pricing.d.ts +0 -35
  93. package/dist/models/services/translation/locales/pt/pricing.d.ts +0 -35
  94. package/dist/models/services/translation/locales/ru/pricing.d.ts +0 -35
  95. package/dist/models/services/translation/locales/tr/pricing.d.ts +0 -35
  96. package/dist/services/translation/locales/az/pricing.d.ts +0 -35
  97. package/dist/services/translation/locales/en/pricing.d.ts +0 -2
  98. package/dist/services/translation/locales/et/pricing.d.ts +0 -35
  99. package/dist/services/translation/locales/hr/pricing.d.ts +0 -35
  100. package/dist/services/translation/locales/nl/pricing.d.ts +0 -35
  101. package/dist/services/translation/locales/pl/pricing.d.ts +0 -35
  102. package/dist/services/translation/locales/pt/pricing.d.ts +0 -35
  103. package/dist/services/translation/locales/ru/pricing.d.ts +0 -35
  104. package/dist/services/translation/locales/tr/pricing.d.ts +0 -35
  105. package/dist/utils/services/translation/locales/az/pricing.d.ts +0 -35
  106. package/dist/utils/services/translation/locales/en/pricing.d.ts +0 -2
  107. package/dist/utils/services/translation/locales/et/pricing.d.ts +0 -35
  108. package/dist/utils/services/translation/locales/hr/pricing.d.ts +0 -35
  109. package/dist/utils/services/translation/locales/nl/pricing.d.ts +0 -35
  110. package/dist/utils/services/translation/locales/pl/pricing.d.ts +0 -35
  111. package/dist/utils/services/translation/locales/pt/pricing.d.ts +0 -35
  112. package/dist/utils/services/translation/locales/ru/pricing.d.ts +0 -35
  113. package/dist/utils/services/translation/locales/tr/pricing.d.ts +0 -35
@@ -68,6 +68,8 @@ declare const _default: {
68
68
  "Play video": string;
69
69
  " / kg": string;
70
70
  " / l": string;
71
+ Discount: string;
72
+ "Discount ({{rate}}%)": string;
71
73
  };
72
74
  customer: {
73
75
  "Unknown address": string;
@@ -98,40 +100,6 @@ declare const _default: {
98
100
  "Product Details": string;
99
101
  "Product Added to Order": string;
100
102
  };
101
- pricing: {
102
- "Get Started": string;
103
- "Choose Plan": string;
104
- "Smart QR Menu": string;
105
- "Link-in-bio": string;
106
- "Menu Analytics": string;
107
- "Unlimited Products": string;
108
- "Unlimited Categories": string;
109
- "Product variants": string;
110
- "Product options": string;
111
- "Sales reports": string;
112
- "24/7 Support": string;
113
- "Multiple Branches": string;
114
- "Order Management": string;
115
- "Table Management": string;
116
- "Mobile App for Owners & Staff": string;
117
- "Point of Sale (POS)": string;
118
- "Delivery Management": string;
119
- "Third-Party Delivery Integrations": string;
120
- "TabresPay with Mobile": string;
121
- "Event management": string;
122
- "Unlimited Users": string;
123
- "/ month": string;
124
- monthly: string;
125
- annually: string;
126
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
127
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
128
- "Unlimited Languages": string;
129
- "30-day money-back guarantee": string;
130
- "Limited Time Only": string;
131
- "/ lifetime": string;
132
- "Try for free": string;
133
- "No credit card needed": string;
134
- };
135
103
  branch: {
136
104
  "WEEKDAY-0": string;
137
105
  "WEEKDAY-1": string;
@@ -43,5 +43,7 @@ declare const _default: {
43
43
  "Play video": string;
44
44
  " / kg": string;
45
45
  " / l": string;
46
+ Discount: string;
47
+ "Discount ({{rate}}%)": string;
46
48
  };
47
49
  export default _default;
@@ -67,6 +67,8 @@ declare const _default: {
67
67
  "Closed Now": string;
68
68
  "Delivery Fee": string;
69
69
  "Play video": string;
70
+ Discount: string;
71
+ "Discount ({{rate}}%)": string;
70
72
  };
71
73
  customer: {
72
74
  "Unknown address": string;
@@ -97,40 +99,6 @@ declare const _default: {
97
99
  "Product Details": string;
98
100
  "Product Added to Order": string;
99
101
  };
100
- pricing: {
101
- "Get Started": string;
102
- "Choose Plan": string;
103
- "Smart QR Menu": string;
104
- "Link-in-bio": string;
105
- "Menu Analytics": string;
106
- "Unlimited Users": string;
107
- "Unlimited Products": string;
108
- "Unlimited Categories": string;
109
- "Product variants": string;
110
- "Product options": string;
111
- "Sales reports": string;
112
- "24/7 Support": string;
113
- "Multiple Branches": string;
114
- "Table Management": string;
115
- "Order Management": string;
116
- "Mobile App for Owners & Staff": string;
117
- "Point of Sale (POS)": string;
118
- "Delivery Management": string;
119
- "Third-Party Delivery Integrations": string;
120
- "TabresPay with Mobile": string;
121
- "Event management": string;
122
- "/ month": string;
123
- monthly: string;
124
- annually: string;
125
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
126
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
127
- "Unlimited Languages": string;
128
- "30-day money-back guarantee": string;
129
- "Limited Time Only": string;
130
- "/ lifetime": string;
131
- "Try for free": string;
132
- "No credit card needed": string;
133
- };
134
102
  branch: {
135
103
  "WEEKDAY-0": string;
136
104
  "WEEKDAY-1": string;
@@ -42,5 +42,7 @@ declare const _default: {
42
42
  "Closed Now": string;
43
43
  "Delivery Fee": string;
44
44
  "Play video": string;
45
+ Discount: string;
46
+ "Discount ({{rate}}%)": string;
45
47
  };
46
48
  export default _default;
@@ -67,6 +67,8 @@ declare const _default: {
67
67
  "Closed Now": string;
68
68
  "Delivery Fee": string;
69
69
  "Play video": string;
70
+ Discount: string;
71
+ "Discount ({{rate}}%)": string;
70
72
  };
71
73
  customer: {
72
74
  "Unknown address": string;
@@ -97,40 +99,6 @@ declare const _default: {
97
99
  "Product Details": string;
98
100
  "Product Added to Order": string;
99
101
  };
100
- pricing: {
101
- "Get Started": string;
102
- "Choose Plan": string;
103
- "Smart QR Menu": string;
104
- "Link-in-bio": string;
105
- "Menu Analytics": string;
106
- "Unlimited Users": string;
107
- "Unlimited Products": string;
108
- "Unlimited Categories": string;
109
- "Product variants": string;
110
- "Product options": string;
111
- "Sales reports": string;
112
- "24/7 Support": string;
113
- "Multiple Branches": string;
114
- "Table Management": string;
115
- "Order Management": string;
116
- "Mobile App for Owners & Staff": string;
117
- "Point of Sale (POS)": string;
118
- "Delivery Management": string;
119
- "Third-Party Delivery Integrations": string;
120
- "TabresPay with Mobile": string;
121
- "Event management": string;
122
- "/ month": string;
123
- monthly: string;
124
- annually: string;
125
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
126
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
127
- "Unlimited Languages": string;
128
- "30-day money-back guarantee": string;
129
- "Limited Time Only": string;
130
- "/ lifetime": string;
131
- "Try for free": string;
132
- "No credit card needed": string;
133
- };
134
102
  branch: {
135
103
  "WEEKDAY-0": string;
136
104
  "WEEKDAY-1": string;
@@ -42,5 +42,7 @@ declare const _default: {
42
42
  "Closed Now": string;
43
43
  "Delivery Fee": string;
44
44
  "Play video": string;
45
+ Discount: string;
46
+ "Discount ({{rate}}%)": string;
45
47
  };
46
48
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabres/react",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "React Library by tabres.com",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Order Management": string;
15
- "Table Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: {};
2
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Table Management": string;
15
- "Order Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Order Management": string;
15
- "Table Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Unlimited Users": string;
10
- "Product variants": string;
11
- "Product options": string;
12
- "Sales reports": string;
13
- "24/7 Support": string;
14
- "Multiple Branches": string;
15
- "Table Management": string;
16
- "Order Management": string;
17
- "Mobile App for Owners & Staff": string;
18
- "Point of Sale (POS)": string;
19
- "Delivery Management": string;
20
- "Third-Party Delivery Integrations": string;
21
- "TabresPay with Mobile": string;
22
- "Event management": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
27
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Order Management": string;
15
- "Table Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Order Management": string;
15
- "Table Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Users": string;
8
- "Unlimited Products": string;
9
- "Unlimited Categories": string;
10
- "Product variants": string;
11
- "Product options": string;
12
- "Sales reports": string;
13
- "24/7 Support": string;
14
- "Multiple Branches": string;
15
- "Table Management": string;
16
- "Order Management": string;
17
- "Mobile App for Owners & Staff": string;
18
- "Point of Sale (POS)": string;
19
- "Delivery Management": string;
20
- "Third-Party Delivery Integrations": string;
21
- "TabresPay with Mobile": string;
22
- "Event management": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Users": string;
8
- "Unlimited Products": string;
9
- "Unlimited Categories": string;
10
- "Product variants": string;
11
- "Product options": string;
12
- "Sales reports": string;
13
- "24/7 Support": string;
14
- "Multiple Branches": string;
15
- "Table Management": string;
16
- "Order Management": string;
17
- "Mobile App for Owners & Staff": string;
18
- "Point of Sale (POS)": string;
19
- "Delivery Management": string;
20
- "Third-Party Delivery Integrations": string;
21
- "TabresPay with Mobile": string;
22
- "Event management": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
27
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Order Management": string;
15
- "Table Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: {};
2
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Table Management": string;
15
- "Order Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Order Management": string;
15
- "Table Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Unlimited Users": string;
10
- "Product variants": string;
11
- "Product options": string;
12
- "Sales reports": string;
13
- "24/7 Support": string;
14
- "Multiple Branches": string;
15
- "Table Management": string;
16
- "Order Management": string;
17
- "Mobile App for Owners & Staff": string;
18
- "Point of Sale (POS)": string;
19
- "Delivery Management": string;
20
- "Third-Party Delivery Integrations": string;
21
- "TabresPay with Mobile": string;
22
- "Event management": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
27
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- "Get Started": string;
3
- "Choose Plan": string;
4
- "Smart QR Menu": string;
5
- "Link-in-bio": string;
6
- "Menu Analytics": string;
7
- "Unlimited Products": string;
8
- "Unlimited Categories": string;
9
- "Product variants": string;
10
- "Product options": string;
11
- "Sales reports": string;
12
- "24/7 Support": string;
13
- "Multiple Branches": string;
14
- "Order Management": string;
15
- "Table Management": string;
16
- "Mobile App for Owners & Staff": string;
17
- "Point of Sale (POS)": string;
18
- "Delivery Management": string;
19
- "Third-Party Delivery Integrations": string;
20
- "TabresPay with Mobile": string;
21
- "Event management": string;
22
- "Unlimited Users": string;
23
- "/ month": string;
24
- monthly: string;
25
- annually: string;
26
- "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
- "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- "Unlimited Languages": string;
29
- "30-day money-back guarantee": string;
30
- "Limited Time Only": string;
31
- "/ lifetime": string;
32
- "Try for free": string;
33
- "No credit card needed": string;
34
- };
35
- export default _default;