@hulkapps/app-manager-vue 3.1.4 → 3.1.6
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 +27 -20
- package/dist/app-manager-vue.min.js +3 -3
- package/dist/app-manager-vue.ssr.js +56 -49
- package/dist/hulkapps-app-manager.css +1 -1
- package/dist/hulkapps-app-manager.min.css +1 -1
- package/package.json +1 -1
- package/src/components/PolarisNew/CategoryHeading.vue +6 -1
- package/src/components/PolarisNew/PlanCardsHighlights.vue +4 -4
- package/src/components/PolarisNew/PlanTable.vue +18 -7
|
@@ -42242,8 +42242,8 @@ var __vue_staticRenderFns__$c = [];
|
|
|
42242
42242
|
|
|
42243
42243
|
const __vue_inject_styles__$c = function (inject) {
|
|
42244
42244
|
if (!inject) return;
|
|
42245
|
-
inject("data-v-
|
|
42246
|
-
source: ".category-heading[data-v-
|
|
42245
|
+
inject("data-v-32892ca4_0", {
|
|
42246
|
+
source: ".category-heading[data-v-32892ca4]{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.category-name[data-v-32892ca4]{font-size:13px;font-weight:750;line-height:20px;color:#1a1a1a}.category-description[data-v-32892ca4]{font-size:12px;font-weight:450;font-variation-settings:\"slnt\" 0;color:#1a1a1a}@media (max-width:640px){.category-heading[data-v-32892ca4]{padding-left:16px}}",
|
|
42247
42247
|
map: undefined,
|
|
42248
42248
|
media: undefined
|
|
42249
42249
|
});
|
|
@@ -42251,7 +42251,7 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
42251
42251
|
/* scoped */
|
|
42252
42252
|
|
|
42253
42253
|
|
|
42254
|
-
const __vue_scope_id__$c = "data-v-
|
|
42254
|
+
const __vue_scope_id__$c = "data-v-32892ca4";
|
|
42255
42255
|
/* module identifier */
|
|
42256
42256
|
|
|
42257
42257
|
const __vue_module_identifier__$c = undefined;
|
|
@@ -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-
|
|
49971
|
-
source: ".container[data-v-
|
|
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-
|
|
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-
|
|
49983
|
+
const __vue_scope_id__$7 = "data-v-dca2073c";
|
|
49984
49984
|
/* module identifier */
|
|
49985
49985
|
|
|
49986
49986
|
const __vue_module_identifier__$7 = undefined;
|
|
@@ -50453,6 +50453,13 @@ var script$4 = {
|
|
|
50453
50453
|
} else if (which === "plans") {
|
|
50454
50454
|
const planType = `-${this.selectedInterval}`;
|
|
50455
50455
|
const planNames = document.querySelectorAll(`.plan-header-wrapper${planType}`);
|
|
50456
|
+
|
|
50457
|
+
if (planNames) {
|
|
50458
|
+
planNames.forEach(el => {
|
|
50459
|
+
el.style.minHeight = `unset`;
|
|
50460
|
+
});
|
|
50461
|
+
}
|
|
50462
|
+
|
|
50456
50463
|
const plansAvailableName = document.querySelector(`.plans-available${planType}`);
|
|
50457
50464
|
if (!plansAvailableName) return;
|
|
50458
50465
|
let planNameHeight = 0;
|
|
@@ -50714,10 +50721,10 @@ var script$4 = {
|
|
|
50714
50721
|
},
|
|
50715
50722
|
breakpoints: {
|
|
50716
50723
|
0: {
|
|
50717
|
-
slidesPerView: 1.2
|
|
50724
|
+
slidesPerView: Math.min(this.monthlyPlans.length, 1.2)
|
|
50718
50725
|
},
|
|
50719
50726
|
640: {
|
|
50720
|
-
slidesPerView: 2
|
|
50727
|
+
slidesPerView: Math.min(this.monthlyPlans.length, 2)
|
|
50721
50728
|
},
|
|
50722
50729
|
1024: {
|
|
50723
50730
|
slidesPerView: Math.min(this.monthlyPlans.length, this.width === 'tight' ? 2 : 3)
|
|
@@ -50747,10 +50754,10 @@ var script$4 = {
|
|
|
50747
50754
|
},
|
|
50748
50755
|
breakpoints: {
|
|
50749
50756
|
0: {
|
|
50750
|
-
slidesPerView: 1.2
|
|
50757
|
+
slidesPerView: Math.min(this.annualPlans.length, 1.2)
|
|
50751
50758
|
},
|
|
50752
50759
|
640: {
|
|
50753
|
-
slidesPerView: 2
|
|
50760
|
+
slidesPerView: Math.min(this.annualPlans.length, 2)
|
|
50754
50761
|
},
|
|
50755
50762
|
1024: {
|
|
50756
50763
|
slidesPerView: Math.min(this.annualPlans.length, this.width === 'tight' ? 2 : 3)
|
|
@@ -51013,7 +51020,7 @@ var __vue_render__$4 = function () {
|
|
|
51013
51020
|
}
|
|
51014
51021
|
}, [_c('div', {
|
|
51015
51022
|
staticClass: "table-header plans-available plans-available-monthly"
|
|
51016
|
-
}, [_c('h3', [_vm._v("\n " + _vm._s(_vm.monthlyPlans.length) + " " + _vm._s(_vm.translateMe("plans available")) + "\n ")])]), _vm._v(" "), _vm._l(_vm.monthlyPlansFeatures, function (group) {
|
|
51023
|
+
}, [_c('h3', [_vm._v("\n " + _vm._s(_vm.monthlyPlans.length) + " " + _vm._s(_vm.monthlyPlans.length > 1 ? _vm.translateMe("plans available") : _vm.translateMe("plan available")) + "\n ")])]), _vm._v(" "), _vm._l(_vm.monthlyPlansFeatures, function (group) {
|
|
51017
51024
|
return [group.name ? _c('div', {
|
|
51018
51025
|
staticClass: "feature-group-header plan-feature-name plan-feature-name-monthly"
|
|
51019
51026
|
}, [_vm._v("\n " + _vm._s(_vm.translateMe(group.name)) + "\n ")]) : _vm._e(), _vm._v(" "), _vm._l(group.features, function (feature) {
|
|
@@ -51172,7 +51179,7 @@ var __vue_render__$4 = function () {
|
|
|
51172
51179
|
}
|
|
51173
51180
|
}, [_c('div', {
|
|
51174
51181
|
staticClass: "table-header plans-available plans-available-annually"
|
|
51175
|
-
}, [_c('h3', [_vm._v(_vm._s(_vm.annualPlans.length) + " " + _vm._s(_vm.translateMe("plans available")))])]), _vm._v(" "), _vm._l(_vm.annualPlansFeatures, function (group) {
|
|
51182
|
+
}, [_c('h3', [_vm._v(_vm._s(_vm.annualPlans.length) + " " + _vm._s(_vm.annualPlans.length > 1 ? _vm.translateMe("plans available") : _vm.translateMe("plan available")))])]), _vm._v(" "), _vm._l(_vm.annualPlansFeatures, function (group) {
|
|
51176
51183
|
return [group.name ? _c('div', {
|
|
51177
51184
|
staticClass: "feature-group-header plan-feature-name plan-feature-name-annually"
|
|
51178
51185
|
}, [_vm._v("\n " + _vm._s(_vm.translateMe(group.name)) + "\n ")]) : _vm._e(), _vm._v(" "), _vm._l(group.features, function (feature) {
|
|
@@ -51330,8 +51337,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
51330
51337
|
|
|
51331
51338
|
const __vue_inject_styles__$4 = function (inject) {
|
|
51332
51339
|
if (!inject) return;
|
|
51333
|
-
inject("data-v-
|
|
51334
|
-
source: ".container[data-v-
|
|
51340
|
+
inject("data-v-7f9883c2_0", {
|
|
51341
|
+
source: ".container[data-v-7f9883c2]{width:100%}.pricing-table[data-v-7f9883c2]{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-7f9883c2]{padding:16px}.plans[data-v-7f9883c2]{grid-column:span 2;max-height:500px;overflow-y:auto}.annually-table[data-v-7f9883c2]{visibility:hidden;height:0}.pricing-table-inner__left[data-v-7f9883c2]{display:flex;flex-direction:column;max-height:500px;overflow-y:auto}.swiper[data-v-7f9883c2]{width:100%;height:100%}.pricing-table.annually-table .swiper-wrapper[data-v-7f9883c2],.pricing-table.monthly-table .swiper-wrapper[data-v-7f9883c2]{height:auto!important}.table-header[data-v-7f9883c2]{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-7f9883c2]{font-size:13px;font-weight:700;line-height:20px;color:#1a1a1a}.plan-header-wrapper[data-v-7f9883c2]{padding:16px;border-bottom:1px solid #e3e3e3}.plan-feature[data-v-7f9883c2]{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.last-slide .plan-feature[data-v-7f9883c2]{border-right:1px solid #e3e3e3}.plan-feature-name[data-v-7f9883c2]{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-7f9883c2]{width:20px;height:20px;visibility:visible;display:inline-block;margin-top:4px}.plan-header-wrapper[data-v-7f9883c2]{display:flex;flex-direction:column;justify-content:space-between;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-7f9883c2]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.plan-header-wrapper .price-wrapper.has-discount[data-v-7f9883c2]{min-height:44px}.plan-header-wrapper .price-wrapper .main-price[data-v-7f9883c2]{display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center}.plan-header-wrapper .price-wrapper .strike-price[data-v-7f9883c2]{color:#4a4a4a;text-decoration:line-through}.plan-header-wrapper .price-wrapper .plan-interval[data-v-7f9883c2]{color:#4a4a4a;font-weight:400}.plan-header-wrapper .price-wrapper h4[data-v-7f9883c2]{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-7f9883c2]{width:100%}.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-7f9883c2]{display:none}.plan-header-wrapper .price-wrapper h4 h6[data-v-7f9883c2]{display:inline;font-size:13px;font-weight:400;color:#00000080;margin-left:-4px;line-height:0}.swiper-plan-navigation[data-v-7f9883c2]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually-table[data-v-7f9883c2]{display:none}.swiper-plan-annually-next[data-v-7f9883c2],.swiper-plan-annually-prev[data-v-7f9883c2],.swiper-plan-monthly-next[data-v-7f9883c2],.swiper-plan-monthly-prev[data-v-7f9883c2]{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-7f9883c2]:disabled,.swiper-plan-annually-prev[data-v-7f9883c2]:disabled,.swiper-plan-monthly-next[data-v-7f9883c2]:disabled,.swiper-plan-monthly-prev[data-v-7f9883c2]:disabled{opacity:0}.choose-button[data-v-7f9883c2]{background-color:#fff!important}.choose-button[data-v-7f9883c2]:hover{background-color:#f9f9f9!important}.choose-button.disabled[data-v-7f9883c2]{background-color:rgba(0,0,0,.15)!important}#table-left[data-v-7f9883c2]{scrollbar-width:none;-ms-overflow-style:none}#table-left[data-v-7f9883c2]::-webkit-scrollbar{display:none}.plans-remaining[data-v-7f9883c2]{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-7f9883c2]::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-7f9883c2]{font-size:14px!important;padding-left:12px!important}.feature-group-header.plan-feature[data-v-7f9883c2]{font-size:0!important}.feature-group-header[data-v-7f9883c2]{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-7f9883c2]{text-align:center;border-left:1px solid #e3e3e3}.last-slide .feature-group-header.plan-feature[data-v-7f9883c2]{border-right:1px solid #e3e3e3}@media (max-width:1024px){.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-7f9883c2]{display:inline-block}.plan-header-wrapper .price-wrapper .desktop-plan-name[data-v-7f9883c2]{display:none}.plan-header-wrapper .price-wrapper .main-price[data-v-7f9883c2]{flex-direction:column}}@media (max-width:640px){.swiper-plan-navigation[data-v-7f9883c2]{display:none!important}.pricing-table[data-v-7f9883c2]{width:calc(100% + -2px)}}",
|
|
51335
51342
|
map: undefined,
|
|
51336
51343
|
media: undefined
|
|
51337
51344
|
});
|
|
@@ -51339,7 +51346,7 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
51339
51346
|
/* scoped */
|
|
51340
51347
|
|
|
51341
51348
|
|
|
51342
|
-
const __vue_scope_id__$4 = "data-v-
|
|
51349
|
+
const __vue_scope_id__$4 = "data-v-7f9883c2";
|
|
51343
51350
|
/* module identifier */
|
|
51344
51351
|
|
|
51345
51352
|
const __vue_module_identifier__$4 = undefined;
|