@spaced-out/genesis-mcp 1.0.14 → 1.0.16
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 +7 -3
- package/package.json +1 -1
package/data/design-system.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
|
-
"buildDate": "2026-
|
|
4
|
-
"version": "0.
|
|
3
|
+
"buildDate": "2026-03-06T10:49:54.448Z",
|
|
4
|
+
"version": "0.6.1-beta.0",
|
|
5
5
|
"designSystemPath": "/home/runner/work/ui-design-system/ui-design-system"
|
|
6
6
|
},
|
|
7
7
|
"components": {
|
|
@@ -2964,6 +2964,10 @@
|
|
|
2964
2964
|
"content": "export * from '../../components/VoiceOrb/Microphone';\nexport * from '../../components/VoiceOrb/VoiceOrb';\n//# sourceMappingURL=index.d.ts.map"
|
|
2965
2965
|
},
|
|
2966
2966
|
"additional": {
|
|
2967
|
+
"Microphone/MicIcon.d.ts": {
|
|
2968
|
+
"path": "Microphone/MicIcon.d.ts",
|
|
2969
|
+
"content": "import * as React from 'react';\nexport declare const MicIcon: () => React.JSX.Element;\n//# sourceMappingURL=MicIcon.d.ts.map"
|
|
2970
|
+
},
|
|
2967
2971
|
"Microphone/Microphone.d.ts": {
|
|
2968
2972
|
"path": "Microphone/Microphone.d.ts",
|
|
2969
2973
|
"content": "import * as React from 'react';\ntype ClassNames = Readonly<{\n barsContainer?: string;\n bar?: string;\n}>;\nexport interface MicrophoneProps {\n classNames?: ClassNames;\n enableMicrophone?: boolean;\n testId?: string;\n}\ndeclare const Microphone: React.FC<MicrophoneProps>;\nexport { Microphone };\n//# sourceMappingURL=Microphone.d.ts.map"
|
|
@@ -2987,12 +2991,12 @@
|
|
|
2987
2991
|
}
|
|
2988
2992
|
},
|
|
2989
2993
|
"allFiles": [
|
|
2994
|
+
"Microphone/MicIcon.tsx",
|
|
2990
2995
|
"Microphone/Microphone.module.css",
|
|
2991
2996
|
"Microphone/Microphone.stories.module.css",
|
|
2992
2997
|
"Microphone/Microphone.stories.tsx",
|
|
2993
2998
|
"Microphone/Microphone.tsx",
|
|
2994
2999
|
"Microphone/index.ts",
|
|
2995
|
-
"Microphone/mic.png",
|
|
2996
3000
|
"VoiceOrb/VoiceOrb.module.css",
|
|
2997
3001
|
"VoiceOrb/VoiceOrb.stories.module.css",
|
|
2998
3002
|
"VoiceOrb/VoiceOrb.stories.tsx",
|
package/package.json
CHANGED