enjanga-components-library 1.0.44 → 1.0.46
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.js +26818 -14966
- package/dist/index.mjs +26818 -14966
- package/dist/styles.css +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -102,7 +102,7 @@ This library’s styles follow a **three-tier structure** for clarity and mainta
|
|
|
102
102
|
```scss
|
|
103
103
|
@use 'enjanga-core-setup/styles' as core;
|
|
104
104
|
```
|
|
105
|
-
- Example usage: `core.$spacing-03
|
|
105
|
+
- Example usage: `core.$spacing-03`.
|
|
106
106
|
|
|
107
107
|
2. **Global (library-wide styles in `src/styles/global/`)**
|
|
108
108
|
- Apply across components (e.g., typography, skeleton loading animation, utilities).
|