@org-design-system/styles 0.1.13 → 0.1.15
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ npm run sync
|
|
|
27
27
|
|
|
28
28
|
## 📦 Consumption
|
|
29
29
|
|
|
30
|
-
This package is marked as **private** and is intended to be consumed internally by the `@org-design-system/components` package or via the main
|
|
30
|
+
This package is marked as **private** and is intended to be consumed internally by the `@org-design-system/components` package or via the main `@org-design-system/core` metapackage.
|
|
31
31
|
|
|
32
32
|
### Direct Import (Internal Only)
|
|
33
33
|
```tsx
|