omnieye-theme-studio 1.2.1 → 1.2.3
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/README.md +1 -1
- package/dist/index.esm.js +962 -945
- package/dist/index.js +18 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,4 +49,4 @@ Full 1:1 port of `Theme Manager.dc.html`:
|
|
|
49
49
|
- **Section → screen auto-switch:** opening a rail section jumps the preview to its mapped screen (theme/cards/brand/surface→Dashboard, colour/typography→Components, tables→Orders, notifications→Operations, login→Login), guarded so reopening the same section won't override a manual screen change.
|
|
50
50
|
- **“Change preview screen” popover:** the monitor icon on any section header toggles a shared “Previewing Screen” grid (all 8 screens); picking one sets it and closes; auto-hides when any section is opened/closed.
|
|
51
51
|
|
|
52
|
-
State persists to `localStorage` (`omnieye-theme-studio`)
|
|
52
|
+
State persists to `localStorage` (`omnieye-theme-studio`)..
|