@hulkapps/app-manager-vue 3.0.8 → 3.0.9
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/dist/app-manager-vue.esm.js +695 -84
- package/dist/app-manager-vue.min.js +3 -3
- package/dist/app-manager-vue.ssr.js +94 -48
- package/dist/hulkapps-app-manager.css +1 -1
- package/dist/hulkapps-app-manager.min.css +1 -1
- package/package.json +2 -4
- package/src/components/Plans/AppManagerSliderPlan.vue +15 -2
- package/src/components/PolarisNew/GetCustomBlock.vue +15 -6
- package/src/components/PolarisNew/PlanCardsHighlights.vue +49 -5
- package/src/components/PolarisNew/PlanTable.vue +103 -27
- package/dist/ArrowLeft.svg +0 -14
- package/dist/CheckFalse.svg +0 -11
- package/dist/CheckTrue.svg +0 -11
- package/dist/NavigationLeft.svg +0 -12
- package/dist/NavigationRight.svg +0 -12
- package/dist/cogsettings.svg +0 -15
- package/src/assets/25for70lessBanner.png +0 -0
- package/src/assets/ArrowLeft.svg +0 -14
- package/src/assets/CheckFalse.svg +0 -11
- package/src/assets/CheckTrue.svg +0 -11
- package/src/assets/NavigationLeft.svg +0 -12
- package/src/assets/NavigationRight.svg +0 -12
- package/src/assets/cogsettings.svg +0 -15
|
@@ -49536,12 +49536,9 @@ var script$6 = {
|
|
|
49536
49536
|
|
|
49537
49537
|
};
|
|
49538
49538
|
|
|
49539
|
-
var __$_require_assets_avigation_eft_svg__ = "dist/NavigationLeft.svg";
|
|
49540
|
-
|
|
49541
|
-
var __$_require_assets_avigation_ight_svg__ = "dist/NavigationRight.svg";
|
|
49542
|
-
|
|
49543
49539
|
/* script */
|
|
49544
49540
|
const __vue_script__$6 = script$6;
|
|
49541
|
+
/* template */
|
|
49545
49542
|
|
|
49546
49543
|
var __vue_render__$6 = function () {
|
|
49547
49544
|
var _vm = this;
|
|
@@ -49558,41 +49555,207 @@ var __vue_render__$6 = function () {
|
|
|
49558
49555
|
staticClass: "swiper-plan-h-prev-monthly"
|
|
49559
49556
|
}, [this.remainingPlansMonthly.before > 0 ? _c('span', {
|
|
49560
49557
|
staticClass: "plans-remaining"
|
|
49561
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
49558
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
49559
|
+
attrs: {
|
|
49560
|
+
"width": "24",
|
|
49561
|
+
"height": "24",
|
|
49562
|
+
"viewBox": "0 0 24 24",
|
|
49563
|
+
"fill": "white",
|
|
49564
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
49565
|
+
}
|
|
49566
|
+
}, [_c('g', {
|
|
49567
|
+
attrs: {
|
|
49568
|
+
"clip-path": "url(#clip0_859_9388)"
|
|
49569
|
+
}
|
|
49570
|
+
}, [_c('path', {
|
|
49571
|
+
attrs: {
|
|
49572
|
+
"d": "M5 12.0001L19 12.0001",
|
|
49573
|
+
"stroke": "white",
|
|
49574
|
+
"stroke-width": "2",
|
|
49575
|
+
"stroke-linecap": "round",
|
|
49576
|
+
"stroke-linejoin": "round"
|
|
49577
|
+
}
|
|
49578
|
+
}), _vm._v(" "), _c('path', {
|
|
49579
|
+
attrs: {
|
|
49580
|
+
"d": "M5 12.0001L11 18.0001",
|
|
49581
|
+
"stroke": "white",
|
|
49582
|
+
"stroke-width": "2",
|
|
49583
|
+
"stroke-linecap": "round",
|
|
49584
|
+
"stroke-linejoin": "round"
|
|
49585
|
+
}
|
|
49586
|
+
}), _vm._v(" "), _c('path', {
|
|
49587
|
+
attrs: {
|
|
49588
|
+
"d": "M5 12.0001L11 6.00012",
|
|
49589
|
+
"stroke": "white",
|
|
49590
|
+
"stroke-width": "2",
|
|
49591
|
+
"stroke-linecap": "round",
|
|
49592
|
+
"stroke-linejoin": "round"
|
|
49593
|
+
}
|
|
49594
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
49595
|
+
attrs: {
|
|
49596
|
+
"id": "clip0_859_9388"
|
|
49597
|
+
}
|
|
49598
|
+
}, [_c('rect', {
|
|
49562
49599
|
attrs: {
|
|
49563
|
-
"
|
|
49564
|
-
"
|
|
49600
|
+
"width": "24",
|
|
49601
|
+
"height": "24",
|
|
49602
|
+
"fill": "white"
|
|
49565
49603
|
}
|
|
49566
|
-
})]), _vm._v(" "), _c('button', {
|
|
49604
|
+
})])])])]), _vm._v(" "), _c('button', {
|
|
49567
49605
|
staticClass: "swiper-plan-h-next-monthly"
|
|
49568
49606
|
}, [this.remainingPlansMonthly.after > 0 ? _c('span', {
|
|
49569
49607
|
staticClass: "plans-remaining"
|
|
49570
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
49608
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
49609
|
+
attrs: {
|
|
49610
|
+
"width": "24",
|
|
49611
|
+
"height": "24",
|
|
49612
|
+
"viewBox": "0 0 24 24",
|
|
49613
|
+
"fill": "white",
|
|
49614
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
49615
|
+
}
|
|
49616
|
+
}, [_c('g', {
|
|
49617
|
+
attrs: {
|
|
49618
|
+
"clip-path": "url(#clip0_859_9381)"
|
|
49619
|
+
}
|
|
49620
|
+
}, [_c('path', {
|
|
49621
|
+
attrs: {
|
|
49622
|
+
"d": "M19 12H5",
|
|
49623
|
+
"stroke": "white",
|
|
49624
|
+
"stroke-width": "2",
|
|
49625
|
+
"stroke-linecap": "round",
|
|
49626
|
+
"stroke-linejoin": "round"
|
|
49627
|
+
}
|
|
49628
|
+
}), _vm._v(" "), _c('path', {
|
|
49629
|
+
attrs: {
|
|
49630
|
+
"d": "M19 12L13 6",
|
|
49631
|
+
"stroke": "white",
|
|
49632
|
+
"stroke-width": "2",
|
|
49633
|
+
"stroke-linecap": "round",
|
|
49634
|
+
"stroke-linejoin": "round"
|
|
49635
|
+
}
|
|
49636
|
+
}), _vm._v(" "), _c('path', {
|
|
49637
|
+
attrs: {
|
|
49638
|
+
"d": "M19 12L13 18",
|
|
49639
|
+
"stroke": "white",
|
|
49640
|
+
"stroke-width": "2",
|
|
49641
|
+
"stroke-linecap": "round",
|
|
49642
|
+
"stroke-linejoin": "round"
|
|
49643
|
+
}
|
|
49644
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
49645
|
+
attrs: {
|
|
49646
|
+
"id": "clip0_859_9381"
|
|
49647
|
+
}
|
|
49648
|
+
}, [_c('rect', {
|
|
49571
49649
|
attrs: {
|
|
49572
|
-
"
|
|
49573
|
-
"
|
|
49650
|
+
"width": "24",
|
|
49651
|
+
"height": "24",
|
|
49652
|
+
"fill": "white",
|
|
49653
|
+
"transform": "matrix(-1 0 0 -1 24 24)"
|
|
49574
49654
|
}
|
|
49575
|
-
})])]), _vm._v(" "), _c('div', {
|
|
49655
|
+
})])])])])]), _vm._v(" "), _c('div', {
|
|
49576
49656
|
staticClass: "swiper-plan-h-navigation nav-annually"
|
|
49577
49657
|
}, [_c('button', {
|
|
49578
49658
|
staticClass: "swiper-plan-h-prev-annually"
|
|
49579
49659
|
}, [this.remainingPlansAnnually.before > 0 ? _c('span', {
|
|
49580
49660
|
staticClass: "plans-remaining"
|
|
49581
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
49661
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
49662
|
+
attrs: {
|
|
49663
|
+
"width": "24",
|
|
49664
|
+
"height": "24",
|
|
49665
|
+
"viewBox": "0 0 24 24",
|
|
49666
|
+
"fill": "white",
|
|
49667
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
49668
|
+
}
|
|
49669
|
+
}, [_c('g', {
|
|
49582
49670
|
attrs: {
|
|
49583
|
-
"
|
|
49584
|
-
"alt": "Nav Left"
|
|
49671
|
+
"clip-path": "url(#clip0_859_9388)"
|
|
49585
49672
|
}
|
|
49586
|
-
}
|
|
49673
|
+
}, [_c('path', {
|
|
49674
|
+
attrs: {
|
|
49675
|
+
"d": "M5 12.0001L19 12.0001",
|
|
49676
|
+
"stroke": "white",
|
|
49677
|
+
"stroke-width": "2",
|
|
49678
|
+
"stroke-linecap": "round",
|
|
49679
|
+
"stroke-linejoin": "round"
|
|
49680
|
+
}
|
|
49681
|
+
}), _vm._v(" "), _c('path', {
|
|
49682
|
+
attrs: {
|
|
49683
|
+
"d": "M5 12.0001L11 18.0001",
|
|
49684
|
+
"stroke": "white",
|
|
49685
|
+
"stroke-width": "2",
|
|
49686
|
+
"stroke-linecap": "round",
|
|
49687
|
+
"stroke-linejoin": "round"
|
|
49688
|
+
}
|
|
49689
|
+
}), _vm._v(" "), _c('path', {
|
|
49690
|
+
attrs: {
|
|
49691
|
+
"d": "M5 12.0001L11 6.00012",
|
|
49692
|
+
"stroke": "white",
|
|
49693
|
+
"stroke-width": "2",
|
|
49694
|
+
"stroke-linecap": "round",
|
|
49695
|
+
"stroke-linejoin": "round"
|
|
49696
|
+
}
|
|
49697
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
49698
|
+
attrs: {
|
|
49699
|
+
"id": "clip0_859_9388"
|
|
49700
|
+
}
|
|
49701
|
+
}, [_c('rect', {
|
|
49702
|
+
attrs: {
|
|
49703
|
+
"width": "24",
|
|
49704
|
+
"height": "24",
|
|
49705
|
+
"fill": "white"
|
|
49706
|
+
}
|
|
49707
|
+
})])])])]), _vm._v(" "), _c('button', {
|
|
49587
49708
|
staticClass: "swiper-plan-h-next-annually"
|
|
49588
49709
|
}, [this.remainingPlansAnnually.after > 0 ? _c('span', {
|
|
49589
49710
|
staticClass: "plans-remaining"
|
|
49590
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
49711
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
49591
49712
|
attrs: {
|
|
49592
|
-
"
|
|
49593
|
-
"
|
|
49713
|
+
"width": "24",
|
|
49714
|
+
"height": "24",
|
|
49715
|
+
"viewBox": "0 0 24 24",
|
|
49716
|
+
"fill": "white",
|
|
49717
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
49718
|
+
}
|
|
49719
|
+
}, [_c('g', {
|
|
49720
|
+
attrs: {
|
|
49721
|
+
"clip-path": "url(#clip0_859_9381)"
|
|
49722
|
+
}
|
|
49723
|
+
}, [_c('path', {
|
|
49724
|
+
attrs: {
|
|
49725
|
+
"d": "M19 12H5",
|
|
49726
|
+
"stroke": "white",
|
|
49727
|
+
"stroke-width": "2",
|
|
49728
|
+
"stroke-linecap": "round",
|
|
49729
|
+
"stroke-linejoin": "round"
|
|
49730
|
+
}
|
|
49731
|
+
}), _vm._v(" "), _c('path', {
|
|
49732
|
+
attrs: {
|
|
49733
|
+
"d": "M19 12L13 6",
|
|
49734
|
+
"stroke": "white",
|
|
49735
|
+
"stroke-width": "2",
|
|
49736
|
+
"stroke-linecap": "round",
|
|
49737
|
+
"stroke-linejoin": "round"
|
|
49738
|
+
}
|
|
49739
|
+
}), _vm._v(" "), _c('path', {
|
|
49740
|
+
attrs: {
|
|
49741
|
+
"d": "M19 12L13 18",
|
|
49742
|
+
"stroke": "white",
|
|
49743
|
+
"stroke-width": "2",
|
|
49744
|
+
"stroke-linecap": "round",
|
|
49745
|
+
"stroke-linejoin": "round"
|
|
49746
|
+
}
|
|
49747
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
49748
|
+
attrs: {
|
|
49749
|
+
"id": "clip0_859_9381"
|
|
49750
|
+
}
|
|
49751
|
+
}, [_c('rect', {
|
|
49752
|
+
attrs: {
|
|
49753
|
+
"width": "24",
|
|
49754
|
+
"height": "24",
|
|
49755
|
+
"fill": "white",
|
|
49756
|
+
"transform": "matrix(-1 0 0 -1 24 24)"
|
|
49594
49757
|
}
|
|
49595
|
-
})])]), _vm._v(" "), _c('div', {
|
|
49758
|
+
})])])])])]), _vm._v(" "), _c('div', {
|
|
49596
49759
|
ref: "swiperMonthly",
|
|
49597
49760
|
staticClass: "swiper cards monthly plans-h-cards"
|
|
49598
49761
|
}, [_c('div', {
|
|
@@ -49745,11 +49908,11 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
49745
49908
|
|
|
49746
49909
|
const __vue_inject_styles__$6 = function (inject) {
|
|
49747
49910
|
if (!inject) return;
|
|
49748
|
-
inject("data-v-
|
|
49749
|
-
source: ".container[data-v-
|
|
49911
|
+
inject("data-v-706931fe_0", {
|
|
49912
|
+
source: ".container[data-v-706931fe]{padding-top:40px;width:100%}.swiper.cards.annually[data-v-706931fe]{visibility:hidden;height:0;position:relative}.swiper-pagination[data-v-706931fe]{height:12px;position:relative;display:flex;justify-content:center;align-items:flex-end;gap:0;margin-top:26px}.cards[data-v-706931fe]{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-706931fe]{height:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px}.swiper-wrapper .swiper-slide .card-border.last-card[data-v-706931fe],.swiper-wrapper .swiper-slide:not(.swiper-slide-active) .card-border[data-v-706931fe]{border-left:1px solid #ccc}.card .title[data-v-706931fe]{font-size:16px;font-weight:700;color:#000}.card .price-wrapper[data-v-706931fe]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.card .price-wrapper.has-discount[data-v-706931fe]{min-height:44px}.card .price[data-v-706931fe]{font-size:30px;font-weight:700;color:#000}.card .price span[data-v-706931fe]{font-size:13px;font-weight:400;color:#00000080;margin-left:-6px;line-height:0}.card .description[data-v-706931fe]{font-size:13px;font-weight:400;color:#00000080}.button[data-v-706931fe]{display:flex;justify-content:center;width:100%!important;text-align:center!important}.features[data-v-706931fe]{margin-top:19px}.features ul[data-v-706931fe]{display:flex;align-items:flex-start;gap:6px;flex-direction:column}.features .feature[data-v-706931fe]{display:flex;align-items:center;gap:4px}.features .feature svg[data-v-706931fe]{min-width:20px;min-height:20px}.feature span[data-v-706931fe]{font-size:13px;font-weight:400;color:#00000080}.most-popular[data-v-706931fe]{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-706931fe]{background-color:#91d0ff;color:#00527c;font-size:12px;font-weight:600;width:100%;text-align:center}.swiper-plan-h-navigation[data-v-706931fe]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually[data-v-706931fe]{display:none}.swiper-plan-h-next-annually[data-v-706931fe],.swiper-plan-h-next-monthly[data-v-706931fe],.swiper-plan-h-prev-annually[data-v-706931fe],.swiper-plan-h-prev-monthly[data-v-706931fe]{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-706931fe]:disabled,.swiper-plan-h-next-monthly[data-v-706931fe]:disabled,.swiper-plan-h-prev-annually[data-v-706931fe]:disabled,.swiper-plan-h-prev-monthly[data-v-706931fe]:disabled{opacity:0}.plans-remaining[data-v-706931fe]{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-706931fe]::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-706931fe]{border-left:none}.swiper-plan-h-navigation[data-v-706931fe]{display:none!important}}",
|
|
49750
49913
|
map: undefined,
|
|
49751
49914
|
media: undefined
|
|
49752
|
-
}), inject("data-v-
|
|
49915
|
+
}), inject("data-v-706931fe_1", {
|
|
49753
49916
|
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}",
|
|
49754
49917
|
map: undefined,
|
|
49755
49918
|
media: undefined
|
|
@@ -49758,7 +49921,7 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
49758
49921
|
/* scoped */
|
|
49759
49922
|
|
|
49760
49923
|
|
|
49761
|
-
const __vue_scope_id__$6 = "data-v-
|
|
49924
|
+
const __vue_scope_id__$6 = "data-v-706931fe";
|
|
49762
49925
|
/* module identifier */
|
|
49763
49926
|
|
|
49764
49927
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -49812,10 +49975,9 @@ var script$5 = {
|
|
|
49812
49975
|
}
|
|
49813
49976
|
};
|
|
49814
49977
|
|
|
49815
|
-
var __$_require_assets_cogsettings_svg__ = "dist/cogsettings.svg";
|
|
49816
|
-
|
|
49817
49978
|
/* script */
|
|
49818
49979
|
const __vue_script__$5 = script$5;
|
|
49980
|
+
/* template */
|
|
49819
49981
|
|
|
49820
49982
|
var __vue_render__$5 = function () {
|
|
49821
49983
|
var _vm = this;
|
|
@@ -49826,14 +49988,119 @@ var __vue_render__$5 = function () {
|
|
|
49826
49988
|
|
|
49827
49989
|
return _c('div', {
|
|
49828
49990
|
staticClass: "block"
|
|
49829
|
-
}, [_c('
|
|
49991
|
+
}, [_c('svg', {
|
|
49992
|
+
attrs: {
|
|
49993
|
+
"width": "81",
|
|
49994
|
+
"height": "81",
|
|
49995
|
+
"viewBox": "0 0 81 81",
|
|
49996
|
+
"fill": "none",
|
|
49997
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
49998
|
+
}
|
|
49999
|
+
}, [_c('path', {
|
|
50000
|
+
attrs: {
|
|
50001
|
+
"d": "M49.6768 9.31236V2.68228C49.6768 2.02914 49.146 1.5 48.4918 1.5H34.5281C33.8735 1.5 33.3431 2.02914 33.3431 2.68228V9.31236C33.3431 9.83518 32.9983 10.2952 32.4964 10.4449C30.426 11.0617 28.4454 11.8862 26.5784 12.8936C26.1188 13.1415 25.5508 13.0558 25.1816 12.6874L20.481 7.9978C20.0183 7.53618 19.2678 7.53618 18.8051 7.9978L8.93175 17.8481C8.46905 18.3098 8.46905 19.0585 8.93175 19.5201L13.6323 24.2097C14.0016 24.5781 14.0875 25.1452 13.8389 25.6032C12.8292 27.4659 12.0028 29.4423 11.3846 31.5075C11.2345 32.0086 10.7734 32.3522 10.2494 32.3522H3.60301C2.94835 32.3522 2.41797 32.8813 2.41797 33.5345V47.4655C2.41797 48.1187 2.94835 48.6478 3.60301 48.6478H10.2486C10.7726 48.6478 11.2338 48.9918 11.3838 49.4925C12.002 51.5581 12.8285 53.5341 13.8382 55.3968C14.0867 55.8552 14.0008 56.4219 13.6315 56.7903L8.93095 61.4799C8.46826 61.9415 8.46826 62.6902 8.93095 63.1519L18.8043 73.0022C19.267 73.4638 20.0175 73.4638 20.4802 73.0022L25.1808 68.3126C25.5501 67.9441 26.1184 67.8585 26.5776 68.1064C28.4446 69.1138 30.4256 69.9383 32.4957 70.5551C32.9979 70.7048 33.3423 71.1648 33.3423 71.6876V78.3177C33.3423 78.9709 33.8727 79.5 34.5273 79.5H48.491C49.1456 79.5 49.676 78.9705 49.676 78.3177V71.6876",
|
|
50002
|
+
"stroke": "black",
|
|
50003
|
+
"stroke-width": "3",
|
|
50004
|
+
"stroke-linecap": "round",
|
|
50005
|
+
"stroke-linejoin": "round"
|
|
50006
|
+
}
|
|
50007
|
+
}), _vm._v(" "), _c('path', {
|
|
49830
50008
|
attrs: {
|
|
49831
|
-
"
|
|
49832
|
-
"
|
|
49833
|
-
"width": "
|
|
49834
|
-
"
|
|
50009
|
+
"d": "M37.2891 64.3588V32.7",
|
|
50010
|
+
"stroke": "black",
|
|
50011
|
+
"stroke-width": "3",
|
|
50012
|
+
"stroke-linecap": "round",
|
|
50013
|
+
"stroke-linejoin": "round"
|
|
49835
50014
|
}
|
|
49836
|
-
}), _vm._v(" "), _c('
|
|
50015
|
+
}), _vm._v(" "), _c('path', {
|
|
50016
|
+
attrs: {
|
|
50017
|
+
"d": "M37.2891 23.9823V18.4764",
|
|
50018
|
+
"stroke": "black",
|
|
50019
|
+
"stroke-width": "3",
|
|
50020
|
+
"stroke-linecap": "round",
|
|
50021
|
+
"stroke-linejoin": "round"
|
|
50022
|
+
}
|
|
50023
|
+
}), _vm._v(" "), _c('path', {
|
|
50024
|
+
attrs: {
|
|
50025
|
+
"d": "M49.6777 64.3588V59.3118",
|
|
50026
|
+
"stroke": "black",
|
|
50027
|
+
"stroke-width": "3",
|
|
50028
|
+
"stroke-linecap": "round",
|
|
50029
|
+
"stroke-linejoin": "round"
|
|
50030
|
+
}
|
|
50031
|
+
}), _vm._v(" "), _c('path', {
|
|
50032
|
+
attrs: {
|
|
50033
|
+
"d": "M49.6777 50.1353V18.4764",
|
|
50034
|
+
"stroke": "black",
|
|
50035
|
+
"stroke-width": "3",
|
|
50036
|
+
"stroke-linecap": "round",
|
|
50037
|
+
"stroke-linejoin": "round"
|
|
50038
|
+
}
|
|
50039
|
+
}), _vm._v(" "), _c('path', {
|
|
50040
|
+
attrs: {
|
|
50041
|
+
"d": "M62.0645 64.3588V41.8765",
|
|
50042
|
+
"stroke": "black",
|
|
50043
|
+
"stroke-width": "3",
|
|
50044
|
+
"stroke-linecap": "round",
|
|
50045
|
+
"stroke-linejoin": "round"
|
|
50046
|
+
}
|
|
50047
|
+
}), _vm._v(" "), _c('path', {
|
|
50048
|
+
attrs: {
|
|
50049
|
+
"d": "M62.0645 33.1588V18.4764",
|
|
50050
|
+
"stroke": "black",
|
|
50051
|
+
"stroke-width": "3",
|
|
50052
|
+
"stroke-linecap": "round",
|
|
50053
|
+
"stroke-linejoin": "round"
|
|
50054
|
+
}
|
|
50055
|
+
}), _vm._v(" "), _c('path', {
|
|
50056
|
+
attrs: {
|
|
50057
|
+
"d": "M74.4531 64.3588V29.947",
|
|
50058
|
+
"stroke": "black",
|
|
50059
|
+
"stroke-width": "3",
|
|
50060
|
+
"stroke-linecap": "round",
|
|
50061
|
+
"stroke-linejoin": "round"
|
|
50062
|
+
}
|
|
50063
|
+
}), _vm._v(" "), _c('path', {
|
|
50064
|
+
attrs: {
|
|
50065
|
+
"d": "M74.4531 21.6882V18.4764",
|
|
50066
|
+
"stroke": "black",
|
|
50067
|
+
"stroke-width": "3",
|
|
50068
|
+
"stroke-linecap": "round",
|
|
50069
|
+
"stroke-linejoin": "round"
|
|
50070
|
+
}
|
|
50071
|
+
}), _vm._v(" "), _c('path', {
|
|
50072
|
+
attrs: {
|
|
50073
|
+
"d": "M41.4188 23.9824H32.7012V32.7001H41.4188V23.9824Z",
|
|
50074
|
+
"stroke": "black",
|
|
50075
|
+
"stroke-width": "3",
|
|
50076
|
+
"stroke-linecap": "round",
|
|
50077
|
+
"stroke-linejoin": "round"
|
|
50078
|
+
}
|
|
50079
|
+
}), _vm._v(" "), _c('path', {
|
|
50080
|
+
attrs: {
|
|
50081
|
+
"d": "M53.8055 50.1353H45.0879V59.3117H53.8055V50.1353Z",
|
|
50082
|
+
"stroke": "black",
|
|
50083
|
+
"stroke-width": "3",
|
|
50084
|
+
"stroke-linecap": "round",
|
|
50085
|
+
"stroke-linejoin": "round"
|
|
50086
|
+
}
|
|
50087
|
+
}), _vm._v(" "), _c('path', {
|
|
50088
|
+
attrs: {
|
|
50089
|
+
"d": "M66.1942 33.1588H57.4766V41.8765H66.1942V33.1588Z",
|
|
50090
|
+
"stroke": "black",
|
|
50091
|
+
"stroke-width": "3",
|
|
50092
|
+
"stroke-linecap": "round",
|
|
50093
|
+
"stroke-linejoin": "round"
|
|
50094
|
+
}
|
|
50095
|
+
}), _vm._v(" "), _c('path', {
|
|
50096
|
+
attrs: {
|
|
50097
|
+
"d": "M78.5829 21.6882H69.8652V29.9471H78.5829V21.6882Z",
|
|
50098
|
+
"stroke": "black",
|
|
50099
|
+
"stroke-width": "3",
|
|
50100
|
+
"stroke-linecap": "round",
|
|
50101
|
+
"stroke-linejoin": "round"
|
|
50102
|
+
}
|
|
50103
|
+
})]), _vm._v(" "), _c('h3', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('h6', [_vm._v(_vm._s(_vm.description))]), _vm._v(" "), _c('VariantButton', {
|
|
49837
50104
|
staticClass: "button",
|
|
49838
50105
|
attrs: {
|
|
49839
50106
|
"variant": "primary"
|
|
@@ -49849,8 +50116,8 @@ var __vue_staticRenderFns__$5 = [];
|
|
|
49849
50116
|
|
|
49850
50117
|
const __vue_inject_styles__$5 = function (inject) {
|
|
49851
50118
|
if (!inject) return;
|
|
49852
|
-
inject("data-v-
|
|
49853
|
-
source: ".block[data-v-
|
|
50119
|
+
inject("data-v-b8ad3380_0", {
|
|
50120
|
+
source: ".block[data-v-b8ad3380]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:16px;padding:20px;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e5e5}.block img[data-v-b8ad3380]{width:auto;height:auto}.block h3[data-v-b8ad3380]{font-size:16px;font-weight:700;color:#000}.block h6[data-v-b8ad3380]{font-size:13px;font-weight:400;color:#00000080;max-width:186px;text-align:center}.button[data-v-b8ad3380]{width:100%!important;display:flex!important;height:fit-content!important;justify-content:center!important}",
|
|
49854
50121
|
map: undefined,
|
|
49855
50122
|
media: undefined
|
|
49856
50123
|
});
|
|
@@ -49858,7 +50125,7 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
49858
50125
|
/* scoped */
|
|
49859
50126
|
|
|
49860
50127
|
|
|
49861
|
-
const __vue_scope_id__$5 = "data-v-
|
|
50128
|
+
const __vue_scope_id__$5 = "data-v-b8ad3380";
|
|
49862
50129
|
/* module identifier */
|
|
49863
50130
|
|
|
49864
50131
|
const __vue_module_identifier__$5 = undefined;
|
|
@@ -50280,12 +50547,9 @@ var script$4 = {
|
|
|
50280
50547
|
|
|
50281
50548
|
};
|
|
50282
50549
|
|
|
50283
|
-
var __$_require_assets_heck_rue_svg__ = "dist/CheckTrue.svg";
|
|
50284
|
-
|
|
50285
|
-
var __$_require_assets_heck_alse_svg__ = "dist/CheckFalse.svg";
|
|
50286
|
-
|
|
50287
50550
|
/* script */
|
|
50288
50551
|
const __vue_script__$4 = script$4;
|
|
50552
|
+
/* template */
|
|
50289
50553
|
|
|
50290
50554
|
var __vue_render__$4 = function () {
|
|
50291
50555
|
var _vm = this;
|
|
@@ -50302,41 +50566,207 @@ var __vue_render__$4 = function () {
|
|
|
50302
50566
|
staticClass: "swiper-plan-monthly-prev"
|
|
50303
50567
|
}, [this.remainingPlansMonthly.before > 0 ? _c('span', {
|
|
50304
50568
|
staticClass: "plans-remaining"
|
|
50305
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
50569
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
50570
|
+
attrs: {
|
|
50571
|
+
"width": "24",
|
|
50572
|
+
"height": "24",
|
|
50573
|
+
"viewBox": "0 0 24 24",
|
|
50574
|
+
"fill": "white",
|
|
50575
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
50576
|
+
}
|
|
50577
|
+
}, [_c('g', {
|
|
50578
|
+
attrs: {
|
|
50579
|
+
"clip-path": "url(#clip0_859_9388)"
|
|
50580
|
+
}
|
|
50581
|
+
}, [_c('path', {
|
|
50582
|
+
attrs: {
|
|
50583
|
+
"d": "M5 12.0001L19 12.0001",
|
|
50584
|
+
"stroke": "white",
|
|
50585
|
+
"stroke-width": "2",
|
|
50586
|
+
"stroke-linecap": "round",
|
|
50587
|
+
"stroke-linejoin": "round"
|
|
50588
|
+
}
|
|
50589
|
+
}), _vm._v(" "), _c('path', {
|
|
50590
|
+
attrs: {
|
|
50591
|
+
"d": "M5 12.0001L11 18.0001",
|
|
50592
|
+
"stroke": "white",
|
|
50593
|
+
"stroke-width": "2",
|
|
50594
|
+
"stroke-linecap": "round",
|
|
50595
|
+
"stroke-linejoin": "round"
|
|
50596
|
+
}
|
|
50597
|
+
}), _vm._v(" "), _c('path', {
|
|
50598
|
+
attrs: {
|
|
50599
|
+
"d": "M5 12.0001L11 6.00012",
|
|
50600
|
+
"stroke": "white",
|
|
50601
|
+
"stroke-width": "2",
|
|
50602
|
+
"stroke-linecap": "round",
|
|
50603
|
+
"stroke-linejoin": "round"
|
|
50604
|
+
}
|
|
50605
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
50306
50606
|
attrs: {
|
|
50307
|
-
"
|
|
50308
|
-
|
|
50607
|
+
"id": "clip0_859_9388"
|
|
50608
|
+
}
|
|
50609
|
+
}, [_c('rect', {
|
|
50610
|
+
attrs: {
|
|
50611
|
+
"width": "24",
|
|
50612
|
+
"height": "24",
|
|
50613
|
+
"fill": "white"
|
|
50309
50614
|
}
|
|
50310
|
-
})]), _vm._v(" "), _c('button', {
|
|
50615
|
+
})])])])]), _vm._v(" "), _c('button', {
|
|
50311
50616
|
staticClass: "swiper-plan-monthly-next"
|
|
50312
50617
|
}, [this.remainingPlansMonthly.after > 0 ? _c('span', {
|
|
50313
50618
|
staticClass: "plans-remaining"
|
|
50314
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
50619
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansMonthly.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
50620
|
+
attrs: {
|
|
50621
|
+
"width": "24",
|
|
50622
|
+
"height": "24",
|
|
50623
|
+
"viewBox": "0 0 24 24",
|
|
50624
|
+
"fill": "white",
|
|
50625
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
50626
|
+
}
|
|
50627
|
+
}, [_c('g', {
|
|
50628
|
+
attrs: {
|
|
50629
|
+
"clip-path": "url(#clip0_859_9381)"
|
|
50630
|
+
}
|
|
50631
|
+
}, [_c('path', {
|
|
50632
|
+
attrs: {
|
|
50633
|
+
"d": "M19 12H5",
|
|
50634
|
+
"stroke": "white",
|
|
50635
|
+
"stroke-width": "2",
|
|
50636
|
+
"stroke-linecap": "round",
|
|
50637
|
+
"stroke-linejoin": "round"
|
|
50638
|
+
}
|
|
50639
|
+
}), _vm._v(" "), _c('path', {
|
|
50315
50640
|
attrs: {
|
|
50316
|
-
"
|
|
50317
|
-
"
|
|
50641
|
+
"d": "M19 12L13 6",
|
|
50642
|
+
"stroke": "white",
|
|
50643
|
+
"stroke-width": "2",
|
|
50644
|
+
"stroke-linecap": "round",
|
|
50645
|
+
"stroke-linejoin": "round"
|
|
50646
|
+
}
|
|
50647
|
+
}), _vm._v(" "), _c('path', {
|
|
50648
|
+
attrs: {
|
|
50649
|
+
"d": "M19 12L13 18",
|
|
50650
|
+
"stroke": "white",
|
|
50651
|
+
"stroke-width": "2",
|
|
50652
|
+
"stroke-linecap": "round",
|
|
50653
|
+
"stroke-linejoin": "round"
|
|
50654
|
+
}
|
|
50655
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
50656
|
+
attrs: {
|
|
50657
|
+
"id": "clip0_859_9381"
|
|
50658
|
+
}
|
|
50659
|
+
}, [_c('rect', {
|
|
50660
|
+
attrs: {
|
|
50661
|
+
"width": "24",
|
|
50662
|
+
"height": "24",
|
|
50663
|
+
"fill": "white",
|
|
50664
|
+
"transform": "matrix(-1 0 0 -1 24 24)"
|
|
50318
50665
|
}
|
|
50319
|
-
})])]), _vm._v(" "), _c('div', {
|
|
50666
|
+
})])])])])]), _vm._v(" "), _c('div', {
|
|
50320
50667
|
staticClass: "swiper-plan-navigation nav-annually-table"
|
|
50321
50668
|
}, [_c('button', {
|
|
50322
50669
|
staticClass: "swiper-plan-annually-prev"
|
|
50323
50670
|
}, [this.remainingPlansAnnually.before > 0 ? _c('span', {
|
|
50324
50671
|
staticClass: "plans-remaining"
|
|
50325
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
50672
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.before) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
50673
|
+
attrs: {
|
|
50674
|
+
"width": "24",
|
|
50675
|
+
"height": "24",
|
|
50676
|
+
"viewBox": "0 0 24 24",
|
|
50677
|
+
"fill": "white",
|
|
50678
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
50679
|
+
}
|
|
50680
|
+
}, [_c('g', {
|
|
50681
|
+
attrs: {
|
|
50682
|
+
"clip-path": "url(#clip0_859_9388)"
|
|
50683
|
+
}
|
|
50684
|
+
}, [_c('path', {
|
|
50685
|
+
attrs: {
|
|
50686
|
+
"d": "M5 12.0001L19 12.0001",
|
|
50687
|
+
"stroke": "white",
|
|
50688
|
+
"stroke-width": "2",
|
|
50689
|
+
"stroke-linecap": "round",
|
|
50690
|
+
"stroke-linejoin": "round"
|
|
50691
|
+
}
|
|
50692
|
+
}), _vm._v(" "), _c('path', {
|
|
50693
|
+
attrs: {
|
|
50694
|
+
"d": "M5 12.0001L11 18.0001",
|
|
50695
|
+
"stroke": "white",
|
|
50696
|
+
"stroke-width": "2",
|
|
50697
|
+
"stroke-linecap": "round",
|
|
50698
|
+
"stroke-linejoin": "round"
|
|
50699
|
+
}
|
|
50700
|
+
}), _vm._v(" "), _c('path', {
|
|
50701
|
+
attrs: {
|
|
50702
|
+
"d": "M5 12.0001L11 6.00012",
|
|
50703
|
+
"stroke": "white",
|
|
50704
|
+
"stroke-width": "2",
|
|
50705
|
+
"stroke-linecap": "round",
|
|
50706
|
+
"stroke-linejoin": "round"
|
|
50707
|
+
}
|
|
50708
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
50326
50709
|
attrs: {
|
|
50327
|
-
"
|
|
50328
|
-
|
|
50710
|
+
"id": "clip0_859_9388"
|
|
50711
|
+
}
|
|
50712
|
+
}, [_c('rect', {
|
|
50713
|
+
attrs: {
|
|
50714
|
+
"width": "24",
|
|
50715
|
+
"height": "24",
|
|
50716
|
+
"fill": "white"
|
|
50329
50717
|
}
|
|
50330
|
-
})]), _vm._v(" "), _c('button', {
|
|
50718
|
+
})])])])]), _vm._v(" "), _c('button', {
|
|
50331
50719
|
staticClass: "swiper-plan-annually-next"
|
|
50332
50720
|
}, [this.remainingPlansAnnually.after > 0 ? _c('span', {
|
|
50333
50721
|
staticClass: "plans-remaining"
|
|
50334
|
-
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('
|
|
50722
|
+
}, [_vm._v("+" + _vm._s(this.remainingPlansAnnually.after) + " Plans")]) : _vm._e(), _vm._v(" "), _c('svg', {
|
|
50723
|
+
attrs: {
|
|
50724
|
+
"width": "24",
|
|
50725
|
+
"height": "24",
|
|
50726
|
+
"viewBox": "0 0 24 24",
|
|
50727
|
+
"fill": "white",
|
|
50728
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
50729
|
+
}
|
|
50730
|
+
}, [_c('g', {
|
|
50731
|
+
attrs: {
|
|
50732
|
+
"clip-path": "url(#clip0_859_9381)"
|
|
50733
|
+
}
|
|
50734
|
+
}, [_c('path', {
|
|
50735
|
+
attrs: {
|
|
50736
|
+
"d": "M19 12H5",
|
|
50737
|
+
"stroke": "white",
|
|
50738
|
+
"stroke-width": "2",
|
|
50739
|
+
"stroke-linecap": "round",
|
|
50740
|
+
"stroke-linejoin": "round"
|
|
50741
|
+
}
|
|
50742
|
+
}), _vm._v(" "), _c('path', {
|
|
50335
50743
|
attrs: {
|
|
50336
|
-
"
|
|
50337
|
-
"
|
|
50744
|
+
"d": "M19 12L13 6",
|
|
50745
|
+
"stroke": "white",
|
|
50746
|
+
"stroke-width": "2",
|
|
50747
|
+
"stroke-linecap": "round",
|
|
50748
|
+
"stroke-linejoin": "round"
|
|
50338
50749
|
}
|
|
50339
|
-
})
|
|
50750
|
+
}), _vm._v(" "), _c('path', {
|
|
50751
|
+
attrs: {
|
|
50752
|
+
"d": "M19 12L13 18",
|
|
50753
|
+
"stroke": "white",
|
|
50754
|
+
"stroke-width": "2",
|
|
50755
|
+
"stroke-linecap": "round",
|
|
50756
|
+
"stroke-linejoin": "round"
|
|
50757
|
+
}
|
|
50758
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
50759
|
+
attrs: {
|
|
50760
|
+
"id": "clip0_859_9381"
|
|
50761
|
+
}
|
|
50762
|
+
}, [_c('rect', {
|
|
50763
|
+
attrs: {
|
|
50764
|
+
"width": "24",
|
|
50765
|
+
"height": "24",
|
|
50766
|
+
"fill": "white",
|
|
50767
|
+
"transform": "matrix(-1 0 0 -1 24 24)"
|
|
50768
|
+
}
|
|
50769
|
+
})])])])])]), _vm._v(" "), _c('div', {
|
|
50340
50770
|
staticClass: "pricing-table monthly-table"
|
|
50341
50771
|
}, [_c('div', {
|
|
50342
50772
|
staticClass: "pricing-table-inner__left",
|
|
@@ -50404,19 +50834,89 @@ var __vue_render__$4 = function () {
|
|
|
50404
50834
|
return _c('div', {
|
|
50405
50835
|
key: feature.uuid,
|
|
50406
50836
|
staticClass: "plan-feature plan-feature-monthly"
|
|
50407
|
-
}, [_vm.hasFeature(plan, feature) ? _c('div', [feature.value_type === 'boolean' ? _c('div', [
|
|
50408
|
-
staticClass: "plan-table-checkmark"
|
|
50837
|
+
}, [_vm.hasFeature(plan, feature) ? _c('div', [feature.value_type === 'boolean' ? _c('div', [_c('span', {
|
|
50838
|
+
staticClass: "plan-table-checkmark"
|
|
50839
|
+
}, [_c('svg', {
|
|
50840
|
+
attrs: {
|
|
50841
|
+
"width": "21",
|
|
50842
|
+
"height": "20",
|
|
50843
|
+
"viewBox": "0 0 21 20",
|
|
50844
|
+
"fill": "white",
|
|
50845
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
50846
|
+
}
|
|
50847
|
+
}, [_c('g', {
|
|
50848
|
+
attrs: {
|
|
50849
|
+
"clip-path": "url(#clip0_859_9134)"
|
|
50850
|
+
}
|
|
50851
|
+
}, [_c('path', {
|
|
50852
|
+
attrs: {
|
|
50853
|
+
"d": "M3.25 10C3.25 10.9849 3.44399 11.9602 3.8209 12.8701C4.19781 13.7801 4.75026 14.6069 5.4467 15.3033C6.14314 15.9997 6.96993 16.5522 7.87987 16.9291C8.78982 17.306 9.76509 17.5 10.75 17.5C11.7349 17.5 12.7102 17.306 13.6201 16.9291C14.5301 16.5522 15.3569 15.9997 16.0533 15.3033C16.7497 14.6069 17.3022 13.7801 17.6791 12.8701C18.056 11.9602 18.25 10.9849 18.25 10C18.25 9.01509 18.056 8.03982 17.6791 7.12987C17.3022 6.21993 16.7497 5.39314 16.0533 4.6967C15.3569 4.00026 14.5301 3.44781 13.6201 3.0709C12.7102 2.69399 11.7349 2.5 10.75 2.5C9.76509 2.5 8.78982 2.69399 7.87987 3.0709C6.96993 3.44781 6.14314 4.00026 5.4467 4.6967C4.75026 5.39314 4.19781 6.21993 3.8209 7.12987C3.44399 8.03982 3.25 9.01509 3.25 10Z",
|
|
50854
|
+
"stroke": "black",
|
|
50855
|
+
"stroke-width": "2",
|
|
50856
|
+
"stroke-linecap": "round",
|
|
50857
|
+
"stroke-linejoin": "round"
|
|
50858
|
+
}
|
|
50859
|
+
}), _vm._v(" "), _c('path', {
|
|
50860
|
+
attrs: {
|
|
50861
|
+
"d": "M8.25 9.99998L9.91667 11.6666L13.25 8.33331",
|
|
50862
|
+
"stroke": "black",
|
|
50863
|
+
"stroke-width": "2",
|
|
50864
|
+
"stroke-linecap": "round",
|
|
50865
|
+
"stroke-linejoin": "round"
|
|
50866
|
+
}
|
|
50867
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
50409
50868
|
attrs: {
|
|
50410
|
-
"
|
|
50411
|
-
"alt": "Feature is included"
|
|
50869
|
+
"id": "clip0_859_9134"
|
|
50412
50870
|
}
|
|
50413
|
-
}
|
|
50414
|
-
staticClass: "plan-table-checkmark",
|
|
50871
|
+
}, [_c('rect', {
|
|
50415
50872
|
attrs: {
|
|
50416
|
-
"
|
|
50417
|
-
"
|
|
50873
|
+
"width": "20",
|
|
50874
|
+
"height": "20",
|
|
50875
|
+
"fill": "white",
|
|
50876
|
+
"transform": "translate(0.75)"
|
|
50418
50877
|
}
|
|
50419
|
-
})])])
|
|
50878
|
+
})])])])])]) : _c('div', [_c('span', [_vm._v(_vm._s(_vm.translateMe(_vm.formatFeature(plan.features[feature.uuid]))))])])]) : _c('div', [_c('span', {
|
|
50879
|
+
staticClass: "plan-table-checkmark"
|
|
50880
|
+
}, [_c('svg', {
|
|
50881
|
+
attrs: {
|
|
50882
|
+
"width": "21",
|
|
50883
|
+
"height": "20",
|
|
50884
|
+
"viewBox": "0 0 21 20",
|
|
50885
|
+
"fill": "white",
|
|
50886
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
50887
|
+
}
|
|
50888
|
+
}, [_c('g', {
|
|
50889
|
+
attrs: {
|
|
50890
|
+
"clip-path": "url(#clip0_859_9139)"
|
|
50891
|
+
}
|
|
50892
|
+
}, [_c('path', {
|
|
50893
|
+
attrs: {
|
|
50894
|
+
"d": "M15.75 5L5.75 15",
|
|
50895
|
+
"stroke": "#5C5C5C",
|
|
50896
|
+
"stroke-width": "2",
|
|
50897
|
+
"stroke-linecap": "round",
|
|
50898
|
+
"stroke-linejoin": "round"
|
|
50899
|
+
}
|
|
50900
|
+
}), _vm._v(" "), _c('path', {
|
|
50901
|
+
attrs: {
|
|
50902
|
+
"d": "M5.75 5L15.75 15",
|
|
50903
|
+
"stroke": "#5C5C5C",
|
|
50904
|
+
"stroke-width": "2",
|
|
50905
|
+
"stroke-linecap": "round",
|
|
50906
|
+
"stroke-linejoin": "round"
|
|
50907
|
+
}
|
|
50908
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
50909
|
+
attrs: {
|
|
50910
|
+
"id": "clip0_859_9139"
|
|
50911
|
+
}
|
|
50912
|
+
}, [_c('rect', {
|
|
50913
|
+
attrs: {
|
|
50914
|
+
"width": "20",
|
|
50915
|
+
"height": "20",
|
|
50916
|
+
"fill": "white",
|
|
50917
|
+
"transform": "translate(0.75)"
|
|
50918
|
+
}
|
|
50919
|
+
})])])])])])]);
|
|
50420
50920
|
})];
|
|
50421
50921
|
})], 2);
|
|
50422
50922
|
}), 0)])]), _vm._v(" "), _c('div', {
|
|
@@ -50487,19 +50987,89 @@ var __vue_render__$4 = function () {
|
|
|
50487
50987
|
return _c('div', {
|
|
50488
50988
|
key: feature.uuid,
|
|
50489
50989
|
staticClass: "plan-feature plan-feature-annually"
|
|
50490
|
-
}, [_vm.hasFeature(plan, feature) ? _c('div', [feature.value_type === 'boolean' ? _c('div', [
|
|
50491
|
-
staticClass: "plan-table-checkmark"
|
|
50990
|
+
}, [_vm.hasFeature(plan, feature) ? _c('div', [feature.value_type === 'boolean' ? _c('div', [_c('span', {
|
|
50991
|
+
staticClass: "plan-table-checkmark"
|
|
50992
|
+
}, [_c('svg', {
|
|
50993
|
+
attrs: {
|
|
50994
|
+
"width": "21",
|
|
50995
|
+
"height": "20",
|
|
50996
|
+
"viewBox": "0 0 21 20",
|
|
50997
|
+
"fill": "white",
|
|
50998
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
50999
|
+
}
|
|
51000
|
+
}, [_c('g', {
|
|
51001
|
+
attrs: {
|
|
51002
|
+
"clip-path": "url(#clip0_859_9134)"
|
|
51003
|
+
}
|
|
51004
|
+
}, [_c('path', {
|
|
51005
|
+
attrs: {
|
|
51006
|
+
"d": "M3.25 10C3.25 10.9849 3.44399 11.9602 3.8209 12.8701C4.19781 13.7801 4.75026 14.6069 5.4467 15.3033C6.14314 15.9997 6.96993 16.5522 7.87987 16.9291C8.78982 17.306 9.76509 17.5 10.75 17.5C11.7349 17.5 12.7102 17.306 13.6201 16.9291C14.5301 16.5522 15.3569 15.9997 16.0533 15.3033C16.7497 14.6069 17.3022 13.7801 17.6791 12.8701C18.056 11.9602 18.25 10.9849 18.25 10C18.25 9.01509 18.056 8.03982 17.6791 7.12987C17.3022 6.21993 16.7497 5.39314 16.0533 4.6967C15.3569 4.00026 14.5301 3.44781 13.6201 3.0709C12.7102 2.69399 11.7349 2.5 10.75 2.5C9.76509 2.5 8.78982 2.69399 7.87987 3.0709C6.96993 3.44781 6.14314 4.00026 5.4467 4.6967C4.75026 5.39314 4.19781 6.21993 3.8209 7.12987C3.44399 8.03982 3.25 9.01509 3.25 10Z",
|
|
51007
|
+
"stroke": "black",
|
|
51008
|
+
"stroke-width": "2",
|
|
51009
|
+
"stroke-linecap": "round",
|
|
51010
|
+
"stroke-linejoin": "round"
|
|
51011
|
+
}
|
|
51012
|
+
}), _vm._v(" "), _c('path', {
|
|
51013
|
+
attrs: {
|
|
51014
|
+
"d": "M8.25 9.99998L9.91667 11.6666L13.25 8.33331",
|
|
51015
|
+
"stroke": "black",
|
|
51016
|
+
"stroke-width": "2",
|
|
51017
|
+
"stroke-linecap": "round",
|
|
51018
|
+
"stroke-linejoin": "round"
|
|
51019
|
+
}
|
|
51020
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
50492
51021
|
attrs: {
|
|
50493
|
-
"
|
|
50494
|
-
"alt": "Feature is included"
|
|
51022
|
+
"id": "clip0_859_9134"
|
|
50495
51023
|
}
|
|
50496
|
-
}
|
|
50497
|
-
staticClass: "plan-table-checkmark",
|
|
51024
|
+
}, [_c('rect', {
|
|
50498
51025
|
attrs: {
|
|
50499
|
-
"
|
|
50500
|
-
"
|
|
51026
|
+
"width": "20",
|
|
51027
|
+
"height": "20",
|
|
51028
|
+
"fill": "white",
|
|
51029
|
+
"transform": "translate(0.75)"
|
|
50501
51030
|
}
|
|
50502
|
-
})])])
|
|
51031
|
+
})])])])])]) : _c('div', [_c('span', [_vm._v(_vm._s(_vm.translateMe(_vm.formatFeature(plan.features[feature.uuid]))))])])]) : _c('div', [_c('span', {
|
|
51032
|
+
staticClass: "plan-table-checkmark"
|
|
51033
|
+
}, [_c('svg', {
|
|
51034
|
+
attrs: {
|
|
51035
|
+
"width": "21",
|
|
51036
|
+
"height": "20",
|
|
51037
|
+
"viewBox": "0 0 21 20",
|
|
51038
|
+
"fill": "white",
|
|
51039
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
51040
|
+
}
|
|
51041
|
+
}, [_c('g', {
|
|
51042
|
+
attrs: {
|
|
51043
|
+
"clip-path": "url(#clip0_859_9139)"
|
|
51044
|
+
}
|
|
51045
|
+
}, [_c('path', {
|
|
51046
|
+
attrs: {
|
|
51047
|
+
"d": "M15.75 5L5.75 15",
|
|
51048
|
+
"stroke": "#5C5C5C",
|
|
51049
|
+
"stroke-width": "2",
|
|
51050
|
+
"stroke-linecap": "round",
|
|
51051
|
+
"stroke-linejoin": "round"
|
|
51052
|
+
}
|
|
51053
|
+
}), _vm._v(" "), _c('path', {
|
|
51054
|
+
attrs: {
|
|
51055
|
+
"d": "M5.75 5L15.75 15",
|
|
51056
|
+
"stroke": "#5C5C5C",
|
|
51057
|
+
"stroke-width": "2",
|
|
51058
|
+
"stroke-linecap": "round",
|
|
51059
|
+
"stroke-linejoin": "round"
|
|
51060
|
+
}
|
|
51061
|
+
})]), _vm._v(" "), _c('defs', [_c('clipPath', {
|
|
51062
|
+
attrs: {
|
|
51063
|
+
"id": "clip0_859_9139"
|
|
51064
|
+
}
|
|
51065
|
+
}, [_c('rect', {
|
|
51066
|
+
attrs: {
|
|
51067
|
+
"width": "20",
|
|
51068
|
+
"height": "20",
|
|
51069
|
+
"fill": "white",
|
|
51070
|
+
"transform": "translate(0.75)"
|
|
51071
|
+
}
|
|
51072
|
+
})])])])])])]);
|
|
50503
51073
|
})];
|
|
50504
51074
|
})], 2);
|
|
50505
51075
|
}), 0)])])]);
|
|
@@ -50510,8 +51080,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
50510
51080
|
|
|
50511
51081
|
const __vue_inject_styles__$4 = function (inject) {
|
|
50512
51082
|
if (!inject) return;
|
|
50513
|
-
inject("data-v-
|
|
50514
|
-
source: ".container[data-v-
|
|
51083
|
+
inject("data-v-1c0376be_0", {
|
|
51084
|
+
source: ".container[data-v-1c0376be]{width:100%}.pricing-table[data-v-1c0376be]{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-1c0376be]{padding:16px}.plans[data-v-1c0376be]{grid-column:span 2;max-height:500px;overflow-y:auto}.annually-table[data-v-1c0376be]{visibility:hidden;height:0}.pricing-table-inner__left[data-v-1c0376be]{display:flex;flex-direction:column;max-height:500px;overflow-y:auto}.swiper[data-v-1c0376be]{width:100%;height:100%}.table-header[data-v-1c0376be]{display:flex;align-items:center;background-color:#f1f1f1;padding:16px;border-bottom:1px solid #e3e3e3;position:sticky;top:0}.table-header h3[data-v-1c0376be]{font-size:13px;font-weight:700;line-height:20px;color:#303030}.plan-header-wrapper[data-v-1c0376be]{padding:16px;border-bottom:1px solid #e3e3e3}.plan-feature[data-v-1c0376be]{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.last-slide .plan-feature[data-v-1c0376be]{border-right:1px solid #e3e3e3}.plan-feature-name[data-v-1c0376be]{font-size:13px;font-weight:450;padding:12px;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.plan-table-checkmark[data-v-1c0376be]{width:20px;height:20px;visibility:visible;display:inline-block}.plan-header-wrapper[data-v-1c0376be]{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-1c0376be]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.plan-header-wrapper .price-wrapper.has-discount[data-v-1c0376be]{min-height:44px}.plan-header-wrapper .price-wrapper .main-price[data-v-1c0376be]{display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center}.plan-header-wrapper .price-wrapper .strike-price[data-v-1c0376be]{text-decoration:line-through}.plan-header-wrapper .price-wrapper .plan-interval[data-v-1c0376be]{color:#999;font-weight:400}.plan-header-wrapper .price-wrapper h4[data-v-1c0376be]{display:inline;font-size:16px;font-weight:700;color:#303030;width:max-content}.plan-header-wrapper .price-wrapper h4 h6[data-v-1c0376be]{display:inline;font-size:13px;font-weight:400;color:#00000080;margin-left:-4px;line-height:0}.swiper-plan-navigation[data-v-1c0376be]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually-table[data-v-1c0376be]{display:none}.swiper-plan-annually-next[data-v-1c0376be],.swiper-plan-annually-prev[data-v-1c0376be],.swiper-plan-monthly-next[data-v-1c0376be],.swiper-plan-monthly-prev[data-v-1c0376be]{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-1c0376be]:disabled,.swiper-plan-annually-prev[data-v-1c0376be]:disabled,.swiper-plan-monthly-next[data-v-1c0376be]:disabled,.swiper-plan-monthly-prev[data-v-1c0376be]:disabled{opacity:0}.choose-button[data-v-1c0376be]{background-color:#fff!important}.choose-button[data-v-1c0376be]:hover{background-color:#f9f9f9!important}.choose-button.disabled[data-v-1c0376be]{background-color:rgba(0,0,0,.15)!important}#table-left[data-v-1c0376be]{scrollbar-width:none;-ms-overflow-style:none}#table-left[data-v-1c0376be]::-webkit-scrollbar{display:none}.plans-remaining[data-v-1c0376be]{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-1c0376be]::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-1c0376be]{font-size:0!important}.feature-group-header[data-v-1c0376be]{font-size:14px;font-weight:600;background-color:#f5f5f5;color:#303030;max-height:30px;padding:5px!important;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.feature-group-header.plan-feature[data-v-1c0376be]{text-align:center;border-left:1px solid #e3e3e3}.last-slide .feature-group-header.plan-feature[data-v-1c0376be]{border-right:1px solid #e3e3e3}@media (max-width:640px){.swiper-plan-navigation[data-v-1c0376be]{display:none!important}.pricing-table[data-v-1c0376be]{width:calc(100% + -2px)}}",
|
|
50515
51085
|
map: undefined,
|
|
50516
51086
|
media: undefined
|
|
50517
51087
|
});
|
|
@@ -50519,7 +51089,7 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
50519
51089
|
/* scoped */
|
|
50520
51090
|
|
|
50521
51091
|
|
|
50522
|
-
const __vue_scope_id__$4 = "data-v-
|
|
51092
|
+
const __vue_scope_id__$4 = "data-v-1c0376be";
|
|
50523
51093
|
/* module identifier */
|
|
50524
51094
|
|
|
50525
51095
|
const __vue_module_identifier__$4 = undefined;
|
|
@@ -51257,10 +51827,9 @@ var script$1 = {
|
|
|
51257
51827
|
|
|
51258
51828
|
};
|
|
51259
51829
|
|
|
51260
|
-
var __$_require_assets_rrow_eft_svg__ = "dist/ArrowLeft.svg";
|
|
51261
|
-
|
|
51262
51830
|
/* script */
|
|
51263
51831
|
const __vue_script__$1 = script$1;
|
|
51832
|
+
/* template */
|
|
51264
51833
|
|
|
51265
51834
|
var __vue_render__$1 = function () {
|
|
51266
51835
|
var _vm = this;
|
|
@@ -51291,12 +51860,54 @@ var __vue_render__$1 = function () {
|
|
|
51291
51860
|
return _vm.selectPlan('monthly');
|
|
51292
51861
|
}
|
|
51293
51862
|
}
|
|
51294
|
-
}, [_c('
|
|
51863
|
+
}, [_c('svg', {
|
|
51864
|
+
attrs: {
|
|
51865
|
+
"width": "16",
|
|
51866
|
+
"height": "14",
|
|
51867
|
+
"viewBox": "0 0 16 14",
|
|
51868
|
+
"fill": "none",
|
|
51869
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
51870
|
+
}
|
|
51871
|
+
}, [_c('path', {
|
|
51872
|
+
attrs: {
|
|
51873
|
+
"d": "M1 7H15H1Z",
|
|
51874
|
+
"fill": "#006FBB"
|
|
51875
|
+
}
|
|
51876
|
+
}), _vm._v(" "), _c('path', {
|
|
51877
|
+
attrs: {
|
|
51878
|
+
"d": "M1 7H15",
|
|
51879
|
+
"stroke": "#006FBB",
|
|
51880
|
+
"stroke-width": "2",
|
|
51881
|
+
"stroke-linecap": "round",
|
|
51882
|
+
"stroke-linejoin": "round"
|
|
51883
|
+
}
|
|
51884
|
+
}), _vm._v(" "), _c('path', {
|
|
51885
|
+
attrs: {
|
|
51886
|
+
"d": "M1 7L7 13L1 7Z",
|
|
51887
|
+
"fill": "#006FBB"
|
|
51888
|
+
}
|
|
51889
|
+
}), _vm._v(" "), _c('path', {
|
|
51890
|
+
attrs: {
|
|
51891
|
+
"d": "M1 7L7 13",
|
|
51892
|
+
"stroke": "#006FBB",
|
|
51893
|
+
"stroke-width": "2",
|
|
51894
|
+
"stroke-linecap": "round",
|
|
51895
|
+
"stroke-linejoin": "round"
|
|
51896
|
+
}
|
|
51897
|
+
}), _vm._v(" "), _c('path', {
|
|
51898
|
+
attrs: {
|
|
51899
|
+
"d": "M1 7L7 1L1 7Z",
|
|
51900
|
+
"fill": "#006FBB"
|
|
51901
|
+
}
|
|
51902
|
+
}), _vm._v(" "), _c('path', {
|
|
51295
51903
|
attrs: {
|
|
51296
|
-
"
|
|
51297
|
-
"
|
|
51904
|
+
"d": "M1 7L7 1",
|
|
51905
|
+
"stroke": "#006FBB",
|
|
51906
|
+
"stroke-width": "2",
|
|
51907
|
+
"stroke-linecap": "round",
|
|
51908
|
+
"stroke-linejoin": "round"
|
|
51298
51909
|
}
|
|
51299
|
-
}), _vm._v("\n " + _vm._s(_vm.translateMe('Back to App pricing')) + "\n ")]), _vm._v(" "), _c('div', {
|
|
51910
|
+
})]), _vm._v("\n " + _vm._s(_vm.translateMe('Back to App pricing')) + "\n ")]), _vm._v(" "), _c('div', {
|
|
51300
51911
|
staticClass: "bill-cycle-select-group__inner-left"
|
|
51301
51912
|
}, [_c('SelectButton', {
|
|
51302
51913
|
attrs: {
|
|
@@ -51476,8 +52087,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
51476
52087
|
|
|
51477
52088
|
const __vue_inject_styles__$1 = function (inject) {
|
|
51478
52089
|
if (!inject) return;
|
|
51479
|
-
inject("data-v-
|
|
51480
|
-
source: "@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.7/swiper-bundle.css);.app-manager .app-manager-plan-page-slider ul{list-style:none;margin:0;padding:0}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li,.app-manager .app-manager-plan-page-slider .plan__price{padding:16px 16px 16px 20px}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li{border-top:1px solid #ddd;border-right:1px solid #ddd;background:#fff;border-right:none;border-left:1px solid #ddd}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom:1px solid #ddd}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:first-child{border-top-left-radius:12px}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom-left-radius:12px}.app-manager .app-manager-plan-page-slider .plan__price{border-left:1px solid #ddd;box-shadow:none;border-top-left-radius:12px;overflow:hidden}.app-manager .app-manager-plan-page-slider .feature__list,.app-manager .app-manager-plan-page-slider .feature__type__array{display:flex;align-items:center;word-spacing:999px;justify-content:center}.app-manager .app-manager-plan-page-slider .feature__type__array.feature__class{justify-content:left}.app-manager .app-manager-plan-page-slider .plan-heading b{overflow-wrap:break-word;word-wrap:break-word;white-space:initial}.app-manager-plan-banner{margin-right:30px;margin-left:30px}.bundle-plan{display:none;flex-direction:column;gap:20px}.bundle-category{display:flex;flex-direction:column;gap:20px;margin-bottom:10px}.bundle-category-apps{display:flex;flex-direction:column;gap:10px}.light-divider{border-top:1px solid #e3e3e3;margin-top:10px;margin-bottom:10px}.app-manager .Polaris-Icon--colorSuccess svg{fill:#000!important}.button-group-new{display:flex;align-items:center;justify-content:center;gap:4px}.bill-cycle-select-group{display:flex;align-items:center;justify-content:space-between;gap:4px;max-width:998px;margin-left:auto;margin-right:auto;padding:0 32px}.bill-cycle-select-group__inner-left{width:fit-content;display:flex;gap:4px;align-items:center;justify-content:center;border-radius:40px;padding:4px;border:1px solid #000}.bill-cycle-back{display:none;align-items:center;color:#006fbb;cursor:pointer;gap:4px;font-weight:450;font-size:14px}.promotional-banner{width:100%;height:100px;display:flex;align-items:center;justify-content:end;padding-right:36px;background-
|
|
52090
|
+
inject("data-v-da2d4ed4_0", {
|
|
52091
|
+
source: "@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.7/swiper-bundle.css);.app-manager .app-manager-plan-page-slider ul{list-style:none;margin:0;padding:0}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li,.app-manager .app-manager-plan-page-slider .plan__price{padding:16px 16px 16px 20px}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li{border-top:1px solid #ddd;border-right:1px solid #ddd;background:#fff;border-right:none;border-left:1px solid #ddd}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom:1px solid #ddd}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:first-child{border-top-left-radius:12px}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom-left-radius:12px}.app-manager .app-manager-plan-page-slider .plan__price{border-left:1px solid #ddd;box-shadow:none;border-top-left-radius:12px;overflow:hidden}.app-manager .app-manager-plan-page-slider .feature__list,.app-manager .app-manager-plan-page-slider .feature__type__array{display:flex;align-items:center;word-spacing:999px;justify-content:center}.app-manager .app-manager-plan-page-slider .feature__type__array.feature__class{justify-content:left}.app-manager .app-manager-plan-page-slider .plan-heading b{overflow-wrap:break-word;word-wrap:break-word;white-space:initial}.app-manager-plan-banner{margin-right:30px;margin-left:30px}.bundle-plan{display:none;flex-direction:column;gap:20px}.bundle-category{display:flex;flex-direction:column;gap:20px;margin-bottom:10px}.bundle-category-apps{display:flex;flex-direction:column;gap:10px}.light-divider{border-top:1px solid #e3e3e3;margin-top:10px;margin-bottom:10px}.app-manager .Polaris-Icon--colorSuccess svg{fill:#000!important}.button-group-new{display:flex;align-items:center;justify-content:center;gap:4px}.bill-cycle-select-group{display:flex;align-items:center;justify-content:space-between;gap:4px;max-width:998px;margin-left:auto;margin-right:auto;padding:0 32px}.bill-cycle-select-group__inner-left{width:fit-content;display:flex;gap:4px;align-items:center;justify-content:center;border-radius:40px;padding:4px;border:1px solid #000}.bill-cycle-back{display:none;align-items:center;color:#006fbb;cursor:pointer;gap:4px;font-weight:450;font-size:14px}.promotional-banner{width:100%;height:100px;display:flex;align-items:center;justify-content:end;padding-right:36px;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:8px;margin-bottom:22px}.custom-plan{display:flex;flex-direction:column;align-items:center!important;gap:24px;margin-left:0!important;margin-right:0!important}.toggle-plans-features{font-size:13px;font-weight:500;color:#303030;text-decoration:none}.hide-all-features{visibility:hidden;overflow:hidden;height:0;margin-top:0!important}.customization-bundle-section{display:flex;flex-direction:row;gap:24px;width:100%}@media (max-width:700px){.Polaris-ButtonGroup__Item{width:auto!important}.app-manager .Polaris-Button{padding:7px 8px!important}}@media (max-width:767px){.bill-cycle-select-group{flex-direction:column-reverse;gap:10px}}@media (max-width:1023px){.customization-bundle-section{flex-direction:column;gap:20px}}",
|
|
51481
52092
|
map: undefined,
|
|
51482
52093
|
media: undefined
|
|
51483
52094
|
});
|