@patimweb/crtstyleguide 1.0.28 → 1.0.30
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 +2 -1
- package/dist/lib/index.js +962 -576
- package/dist/lib/styles.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,7 +147,8 @@ Opens the Style Guide at: **http://localhost:5175/styleguide/**
|
|
|
147
147
|
| Header | `<crt-header>` | Header |
|
|
148
148
|
| Footer | `<crt-footer>` | Footer |
|
|
149
149
|
| Menu | `<crt-menu>` | Context menu |
|
|
150
|
-
| CRTScreen | `<crt-screen>` | CRT screen container |
|
|
150
|
+
| CRTScreen | `<crt-screen>` | CRT screen container (wraps content) |
|
|
151
|
+
| CRTOverlay | `<crt-overlay>` | CRT visual overlay (non-blocking) |
|
|
151
152
|
|
|
152
153
|
### Organisms (Komplex)
|
|
153
154
|
|