@1money/component-ui 0.0.22 → 0.0.24
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/es/components/Input/Input/Input.css +1 -1
- package/es/index.css +1 -1
- package/es/stories/docs/ComponentDocsPage.js +234 -0
- package/es/stories/docs/componentDocMeta.js +97 -0
- package/es/stories/docs/storybook-docs.css +79 -0
- package/lib/components/Input/Input/Input.css +1 -1
- package/lib/index.css +1 -1
- package/lib/stories/docs/ComponentDocsPage.js +244 -0
- package/lib/stories/docs/componentDocMeta.js +104 -0
- package/lib/stories/docs/storybook-docs.css +79 -0
- package/package.json +23 -8
- package/scripts/mcp-server/README.md +267 -0
- package/scripts/mcp-server/bin.mjs +2 -0
- package/scripts/mcp-server/drift.json +5 -0
- package/scripts/mcp-server/examples.generated.json +2651 -0
- package/scripts/mcp-server/index.generated.json +18098 -0
- package/scripts/mcp-server/index.mjs +308 -26
- package/scripts/mcp-server/tools/get-examples.mjs +125 -0
- package/scripts/mcp-server/tools/get-library-info.mjs +25 -0
- package/scripts/mcp-server/tools/get-symbol.mjs +232 -0
- package/scripts/mcp-server/tools/get-token.mjs +60 -0
- package/scripts/mcp-server/tools/list-icons.mjs +38 -0
- package/scripts/mcp-server/tools/list-symbols.mjs +46 -0
- package/scripts/mcp-server/tools/resolve-import.mjs +125 -0
- package/scripts/mcp-server/tools/search-symbols.mjs +79 -0
- package/.agents/skills/1money-component-dev/SKILL.md +0 -224
- package/.agents/skills/1money-component-dev/checklist.md +0 -159
- package/.agents/skills/1money-component-dev/references/ComponentPatterns.md +0 -478
- package/.agents/skills/1money-component-dev/references/FigmaExtractionChecklist.md +0 -144
- package/.agents/skills/1money-component-dev/references/HooksGuide.md +0 -360
- package/.agents/skills/1money-component-dev/references/SemanticColors.md +0 -215
- package/.agents/skills/1money-component-dev/references/StyleSystemAPI.md +0 -389
- package/.claude/settings.local.json +0 -111
- package/.claude/skills/1money-component-dev/SKILL.md +0 -229
- package/.claude/skills/1money-component-dev/checklist.md +0 -159
- package/.claude/skills/1money-component-dev/references/ComponentPatterns.md +0 -478
- package/.claude/skills/1money-component-dev/references/FigmaExtractionChecklist.md +0 -144
- package/.claude/skills/1money-component-dev/references/HooksGuide.md +0 -360
- package/.claude/skills/1money-component-dev/references/SemanticColors.md +0 -215
- package/.claude/skills/1money-component-dev/references/StyleSystemAPI.md +0 -389
- package/.claude/skills/1money-component-review/SKILL.md +0 -316
- package/.claude/skills/component-pipeline/SKILL.md +0 -116
- package/.claude/skills/component-pipeline/checklist.md +0 -125
- package/.hintrc +0 -13
- package/@types/global.d.ts +0 -28
- package/AGENTS.md +0 -546
- package/CLAUDE.md +0 -1
- package/jest.setup.d.ts +0 -1
- package/jest.setup.ts +0 -1
- package/patches/primereact.patch +0 -323
- package/patches/react-pro-sidebar.patch +0 -6421
- package/public/favicon.ico +0 -0
- package/public/fonts/Aeonik/Aeonik-Air.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-AirItalic.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-Black.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-BlackItalic.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-Bold.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-BoldItalic.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-Light.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-LightItalic.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-Medium.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-MediumItalic.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-Regular.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-RegularItalic.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-Thin.ttf +0 -0
- package/public/fonts/Aeonik/Aeonik-ThinItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-Black.ttf +0 -0
- package/public/fonts/Inter/Inter-BlackItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-Bold.ttf +0 -0
- package/public/fonts/Inter/Inter-BoldItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-ExtraBold.ttf +0 -0
- package/public/fonts/Inter/Inter-ExtraBoldItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-ExtraLight.ttf +0 -0
- package/public/fonts/Inter/Inter-ExtraLightItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-Italic.ttf +0 -0
- package/public/fonts/Inter/Inter-Light.ttf +0 -0
- package/public/fonts/Inter/Inter-LightItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-Medium.ttf +0 -0
- package/public/fonts/Inter/Inter-MediumItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-Regular.ttf +0 -0
- package/public/fonts/Inter/Inter-SemiBold.ttf +0 -0
- package/public/fonts/Inter/Inter-SemiBoldItalic.ttf +0 -0
- package/public/fonts/Inter/Inter-Thin.ttf +0 -0
- package/public/fonts/Inter/Inter-ThinItalic.ttf +0 -0
- package/public/fonts/Outfit/Outfit-Black.ttf +0 -0
- package/public/fonts/Outfit/Outfit-Bold.ttf +0 -0
- package/public/fonts/Outfit/Outfit-ExtraBold.ttf +0 -0
- package/public/fonts/Outfit/Outfit-ExtraLight.ttf +0 -0
- package/public/fonts/Outfit/Outfit-Light.ttf +0 -0
- package/public/fonts/Outfit/Outfit-Medium.ttf +0 -0
- package/public/fonts/Outfit/Outfit-Regular.ttf +0 -0
- package/public/fonts/Outfit/Outfit-SemiBold.ttf +0 -0
- package/public/fonts/Outfit/Outfit-Thin.ttf +0 -0
- package/public/github-mark.svg +0 -3
- package/public/tokens/GYEN.svg +0 -9
- package/public/tokens/PYUSD.svg +0 -9
- package/public/tokens/USDT.svg +0 -6
- package/scripts/mcp-server/resources.d.mts +0 -1
- package/scripts/mcp-server/resources.mjs +0 -102
- package/test/jsdom-global-register.d.ts +0 -1
- package/test/jsdom-global-register.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.om-component-ui-input-control{display:flex;gap:var(--om-spacing-200,8px);align-items:center;box-sizing:border-box;width:100%;height:var(--om-component-height-3xl,56px);padding:0 var(--om-spacing-400,16px);background-color:var(--om-bg-default-secondary,#f8f8f8);border:none;border-radius:var(--om-radius-300,12px);box-shadow:inset 0 0 0 1px var(--om-border-default,#d1d2d2);transition:box-shadow .2s ease,background-color .2s ease}.om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-default-tertiary,#404042)}.om-component-ui-input-control:focus-within{box-shadow:inset 0 0 0 2px var(--om-border-brand,#073387)}.om-component-ui-input-control-disabled{cursor:not-allowed}.om-component-ui-input-field{font-size:var(--om-body-lg-font-size);font-family:var(--om-body-lg-font-family);line-height:var(--om-body-lg-line-height);letter-spacing:var(--om-body-lg-letter-spacing);font-weight:var(--om-body-lg-font-weight);flex:1 1 auto;width:100%;color:var(--om-text-default,#131313);background:transparent;border:none;outline:none}.om-component-ui-input-field::placeholder{color:var(--om-text-neutral-secondary,#9fa3a3)}.om-component-ui-input-field:not(:-moz-placeholder-shown){font-weight:500}.om-component-ui-input-field:not(:placeholder-shown){font-weight:500}.om-component-ui-input-prefix,.om-component-ui-input-suffix{display:inline-flex;gap:var(--om-spacing-200,8px);align-items:center;color:var(--om-text-default-tertiary,#646465)}.om-component-ui-input-action{display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--om-icon-default-tertiary,#646465);background:transparent;border:none;cursor:pointer}.om-component-ui-input-action:disabled{color:var(--om-icon-disabled,#d1d2d2);cursor:not-allowed}.om-component-ui-input-small .om-component-ui-input-control{height:var(--om-component-height-lg,44px);padding:0 var(--om-spacing-400,16px);border-radius:var(--om-radius-200,8px)}.om-component-ui-input-small .om-component-ui-input-field{font-size:var(--om-body-md-font-size);font-family:var(--om-body-md-font-family);line-height:var(--om-body-md-line-height);letter-spacing:var(--om-body-md-letter-spacing);font-weight:var(--om-body-md-font-weight)}.om-component-ui-input-error .om-component-ui-input-control,.om-component-ui-input-error .om-component-ui-input-control:focus-within,.om-component-ui-input-error .om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-danger,#ae0000)}.om-component-ui-input-warning .om-component-ui-input-control,.om-component-ui-input-warning .om-component-ui-input-control:focus-within,.om-component-ui-input-warning .om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-warning,#db8600)}.om-component-ui-input-success .om-component-ui-input-control,.om-component-ui-input-success .om-component-ui-input-control:focus-within,.om-component-ui-input-success .om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-positive,#1f5800)}.om-component-ui-input-readonly .om-component-ui-input-control,.om-component-ui-input-readonly .om-component-ui-input-control:focus-within,.om-component-ui-input-readonly .om-component-ui-input-control:hover{background-color:var(--om-bg-neutral-tertiary,#f0f0f0);box-shadow:none}.om-component-ui-input-disabled .om-component-ui-input-control{background-color:var(--om-bg-disabled,#f0f0f0);box-shadow:inset 0 0 0 1px var(--om-border-default,#d1d2d2);cursor:not-allowed}.om-component-ui-input-disabled .om-component-ui-input-field{color:var(--om-text-disabled,#bbbdc1)}
|
|
1
|
+
.om-component-ui-input-control{display:flex;gap:var(--om-spacing-200,8px);align-items:center;box-sizing:border-box;width:100%;height:var(--om-component-height-3xl,56px);padding:0 var(--om-spacing-400,16px);background-color:var(--om-bg-default-secondary,#f8f8f8);border:none;border-radius:var(--om-radius-300,12px);box-shadow:inset 0 0 0 1px var(--om-border-default,#d1d2d2);transition:box-shadow .2s ease,background-color .2s ease}.om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-default-tertiary,#404042)}.om-component-ui-input-control:focus-within{box-shadow:inset 0 0 0 2px var(--om-border-brand,#073387)}.om-component-ui-input-control-disabled{cursor:not-allowed}.om-component-ui-input-field{font-size:var(--om-body-lg-font-size);font-family:var(--om-body-lg-font-family);line-height:var(--om-body-lg-line-height);letter-spacing:var(--om-body-lg-letter-spacing);font-weight:var(--om-body-lg-font-weight);flex:1 1 auto;width:100%;color:var(--om-text-default,#131313);background:transparent;border:none;outline:none}.om-component-ui-input-field::placeholder{color:var(--om-text-neutral-secondary,#9fa3a3)}.om-component-ui-input-field:not(:-moz-placeholder-shown){font-weight:500}.om-component-ui-input-field:not(:placeholder-shown){font-weight:500}.om-component-ui-input-prefix,.om-component-ui-input-suffix{display:inline-flex;flex-shrink:0;gap:var(--om-spacing-200,8px);align-items:center;color:var(--om-text-default-tertiary,#646465)}.om-component-ui-input-action{display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--om-icon-default-tertiary,#646465);background:transparent;border:none;cursor:pointer}.om-component-ui-input-action:disabled{color:var(--om-icon-disabled,#d1d2d2);cursor:not-allowed}.om-component-ui-input-small .om-component-ui-input-control{height:var(--om-component-height-lg,44px);padding:0 var(--om-spacing-400,16px);border-radius:var(--om-radius-200,8px)}.om-component-ui-input-small .om-component-ui-input-field{font-size:var(--om-body-md-font-size);font-family:var(--om-body-md-font-family);line-height:var(--om-body-md-line-height);letter-spacing:var(--om-body-md-letter-spacing);font-weight:var(--om-body-md-font-weight)}.om-component-ui-input-error .om-component-ui-input-control,.om-component-ui-input-error .om-component-ui-input-control:focus-within,.om-component-ui-input-error .om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-danger,#ae0000)}.om-component-ui-input-warning .om-component-ui-input-control,.om-component-ui-input-warning .om-component-ui-input-control:focus-within,.om-component-ui-input-warning .om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-warning,#db8600)}.om-component-ui-input-success .om-component-ui-input-control,.om-component-ui-input-success .om-component-ui-input-control:focus-within,.om-component-ui-input-success .om-component-ui-input-control:hover{box-shadow:inset 0 0 0 1px var(--om-border-positive,#1f5800)}.om-component-ui-input-readonly .om-component-ui-input-control,.om-component-ui-input-readonly .om-component-ui-input-control:focus-within,.om-component-ui-input-readonly .om-component-ui-input-control:hover{background-color:var(--om-bg-neutral-tertiary,#f0f0f0);box-shadow:none}.om-component-ui-input-disabled .om-component-ui-input-control{background-color:var(--om-bg-disabled,#f0f0f0);box-shadow:inset 0 0 0 1px var(--om-border-default,#d1d2d2);cursor:not-allowed}.om-component-ui-input-disabled .om-component-ui-input-field{color:var(--om-text-disabled,#bbbdc1)}
|