@pitcher/canvas-ui 2025.12.8-112500-beta → 2025.12.8-114937
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 +4 -4
- package/canvas-ui.js +481 -680
- package/canvas-ui.js.map +1 -1
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +0 -12
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/locale/de.json +1 -4
- package/locale/el.json +1 -4
- package/locale/en.json +1 -4
- package/locale/es.json +1 -4
- package/locale/fr.json +1 -4
- package/locale/it.json +1 -4
- package/locale/ja.json +1 -4
- package/locale/nl.json +1 -4
- package/locale/pl.json +1 -4
- package/locale/pt-br.json +1 -4
- package/locale/pt.json +1 -4
- package/locale/th.json +1 -4
- package/locale/tr.json +1 -4
- package/locale/zh.json +1 -4
- package/package.json +1 -1
package/canvas-ui.css
CHANGED
|
@@ -1826,16 +1826,16 @@ to {
|
|
|
1826
1826
|
}
|
|
1827
1827
|
.description[data-v-53ae554d] {
|
|
1828
1828
|
color: var(--29b9c79c);
|
|
1829
|
-
}.section-selector-container[data-v-
|
|
1829
|
+
}.section-selector-container[data-v-5eb1a0b2] {
|
|
1830
1830
|
font-family: var(--font-family);
|
|
1831
1831
|
}
|
|
1832
|
-
.section-selector-container[data-v-
|
|
1832
|
+
.section-selector-container[data-v-5eb1a0b2] .n-modal-scroll-content {
|
|
1833
1833
|
height: 100%;
|
|
1834
1834
|
padding: 24px;
|
|
1835
|
-
}.section-selector-container[data-v-
|
|
1835
|
+
}.section-selector-container[data-v-1297a269] {
|
|
1836
1836
|
font-family: var(--font-family);
|
|
1837
1837
|
}
|
|
1838
|
-
.section-selector-container[data-v-
|
|
1838
|
+
.section-selector-container[data-v-1297a269] .n-modal-scroll-content {
|
|
1839
1839
|
height: 100%;
|
|
1840
1840
|
padding: 24px;
|
|
1841
1841
|
}.section-recommendation-tile[data-v-aff52c76] {
|