@hulkapps/app-manager-vue 3.1.4 → 3.1.5

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.
@@ -49521,10 +49521,10 @@ var script$7 = {
49521
49521
  },
49522
49522
  breakpoints: {
49523
49523
  375: {
49524
- slidesPerView: 1
49524
+ slidesPerView: Math.min(this.monthlyPlans.length, 1)
49525
49525
  },
49526
49526
  640: {
49527
- slidesPerView: 2
49527
+ slidesPerView: Math.min(this.monthlyPlans.length, 2)
49528
49528
  },
49529
49529
  840: {
49530
49530
  slidesPerView: Math.min(this.monthlyPlans.length, 3)
@@ -49557,10 +49557,10 @@ var script$7 = {
49557
49557
  },
49558
49558
  breakpoints: {
49559
49559
  375: {
49560
- slidesPerView: 1
49560
+ slidesPerView: Math.min(this.annualPlans.length, 1)
49561
49561
  },
49562
49562
  640: {
49563
- slidesPerView: 2
49563
+ slidesPerView: Math.min(this.annualPlans.length, 2)
49564
49564
  },
49565
49565
  840: {
49566
49566
  slidesPerView: Math.min(this.annualPlans.length, 3)
@@ -49967,11 +49967,11 @@ var __vue_staticRenderFns__$7 = [];
49967
49967
 
49968
49968
  const __vue_inject_styles__$7 = function (inject) {
49969
49969
  if (!inject) return;
49970
- inject("data-v-2681d410_0", {
49971
- source: ".container[data-v-2681d410]{padding-top:40px;width:100%}.swiper.cards.annually[data-v-2681d410]{visibility:hidden;height:0;position:relative}.swiper-pagination[data-v-2681d410]{height:12px;position:relative;display:flex;justify-content:center;align-items:flex-end;gap:0;margin-top:26px}.cards[data-v-2681d410]{display:flex;background-color:#fff;flex-grow:1;border:1px solid #e5e5e5;border-radius:12px;overflow-x:clip;overflow-y:visible;box-shadow:0 4px 6px -1px #0000001a}.card[data-v-2681d410]{height:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px}.swiper-wrapper .swiper-slide .card-border.last-card[data-v-2681d410],.swiper-wrapper .swiper-slide:not(.swiper-slide-active) .card-border[data-v-2681d410]{border-left:1px solid #ccc}.card .title[data-v-2681d410]{font-size:16px;font-weight:700;color:#1a1a1a}.card .price-wrapper[data-v-2681d410]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.card .price-wrapper.has-discount[data-v-2681d410]{min-height:44px}.card .price[data-v-2681d410]{font-size:30px;font-weight:700;color:#4a4a4a}.card .price span[data-v-2681d410]{font-size:13px;font-weight:400;color:#4a4a4a;margin-left:-6px;line-height:0}.card .description[data-v-2681d410]{font-size:13px;font-weight:400;color:#4a4a4a}.button[data-v-2681d410]{display:flex;justify-content:center;width:100%!important;text-align:center!important}.features[data-v-2681d410]{margin-top:19px}.features ul[data-v-2681d410]{display:flex;align-items:flex-start;gap:6px;flex-direction:column}.features .feature[data-v-2681d410]{display:flex;align-items:center;gap:4px}.features .feature svg[data-v-2681d410]{min-width:20px;min-height:20px}.feature span[data-v-2681d410]{font-size:13px;font-weight:400;color:#4a4a4a}.card .strike-price span[data-v-2681d410]{color:#4a4a4a}.most-popular[data-v-2681d410]{position:absolute;z-index:-1;top:-20px;width:100%;height:calc(100% + 20px);border-radius:12px 12px 0 0;border-left:1px solid #91d0ff;border-right:1px solid #91d0ff;overflow:hidden}.most-popular .most-popular-label[data-v-2681d410]{background-color:#91d0ff;color:#00527c;font-size:13px;font-weight:600;width:100%;text-align:center}.swiper-plan-h-navigation[data-v-2681d410]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually[data-v-2681d410]{display:none}.swiper-plan-h-next-annually[data-v-2681d410],.swiper-plan-h-next-monthly[data-v-2681d410],.swiper-plan-h-prev-annually[data-v-2681d410],.swiper-plan-h-prev-monthly[data-v-2681d410]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#1a1a1a;border-radius:8px;cursor:pointer}.swiper-plan-h-next-annually[data-v-2681d410]:disabled,.swiper-plan-h-next-monthly[data-v-2681d410]:disabled,.swiper-plan-h-prev-annually[data-v-2681d410]:disabled,.swiper-plan-h-prev-monthly[data-v-2681d410]:disabled{opacity:0}.plans-remaining[data-v-2681d410]{position:absolute;top:-30px;background-color:#fff;color:#333;font-weight:500;padding:6px 12px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 4px 8px #00000026}.plans-remaining[data-v-2681d410]::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .1))}@media (max-width:640px){.card-border[data-v-2681d410]{border-left:none}.swiper-plan-h-navigation[data-v-2681d410]{display:none!important}}",
49970
+ inject("data-v-dca2073c_0", {
49971
+ source: ".container[data-v-dca2073c]{padding-top:40px;width:100%}.swiper.cards.annually[data-v-dca2073c]{visibility:hidden;height:0;position:relative}.swiper-pagination[data-v-dca2073c]{height:12px;position:relative;display:flex;justify-content:center;align-items:flex-end;gap:0;margin-top:26px}.cards[data-v-dca2073c]{display:flex;background-color:#fff;flex-grow:1;border:1px solid #e5e5e5;border-radius:12px;overflow-x:clip;overflow-y:visible;box-shadow:0 4px 6px -1px #0000001a}.card[data-v-dca2073c]{height:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px}.swiper-wrapper .swiper-slide .card-border.last-card[data-v-dca2073c],.swiper-wrapper .swiper-slide:not(.swiper-slide-active) .card-border[data-v-dca2073c]{border-left:1px solid #ccc}.card .title[data-v-dca2073c]{font-size:16px;font-weight:700;color:#1a1a1a}.card .price-wrapper[data-v-dca2073c]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.card .price-wrapper.has-discount[data-v-dca2073c]{min-height:44px}.card .price[data-v-dca2073c]{font-size:30px;font-weight:700;color:#4a4a4a}.card .price span[data-v-dca2073c]{font-size:13px;font-weight:400;color:#4a4a4a;margin-left:-6px;line-height:0}.card .description[data-v-dca2073c]{font-size:13px;font-weight:400;color:#4a4a4a}.button[data-v-dca2073c]{display:flex;justify-content:center;width:100%!important;text-align:center!important}.features[data-v-dca2073c]{margin-top:19px}.features ul[data-v-dca2073c]{display:flex;align-items:flex-start;gap:6px;flex-direction:column}.features .feature[data-v-dca2073c]{display:flex;align-items:center;gap:4px}.features .feature svg[data-v-dca2073c]{min-width:20px;min-height:20px}.feature span[data-v-dca2073c]{font-size:13px;font-weight:400;color:#4a4a4a}.card .strike-price span[data-v-dca2073c]{color:#4a4a4a}.most-popular[data-v-dca2073c]{position:absolute;z-index:-1;top:-20px;width:100%;height:calc(100% + 20px);border-radius:12px 12px 0 0;border-left:1px solid #91d0ff;border-right:1px solid #91d0ff;overflow:hidden}.most-popular .most-popular-label[data-v-dca2073c]{background-color:#91d0ff;color:#00527c;font-size:13px;font-weight:600;width:100%;text-align:center}.swiper-plan-h-navigation[data-v-dca2073c]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually[data-v-dca2073c]{display:none}.swiper-plan-h-next-annually[data-v-dca2073c],.swiper-plan-h-next-monthly[data-v-dca2073c],.swiper-plan-h-prev-annually[data-v-dca2073c],.swiper-plan-h-prev-monthly[data-v-dca2073c]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#1a1a1a;border-radius:8px;cursor:pointer}.swiper-plan-h-next-annually[data-v-dca2073c]:disabled,.swiper-plan-h-next-monthly[data-v-dca2073c]:disabled,.swiper-plan-h-prev-annually[data-v-dca2073c]:disabled,.swiper-plan-h-prev-monthly[data-v-dca2073c]:disabled{opacity:0}.plans-remaining[data-v-dca2073c]{position:absolute;top:-30px;background-color:#fff;color:#333;font-weight:500;padding:6px 12px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 4px 8px #00000026}.plans-remaining[data-v-dca2073c]::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .1))}@media (max-width:640px){.card-border[data-v-dca2073c]{border-left:none}.swiper-plan-h-navigation[data-v-dca2073c]{display:none!important}}",
49972
49972
  map: undefined,
49973
49973
  media: undefined
49974
- }), inject("data-v-2681d410_1", {
49974
+ }), inject("data-v-dca2073c_1", {
49975
49975
  source: ".swiper-pagination .swiper-pagination-bullet{background:#757575 none;opacity:1;transition:all .5s;width:8px;height:8px}.swiper-pagination .swiper-pagination-bullet-active{background-color:#0094d5;width:12px;height:12px}",
49976
49976
  map: undefined,
49977
49977
  media: undefined
@@ -49980,7 +49980,7 @@ const __vue_inject_styles__$7 = function (inject) {
49980
49980
  /* scoped */
49981
49981
 
49982
49982
 
49983
- const __vue_scope_id__$7 = "data-v-2681d410";
49983
+ const __vue_scope_id__$7 = "data-v-dca2073c";
49984
49984
  /* module identifier */
49985
49985
 
49986
49986
  const __vue_module_identifier__$7 = undefined;
@@ -50714,10 +50714,10 @@ var script$4 = {
50714
50714
  },
50715
50715
  breakpoints: {
50716
50716
  0: {
50717
- slidesPerView: 1.2
50717
+ slidesPerView: Math.min(this.monthlyPlans.length, 1.2)
50718
50718
  },
50719
50719
  640: {
50720
- slidesPerView: 2
50720
+ slidesPerView: Math.min(this.monthlyPlans.length, 2)
50721
50721
  },
50722
50722
  1024: {
50723
50723
  slidesPerView: Math.min(this.monthlyPlans.length, this.width === 'tight' ? 2 : 3)
@@ -50747,10 +50747,10 @@ var script$4 = {
50747
50747
  },
50748
50748
  breakpoints: {
50749
50749
  0: {
50750
- slidesPerView: 1.2
50750
+ slidesPerView: Math.min(this.annualPlans.length, 1.2)
50751
50751
  },
50752
50752
  640: {
50753
- slidesPerView: 2
50753
+ slidesPerView: Math.min(this.annualPlans.length, 2)
50754
50754
  },
50755
50755
  1024: {
50756
50756
  slidesPerView: Math.min(this.annualPlans.length, this.width === 'tight' ? 2 : 3)
@@ -51330,8 +51330,8 @@ var __vue_staticRenderFns__$4 = [];
51330
51330
 
51331
51331
  const __vue_inject_styles__$4 = function (inject) {
51332
51332
  if (!inject) return;
51333
- inject("data-v-730e49b1_0", {
51334
- source: ".container[data-v-730e49b1]{width:100%}.pricing-table[data-v-730e49b1]{display:grid;width:calc(100% + 2px);grid-template-columns:repeat(3,1fr);background-color:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e5e5}.pricing-table.monthly-table[data-v-730e49b1]{padding:16px}.plans[data-v-730e49b1]{grid-column:span 2;max-height:500px;overflow-y:auto}.annually-table[data-v-730e49b1]{visibility:hidden;height:0}.pricing-table-inner__left[data-v-730e49b1]{display:flex;flex-direction:column;max-height:500px;overflow-y:auto}.swiper[data-v-730e49b1]{width:100%;height:100%}.pricing-table.annually-table .swiper-wrapper[data-v-730e49b1],.pricing-table.monthly-table .swiper-wrapper[data-v-730e49b1]{height:auto!important}.table-header[data-v-730e49b1]{display:flex;align-items:center;background-color:#f1f1f1;padding:16px;border-bottom:1px solid #e3e3e3;position:sticky;top:0;z-index:10}.table-header h3[data-v-730e49b1]{font-size:13px;font-weight:700;line-height:20px;color:#1a1a1a}.plan-header-wrapper[data-v-730e49b1]{padding:16px;border-bottom:1px solid #e3e3e3}.plan-feature[data-v-730e49b1]{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.last-slide .plan-feature[data-v-730e49b1]{border-right:1px solid #e3e3e3}.plan-feature-name[data-v-730e49b1]{font-size:13px;font-weight:450;padding:12px;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3;word-wrap:break-word;overflow-wrap:break-word;word-break:normal;hyphens:none}.plan-table-checkmark[data-v-730e49b1]{width:20px;height:20px;visibility:visible;display:inline-block;margin-top:4px}.plan-header-wrapper[data-v-730e49b1]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;background-color:#f1f1f1;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1;position:sticky;top:0}.plan-header-wrapper .price-wrapper[data-v-730e49b1]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.plan-header-wrapper .price-wrapper.has-discount[data-v-730e49b1]{min-height:44px}.plan-header-wrapper .price-wrapper .main-price[data-v-730e49b1]{display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center}.plan-header-wrapper .price-wrapper .strike-price[data-v-730e49b1]{text-decoration:line-through}.plan-header-wrapper .price-wrapper .plan-interval[data-v-730e49b1]{color:#4a4a4a;font-weight:400}.plan-header-wrapper .price-wrapper h4[data-v-730e49b1]{display:inline-flex;text-align:center;font-size:16px;font-weight:700;color:#1a1a1a;width:max-content}.plan-header-wrapper .price-wrapper h4.plan-name[data-v-730e49b1]{width:100%}.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-730e49b1]{display:none}.plan-header-wrapper .price-wrapper h4 h6[data-v-730e49b1]{display:inline;font-size:13px;font-weight:400;color:#00000080;margin-left:-4px;line-height:0}.swiper-plan-navigation[data-v-730e49b1]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually-table[data-v-730e49b1]{display:none}.swiper-plan-annually-next[data-v-730e49b1],.swiper-plan-annually-prev[data-v-730e49b1],.swiper-plan-monthly-next[data-v-730e49b1],.swiper-plan-monthly-prev[data-v-730e49b1]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#1a1a1a;border-radius:8px;cursor:pointer}.swiper-plan-annually-next[data-v-730e49b1]:disabled,.swiper-plan-annually-prev[data-v-730e49b1]:disabled,.swiper-plan-monthly-next[data-v-730e49b1]:disabled,.swiper-plan-monthly-prev[data-v-730e49b1]:disabled{opacity:0}.choose-button[data-v-730e49b1]{background-color:#fff!important}.choose-button[data-v-730e49b1]:hover{background-color:#f9f9f9!important}.choose-button.disabled[data-v-730e49b1]{background-color:rgba(0,0,0,.15)!important}#table-left[data-v-730e49b1]{scrollbar-width:none;-ms-overflow-style:none}#table-left[data-v-730e49b1]::-webkit-scrollbar{display:none}.plans-remaining[data-v-730e49b1]{position:absolute;top:-30px;background-color:#fff;color:#333;font-weight:500;padding:6px 12px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 4px 8px #00000026}.plans-remaining[data-v-730e49b1]::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .1))}.feature-group-header.plan-feature-name[data-v-730e49b1]{font-size:0!important}.feature-group-header[data-v-730e49b1]{font-size:14px;font-weight:600;background-color:#f5f5f5;color:#1a1a1a;max-height:30px;padding:5px!important;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.feature-group-header.plan-feature[data-v-730e49b1]{text-align:center;border-left:1px solid #e3e3e3}.last-slide .feature-group-header.plan-feature[data-v-730e49b1]{border-right:1px solid #e3e3e3}@media (max-width:1024px){.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-730e49b1]{display:inline-block}.plan-header-wrapper .price-wrapper .desktop-plan-name[data-v-730e49b1]{display:none}.plan-header-wrapper .price-wrapper .main-price[data-v-730e49b1]{flex-direction:column}}@media (max-width:640px){.swiper-plan-navigation[data-v-730e49b1]{display:none!important}.pricing-table[data-v-730e49b1]{width:calc(100% + -2px)}}",
51333
+ inject("data-v-1395ec97_0", {
51334
+ source: ".container[data-v-1395ec97]{width:100%}.pricing-table[data-v-1395ec97]{display:grid;width:calc(100% + 2px);grid-template-columns:repeat(3,1fr);background-color:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e5e5}.pricing-table.monthly-table[data-v-1395ec97]{padding:16px}.plans[data-v-1395ec97]{grid-column:span 2;max-height:500px;overflow-y:auto}.annually-table[data-v-1395ec97]{visibility:hidden;height:0}.pricing-table-inner__left[data-v-1395ec97]{display:flex;flex-direction:column;max-height:500px;overflow-y:auto}.swiper[data-v-1395ec97]{width:100%;height:100%}.pricing-table.annually-table .swiper-wrapper[data-v-1395ec97],.pricing-table.monthly-table .swiper-wrapper[data-v-1395ec97]{height:auto!important}.table-header[data-v-1395ec97]{display:flex;align-items:center;background-color:#f1f1f1;padding:16px;border-bottom:1px solid #e3e3e3;position:sticky;top:0;z-index:10}.table-header h3[data-v-1395ec97]{font-size:13px;font-weight:700;line-height:20px;color:#1a1a1a}.plan-header-wrapper[data-v-1395ec97]{padding:16px;border-bottom:1px solid #e3e3e3}.plan-feature[data-v-1395ec97]{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.last-slide .plan-feature[data-v-1395ec97]{border-right:1px solid #e3e3e3}.plan-feature-name[data-v-1395ec97]{font-size:13px;font-weight:450;padding:12px;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3;word-wrap:break-word;overflow-wrap:break-word;word-break:normal;hyphens:none}.plan-table-checkmark[data-v-1395ec97]{width:20px;height:20px;visibility:visible;display:inline-block;margin-top:4px}.plan-header-wrapper[data-v-1395ec97]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;background-color:#f1f1f1;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1;position:sticky;top:0}.plan-header-wrapper .price-wrapper[data-v-1395ec97]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.plan-header-wrapper .price-wrapper.has-discount[data-v-1395ec97]{min-height:44px}.plan-header-wrapper .price-wrapper .main-price[data-v-1395ec97]{display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center}.plan-header-wrapper .price-wrapper .strike-price[data-v-1395ec97]{text-decoration:line-through}.plan-header-wrapper .price-wrapper .plan-interval[data-v-1395ec97]{color:#4a4a4a;font-weight:400}.plan-header-wrapper .price-wrapper h4[data-v-1395ec97]{display:inline-flex;text-align:center;font-size:16px;font-weight:700;color:#1a1a1a;width:max-content}.plan-header-wrapper .price-wrapper h4.plan-name[data-v-1395ec97]{width:100%}.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-1395ec97]{display:none}.plan-header-wrapper .price-wrapper h4 h6[data-v-1395ec97]{display:inline;font-size:13px;font-weight:400;color:#00000080;margin-left:-4px;line-height:0}.swiper-plan-navigation[data-v-1395ec97]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually-table[data-v-1395ec97]{display:none}.swiper-plan-annually-next[data-v-1395ec97],.swiper-plan-annually-prev[data-v-1395ec97],.swiper-plan-monthly-next[data-v-1395ec97],.swiper-plan-monthly-prev[data-v-1395ec97]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#1a1a1a;border-radius:8px;cursor:pointer}.swiper-plan-annually-next[data-v-1395ec97]:disabled,.swiper-plan-annually-prev[data-v-1395ec97]:disabled,.swiper-plan-monthly-next[data-v-1395ec97]:disabled,.swiper-plan-monthly-prev[data-v-1395ec97]:disabled{opacity:0}.choose-button[data-v-1395ec97]{background-color:#fff!important}.choose-button[data-v-1395ec97]:hover{background-color:#f9f9f9!important}.choose-button.disabled[data-v-1395ec97]{background-color:rgba(0,0,0,.15)!important}#table-left[data-v-1395ec97]{scrollbar-width:none;-ms-overflow-style:none}#table-left[data-v-1395ec97]::-webkit-scrollbar{display:none}.plans-remaining[data-v-1395ec97]{position:absolute;top:-30px;background-color:#fff;color:#333;font-weight:500;padding:6px 12px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 4px 8px #00000026}.plans-remaining[data-v-1395ec97]::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .1))}.feature-group-header.plan-feature-name[data-v-1395ec97]{font-size:0!important}.feature-group-header[data-v-1395ec97]{font-size:14px;font-weight:600;background-color:#f5f5f5;color:#1a1a1a;max-height:30px;padding:5px!important;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.feature-group-header.plan-feature[data-v-1395ec97]{text-align:center;border-left:1px solid #e3e3e3}.last-slide .feature-group-header.plan-feature[data-v-1395ec97]{border-right:1px solid #e3e3e3}@media (max-width:1024px){.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-1395ec97]{display:inline-block}.plan-header-wrapper .price-wrapper .desktop-plan-name[data-v-1395ec97]{display:none}.plan-header-wrapper .price-wrapper .main-price[data-v-1395ec97]{flex-direction:column}}@media (max-width:640px){.swiper-plan-navigation[data-v-1395ec97]{display:none!important}.pricing-table[data-v-1395ec97]{width:calc(100% + -2px)}}",
51335
51335
  map: undefined,
51336
51336
  media: undefined
51337
51337
  });
@@ -51339,7 +51339,7 @@ const __vue_inject_styles__$4 = function (inject) {
51339
51339
  /* scoped */
51340
51340
 
51341
51341
 
51342
- const __vue_scope_id__$4 = "data-v-730e49b1";
51342
+ const __vue_scope_id__$4 = "data-v-1395ec97";
51343
51343
  /* module identifier */
51344
51344
 
51345
51345
  const __vue_module_identifier__$4 = undefined;