@pitcher/canvas-ui 2026.1.9-223804-beta → 2026.1.12-71806
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 +76 -76
- package/canvas-ui.js +554 -442
- package/canvas-ui.js.map +1 -1
- package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +1 -2
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +1 -0
- package/lib/types/launchDarkly.types.d.ts +1 -0
- 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-da2357d4] .ais-SearchBox {
|
|
555
555
|
margin: 0;
|
|
556
556
|
}
|
|
557
|
-
[data-v-
|
|
557
|
+
[data-v-da2357d4] .ais-SearchBox-submit,[data-v-da2357d4] .ais-SearchBox-reset {
|
|
558
558
|
display: none;
|
|
559
559
|
}
|
|
560
|
-
.admin-search[data-v-
|
|
560
|
+
.admin-search[data-v-da2357d4] .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-da2357d4] .ais-SearchBox-reset:hover {
|
|
575
575
|
color: var(--p-text2) !important;
|
|
576
576
|
}
|
|
577
|
-
.admin-search[data-v-
|
|
577
|
+
.admin-search[data-v-da2357d4] .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-da2357d4] .ais-SearchBox-input {
|
|
582
582
|
padding-right: 40px !important;
|
|
583
583
|
}
|
|
584
|
-
[data-v-
|
|
584
|
+
[data-v-da2357d4] .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-da2357d4] .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-da2357d4] .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-da2357d4] {
|
|
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-da2357d4]::-webkit-scrollbar {
|
|
607
607
|
width: 6px;
|
|
608
608
|
}
|
|
609
|
-
.overflow-y-auto[data-v-
|
|
609
|
+
.overflow-y-auto[data-v-da2357d4]::-webkit-scrollbar-track {
|
|
610
610
|
background: var(--p-surface2);
|
|
611
611
|
}
|
|
612
|
-
.overflow-y-auto[data-v-
|
|
612
|
+
.overflow-y-auto[data-v-da2357d4]::-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-da2357d4]::-webkit-scrollbar-thumb:hover {
|
|
617
617
|
background-color: var(--p-text3);
|
|
618
618
|
}
|
|
619
|
-
button[data-v-
|
|
619
|
+
button[data-v-da2357d4]:hover {
|
|
620
620
|
transition: all 0.2s ease;
|
|
621
621
|
}
|
|
622
|
-
button[data-v-
|
|
622
|
+
button[data-v-da2357d4]:focus {
|
|
623
623
|
outline: none;
|
|
624
624
|
}
|
|
625
|
-
[data-v-
|
|
625
|
+
[data-v-da2357d4] mark,[data-v-da2357d4] em {
|
|
626
626
|
font-weight: bold;
|
|
627
627
|
font-style: normal;
|
|
628
628
|
}
|
|
@@ -925,25 +925,25 @@ button[data-v-052f4440]:focus {
|
|
|
925
925
|
}.c-users-groups-access-manage__select[data-v-fe2300a1] {
|
|
926
926
|
width: 180px;
|
|
927
927
|
}
|
|
928
|
-
.panel-title[data-v-
|
|
929
|
-
color: var(--
|
|
928
|
+
.panel-title[data-v-05db071e] {
|
|
929
|
+
color: var(--7e857d3a);
|
|
930
930
|
letter-spacing: 0.15px;
|
|
931
931
|
}
|
|
932
|
-
.base[data-v-
|
|
933
|
-
background-color: var(--
|
|
932
|
+
.base[data-v-05db071e] {
|
|
933
|
+
background-color: var(--7e7d3ede);
|
|
934
934
|
}
|
|
935
|
-
.selection-panel-list-item[data-v-
|
|
936
|
-
background: var(--
|
|
935
|
+
.selection-panel-list-item[data-v-05db071e] {
|
|
936
|
+
background: var(--e1e1c7fe);
|
|
937
937
|
}
|
|
938
|
-
.selection-panel-list-handle[data-v-
|
|
939
|
-
color: var(--
|
|
938
|
+
.selection-panel-list-handle[data-v-05db071e] {
|
|
939
|
+
color: var(--e1e1c804);
|
|
940
940
|
}
|
|
941
|
-
.title[data-v-
|
|
942
|
-
color: var(--
|
|
941
|
+
.title[data-v-05db071e] {
|
|
942
|
+
color: var(--7e857d3a);
|
|
943
943
|
letter-spacing: 0.4px;
|
|
944
944
|
}
|
|
945
|
-
.description[data-v-
|
|
946
|
-
color: var(--
|
|
945
|
+
.description[data-v-05db071e] {
|
|
946
|
+
color: var(--e1e1c804);
|
|
947
947
|
}
|
|
948
948
|
.content-selector__section-title[data-v-2e7377ec] {
|
|
949
949
|
font-size: 18px;
|
|
@@ -958,7 +958,7 @@ button[data-v-052f4440]:focus {
|
|
|
958
958
|
background-color: var(--49a7913e);
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
-
[data-v-
|
|
961
|
+
[data-v-ba7b39ff] .dynamic-value-tree-select__trigger {
|
|
962
962
|
margin-right: -16px;
|
|
963
963
|
}
|
|
964
964
|
.ai-preview-container[data-v-2a9cccf6] {
|
|
@@ -1604,65 +1604,65 @@ to {
|
|
|
1604
1604
|
object-fit: var(--1d3ef4cb);
|
|
1605
1605
|
height: 100%;
|
|
1606
1606
|
}
|
|
1607
|
-
.canvas-text[data-v-
|
|
1607
|
+
.canvas-text[data-v-73a884c3] p {
|
|
1608
1608
|
margin-bottom: 20px;
|
|
1609
1609
|
}
|
|
1610
|
-
[data-v-
|
|
1610
|
+
[data-v-73a884c3] .ProseMirror:focus {
|
|
1611
1611
|
outline: none;
|
|
1612
1612
|
}
|
|
1613
|
-
.cb-text-component[data-v-
|
|
1614
|
-
.c-text__rich-text-editor[data-v-
|
|
1615
|
-
.cb-text-component[data-v-
|
|
1616
|
-
.c-text__rich-text-editor[data-v-
|
|
1617
|
-
.cb-text-component[data-v-
|
|
1618
|
-
.c-text__rich-text-editor[data-v-
|
|
1613
|
+
.cb-text-component[data-v-73a884c3] p,
|
|
1614
|
+
.c-text__rich-text-editor[data-v-73a884c3] p,
|
|
1615
|
+
.cb-text-component[data-v-73a884c3] ol,
|
|
1616
|
+
.c-text__rich-text-editor[data-v-73a884c3] ol,
|
|
1617
|
+
.cb-text-component[data-v-73a884c3] ul,
|
|
1618
|
+
.c-text__rich-text-editor[data-v-73a884c3] ul {
|
|
1619
1619
|
margin: 0 0 1em 0;
|
|
1620
1620
|
min-height: 1.6em;
|
|
1621
1621
|
}
|
|
1622
|
-
.cb-text-component[data-v-
|
|
1623
|
-
.c-text__rich-text-editor[data-v-
|
|
1624
|
-
.cb-text-component[data-v-
|
|
1625
|
-
.c-text__rich-text-editor[data-v-
|
|
1622
|
+
.cb-text-component[data-v-73a884c3] ol,
|
|
1623
|
+
.c-text__rich-text-editor[data-v-73a884c3] ol,
|
|
1624
|
+
.cb-text-component[data-v-73a884c3] ul,
|
|
1625
|
+
.c-text__rich-text-editor[data-v-73a884c3] ul {
|
|
1626
1626
|
padding: 0 0 0 1em;
|
|
1627
1627
|
}
|
|
1628
|
-
.cb-text-component[data-v-
|
|
1629
|
-
.c-text__rich-text-editor[data-v-
|
|
1630
|
-
.cb-text-component[data-v-
|
|
1631
|
-
.c-text__rich-text-editor[data-v-
|
|
1632
|
-
.cb-text-component[data-v-
|
|
1633
|
-
.c-text__rich-text-editor[data-v-
|
|
1628
|
+
.cb-text-component[data-v-73a884c3] p:last-of-type,
|
|
1629
|
+
.c-text__rich-text-editor[data-v-73a884c3] p:last-of-type,
|
|
1630
|
+
.cb-text-component[data-v-73a884c3] ol:last-of-type,
|
|
1631
|
+
.c-text__rich-text-editor[data-v-73a884c3] ol:last-of-type,
|
|
1632
|
+
.cb-text-component[data-v-73a884c3] ul:last-of-type,
|
|
1633
|
+
.c-text__rich-text-editor[data-v-73a884c3] ul:last-of-type {
|
|
1634
1634
|
margin-bottom: 0em;
|
|
1635
1635
|
}
|
|
1636
|
-
.cb-text-component[data-v-
|
|
1637
|
-
.c-text__rich-text-editor[data-v-
|
|
1638
|
-
.cb-text-component[data-v-
|
|
1639
|
-
.c-text__rich-text-editor[data-v-
|
|
1640
|
-
.cb-text-component[data-v-
|
|
1641
|
-
.c-text__rich-text-editor[data-v-
|
|
1642
|
-
.cb-text-component[data-v-
|
|
1643
|
-
.c-text__rich-text-editor[data-v-
|
|
1644
|
-
.cb-text-component[data-v-
|
|
1645
|
-
.c-text__rich-text-editor[data-v-
|
|
1646
|
-
.cb-text-component[data-v-
|
|
1647
|
-
.c-text__rich-text-editor[data-v-
|
|
1636
|
+
.cb-text-component[data-v-73a884c3] p:last-of-type + ol,
|
|
1637
|
+
.c-text__rich-text-editor[data-v-73a884c3] p:last-of-type + ol,
|
|
1638
|
+
.cb-text-component[data-v-73a884c3] p:last-of-type + ul,
|
|
1639
|
+
.c-text__rich-text-editor[data-v-73a884c3] p:last-of-type + ul,
|
|
1640
|
+
.cb-text-component[data-v-73a884c3] ol:last-of-type + p,
|
|
1641
|
+
.c-text__rich-text-editor[data-v-73a884c3] ol:last-of-type + p,
|
|
1642
|
+
.cb-text-component[data-v-73a884c3] ol:last-of-type + ul,
|
|
1643
|
+
.c-text__rich-text-editor[data-v-73a884c3] ol:last-of-type + ul,
|
|
1644
|
+
.cb-text-component[data-v-73a884c3] ul:last-of-type + p,
|
|
1645
|
+
.c-text__rich-text-editor[data-v-73a884c3] ul:last-of-type + p,
|
|
1646
|
+
.cb-text-component[data-v-73a884c3] ul:last-of-type + ol,
|
|
1647
|
+
.c-text__rich-text-editor[data-v-73a884c3] ul:last-of-type + ol {
|
|
1648
1648
|
margin-top: 1em;
|
|
1649
1649
|
}
|
|
1650
|
-
.cb-text-component[data-v-
|
|
1651
|
-
.c-text__rich-text-editor[data-v-
|
|
1652
|
-
.cb-text-component[data-v-
|
|
1653
|
-
.c-text__rich-text-editor[data-v-
|
|
1654
|
-
.cb-text-component[data-v-
|
|
1655
|
-
.c-text__rich-text-editor[data-v-
|
|
1656
|
-
.cb-text-component[data-v-
|
|
1657
|
-
.c-text__rich-text-editor[data-v-
|
|
1650
|
+
.cb-text-component[data-v-73a884c3] ol > li ol,
|
|
1651
|
+
.c-text__rich-text-editor[data-v-73a884c3] ol > li ol,
|
|
1652
|
+
.cb-text-component[data-v-73a884c3] ol > li ul,
|
|
1653
|
+
.c-text__rich-text-editor[data-v-73a884c3] ol > li ul,
|
|
1654
|
+
.cb-text-component[data-v-73a884c3] ul > li ol,
|
|
1655
|
+
.c-text__rich-text-editor[data-v-73a884c3] ul > li ol,
|
|
1656
|
+
.cb-text-component[data-v-73a884c3] ul > li ul,
|
|
1657
|
+
.c-text__rich-text-editor[data-v-73a884c3] ul > li ul {
|
|
1658
1658
|
margin-top: 0 !important;
|
|
1659
1659
|
}
|
|
1660
1660
|
|
|
1661
1661
|
/* Sortable table styles */
|
|
1662
|
-
.canvas-text[data-v-
|
|
1662
|
+
.canvas-text[data-v-73a884c3] .sortable-header {
|
|
1663
1663
|
position: relative;
|
|
1664
1664
|
}
|
|
1665
|
-
.canvas-text[data-v-
|
|
1665
|
+
.canvas-text[data-v-73a884c3] .sortable-header::after {
|
|
1666
1666
|
content: "";
|
|
1667
1667
|
position: absolute;
|
|
1668
1668
|
right: 8px;
|
|
@@ -1670,22 +1670,22 @@ to {
|
|
|
1670
1670
|
transform: translateY(-50%);
|
|
1671
1671
|
opacity: 0.5;
|
|
1672
1672
|
}
|
|
1673
|
-
.canvas-text[data-v-
|
|
1673
|
+
.canvas-text[data-v-73a884c3] .sortable-header:hover::after {
|
|
1674
1674
|
content: "↕";
|
|
1675
1675
|
opacity: 0.7;
|
|
1676
1676
|
}
|
|
1677
|
-
.canvas-text[data-v-
|
|
1677
|
+
.canvas-text[data-v-73a884c3] .sortable-header.sorted-asc::after {
|
|
1678
1678
|
content: "↑";
|
|
1679
1679
|
opacity: 1;
|
|
1680
1680
|
}
|
|
1681
|
-
.canvas-text[data-v-
|
|
1681
|
+
.canvas-text[data-v-73a884c3] .sortable-header.sorted-desc::after {
|
|
1682
1682
|
content: "↓";
|
|
1683
1683
|
opacity: 1;
|
|
1684
1684
|
}
|
|
1685
|
-
.canvas-text[data-v-
|
|
1685
|
+
.canvas-text[data-v-73a884c3] .sortable-header.sorted-original::after {
|
|
1686
1686
|
content: "";
|
|
1687
1687
|
}
|
|
1688
|
-
.canvas-text[data-v-
|
|
1688
|
+
.canvas-text[data-v-73a884c3] .sortable-header.sorted-original:hover::after {
|
|
1689
1689
|
content: "↕";
|
|
1690
1690
|
opacity: 0.5;
|
|
1691
1691
|
}.cb-linkable-settings[data-v-4f5606e1] {
|
|
@@ -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-dce6a881] .n-input__prefix {
|
|
2671
2671
|
margin-right: 0;
|
|
2672
2672
|
}
|
|
2673
2673
|
.cb-dynamic-data-table-settings {
|