@useinsider/guido 2.0.0-beta.afc5689 → 2.0.0-beta.b442f78

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 (41) hide show
  1. package/dist/components/organisms/email-preview/amp/AmpToggle.vue.js +2 -2
  2. package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue.js +2 -2
  3. package/dist/components/organisms/email-preview/mobile-preview/ContentView.vue.js +5 -5
  4. package/dist/components/organisms/header/LeftSlot.vue.js +12 -12
  5. package/dist/components/organisms/header/LeftSlot.vue2.js +6 -6
  6. package/dist/config/migrator/index.js +8 -9
  7. package/dist/extensions/Blocks/Items/block.js +40 -39
  8. package/dist/extensions/Blocks/Items/controls/button/link.js +29 -22
  9. package/dist/extensions/Blocks/Items/controls/cardComposition.js +49 -46
  10. package/dist/extensions/Blocks/Items/controls/image/link.js +30 -23
  11. package/dist/extensions/Blocks/Items/controls/name/trimming.js +15 -13
  12. package/dist/extensions/Blocks/Items/controls/price/currencyLocation.js +1 -1
  13. package/dist/extensions/Blocks/Items/controls/price/currencySymbol.js +1 -1
  14. package/dist/extensions/Blocks/Items/controls/price/formattedPrice.js +17 -15
  15. package/dist/extensions/Blocks/Items/controls/price/hideDiscount.js +15 -15
  16. package/dist/extensions/Blocks/Items/controls/price/priceOrientation.js +27 -29
  17. package/dist/extensions/Blocks/Items/controls/settingsControl.js +136 -145
  18. package/dist/extensions/Blocks/Items/enums/settingsEnums.js +2 -2
  19. package/dist/extensions/Blocks/Items/layouts/horizontal.html.js +48 -58
  20. package/dist/extensions/Blocks/Items/layouts/vertical.html.js +58 -48
  21. package/dist/extensions/Blocks/Items/settingsPanel.js +4 -4
  22. package/dist/extensions/Blocks/Items/store/items-block.js +2 -2
  23. package/dist/extensions/Blocks/Items/template.js +125 -312
  24. package/dist/extensions/Blocks/Items/utils/syncAttributesFromConfigBlock.js +44 -17
  25. package/dist/extensions/Blocks/Recommendation/control.js +1 -1
  26. package/dist/extensions/Blocks/common-control.js +55 -67
  27. package/dist/extensions/Blocks/controlFactories.js +45 -55
  28. package/dist/guido.css +1 -1
  29. package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js +285 -364
  30. package/dist/package.json.js +1 -1
  31. package/dist/src/extensions/Blocks/Items/controls/button/link.d.ts +2 -0
  32. package/dist/src/extensions/Blocks/Items/controls/image/link.d.ts +2 -0
  33. package/dist/src/extensions/Blocks/Items/controls/price/priceOrientation.d.ts +1 -1
  34. package/dist/src/extensions/Blocks/Items/controls/settingsControl.d.ts +4 -0
  35. package/dist/src/extensions/Blocks/Items/template.d.ts +1 -20
  36. package/dist/src/extensions/Blocks/common-control.d.ts +9 -14
  37. package/package.json +3 -3
  38. package/dist/config/migrator/itemsBlockMigrator.js +0 -283
  39. package/dist/extensions/Blocks/Items/utils/nodeConfigUtils.js +0 -172
  40. package/dist/src/config/migrator/itemsBlockMigrator.d.ts +0 -6
  41. package/dist/src/extensions/Blocks/Items/utils/nodeConfigUtils.d.ts +0 -71
@@ -1,6 +1,6 @@
1
1
  var d = Object.defineProperty;
2
2
  var h = (i, t, e) => t in i ? d(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
3
- var s = (i, t, e) => h(i, typeof t != "symbol" ? t + "" : t, e);
3
+ var n = (i, t, e) => h(i, typeof t != "symbol" ? t + "" : t, e);
4
4
  import { ModificationDescription as a, UIElementType as l, UEAttr as g } from "../../../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
5
5
  import { CommonControl as c } from "../../../common-control.js";
6
6
  import { ItemsBlockControlId as p } from "../../enums/controlEnums.js";
@@ -11,17 +11,17 @@ import { updateConfigBlockAttributes as u } from "../../utils/updateAttributes.j
11
11
  const y = p.NAME_TRIMMING, o = {
12
12
  TRIMMING: "trimming"
13
13
  };
14
- class v extends c {
14
+ class _ extends c {
15
15
  constructor() {
16
16
  super(...arguments);
17
- s(this, "store", N());
17
+ n(this, "store", N());
18
18
  }
19
19
  getId() {
20
20
  return y;
21
21
  }
22
22
  getTemplate() {
23
23
  return `
24
- <div class="container ${p.NAME_TRIMMING}">
24
+ <div class="${p.NAME_TRIMMING}">
25
25
  ${this._getTextTrimming()}
26
26
  </div>
27
27
  `;
@@ -43,8 +43,8 @@ class v extends c {
43
43
  this.store.setNameTrimming(e), u(this.currentNode, this.api), this.api.updateValues({ [o.TRIMMING]: e }), this._applyTrimmingStyles(e);
44
44
  }
45
45
  _applyTrimmingStyles(e) {
46
- var n;
47
- const r = (n = this.currentNode) == null ? void 0 : n.querySelector("p > a");
46
+ var s;
47
+ const r = (s = this.currentNode) == null ? void 0 : s.querySelector("p > a");
48
48
  if (!r)
49
49
  return;
50
50
  const T = e !== void 0 ? e : this.store.nameTrimming, m = this.store.orientation === I.ORIENTATION.VERTICAL;
@@ -52,17 +52,19 @@ class v extends c {
52
52
  }
53
53
  _getTextTrimming() {
54
54
  return `
55
- <div class="display-flex align-items-center justify-content-between">
56
- <${l.LABEL}
57
- ${g.LABEL.text}="${this.api.translate("Text Trimming")}"
58
- >
59
- </${l.LABEL}>
60
- ${this._GuToggle(o.TRIMMING)}
55
+ <div class="container">
56
+ <div class="display-flex align-items-center justify-content-between">
57
+ <${l.LABEL}
58
+ ${g.LABEL.text}="${this.api.translate("Text Trimming")}"
59
+ >
60
+ </${l.LABEL}>
61
+ ${this._GuToggle(o.TRIMMING)}
62
+ </div>
61
63
  </div>
62
64
  `;
63
65
  }
64
66
  }
65
67
  export {
66
68
  y as CONTROL_BLOCK_ID,
67
- v as NameTrimmingControl
69
+ _ as NameTrimmingControl
68
70
  };
@@ -21,7 +21,7 @@ class Y extends T {
21
21
  }
22
22
  getTemplate() {
23
23
  return `
24
- <div class="container ${h.PRICE_CURRENCY_LOCATION}">
24
+ <div class="${h.PRICE_CURRENCY_LOCATION}">
25
25
  ${this._getCurrencyLocation()}
26
26
  </div>
27
27
  `;
@@ -21,7 +21,7 @@ class P extends R {
21
21
  }
22
22
  getTemplate() {
23
23
  return `
24
- <div class="container ${h.PRICE_CURRENCY_SYMBOL}">
24
+ <div class="${h.PRICE_CURRENCY_SYMBOL}">
25
25
  ${this._getCurrencySymbol()}
26
26
  </div>
27
27
  `;
@@ -3,12 +3,12 @@ var I = (r, e, t) => e in r ? _(r, e, { enumerable: !0, configurable: !0, writab
3
3
  var P = (r, e, t) => I(r, typeof e != "symbol" ? e + "" : e, t);
4
4
  import { ModificationDescription as F, UIElementType as m, UEAttr as C } from "../../../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
5
5
  import { CommonControl as h } from "../../../common-control.js";
6
- import { ItemsBlockControlId as p, ItemsBlockId as A } from "../../enums/controlEnums.js";
6
+ import { ItemsBlockControlId as l, ItemsBlockId as A } from "../../enums/controlEnums.js";
7
7
  import { productPairs as T } from "../../enums/productEnums.js";
8
8
  import { useItemsBlockStore as u } from "../../store/items-block.js";
9
9
  import { syncFormattedPriceFromAttributes as g } from "../../utils/syncAttributesFromConfigBlock.js";
10
10
  import { updateConfigBlockAttributes as D } from "../../utils/updateAttributes.js";
11
- const f = p.PRICE_FORMATTED_PRICE, s = {
11
+ const f = l.PRICE_FORMATTED_PRICE, n = {
12
12
  FORMATTED_PRICE: "formattedPrice"
13
13
  };
14
14
  class y extends h {
@@ -21,13 +21,13 @@ class y extends h {
21
21
  }
22
22
  getTemplate() {
23
23
  return `
24
- <div class="container ${p.PRICE_FORMATTED_PRICE}">
24
+ <div class="${l.PRICE_FORMATTED_PRICE}">
25
25
  ${this._getFormattedPrice()}
26
26
  </div>
27
27
  `;
28
28
  }
29
29
  onRender() {
30
- this.api.updateValues({ [s.FORMATTED_PRICE]: this.store.formattedPrice }), this.api.onValueChanged(s.FORMATTED_PRICE, (t) => {
30
+ this.api.updateValues({ [n.FORMATTED_PRICE]: this.store.formattedPrice }), this.api.onValueChanged(n.FORMATTED_PRICE, (t) => {
31
31
  this._onFormattedPriceChange(t);
32
32
  });
33
33
  }
@@ -35,14 +35,14 @@ class y extends h {
35
35
  super.onTemplateNodeUpdated(t), this.handleBlockInstanceChange(
36
36
  () => g(this.currentNode),
37
37
  () => {
38
- this.api.updateValues({ [s.FORMATTED_PRICE]: this.store.formattedPrice });
38
+ this.api.updateValues({ [n.FORMATTED_PRICE]: this.store.formattedPrice });
39
39
  }
40
40
  );
41
41
  }
42
42
  _onFormattedPriceChange(t) {
43
43
  if (console.debug("Formatted price changed to: ", t), this.store.setFormattedPrice(t), D(this.currentNode, this.api), !this.currentNode)
44
44
  return;
45
- const { itemsType: n } = this.store, i = T.PAIRS_FOR_EXTENSION.price[n], o = T.PAIRS_FOR_EXTENSION.originalPrice[n], [c, a] = t ? [i.DEFAULT_PRICE, i.DEFAULT_PRICE_FORMATTED] : [i.DEFAULT_PRICE_FORMATTED, i.DEFAULT_PRICE], [l, R] = t ? [o.DEFAULT_PRICE, o.DEFAULT_PRICE_FORMATTED] : [o.DEFAULT_PRICE_FORMATTED, o.DEFAULT_PRICE];
45
+ const { itemsType: s } = this.store, i = T.PAIRS_FOR_EXTENSION.price[s], o = T.PAIRS_FOR_EXTENSION.originalPrice[s], [c, a] = t ? [i.DEFAULT_PRICE, i.DEFAULT_PRICE_FORMATTED] : [i.DEFAULT_PRICE_FORMATTED, i.DEFAULT_PRICE], [p, R] = t ? [o.DEFAULT_PRICE, o.DEFAULT_PRICE_FORMATTED] : [o.DEFAULT_PRICE_FORMATTED, o.DEFAULT_PRICE];
46
46
  this._updatePriceBlock(
47
47
  this.currentNode,
48
48
  c,
@@ -50,20 +50,22 @@ class y extends h {
50
50
  "price"
51
51
  );
52
52
  const d = this.currentNode.closest(".items-block"), E = d == null ? void 0 : d.querySelector(`[esd-extension-block-id="${A.ORIGINAL_PRICE}"]`);
53
- E && this._updatePriceBlock(E, l, R, "original price");
53
+ E && this._updatePriceBlock(E, p, R, "original price");
54
54
  }
55
- _updatePriceBlock(t, n, i, o) {
56
- const c = t.getInnerHTML().replace(n, i), a = `Updated ${o} to ${this.store.formattedPrice ? "formatted" : "unformatted"}`;
55
+ _updatePriceBlock(t, s, i, o) {
56
+ const c = t.getInnerHTML().replace(s, i), a = `Updated ${o} to ${this.store.formattedPrice ? "formatted" : "unformatted"}`;
57
57
  this.api.getDocumentModifier().modifyHtml(t).setInnerHtml(c).apply(new F(a));
58
58
  }
59
59
  _getFormattedPrice() {
60
60
  return `
61
- <div class="display-flex align-items-center justify-content-between">
62
- <${m.LABEL}
63
- ${C.LABEL.text}="${this.api.translate("Formatted Price (e.g. $9.90)")}"
64
- >
65
- </${m.LABEL}>
66
- ${this._GuToggle(s.FORMATTED_PRICE)}
61
+ <div class="container">
62
+ <div class="display-flex align-items-center justify-content-between">
63
+ <${m.LABEL}
64
+ ${C.LABEL.text}="${this.api.translate("Formatted Price (e.g. $9.90)")}"
65
+ >
66
+ </${m.LABEL}>
67
+ ${this._GuToggle(n.FORMATTED_PRICE)}
68
+ </div>
67
69
  </div>
68
70
  `;
69
71
  }
@@ -1,32 +1,32 @@
1
1
  var d = Object.defineProperty;
2
2
  var a = (i, e, t) => e in i ? d(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
3
- var s = (i, e, t) => a(i, typeof e != "symbol" ? e + "" : e, t);
4
- import { UIElementType as n, UEAttr as u } from "../../../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
5
- import { CommonControl as c } from "../../../common-control.js";
3
+ var o = (i, e, t) => a(i, typeof e != "symbol" ? e + "" : e, t);
4
+ import { UIElementType as n, UEAttr as c } from "../../../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
5
+ import { CommonControl as u } from "../../../common-control.js";
6
6
  import { ItemsBlockControlId as r } from "../../enums/controlEnums.js";
7
7
  import { useItemsBlockStore as D } from "../../store/items-block.js";
8
8
  import { syncHideDiscountFromAttributes as p } from "../../utils/syncAttributesFromConfigBlock.js";
9
9
  import { updateConfigBlockAttributes as I } from "../../utils/updateAttributes.js";
10
- const h = r.PRICE_HIDE_DISCOUNT, o = {
10
+ const l = r.PRICE_HIDE_DISCOUNT, s = {
11
11
  HIDE_DISCOUNT: "hideDiscount"
12
12
  };
13
- class N extends c {
13
+ class N extends u {
14
14
  constructor() {
15
15
  super(...arguments);
16
- s(this, "store", D());
16
+ o(this, "store", D());
17
17
  }
18
18
  getId() {
19
- return h;
19
+ return l;
20
20
  }
21
21
  getTemplate() {
22
22
  return `
23
- <div class="container ${r.PRICE_HIDE_DISCOUNT}">
23
+ <div class="${r.PRICE_HIDE_DISCOUNT}">
24
24
  ${this._getHideDiscount()}
25
25
  </div>
26
26
  `;
27
27
  }
28
28
  onRender() {
29
- this.api.updateValues({ [o.HIDE_DISCOUNT]: this.store.hideDiscount }), this.api.onValueChanged(o.HIDE_DISCOUNT, (t) => {
29
+ this.api.updateValues({ [s.HIDE_DISCOUNT]: this.store.hideDiscount }), this.api.onValueChanged(s.HIDE_DISCOUNT, (t) => {
30
30
  this._onHideDiscountChange(t);
31
31
  });
32
32
  }
@@ -34,28 +34,28 @@ class N extends c {
34
34
  super.onTemplateNodeUpdated(t), this.handleBlockInstanceChange(
35
35
  () => p(this.currentNode),
36
36
  () => {
37
- this.api.updateValues({ [o.HIDE_DISCOUNT]: this.store.hideDiscount });
37
+ this.api.updateValues({ [s.HIDE_DISCOUNT]: this.store.hideDiscount });
38
38
  }
39
39
  );
40
40
  }
41
41
  _onHideDiscountChange(t) {
42
- this.store.setHideDiscount(t), I(this.currentNode, this.api), this.api.updateValues({ [o.HIDE_DISCOUNT]: t });
42
+ this.store.setHideDiscount(t), I(this.currentNode, this.api), this.api.updateValues({ [s.HIDE_DISCOUNT]: t });
43
43
  }
44
44
  _getHideDiscount() {
45
45
  return `
46
-
46
+ <div class="container">
47
47
  <div class="display-flex align-items-center justify-content-between">
48
48
  <${n.LABEL}
49
- ${u.LABEL.text}="${this.api.translate("Hide if same as discounted ")}"
49
+ ${c.LABEL.text}="${this.api.translate("Hide if same as discounted ")}"
50
50
  >
51
51
  </${n.LABEL}>
52
- ${this._GuToggle(o.HIDE_DISCOUNT)}
52
+ ${this._GuToggle(s.HIDE_DISCOUNT)}
53
53
  </div>
54
54
  </div>
55
55
  `;
56
56
  }
57
57
  }
58
58
  export {
59
- h as CONTROL_BLOCK_ID,
59
+ l as CONTROL_BLOCK_ID,
60
60
  N as PriceHideDiscountControl
61
61
  };
@@ -1,43 +1,43 @@
1
1
  var I = Object.defineProperty;
2
- var f = (n, o, t) => o in n ? I(n, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[o] = t;
3
- var m = (n, o, t) => f(n, typeof o != "symbol" ? o + "" : o, t);
4
- import { ModificationDescription as u } from "../../../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
5
- import { CommonControl as y } from "../../../common-control.js";
2
+ var y = (n, o, t) => o in n ? I(n, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[o] = t;
3
+ var m = (n, o, t) => y(n, typeof o != "symbol" ? o + "" : o, t);
4
+ import { ModificationDescription as h } from "../../../../../node_modules/@stripoinc/ui-editor-extensions/dist/esm/index.js";
5
+ import { CommonControl as E } from "../../../common-control.js";
6
6
  import { ItemsBlockControlId as O } from "../../enums/controlEnums.js";
7
- import { SETTINGS_ENUMS as E } from "../../enums/settingsEnums.js";
8
- import { useItemsBlockStore as N } from "../../store/items-block.js";
9
- import { getItemsBlockConfig as T, setItemsBlockConfig as C } from "../../utils/nodeConfigUtils.js";
7
+ import { SETTINGS_ENUMS as N } from "../../enums/settingsEnums.js";
8
+ import { useItemsBlockStore as f } from "../../store/items-block.js";
9
+ import { syncPriceOrientationFromAttributes as T } from "../../utils/syncAttributesFromConfigBlock.js";
10
+ import { updateConfigBlockAttributes as P } from "../../utils/updateAttributes.js";
10
11
  const _ = O.PRICE_ORIENTATION, p = {
11
12
  PRICE_ORIENTATION: "priceOrientation"
12
- }, P = [
13
+ }, C = [
13
14
  { icon: "vertical-orientation", value: "vertical" },
14
15
  { icon: "horizontal-orientation", value: "horizontal" }
15
16
  ];
16
- class H extends y {
17
+ class v extends E {
17
18
  constructor() {
18
19
  super(...arguments);
19
- m(this, "store", N());
20
+ m(this, "store", f());
20
21
  }
21
22
  getId() {
22
23
  return _;
23
24
  }
24
25
  getTemplate() {
25
26
  return `
26
- <div class="container ${O.PRICE_ORIENTATION}">
27
+ <div class="${O.PRICE_ORIENTATION}">
27
28
  ${this._getPriceOrientation()}
28
29
  </div>
29
30
  `;
30
31
  }
31
32
  onRender() {
32
33
  this.api.updateValues({ [p.PRICE_ORIENTATION]: this.store.priceOrientation }), this.api.onValueChanged(p.PRICE_ORIENTATION, (t) => {
33
- typeof t == "string" && this._onPriceOrientationChange(t);
34
+ this._onPriceOrientationChange(t);
34
35
  });
35
36
  }
36
37
  onTemplateNodeUpdated(t) {
37
38
  super.onTemplateNodeUpdated(t), this.handleBlockInstanceChange(
38
39
  () => {
39
- const i = T(this.currentNode);
40
- i && this.store.setPriceOrientation(i.priceOrientation || "horizontal");
40
+ T(this.currentNode);
41
41
  },
42
42
  () => {
43
43
  this.api.updateValues({ [p.PRICE_ORIENTATION]: this.store.priceOrientation });
@@ -45,26 +45,24 @@ class H extends y {
45
45
  );
46
46
  }
47
47
  _onPriceOrientationChange(t) {
48
- if (this.store.setPriceOrientation(t), C(this.currentNode, this.api, {
49
- priceOrientation: t
50
- }), !this.currentNode)
48
+ if (console.debug("Price orientation changed to: ", t), this.store.setPriceOrientation(t), P(this.currentNode, this.api), !this.currentNode)
51
49
  return;
52
- const { orientation: i } = this.store, r = i === E.ORIENTATION.VERTICAL, e = t === "horizontal";
50
+ const { orientation: i } = this.store, r = i === N.ORIENTATION.VERTICAL, e = t === "horizontal";
53
51
  r ? this._updateVerticalLayout(e) : this._updateHorizontalLayout(e);
54
52
  }
55
- _updateVerticalLayout(t) {
53
+ _updateHorizontalLayout(t) {
56
54
  var c, l, d, a;
57
55
  const i = ((l = (c = this.currentNode) == null ? void 0 : c.closest(".ins-product-td")) == null ? void 0 : l.querySelectorAll(".product-price-class")) || [], r = ((a = (d = this.currentNode) == null ? void 0 : d.closest(".ins-product-td")) == null ? void 0 : a.querySelectorAll(".product-original-price-class")) || [];
58
56
  if (!i || !r)
59
57
  return;
60
58
  const e = t ? "50%" : "100%", s = this.api.getDocumentModifier();
61
- i.forEach((h) => {
62
- s.modifyHtml(h).setAttribute("width", e).setStyle("width", e);
63
- }), r.forEach((h) => {
64
- s.modifyHtml(h).setAttribute("width", e).setStyle("width", e);
65
- }), s.apply(new u(`Updated original price element width to ${e}`));
59
+ i.forEach((u) => {
60
+ s.modifyHtml(u).setAttribute("width", e).setStyle("width", e);
61
+ }), r.forEach((u) => {
62
+ s.modifyHtml(u).setAttribute("width", e).setStyle("width", e);
63
+ }), s.apply(new h(`Updated original price element width to ${e}`));
66
64
  }
67
- _updateHorizontalLayout(t) {
65
+ _updateVerticalLayout(t) {
68
66
  var s, c, l, d;
69
67
  const i = ((c = (s = this.currentNode) == null ? void 0 : s.closest(".ins-product-td")) == null ? void 0 : c.querySelectorAll(".horizontal-price")) || [], r = (d = (l = this.currentNode) == null ? void 0 : l.closest(".ins-product-td")) == null ? void 0 : d.querySelector(".vertical-price");
70
68
  if (!i || !r || i.length === 0)
@@ -72,9 +70,9 @@ class H extends y {
72
70
  const e = this.api.getDocumentModifier();
73
71
  t ? (i.forEach((a) => {
74
72
  e.modifyHtml(a).setStyle("display", "table-cell");
75
- }), e.modifyHtml(r).setStyle("display", "none"), e.apply(new u("Show horizontal price orientation"))) : (i.forEach((a) => {
73
+ }), e.modifyHtml(r).setStyle("display", "none").apply(new h("Hide vertical price element"))) : (i.forEach((a) => {
76
74
  e.modifyHtml(a).setStyle("display", "none");
77
- }), e.modifyHtml(r).setStyle("display", "table-cell"), e.apply(new u("Show vertical price orientation")));
75
+ }), e.modifyHtml(r).setStyle("display", "table-cell").apply(new h("Show vertical price element")));
78
76
  }
79
77
  _getPriceOrientation() {
80
78
  return `
@@ -82,7 +80,7 @@ class H extends y {
82
80
  this._GuLabel({ text: "Price Orientation" }),
83
81
  this._GuRadioButton({
84
82
  name: p.PRICE_ORIENTATION,
85
- buttons: P
83
+ buttons: C
86
84
  })
87
85
  ])}
88
86
  `;
@@ -90,5 +88,5 @@ class H extends y {
90
88
  }
91
89
  export {
92
90
  _ as CONTROL_BLOCK_ID,
93
- H as PriceOrientationControl
91
+ v as PriceOrientationControl
94
92
  };