@spaced-out/genesis-mcp 1.0.46 → 1.0.47
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/data/design-system.json +3 -3
- package/package.json +1 -1
package/data/design-system.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
|
-
"buildDate": "2026-09-
|
|
4
|
-
"version": "0.6.
|
|
3
|
+
"buildDate": "2026-09-16T08:39:21.720Z",
|
|
4
|
+
"version": "0.6.34",
|
|
5
5
|
"designSystemPath": "/home/runner/work/ui-design-system/ui-design-system"
|
|
6
6
|
},
|
|
7
7
|
"components": {
|
|
@@ -2997,7 +2997,7 @@
|
|
|
2997
2997
|
},
|
|
2998
2998
|
"css": {
|
|
2999
2999
|
"path": "TruncatedTextWithTooltip.module.css",
|
|
3000
|
-
"content": ".truncateLineClamp {\n composes: truncate from '../../styles/typography.module.css';\n white-space: normal;\n}\n
|
|
3000
|
+
"content": ".truncateLineClamp {\n composes: truncate from '../../styles/typography.module.css';\n white-space: normal;\n}\n"
|
|
3001
3001
|
},
|
|
3002
3002
|
"index": {
|
|
3003
3003
|
"path": "index.d.ts",
|
package/package.json
CHANGED