@tecof/theme-editor 0.0.17 → 0.0.19

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/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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecof/theme-editor",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "React theme editor library for Tecof projects",
5
5
  "keywords": [
6
6
  "react",