@nice2dev/ui-platform 1.0.11 → 1.0.14

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 CHANGED
@@ -28,6 +28,20 @@ Embedded, hardware (barcode/QR), and offline-first React components for Nice2Dev
28
28
  npm install @nice2dev/ui-platform
29
29
  ```
30
30
 
31
+ ## Styling
32
+
33
+ This package ships unstyled component logic. Import the shared CSS bundle once at your app entrypoint:
34
+
35
+ ```tsx
36
+ import '@nice2dev/ui/style.css';
37
+ ```
38
+
39
+ Optional: opt into the legacy shorthand token aliases (`--bg-*`, `--text-*`, `--border-*`, ...) when migrating from a custom design-token system:
40
+
41
+ ```tsx
42
+ import '@nice2dev/ui/css/legacy-bg-text-aliases.css';
43
+ ```
44
+
31
45
  ## License
32
46
 
33
47
  MIT