@spaced-out/genesis-mcp 1.0.4 → 1.0.6
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-01-
|
|
4
|
-
"version": "0.5.
|
|
3
|
+
"buildDate": "2026-01-21T04:57:40.009Z",
|
|
4
|
+
"version": "0.5.41",
|
|
5
5
|
"designSystemPath": "/home/runner/work/ui-design-system/ui-design-system"
|
|
6
6
|
},
|
|
7
7
|
"components": {
|
|
@@ -2803,7 +2803,7 @@
|
|
|
2803
2803
|
},
|
|
2804
2804
|
"css": {
|
|
2805
2805
|
"path": "TokenListInput.module.css",
|
|
2806
|
-
"content": "@value (\n spaceNone,\n spaceSmall,\n spaceXSmall,\n spaceXXSmall\n) from '../../styles/variables/_space.css';\n@value (\n colorFocusDanger,\n colorFillPrimary,\n colorFillDisabled,\n colorFocusPrimary,\n colorBorderDanger,\n colorBorderPrimary,\n colorBorderTertiary\n) from '../../styles/variables/_color.css';\n@value (\n borderWidthPrimary,\n borderRadiusMedium,\n borderRadiusSmall,\n borderWidthNone,\n borderWidthTertiary\n) from '../../styles/variables/_border.css';\n@value (\n size2,\n size4,\n size8,\n size26,\n size228,\n sizeFluid\n) from '../../styles/variables/_size.css';\n\n@value tokenListHeaderHeight: 18px;\n@value smallBoxHeight: 34px;\n@value mediumBoxHeight: 42px;\n\n.box {\n display: flex;\n gap: size8;\n align-items: center;\n flex-wrap: wrap;\n width: sizeFluid;\n max-height: size228;\n flex: 0 0 auto;\n overflow: auto;\n cursor: pointer;\n border: borderWidthPrimary solid colorBorderPrimary;\n
|
|
2806
|
+
"content": "@value (\n spaceNone,\n spaceSmall,\n spaceXSmall,\n spaceXXSmall\n) from '../../styles/variables/_space.css';\n@value (\n colorFocusDanger,\n colorFillPrimary,\n colorFillDisabled,\n colorFocusPrimary,\n colorBorderDanger,\n colorBorderPrimary,\n colorBorderTertiary\n) from '../../styles/variables/_color.css';\n@value (\n borderWidthPrimary,\n borderRadiusMedium,\n borderRadiusSmall,\n borderWidthNone,\n borderWidthTertiary\n) from '../../styles/variables/_border.css';\n@value (\n size2,\n size4,\n size8,\n size26,\n size228,\n sizeFluid\n) from '../../styles/variables/_size.css';\n\n@value tokenListHeaderHeight: 18px;\n@value smallBoxHeight: 34px;\n@value mediumBoxHeight: 42px;\n\n.box {\n display: flex;\n gap: size8;\n align-items: center;\n flex-wrap: wrap;\n width: sizeFluid;\n max-height: size228;\n flex: 0 0 auto;\n overflow: auto;\n cursor: pointer;\n border: borderWidthPrimary solid colorBorderPrimary;\n}\n\n.box:not(.withError):not(.inputDisabled):not(.inputLocked):not(.inputHidden) {\n border-color: colorBorderPrimary;\n}\n\n.box:not(.withError):not(.inputDisabled):not(.inputLocked):not(\n .inputHidden\n ):hover {\n border-color: colorBorderTertiary;\n}\n\n.box:focus-within {\n border-color: colorFillPrimary;\n box-shadow: borderWidthNone borderWidthNone borderWidthNone\n borderWidthTertiary colorFocusPrimary;\n}\n\n.box.withError {\n border-color: colorBorderDanger;\n}\n\n.box.withError:focus-within {\n border-color: colorBorderDanger;\n box-shadow: borderWidthNone borderWidthNone borderWidthNone\n borderWidthTertiary colorFocusDanger;\n}\n\n.box.inputLocked {\n border-color: colorBorderPrimary;\n border-style: dashed;\n}\n\n.box.inputDisabled {\n border-color: colorBorderPrimary;\n}\n\n.tokenListContainer {\n display: flex;\n position: relative;\n flex-flow: column;\n width: sizeFluid;\n gap: spaceXXSmall;\n}\n\n.tokenListHeader {\n display: flex;\n width: sizeFluid;\n height: tokenListHeaderHeight;\n justify-content: space-between;\n}\n\n.clearAllButton {\n cursor: pointer;\n}\n\n.clearAllButton:focus-visible {\n box-shadow: borderWidthNone borderWidthNone borderWidthNone\n borderWidthTertiary colorFocusPrimary;\n}\n\n.medium {\n border-radius: borderRadiusMedium;\n padding: spaceXSmall spaceSmall;\n min-height: mediumBoxHeight;\n}\n\n.small {\n border-radius: borderRadiusSmall;\n padding: spaceXXSmall spaceSmall;\n min-height: smallBoxHeight;\n}\n\n.tokenListInputWrapper {\n display: flex;\n flex-direction: column;\n gap: spaceXSmall;\n}\n\n.inputMedium {\n composes: formInputMedium from '../../styles/typography.module.css';\n min-width: calc(sizeFluid/4);\n outline: none;\n border: none;\n background-color: transparent;\n padding: spaceNone spaceNone spaceNone spaceNone;\n flex: 1 0;\n}\n\n.inputSmall {\n composes: formInputSmall from '../../styles/typography.module.css';\n min-width: calc(sizeFluid/4);\n outline: none;\n border: none;\n background-color: transparent;\n padding: spaceNone spaceNone spaceNone spaceNone;\n flex: 1 0;\n}\n\n.lockIcon {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-left: auto;\n}\n\n.loaderContainer {\n display: flex;\n align-items: center;\n justify-content: center;\n width: size26;\n height: size26;\n margin-left: auto;\n}\n\n.menuWrapper {\n width: var(--dropdown-width);\n z-index: var(--menu-elevation);\n}\n"
|
|
2807
2807
|
},
|
|
2808
2808
|
"index": {
|
|
2809
2809
|
"path": "index.d.ts",
|
package/package.json
CHANGED