@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 `org-design-system` metapackage.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@org-design-system/styles",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "Design tokens for the @org-design-system",
5
5
  "publishConfig": {
6
6
  "access": "public"