@pitcher/canvas-ui 2026.1.14-143747-beta → 2026.1.15-103854-beta
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/canvas-ui.css +31 -31
- package/canvas-ui.js +580 -377
- package/canvas-ui.js.map +1 -1
- package/lib/apps/browser/stores/api.d.ts +18 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +8 -8
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +8 -3
- package/lib/apps/canvas-builder/constants/canvas.const.d.ts +4 -0
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/package.json +1 -1
package/canvas-ui.css
CHANGED
|
@@ -551,13 +551,13 @@ swiper-container::part(pagination) {
|
|
|
551
551
|
line-height: 20px;
|
|
552
552
|
letter-spacing: 0.25px;
|
|
553
553
|
color: var(--ad430d74);
|
|
554
|
-
}[data-v-
|
|
554
|
+
}[data-v-840d4fd4] .ais-SearchBox {
|
|
555
555
|
margin: 0;
|
|
556
556
|
}
|
|
557
|
-
[data-v-
|
|
557
|
+
[data-v-840d4fd4] .ais-SearchBox-submit,[data-v-840d4fd4] .ais-SearchBox-reset {
|
|
558
558
|
display: none;
|
|
559
559
|
}
|
|
560
|
-
.admin-search[data-v-
|
|
560
|
+
.admin-search[data-v-840d4fd4] .ais-SearchBox-reset {
|
|
561
561
|
display: block !important;
|
|
562
562
|
position: absolute !important;
|
|
563
563
|
right: 12px !important;
|
|
@@ -571,17 +571,17 @@ swiper-container::part(pagination) {
|
|
|
571
571
|
font-size: 16px !important;
|
|
572
572
|
z-index: 10 !important;
|
|
573
573
|
}
|
|
574
|
-
.admin-search[data-v-
|
|
574
|
+
.admin-search[data-v-840d4fd4] .ais-SearchBox-reset:hover {
|
|
575
575
|
color: var(--p-text2) !important;
|
|
576
576
|
}
|
|
577
|
-
.admin-search[data-v-
|
|
577
|
+
.admin-search[data-v-840d4fd4] .ais-SearchBox-reset:focus {
|
|
578
578
|
outline: none !important;
|
|
579
579
|
color: var(--p-primary) !important;
|
|
580
580
|
}
|
|
581
|
-
.admin-search[data-v-
|
|
581
|
+
.admin-search[data-v-840d4fd4] .ais-SearchBox-input {
|
|
582
582
|
padding-right: 40px !important;
|
|
583
583
|
}
|
|
584
|
-
[data-v-
|
|
584
|
+
[data-v-840d4fd4] .ais-SearchBox-input {
|
|
585
585
|
width: 100%;
|
|
586
586
|
padding: 12px 16px 12px 40px;
|
|
587
587
|
border: 1px solid var(--p-primary4);
|
|
@@ -590,39 +590,39 @@ swiper-container::part(pagination) {
|
|
|
590
590
|
background-color: var(--p-base);
|
|
591
591
|
transition: border-color 0.2s ease;
|
|
592
592
|
}
|
|
593
|
-
[data-v-
|
|
593
|
+
[data-v-840d4fd4] .ais-SearchBox-input:focus {
|
|
594
594
|
outline: none;
|
|
595
595
|
border-color: var(--p-primary);
|
|
596
596
|
box-shadow: 0 0 0 3px var(--p-primary5);
|
|
597
597
|
}
|
|
598
|
-
[data-v-
|
|
598
|
+
[data-v-840d4fd4] .ais-SearchBox-input::placeholder {
|
|
599
599
|
color: var(--p-text3);
|
|
600
600
|
font-size: 14px;
|
|
601
601
|
}
|
|
602
|
-
.overflow-y-auto[data-v-
|
|
602
|
+
.overflow-y-auto[data-v-840d4fd4] {
|
|
603
603
|
scrollbar-width: thin;
|
|
604
604
|
scrollbar-color: var(--p-border2) var(--p-surface2);
|
|
605
605
|
}
|
|
606
|
-
.overflow-y-auto[data-v-
|
|
606
|
+
.overflow-y-auto[data-v-840d4fd4]::-webkit-scrollbar {
|
|
607
607
|
width: 6px;
|
|
608
608
|
}
|
|
609
|
-
.overflow-y-auto[data-v-
|
|
609
|
+
.overflow-y-auto[data-v-840d4fd4]::-webkit-scrollbar-track {
|
|
610
610
|
background: var(--p-surface2);
|
|
611
611
|
}
|
|
612
|
-
.overflow-y-auto[data-v-
|
|
612
|
+
.overflow-y-auto[data-v-840d4fd4]::-webkit-scrollbar-thumb {
|
|
613
613
|
background-color: var(--p-border2);
|
|
614
614
|
border-radius: 3px;
|
|
615
615
|
}
|
|
616
|
-
.overflow-y-auto[data-v-
|
|
616
|
+
.overflow-y-auto[data-v-840d4fd4]::-webkit-scrollbar-thumb:hover {
|
|
617
617
|
background-color: var(--p-text3);
|
|
618
618
|
}
|
|
619
|
-
button[data-v-
|
|
619
|
+
button[data-v-840d4fd4]:hover {
|
|
620
620
|
transition: all 0.2s ease;
|
|
621
621
|
}
|
|
622
|
-
button[data-v-
|
|
622
|
+
button[data-v-840d4fd4]:focus {
|
|
623
623
|
outline: none;
|
|
624
624
|
}
|
|
625
|
-
[data-v-
|
|
625
|
+
[data-v-840d4fd4] mark,[data-v-840d4fd4] em {
|
|
626
626
|
font-weight: bold;
|
|
627
627
|
font-style: normal;
|
|
628
628
|
}
|
|
@@ -2667,7 +2667,7 @@ to {
|
|
|
2667
2667
|
padding: 0;
|
|
2668
2668
|
}
|
|
2669
2669
|
|
|
2670
|
-
.data-accessor-input[data-v-
|
|
2670
|
+
.data-accessor-input[data-v-a4296e5c] .n-input__prefix {
|
|
2671
2671
|
margin-right: 0;
|
|
2672
2672
|
}
|
|
2673
2673
|
.cb-dynamic-data-table-settings {
|
|
@@ -3074,36 +3074,36 @@ to {
|
|
|
3074
3074
|
}
|
|
3075
3075
|
.browser-list-item[data-v-8781de25] {
|
|
3076
3076
|
border-bottom: 1px solid var(--10ccf2df);
|
|
3077
|
-
}.breadcrumb-area[data-v-
|
|
3078
|
-
border: 1px solid var(--
|
|
3077
|
+
}.breadcrumb-area[data-v-41ca4793] .n-button {
|
|
3078
|
+
border: 1px solid var(--6b5e9219) !important;
|
|
3079
3079
|
}
|
|
3080
|
-
.content__breadcrumb__item.n-breadcrumb-item.n-breadcrumb-item[data-v-
|
|
3080
|
+
.content__breadcrumb__item.n-breadcrumb-item.n-breadcrumb-item[data-v-41ca4793] .n-breadcrumb-item__link {
|
|
3081
3081
|
font-size: 18px;
|
|
3082
3082
|
line-height: 28px;
|
|
3083
3083
|
letter-spacing: 0.25px;
|
|
3084
3084
|
}
|
|
3085
|
-
.content__section-title[data-v-
|
|
3085
|
+
.content__section-title[data-v-41ca4793] {
|
|
3086
3086
|
font-size: 18px;
|
|
3087
3087
|
line-height: 28px;
|
|
3088
3088
|
letter-spacing: 0.25px;
|
|
3089
|
-
color: var(--
|
|
3089
|
+
color: var(--3d451d7b);
|
|
3090
3090
|
}
|
|
3091
|
-
.actions-toolbar[data-v-
|
|
3092
|
-
background-color: var(--
|
|
3091
|
+
.actions-toolbar[data-v-41ca4793] {
|
|
3092
|
+
background-color: var(--6b5e921b);
|
|
3093
3093
|
}
|
|
3094
|
-
.actions-toolbar__nav[data-v-
|
|
3095
|
-
background: var(--
|
|
3094
|
+
.actions-toolbar__nav[data-v-41ca4793] {
|
|
3095
|
+
background: var(--42dfd1f8);
|
|
3096
3096
|
}
|
|
3097
|
-
.actions-toolbar_filters-divider[data-v-
|
|
3097
|
+
.actions-toolbar_filters-divider[data-v-41ca4793] {
|
|
3098
3098
|
margin-left: 0;
|
|
3099
3099
|
margin-right: 8px;
|
|
3100
3100
|
height: 36px;
|
|
3101
3101
|
}
|
|
3102
|
-
.actions-toolbar_filters-clear[data-v-
|
|
3102
|
+
.actions-toolbar_filters-clear[data-v-41ca4793] {
|
|
3103
3103
|
text-transform: none;
|
|
3104
3104
|
}
|
|
3105
|
-
.actions-toolbar__controls[data-v-
|
|
3106
|
-
background: var(--
|
|
3105
|
+
.actions-toolbar__controls[data-v-41ca4793] {
|
|
3106
|
+
background: var(--42dfd1f8);
|
|
3107
3107
|
}.is-even[data-v-8ac6d2e9] {
|
|
3108
3108
|
background: var(--d77d151a);
|
|
3109
3109
|
}
|