@org-design-system/components 0.1.13 → 0.1.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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ This package leverages the `@org-design-system/styles` engine. Components are no
|
|
|
20
20
|
|
|
21
21
|
## 📦 Usage
|
|
22
22
|
|
|
23
|
-
While this package can be used standalone, it is recommended to consume it via the
|
|
23
|
+
While this package can be used standalone, it is recommended to consume it via the `@org-design-system/core` metapackage.
|
|
24
24
|
|
|
25
25
|
```tsx
|
|
26
26
|
import { Button, Badge, Toggle } from "@org-design-system/components";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@org-design-system/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "UI components for the @org-design-system",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"clsx": "^2.1.1",
|
|
42
42
|
"tailwind-merge": "^3.0.2",
|
|
43
43
|
"tailwindcss": "^4.0.0",
|
|
44
|
-
"@org-design-system/
|
|
45
|
-
"@org-design-system/
|
|
44
|
+
"@org-design-system/styles": "0.1.14",
|
|
45
|
+
"@org-design-system/icons": "0.1.14"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=18",
|