@qite/tide-booking-component 1.4.96 → 1.4.97
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.
package/build/build-cjs/index.js
CHANGED
|
@@ -25076,7 +25076,7 @@ var Sidebar = function (_a) {
|
|
|
25076
25076
|
React__default['default'].createElement(
|
|
25077
25077
|
'div',
|
|
25078
25078
|
{ className: 'pricing-summary__property' },
|
|
25079
|
-
React__default['default'].createElement('h6', { className: 'pricing-summary__title' }, translations.
|
|
25079
|
+
React__default['default'].createElement('h6', { className: 'pricing-summary__title' }, translations.SIDEBAR.COMMISSION)
|
|
25080
25080
|
),
|
|
25081
25081
|
React__default['default'].createElement(
|
|
25082
25082
|
'div',
|
|
@@ -25160,7 +25160,7 @@ var Sidebar = function (_a) {
|
|
|
25160
25160
|
React__default['default'].createElement(
|
|
25161
25161
|
'div',
|
|
25162
25162
|
{ className: 'pricing-summary__property' },
|
|
25163
|
-
React__default['default'].createElement('h6', { className: 'pricing-summary__title' }, translations.
|
|
25163
|
+
React__default['default'].createElement('h6', { className: 'pricing-summary__title' }, translations.SIDEBAR.COMMISSION)
|
|
25164
25164
|
),
|
|
25165
25165
|
React__default['default'].createElement(
|
|
25166
25166
|
'div',
|
package/build/build-esm/index.js
CHANGED
|
@@ -25012,7 +25012,7 @@ var Sidebar = function (_a) {
|
|
|
25012
25012
|
React__default.createElement(
|
|
25013
25013
|
'div',
|
|
25014
25014
|
{ className: 'pricing-summary__property' },
|
|
25015
|
-
React__default.createElement('h6', { className: 'pricing-summary__title' }, translations.
|
|
25015
|
+
React__default.createElement('h6', { className: 'pricing-summary__title' }, translations.SIDEBAR.COMMISSION)
|
|
25016
25016
|
),
|
|
25017
25017
|
React__default.createElement(
|
|
25018
25018
|
'div',
|
|
@@ -25096,7 +25096,7 @@ var Sidebar = function (_a) {
|
|
|
25096
25096
|
React__default.createElement(
|
|
25097
25097
|
'div',
|
|
25098
25098
|
{ className: 'pricing-summary__property' },
|
|
25099
|
-
React__default.createElement('h6', { className: 'pricing-summary__title' }, translations.
|
|
25099
|
+
React__default.createElement('h6', { className: 'pricing-summary__title' }, translations.SIDEBAR.COMMISSION)
|
|
25100
25100
|
),
|
|
25101
25101
|
React__default.createElement(
|
|
25102
25102
|
'div',
|
package/package.json
CHANGED
|
@@ -257,7 +257,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|
|
257
257
|
{isAgent && (
|
|
258
258
|
<div className="pricing-summary__row pricing-summary__row--total-price">
|
|
259
259
|
<div className="pricing-summary__property">
|
|
260
|
-
<h6 className="pricing-summary__title">{translations.
|
|
260
|
+
<h6 className="pricing-summary__title">{translations.SIDEBAR.COMMISSION}</h6>
|
|
261
261
|
</div>
|
|
262
262
|
<div className="pricing-summary__value">
|
|
263
263
|
<div className="pricing">
|
|
@@ -308,7 +308,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|
|
308
308
|
{isAgent && (
|
|
309
309
|
<div className="pricing-summary__row pricing-summary__row--total-price">
|
|
310
310
|
<div className="pricing-summary__property">
|
|
311
|
-
<h6 className="pricing-summary__title">{translations.
|
|
311
|
+
<h6 className="pricing-summary__title">{translations.SIDEBAR.COMMISSION}</h6>
|
|
312
312
|
</div>
|
|
313
313
|
<div className="pricing-summary__value">
|
|
314
314
|
<div className="pricing">
|