@pitcher/canvas-ui 2025.12.10-82548 → 2025.12.10-90353
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 +3 -1
- package/canvas-ui.js +1910 -1662
- package/canvas-ui.js.map +1 -1
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +5 -0
- package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +25 -0
- package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +26 -0
- package/lib/main.lib.d.ts +2 -0
- package/lib/types/instanceSettings.types.d.ts +1 -0
- package/locale/el.json +9 -1
- package/locale/en.json +9 -1
- package/locale/es.json +9 -1
- package/locale/fr.json +9 -1
- package/package.json +1 -1
package/canvas-ui.css
CHANGED
|
@@ -1104,7 +1104,9 @@ button[data-v-a3ec6533]:focus {
|
|
|
1104
1104
|
.content-selector--disable-iframe-events iframe {
|
|
1105
1105
|
pointer-events: none;
|
|
1106
1106
|
}
|
|
1107
|
-
.c-
|
|
1107
|
+
.c-template-access-info__more[data-v-c5249475] {
|
|
1108
|
+
color: var(--e9fec4ee);
|
|
1109
|
+
}.c-groups-access-info__more[data-v-c60d2a23] {
|
|
1108
1110
|
color: var(--0398bf42);
|
|
1109
1111
|
}.c-users-access-info__more[data-v-048deace] {
|
|
1110
1112
|
color: var(--06009c68);
|