@tecof/theme-editor 0.0.22 → 0.0.23
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/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +81 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +81 -30
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +9 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1614,6 +1614,15 @@
|
|
|
1614
1614
|
50% { opacity: 0.5; }
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
|
+
.tecof-drawer-preview-error {
|
|
1618
|
+
font-size: 11px;
|
|
1619
|
+
font-weight: 500;
|
|
1620
|
+
color: #a1a1aa;
|
|
1621
|
+
font-family: 'Inter', system-ui, sans-serif;
|
|
1622
|
+
text-align: center;
|
|
1623
|
+
padding: 20px 12px;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1617
1626
|
.tecof-picture-wrapper {
|
|
1618
1627
|
width: 100%;
|
|
1619
1628
|
height: 100%;
|