@stock-in-the-channel/sinch-vue-components 0.0.342 → 0.0.344

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 (2) hide show
  1. package/dist/index.es.js +10 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -36864,8 +36864,16 @@ const $t = c0, ZN = { class: "d-flex column" }, e2 = { class: "q-mb-md" }, t2 =
36864
36864
  if (k) {
36865
36865
  const h = i.value.find((g) => g.sku == k.sku);
36866
36866
  if (h) {
36867
- const g = h.subscriptionPeriods.find((C) => C.billingPeriods);
36868
- g ? g.billingPeriods.find((T) => T.period == k.billingPeriod) || g.billingPeriods.push({ period: k.billingPeriod, title: m(k.billingPeriod), variant: S }) : h.subscriptionPeriods.push({ billingPeriods: [], title: b(k.subscriptionPeriod), period: k.subscriptionPeriod });
36867
+ const g = h.subscriptionPeriods.find((C) => C.period == k.subscriptionPeriod);
36868
+ g ? g.billingPeriods.push({ period: k.billingPeriod, title: m(k.billingPeriod), variant: S }) : h.subscriptionPeriods.push({
36869
+ billingPeriods: [{
36870
+ period: k.billingPeriod,
36871
+ title: m(k.billingPeriod),
36872
+ variant: S
36873
+ }],
36874
+ title: b(k.subscriptionPeriod),
36875
+ period: k.subscriptionPeriod
36876
+ });
36869
36877
  } else
36870
36878
  i.value.push({
36871
36879
  sku: k.sku,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.342",
3
+ "version": "0.0.344",
4
4
  "files": [
5
5
  "dist"
6
6
  ],