diff --git a/libs/ui/.storybook/public/defaultTheme.json b/libs/ui/.storybook/public/defaultTheme.json index d959a3f..4318392 100644 --- a/libs/ui/.storybook/public/defaultTheme.json +++ b/libs/ui/.storybook/public/defaultTheme.json @@ -461,7 +461,7 @@ "itemRow": { "alignItems": "center", "justifyContent": "space-between", - "flexWrap": "noWrap" + "flexWrap": "nowrap" }, "itemColumn": { "minWidth": 0, @@ -1182,7 +1182,7 @@ "loader": { "attrs": { "withWrapper": false, - "size": "md" + "size": "sm" } } }, diff --git a/libs/ui/llms.txt b/libs/ui/llms.txt index cb2f3e3..f8a0abe 100644 --- a/libs/ui/llms.txt +++ b/libs/ui/llms.txt @@ -84,7 +84,7 @@ Pre-built indexes for quick discovery: > Run `yarn build:ui` to regenerate. Do not edit the block between the markers manually. -66 components total — generated from libs/ui/src/ai/schemas/ on 2026-07-22. +66 components total — generated from libs/ui/src/ai/schemas/ on 2026-07-23. ## Other diff --git a/libs/ui/src/ai/README.md b/libs/ui/src/ai/README.md index bd934d0..17739fb 100644 --- a/libs/ui/src/ai/README.md +++ b/libs/ui/src/ai/README.md @@ -594,7 +594,7 @@ yarn test:ai:watch -_66 components total — generated from `libs/ui/src/ai/schemas/` on 2026-07-22._ +_66 components total — generated from `libs/ui/src/ai/schemas/` on 2026-07-23._ ### Other diff --git a/libs/ui/src/components/atoms/Button/Button.tsx b/libs/ui/src/components/atoms/Button/Button.tsx index d78bfe9..3459155 100644 --- a/libs/ui/src/components/atoms/Button/Button.tsx +++ b/libs/ui/src/components/atoms/Button/Button.tsx @@ -73,7 +73,7 @@ export const Button = forwardRef((props, forward {iconEnd} ) : null} - {isLoading ? : null} + {isLoading ? : null} ); diff --git a/libs/ui/src/components/molecules/AttachmentFile/__snapshots__/AttachmentFile.test.tsx.snap b/libs/ui/src/components/molecules/AttachmentFile/__snapshots__/AttachmentFile.test.tsx.snap index 663cb3d..149819a 100644 --- a/libs/ui/src/components/molecules/AttachmentFile/__snapshots__/AttachmentFile.test.tsx.snap +++ b/libs/ui/src/components/molecules/AttachmentFile/__snapshots__/AttachmentFile.test.tsx.snap @@ -279,7 +279,7 @@ exports[`AttachmentFile > isLoading > SHOULD match snapshot when isLoading 1`] = type="button" > diff --git a/libs/ui/src/tokens/button.ts b/libs/ui/src/tokens/button.ts index cf1e3c4..073b892 100644 --- a/libs/ui/src/tokens/button.ts +++ b/libs/ui/src/tokens/button.ts @@ -158,7 +158,7 @@ export const button = { loader: { attrs: { withWrapper: false, - size: 'md', + size: 'sm', }, }, };