@patimweb/crtstyleguide 1.0.30 → 1.0.32
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/LICENSE +1 -1
- package/README.md +2 -0
- package/dist/lib/index.js +1407 -763
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [
|
|
189
|
+
Copyright [2026] [Weppelmann, Patrick]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -106,6 +106,7 @@ Opens the Style Guide at: **http://localhost:5175/styleguide/**
|
|
|
106
106
|
| Textarea | `<crt-textarea>` | Multiline input |
|
|
107
107
|
| Icon | `<crt-icon>` | Icon rendering |
|
|
108
108
|
| Link | `<crt-link>` | Links |
|
|
109
|
+
| FileInput | `<crt-file-input>` | File selection input |
|
|
109
110
|
| FileUpload | `<crt-file-upload>` | File upload |
|
|
110
111
|
| Calendar | `<crt-calendar>` | Date picker |
|
|
111
112
|
| Select | `<crt-select>` | Dropdown selection |
|
|
@@ -143,6 +144,7 @@ Opens the Style Guide at: **http://localhost:5175/styleguide/**
|
|
|
143
144
|
| Playlist | `<crt-playlist>` | Playlist view |
|
|
144
145
|
| Visualizer | `<crt-visualizer>` | Audio visualization |
|
|
145
146
|
| Terminal | `<crt-terminal>` | Terminal simulator |
|
|
147
|
+
| Log | `<crt-log>` | Log output panel |
|
|
146
148
|
| Navbar | `<crt-navbar>` | Navigation bar |
|
|
147
149
|
| Header | `<crt-header>` | Header |
|
|
148
150
|
| Footer | `<crt-footer>` | Footer |
|