@lukfel/ng-scaffold 21.1.50 → 21.1.52
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/fesm2022/lukfel-ng-scaffold.mjs +149 -106
- package/fesm2022/lukfel-ng-scaffold.mjs.map +1 -1
- package/package.json +1 -1
- package/types/lukfel-ng-scaffold.d.ts +20 -16
package/README.md
CHANGED
|
@@ -501,7 +501,7 @@ public onFileChange(file: File): void {
|
|
|
501
501
|
```
|
|
502
502
|
|
|
503
503
|
### Color-Picker
|
|
504
|
-
A standalone Material Design styled button for picking colors. It wraps a hidden native color
|
|
504
|
+
A standalone Material Design styled button for picking colors (uses native design on Safari). It wraps a hidden native color
|
|
505
505
|
input and exposes a simple, customizable interface with built-in icon, tooltip, and state
|
|
506
506
|
management.
|
|
507
507
|
|