@agentiffai/design 1.4.6 → 1.4.8
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/dist/index.cjs +6 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentiffai/design",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"description": "A comprehensive design system for CopilotKit components built with React, TypeScript, and styled-components",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"LICENSE",
|
|
78
78
|
"CHANGELOG.md"
|
|
79
79
|
],
|
|
80
|
+
"publishConfig": {
|
|
81
|
+
"access": "public"
|
|
82
|
+
},
|
|
80
83
|
"sideEffects": [
|
|
81
84
|
"*.css",
|
|
82
85
|
"*/GlobalStyle.*",
|
|
@@ -111,7 +114,7 @@
|
|
|
111
114
|
"license": "MIT",
|
|
112
115
|
"repository": {
|
|
113
116
|
"type": "git",
|
|
114
|
-
"url": "https://github.com/agentiffai/design.git"
|
|
117
|
+
"url": "git+https://github.com/agentiffai/design.git"
|
|
115
118
|
},
|
|
116
119
|
"bugs": {
|
|
117
120
|
"url": "https://github.com/agentiffai/design/issues"
|