@tecof/theme-editor 0.0.16 → 0.0.18
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 +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +14 -107
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -107
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -9
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -268,16 +268,7 @@
|
|
|
268
268
|
|
|
269
269
|
/* ─── EditorField ─── */
|
|
270
270
|
.tecof-editor-wrapper {
|
|
271
|
-
border: 1px solid #e4e4e7;
|
|
272
|
-
border-radius: 8px;
|
|
273
|
-
overflow: hidden;
|
|
274
271
|
background: #ffffff;
|
|
275
|
-
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.tecof-editor-wrapper:focus-within {
|
|
279
|
-
border-color: var(--tecof-primary-500, #3b82f6);
|
|
280
|
-
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
|
|
281
272
|
}
|
|
282
273
|
|
|
283
274
|
.tecof-editor-toolbar {
|